:root{--yellow-primary: #facc15;--yellow-dark: #eab308;--yellow-light: #fef3c7;--black: #1f2937;--black-dark: #111827;--white: #ffffff;--gray-light: #f9fafb;--gray-border: #e5e7eb;--gray-text: #6b7280;--red: #ef4444;--red-light: #fee2e2;--green: #16a34a;--green-light: #dcfce7}.product-detail-page{min-height:100vh;background:var(--gray-light);padding:16px}.detail-container{max-width:1400px;margin:0 auto}.detail-header{margin-bottom:16px}.back-button{display:flex;align-items:center;gap:8px;padding:10px 16px;background:var(--white);border:2px solid var(--gray-border);border-radius:10px;font-size:14px;font-weight:600;color:var(--black);cursor:pointer;transition:all .3s ease}.back-button:hover{border-color:var(--yellow-primary);background:var(--yellow-light);transform:translate(-4px)}.back-icon{width:18px;height:18px}.detail-content{display:grid;grid-template-columns:1fr;gap:20px;background:var(--white);border-radius:16px;padding:16px;box-shadow:0 1px 3px #0000000d}.image-section{position:relative;width:100%}.detail-discount-badge{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,var(--red) 0%,#dc2626 100%);color:var(--white);font-size:13px;font-weight:700;padding:6px 12px;border-radius:8px;z-index:10;box-shadow:0 4px 12px #ef444466}.image-zoom-container{position:relative;width:100%;aspect-ratio:1;background:var(--gray-light);border-radius:12px;overflow:hidden;cursor:zoom-in;margin-bottom:12px}.image-zoom-container.zoomed{cursor:zoom-out}.detail-product-image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease-out;will-change:transform}.zoom-hint{position:absolute;bottom:12px;right:12px;background:#000000bf;color:var(--white);padding:6px 12px;border-radius:6px;font-size:12px;font-weight:500;pointer-events:none}.image-thumbnails{display:grid;grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:8px}.thumbnail{aspect-ratio:1;border:2px solid var(--gray-border);border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s ease;background:var(--gray-light)}.thumbnail:hover{border-color:var(--yellow-primary)}.thumbnail.active{border-color:var(--yellow-primary);box-shadow:0 0 0 3px #facc1533}.thumbnail img{width:100%;height:100%;object-fit:contain}.details-section{display:flex;flex-direction:column;gap:16px}.detail-brand-badge{display:inline-block;width:fit-content;background:var(--yellow-light);color:#92400e;font-size:11px;font-weight:700;text-transform:uppercase;padding:6px 12px;border-radius:6px;letter-spacing:.5px}.detail-product-name{font-size:22px;font-weight:700;color:var(--black);margin:0;line-height:1.3}.product-rating{display:flex;align-items:center;gap:8px}.stars{display:flex;gap:2px}.star-icon{color:var(--yellow-primary)}.rating-text{font-size:13px;color:var(--gray-text);font-weight:500}.detail-price-section{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:12px 0;border-top:2px solid var(--gray-border);border-bottom:2px solid var(--gray-border)}.detail-current-price{font-size:28px;font-weight:800;color:var(--black)}.detail-original-price{font-size:18px;font-weight:500;color:var(--gray-text);text-decoration:line-through}.detail-save-tag{background:var(--green-light);color:var(--green);font-size:12px;font-weight:700;padding:4px 10px;border-radius:6px}.variations-section{display:flex;flex-direction:column;gap:10px}.section-label{display:block;font-size:14px;font-weight:600;color:var(--black)}.variant-buttons{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px}.variant-button{padding:12px;background:var(--gray-light);border:2px solid var(--gray-border);border-radius:10px;cursor:pointer;transition:all .3s ease;text-align:center}.variant-button:hover{border-color:var(--yellow-primary);background:var(--yellow-light)}.variant-button.active{border-color:var(--yellow-primary);background:var(--yellow-light);box-shadow:0 0 0 3px #facc1526}.variant-value{font-size:14px;font-weight:600;color:var(--black);margin-bottom:4px}.variant-price{font-size:13px;font-weight:500;color:var(--gray-text)}.quantity-section{display:flex;flex-direction:column;gap:10px}.quantity-controls{display:flex;align-items:center;gap:16px;width:fit-content;background:var(--gray-light);border:2px solid var(--gray-border);border-radius:10px;padding:8px 16px}.qty-button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--white);border:2px solid var(--gray-border);border-radius:8px;cursor:pointer;transition:all .3s ease;color:var(--black)}.qty-button:hover:not(:disabled){border-color:var(--yellow-primary);background:var(--yellow-light)}.qty-button:disabled{opacity:.5;cursor:not-allowed}.qty-display{font-size:18px;font-weight:700;color:var(--black);min-width:40px;text-align:center}.detail-error-message{background:var(--red-light);color:#dc2626;font-size:13px;font-weight:500;padding:10px 14px;border-radius:8px;border:2px solid #fecaca;text-align:center;animation:shake .4s ease-out}.action-buttons{display:grid;grid-template-columns:auto 1fr 1fr;gap:10px;margin-top:8px}.wishlist-button{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:var(--white);border:2px solid var(--gray-border);border-radius:10px;cursor:pointer;transition:all .3s ease;color:var(--gray-text)}.wishlist-button:hover,.wishlist-button.active{border-color:var(--red);background:var(--red-light);color:var(--red)}.add-to-cart-button,.buy-now-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 18px;font-size:14px;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease}.add-to-cart-button{background:var(--yellow-primary);color:var(--black);box-shadow:0 2px 8px #facc154d}.add-to-cart-button:hover:not(:disabled){background:var(--yellow-dark);transform:translateY(-2px);box-shadow:0 6px 20px #facc1566}.add-to-cart-button.loading{animation:pulse .6s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(.98)}}.buy-now-button{background:var(--black);color:var(--yellow-primary)}.buy-now-button:hover:not(:disabled){background:var(--black-dark);transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}button:disabled{opacity:.6;cursor:not-allowed}.description-section,.product-info-grid,.features-section{padding-top:16px;border-top:2px solid var(--gray-border)}.section-title{font-size:18px;font-weight:700;color:var(--black);margin:0 0 12px}.description-text{font-size:14px;line-height:1.7;color:var(--gray-text);margin:0}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.info-item{display:flex;flex-direction:column;gap:6px}.info-label{font-size:12px;font-weight:600;color:var(--gray-text);text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:14px;font-weight:600;color:var(--black)}.stock-available{color:var(--green)}.features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.features-list li{font-size:14px;color:var(--gray-text);padding:8px 12px;background:var(--gray-light);border-radius:8px}.detail-page-loading,.detail-page-error{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:20px}.loading-spinner{width:48px;height:48px;border:4px solid var(--yellow-light);border-top-color:var(--yellow-primary);border-radius:50%;animation:spin .8s linear infinite}.detail-page-loading p,.detail-page-error h2{color:var(--black);font-size:16px;font-weight:600}@media(max-width:374px){.product-detail-page,.detail-content{padding:12px}.detail-product-name{font-size:20px}.detail-current-price{font-size:24px}.action-buttons{grid-template-columns:1fr}.wishlist-button{width:100%}.info-grid{grid-template-columns:1fr}}@media(min-width:375px){.detail-product-name{font-size:24px}.detail-current-price{font-size:30px}}@media(min-width:640px){.product-detail-page{padding:20px}.detail-header{margin-bottom:24px}.detail-content{padding:24px;gap:32px}.detail-product-name{font-size:28px}.detail-current-price{font-size:36px}.detail-original-price{font-size:20px}.variant-buttons{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.info-grid{grid-template-columns:repeat(2,1fr)}.description-text,.features-list li{font-size:15px}}@media(min-width:1024px){.product-detail-page{padding:24px}.detail-header{margin-bottom:32px}.detail-content{grid-template-columns:1fr 1fr;gap:40px;padding:32px}.detail-product-name{font-size:32px}.detail-current-price{font-size:40px}.image-thumbnails{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.action-buttons{grid-template-columns:auto 1fr;gap:12px}.buy-now-button{grid-column:2 / 3}.info-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(min-width:1280px){.detail-content{gap:48px}.variant-buttons{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}}.product-detail-page *:focus-visible{outline:2px solid var(--yellow-primary);outline-offset:2px}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}@media print{.back-button,.action-buttons,.wishlist-button{display:none}.product-detail-page{background:var(--white)}.detail-content{box-shadow:none;border:1px solid var(--gray-border)}}:root{--primary-yellow: #facc15;--primary-yellow-hover: #eab308;--bg-white: #ffffff;--bg-off-white: #f9fafb;--bg-gray-light: #e5e7eb;--border-light: #d1d5db;--border-medium: #9ca3af;--text-dark: #111827;--text-light: #6b7280;--text-accent: #4b5563;--error-red: #ef4444}.header-container{position:sticky;top:0;z-index:50;background:var(--bg-white);border-bottom:1px solid var(--border-light);box-shadow:0 1px 3px #0000000d;padding:.5rem 0}.header-content{max-width:1400px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.header-logo-section{display:flex;align-items:center;gap:.5rem}.header-logo-text{font-style:italic;font-weight:800;font-size:1.25rem;color:var(--text-dark);display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.header-logo-accent{font-style:italic;color:var(--primary-yellow-hover)}.header-logo-dot{width:.5rem;height:.5rem;margin-left:.25rem;border-radius:50%;background:var(--primary-yellow);animation:softPulse 2s infinite}.header-search-container{flex:1;max-width:600px;position:relative;display:none}@media(min-width:768px){.header-search-container{display:block}}.header-search-input{width:100%;background-color:var(--bg-off-white);border:1px solid var(--border-light);border-radius:9999px;padding:.625rem 1rem .625rem 2.75rem;font-size:.875rem;outline:none;transition:all .2s ease;color:var(--text-dark)}.header-search-input:focus{border-color:var(--primary-yellow);background-color:var(--bg-white);box-shadow:0 0 0 3px #facc1526}.header-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--border-medium)}.header-mobile-search{max-width:1400px;margin:0 auto;padding:0 1rem .5rem;display:block}@media(min-width:768px){.header-mobile-search{display:none}}.header-mobile-search-wrapper{position:relative}.header-mobile-search-input{width:100%;background:var(--bg-off-white);border:1px solid var(--border-light);border-radius:.75rem;padding:.625rem 1rem .625rem 2.5rem;font-size:.875rem;outline:none}.header-mobile-search-icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);color:var(--border-medium)}.header-actions{display:flex;align-items:center;gap:.5rem}@media(min-width:768px){.header-actions{gap:.75rem}}.header-action-btn{position:relative;display:flex;align-items:center;justify-content:center;padding:.5rem;background:transparent;border:none;border-radius:9999px;cursor:pointer;transition:all .2s ease;color:var(--text-accent)}.header-action-btn:hover{background-color:var(--bg-off-white);color:var(--text-dark)}.header-desktop-only{display:none;flex-direction:column;padding:.5rem .75rem}@media(min-width:768px){.header-desktop-only{display:flex}.header-desktop-only:hover{background-color:#facc151a;color:var(--primary-yellow-hover)}}.action-label{display:none;font-size:.6875rem;font-weight:500;margin-top:2px;color:var(--text-accent)}@media(min-width:1024px){.action-label{display:block}}.header-action-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:9999px;font-size:.625rem;font-weight:700;color:var(--bg-white);padding:0 4px;box-shadow:0 0 0 2px var(--bg-white);background:var(--error-red)}.header-wishlist-badge{background:#f59e0b}.header-cart-badge{background:var(--primary-yellow-hover);color:var(--text-dark)}.header-desktop-user-area{display:none}@media(min-width:768px){.header-desktop-user-area{display:flex}}.header-user-btn{padding:.5rem .75rem;background:var(--bg-off-white);border:1px solid var(--border-light);border-radius:9999px;font-size:.875rem;font-weight:600;color:var(--text-dark);display:flex;align-items:center;gap:.5rem}.header-user-btn:hover{background:var(--bg-gray-light)}.header-user-name{max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-chevron{transition:transform .2s}.header-user-btn[aria-expanded=true] .header-chevron{transform:rotate(180deg)}.header-login-btn{background:var(--primary-yellow);padding:.625rem 1.25rem;border-radius:9999px;font-weight:700;color:var(--text-dark);display:flex;align-items:center;gap:.5rem}.header-login-btn:hover{background:var(--primary-yellow-hover)}.header-login-btn span{display:none}@media(min-width:480px){.header-login-btn span{display:inline}}.header-user-dropdown-wrapper{position:relative}.header-dropdown-menu{position:absolute;top:45px;right:0;background:var(--bg-white);border-radius:8px;padding:10px 0;box-shadow:0 4px 12px #0000001a;z-index:60;min-width:160px}.header-dropdown-menu button{width:100%;padding:10px 15px;background:none;border:none;text-align:left;font-size:.875rem;cursor:pointer;display:flex;gap:8px;align-items:center;color:var(--text-dark)}.header-dropdown-menu button:hover{background:var(--bg-off-white)}.header-mobile-more-wrapper{position:relative;display:flex}@media(min-width:768px){.header-mobile-more-wrapper{display:none}}.header-mobile-menu{position:absolute;top:45px;right:0;background:var(--bg-white);border-radius:8px;padding:8px 0;box-shadow:0 4px 12px #00000026;z-index:60;min-width:180px}.header-mobile-menu-title{font-size:.75rem;font-weight:700;color:var(--border-medium);padding:4px 15px 8px;margin:0}.header-mobile-menu button{width:100%;padding:10px 15px;background:none;border:none;text-align:left;font-size:.875rem;cursor:pointer;display:flex;align-items:center;color:var(--text-dark);gap:10px;justify-content:flex-start}.header-mobile-menu button:hover{background:var(--bg-off-white)}.header-mobile-menu button.menu-item-with-badge{justify-content:space-between}.menu-icon-text{display:flex;align-items:center;gap:10px}.header-mobile-menu-divider{height:1px;background-color:var(--bg-gray-light);margin:8px 0}.mobile-menu-badge{min-width:20px;padding:0 5px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:9999px;font-size:.75rem;font-weight:700;color:var(--bg-white);background:var(--error-red)}.header-mobile-menu button.logout-btn{color:var(--error-red)}.header-mobile-menu button.login-btn{font-weight:600}button:focus-visible,input:focus-visible{outline:2px solid var(--primary-yellow);outline-offset:2px}button:active{transform:scale(.98)}:root{--rail-bg: #ffffff;--rail-text-main: #1a1a1a;--rail-text-muted: #666666;--rail-accent: #FFD700;--rail-card-bg: #f8f8f8;--rail-border: #f0f0f0;--rail-shadow: 0 4px 12px rgba(0, 0, 0, .06);--rail-shadow-hover: 0 6px 16px rgba(0, 0, 0, .1)}.category-rail-container{background-color:var(--rail-bg);padding:12px 0 16px;border-bottom:1px solid var(--rail-border);width:100%;position:relative;z-index:10}.category-rail-content{max-width:1400px;margin:0 auto;padding:0 16px;position:relative}.category-rail-content:after{content:"";position:absolute;top:0;right:0;height:100%;width:40px;background:linear-gradient(to left,#fff,#fff0);pointer-events:none;z-index:5}.category-header-wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;min-height:28px}.category-rail-title{font-size:13px;font-weight:800;color:var(--rail-text-main);text-transform:uppercase;letter-spacing:.5px;margin:0}.back-button{background-color:var(--rail-text-main);color:var(--rail-accent);border:none;padding:5px 14px;border-radius:20px;font-size:11px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s cubic-bezier(.25,.8,.25,1);box-shadow:0 2px 8px #00000026}.back-button:hover{background-color:#000;transform:translate(-2px);box-shadow:0 4px 12px #00000040}.back-button:active{transform:scale(.95)}.category-scroll-container{display:flex;gap:12px;overflow-x:auto;padding:4px 4px 12px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.category-scroll-container::-webkit-scrollbar{display:none}.category-card{flex:0 0 auto;scroll-snap-align:start;width:64px;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;transition:transform .2s cubic-bezier(.25,.8,.25,1);-webkit-user-select:none;user-select:none}.category-card:active{transform:scale(.92)}.category-image-container{width:52px;height:52px;border-radius:50%;background-color:var(--rail-card-bg);border:2px solid transparent;overflow:hidden;margin-bottom:8px;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:var(--rail-shadow);transition:all .3s ease}.category-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.category-card:hover .category-image-container{box-shadow:var(--rail-shadow-hover);transform:translateY(-2px)}.category-card:hover .category-image{transform:scale(1.1)}.category-arrow{position:absolute;right:-2px;bottom:-2px;background:var(--rail-accent);color:#000;font-size:9px;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #fff;font-weight:800;box-shadow:0 2px 4px #0000001a;z-index:2}.category-name{font-size:11px;font-weight:500;color:var(--rail-text-main);line-height:1.2;letter-spacing:.2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:100%;transition:color .2s}.category-card-selected .category-image-container{border-color:#000;box-shadow:0 0 0 3px var(--rail-accent)}.category-card-selected .category-name{font-weight:700;color:#000}.category-skeleton{flex:0 0 auto;width:64px;display:flex;flex-direction:column;align-items:center}.category-skeleton-image{width:52px;height:52px;border-radius:50%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;margin-bottom:8px}.category-skeleton-text{width:40px;height:8px;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(min-width:640px){.category-rail-container{padding:16px 0 20px}.category-scroll-container{gap:20px}.category-card{width:80px}.category-image-container{width:64px;height:64px}.category-name{font-size:12px}}@media(min-width:1024px){.category-rail-content{padding:0 24px}.category-scroll-container{gap:28px}.category-card{width:90px}.category-image-container{width:72px;height:72px}.category-name{font-size:13px;margin-top:4px}.category-rail-title{font-size:14px}}.hero-banner-container{max-width:1280px;margin:0 auto;padding:0 1rem;margin-top:1.5rem;margin-bottom:1.5rem}.hero-banner{position:relative;background:linear-gradient(to right,#fde047,#facc15,#eab308);border-radius:1.5rem;padding:1.5rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 25px 50px -12px #facc1540;overflow:hidden;min-height:300px}.hero-banner-decor{position:absolute;border-radius:50%;filter:blur(60px);pointer-events:none}.hero-banner-decor-top{top:0;right:0;width:16rem;height:16rem;background-color:#fff3;transform:translate(25%,-50%)}.hero-banner-decor-bottom{bottom:0;left:0;width:10rem;height:10rem;background-color:#ca8a041a;transform:translate(-25%,50%)}.hero-banner-content{position:relative;z-index:10;max-width:600px;flex:1}.hero-banner-badge{display:inline-block;background-color:#fff;color:#92400e;padding:.5rem .75rem;border-radius:9999px;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 1px 2px #0000000d;margin-bottom:.75rem}.hero-banner-title{font-size:1.875rem;font-weight:900;color:#0f172a;line-height:1.2;margin-bottom:1rem}.hero-banner-subtitle{color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.hero-banner-description{color:#0f172a;opacity:.9;font-weight:500;font-size:.875rem;margin-bottom:1.5rem;max-width:28rem;line-height:1.6}.hero-banner-button{background-color:#fff;color:#a16207;font-weight:800;padding:.75rem 2rem;border-radius:9999px;border:none;cursor:pointer;box-shadow:0 4px 6px -1px #0000001a;font-size:.875rem;transition:all .3s ease}.hero-banner-button:hover{box-shadow:0 10px 15px -3px #0000001a;transform:scale(1.05)}.hero-banner-button:active{transform:scale(.95)}.hero-banner-graphic{position:relative;z-index:10;display:none;align-items:center;justify-content:center;flex:0 0 33.333%}.hero-banner-image{max-width:100%;height:auto;filter:drop-shadow(0 25px 25px rgba(0,0,0,.15));object-fit:contain;max-height:300px}.hero-banner-emoji{font-size:6rem;filter:drop-shadow(0 25px 25px rgba(0,0,0,.15));animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-banner-arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:#ffffffe6;color:#a16207;border:none;width:2.5rem;height:2.5rem;border-radius:50%;font-size:1.5rem;font-weight:700;cursor:pointer;z-index:20;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease;opacity:0;line-height:1}.hero-banner:hover .hero-banner-arrow{opacity:1}.hero-banner-arrow:hover{background-color:#fff;transform:translateY(-50%) scale(1.1)}.hero-banner-arrow:active{transform:translateY(-50%) scale(.95)}.hero-banner-arrow-left{left:1rem}.hero-banner-arrow-right{right:1rem}.hero-banner-pagination{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:20}.hero-banner-dot{width:.5rem;height:.5rem;border-radius:9999px;background-color:#ffffff80;border:none;cursor:pointer;transition:all .3s ease;padding:0}.hero-banner-dot:hover{background-color:#ffffffbf}.hero-banner-dot.active{width:1.5rem;background-color:#fff}@media(max-width:480px){.hero-banner-container{padding:0 .75rem;margin-top:1rem;margin-bottom:1rem}.hero-banner{padding:1.25rem;min-height:250px;border-radius:1.25rem}.hero-banner-badge{font-size:.563rem;padding:.375rem .625rem;margin-bottom:.5rem}.hero-banner-title{font-size:1.5rem;margin-bottom:.75rem}.hero-banner-description{font-size:.813rem;margin-bottom:1rem;line-height:1.5}.hero-banner-button{padding:.625rem 1.5rem;font-size:.813rem}.hero-banner-arrow{width:2rem;height:2rem;font-size:1.25rem;opacity:1}.hero-banner-arrow-left{left:.5rem}.hero-banner-arrow-right{right:.5rem}.hero-banner-pagination{bottom:.5rem;gap:.375rem}.hero-banner-dot{width:.375rem;height:.375rem}.hero-banner-dot.active{width:1.25rem}.hero-banner-decor-top{width:12rem;height:12rem}.hero-banner-decor-bottom{width:8rem;height:8rem}}@media(min-width:481px)and (max-width:767px){.hero-banner{padding:1.5rem;min-height:280px}.hero-banner-title{font-size:2rem}.hero-banner-description{font-size:.875rem}.hero-banner-arrow{opacity:1}}@media(min-width:768px){.hero-banner-container{padding:0 1.5rem;margin-top:2rem;margin-bottom:2rem}.hero-banner{padding:2.5rem;border-radius:1.5rem;min-height:320px}.hero-banner-badge{font-size:.75rem;padding:.5rem 1rem;margin-bottom:1rem}.hero-banner-title{font-size:2.5rem;margin-bottom:1.25rem}.hero-banner-description{font-size:1rem;margin-bottom:1.75rem}.hero-banner-button{font-size:1rem;padding:.875rem 2.25rem}.hero-banner-graphic{display:flex}.hero-banner-emoji{font-size:7rem}.hero-banner-image{max-height:250px}.hero-banner-arrow{width:2.75rem;height:2.75rem;font-size:1.625rem}}@media(min-width:1024px){.hero-banner{padding:3rem 4rem;min-height:350px}.hero-banner-content{max-width:650px}.hero-banner-title{font-size:3rem}.hero-banner-emoji{font-size:8rem}.hero-banner-image{max-height:280px}.hero-banner-arrow{width:3rem;height:3rem;font-size:1.75rem}.hero-banner-arrow-left{left:1.5rem}.hero-banner-arrow-right{right:1.5rem}}@media(min-width:1280px){.hero-banner-container{padding:0 2rem;margin-top:2.5rem;margin-bottom:2.5rem}.hero-banner{padding:3.5rem 5rem;min-height:380px}.hero-banner-content{max-width:700px}.hero-banner-title{font-size:3.5rem}.hero-banner-emoji{font-size:9rem}.hero-banner-image{max-height:320px}}@media(min-width:1536px){.hero-banner-container{max-width:1536px;padding:0 3rem}.hero-banner{padding:4rem 6rem;min-height:400px}.hero-banner-title{font-size:3.75rem}.hero-banner-description{font-size:1.125rem}.hero-banner-emoji{font-size:10rem}.hero-banner-image{max-height:350px}}@media(min-width:1920px){.hero-banner-container{max-width:1800px}.hero-banner{padding:5rem 7rem;min-height:450px}.hero-banner-title{font-size:4rem}}@media(prefers-reduced-motion:reduce){.hero-banner-emoji{animation:none}.hero-banner-button,.hero-banner-arrow,.hero-banner-dot{transition:none}}@media print{.hero-banner-arrow,.hero-banner-pagination{display:none}.hero-banner{box-shadow:none;page-break-inside:avoid}}@media(prefers-color-scheme:dark){.hero-banner{box-shadow:0 25px 50px -12px #facc1526}}@media(max-width:767px)and (orientation:landscape){.hero-banner{min-height:220px;padding:1rem 1.5rem}.hero-banner-title{font-size:1.5rem}.hero-banner-description{font-size:.75rem;margin-bottom:1rem}.hero-banner-button{padding:.5rem 1.25rem;font-size:.75rem}}:root{--yellow-primary: #facc15;--yellow-dark: #eab308;--yellow-light: #fef3c7;--black: #1f2937;--black-dark: #111827;--white: #ffffff;--gray-light: #f9fafb;--gray-border: #e5e7eb;--gray-text: #6b7280;--red: #ef4444;--red-light: #fee2e2}.product-card{position:relative;background-color:var(--white);border:2px solid var(--gray-border);border-radius:12px;padding:10px;transition:all .3s ease;cursor:pointer;overflow:hidden;display:flex;flex-direction:column;height:100%;box-shadow:0 1px 3px #0000000d}.product-card:hover{border-color:var(--yellow-primary);box-shadow:0 8px 20px #facc1533;transform:translateY(-4px)}.product-card-animate{animation:fadeIn .4s ease-out}.product-image-container{position:relative;width:100%;aspect-ratio:1;background-color:var(--gray-light);border-radius:10px;overflow:hidden;margin-bottom:8px}.product-image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-discount-badge{position:absolute;top:6px;left:6px;background:linear-gradient(135deg,var(--red) 0%,#dc2626 100%);color:var(--white);font-size:10px;font-weight:700;padding:4px 8px;border-radius:6px;z-index:10;box-shadow:0 2px 8px #ef44444d}.product-wishlist-btn{position:absolute;top:6px;right:6px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background-color:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1.5px solid var(--gray-border);border-radius:50%;cursor:pointer;transition:all .3s ease;z-index:10}.product-wishlist-btn:hover{background-color:var(--yellow-light);border-color:var(--yellow-primary);transform:scale(1.1)}.product-wishlist-btn.wishlisted{background-color:var(--red-light);border-color:var(--red);color:var(--red)}.product-wishlist-icon{width:14px;height:14px;transition:all .3s ease}.product-details{display:flex;flex-direction:column;gap:4px;flex-grow:1}.product-brand{font-size:10px;font-weight:600;color:var(--gray-text);text-transform:uppercase;letter-spacing:.5px}.product-name{font-size:13px;font-weight:600;color:var(--black);line-height:1.3;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:34px}.product-variation-select{width:100%;padding:6px 8px;background-color:var(--gray-light);border:2px solid var(--gray-border);border-radius:8px;font-size:11px;font-weight:500;color:var(--black);cursor:pointer;transition:all .2s ease;outline:none}.product-variation-select:hover{border-color:var(--yellow-primary)}.product-variation-select:focus{border-color:var(--yellow-primary);background-color:var(--white);box-shadow:0 0 0 3px #facc151a}.product-variation-select:disabled{opacity:.6;cursor:not-allowed}.product-variation-spacer{height:30px}.product-error-message{background-color:var(--red-light);color:#dc2626;font-size:10px;font-weight:500;padding:5px 8px;border-radius:6px;border:1px solid #fecaca;text-align:center;animation:shake .4s ease-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.product-price-container{display:flex;align-items:center;gap:6px;margin:4px 0}.product-price{font-size:16px;font-weight:700;color:var(--black)}.product-original-price{font-size:12px;font-weight:500;color:var(--gray-text);text-decoration:line-through}.product-actions{display:flex;gap:6px;margin-top:auto;padding-top:6px}.product-cart-btn,.product-buy-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;padding:8px 10px;font-size:11px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.product-cart-btn{background-color:var(--yellow-primary);color:var(--black);box-shadow:0 2px 8px #facc1533}.product-cart-btn:hover:not(:disabled){background-color:var(--yellow-dark);transform:translateY(-2px);box-shadow:0 4px 12px #facc154d}.product-cart-btn.adding{animation:pulse .6s ease-in-out}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(.95)}}.product-buy-btn{background-color:var(--black);color:var(--yellow-primary);border:2px solid var(--black)}.product-buy-btn:hover:not(:disabled){background-color:var(--black-dark);transform:translateY(-2px);box-shadow:0 4px 12px #0003}.product-btn-icon{width:13px;height:13px;flex-shrink:0}.product-cart-btn:disabled,.product-buy-btn:disabled{opacity:.6;cursor:not-allowed}.product-buy-btn-small{display:flex;align-items:center;justify-content:center;padding:.75rem;background-color:var(--text-dark);color:var(--primary-yellow);border:2px solid var(--text-dark);border-radius:.75rem;cursor:pointer;transition:all .3s ease;min-width:3rem}.product-buy-btn-small:hover:not(:disabled){background-color:transparent;color:var(--text-dark);transform:translateY(-2px)}.product-buy-btn-small:disabled{opacity:.6;cursor:not-allowed}.product-btn-icon{width:1.125rem;height:1.125rem;flex-shrink:0}.product-btn-icon-small{width:1.25rem;height:1.25rem}.product-quantity-control{flex:1;display:flex;align-items:center;justify-content:space-between;background-color:var(--primary-yellow);border-radius:.75rem;padding:.25rem;box-shadow:0 2px 8px #facc1533}.product-quantity-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background-color:var(--bg-white);color:var(--text-dark);border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease}.product-quantity-btn:hover:not(:disabled){background-color:var(--primary-yellow-hover);color:var(--bg-white);transform:scale(1.1)}.product-quantity-btn:active:not(:disabled){transform:scale(.95)}.product-quantity-btn:disabled{opacity:.5;cursor:not-allowed}.product-quantity-icon{width:1rem;height:1rem}.product-quantity-value{font-size:1rem;font-weight:700;color:var(--text-dark);min-width:2rem;text-align:center}@media(max-width:640px){.product-card{padding:.75rem}.product-image-container{margin-bottom:.75rem}.product-name{font-size:.875rem}.product-price{font-size:1.125rem}.product-cart-btn,.product-buy-btn{padding:.625rem .75rem;font-size:.8125rem}.product-quantity-control{padding:.125rem}.product-quantity-btn{width:1.75rem;height:1.75rem}}@media(min-width:768px){.product-card{padding:1.25rem}.product-name{font-size:1rem}}@media(min-width:1024px){.product-card:hover .product-actions{transform:translateY(-2px)}}.product-card.loading{pointer-events:none;opacity:.7}.product-card.loading:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(250,204,21,.1),transparent);animation:shimmer 1.5s infinite}.product-card:focus-within{outline:2px solid var(--primary-yellow);outline-offset:2px}.product-cart-btn:focus-visible,.product-buy-btn:focus-visible,.product-buy-btn-small:focus-visible,.product-quantity-btn:focus-visible,.product-wishlist-btn:focus-visible{outline:2px solid var(--primary-yellow);outline-offset:2px}@media(prefers-contrast:high){.product-card,.product-cart-btn,.product-buy-btn,.product-buy-btn-small{border-width:3px}}@media(prefers-reduced-motion:reduce){.product-card,.product-image,.product-wishlist-btn,.product-cart-btn,.product-buy-btn,.product-buy-btn-small,.product-quantity-btn,.product-discount-badge,.product-error-message{animation:none!important;transition:none!important}}@media print{.product-wishlist-btn,.product-actions{display:none}.product-card{break-inside:avoid;box-shadow:none;border:1px solid var(--border-light)}}.checkout-page{min-height:100vh;background:linear-gradient(135deg,#fef3c7,#fde68a);padding:2rem 1rem}.checkout-container{max-width:1400px;margin:0 auto}.checkout-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.checkout-header h1{font-size:2rem;color:#111827;margin:0}.back-btn{background:#fff;border:2px solid #e5e7eb;padding:.75rem 1.5rem;border-radius:.75rem;font-size:1rem;font-weight:600;color:#374151;cursor:pointer;transition:all .3s ease}.back-btn:hover{background:#f9fafb;border-color:#d1d5db;transform:translate(-4px)}.empty-checkout{background:#fff;border-radius:1.5rem;padding:4rem 2rem;text-align:center;box-shadow:0 10px 30px #0000001a}.empty-icon{font-size:5rem;margin-bottom:1rem}.empty-checkout h2{font-size:1.75rem;color:#111827;margin-bottom:.5rem}.empty-checkout p{color:#6b7280;margin-bottom:2rem;font-size:1.125rem}.continue-shopping-btn{background:#facc15;border:none;padding:1rem 2rem;border-radius:.75rem;font-size:1.125rem;font-weight:600;color:#111827;cursor:pointer;transition:all .3s ease}.continue-shopping-btn:hover{background:#eab308;transform:translateY(-2px);box-shadow:0 4px 12px #facc1566}.checkout-content{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.checkout-content{grid-template-columns:1.5fr 1fr}}.checkout-items-section{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 10px 30px #0000001a}.checkout-items-section h2{font-size:1.5rem;color:#111827;margin-bottom:1.5rem}.checkout-items-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.checkout-item{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;padding:1.5rem;background:#f9fafb;border-radius:1rem;border:2px solid transparent;transition:all .3s ease}.checkout-item:hover{border-color:#facc15;box-shadow:0 4px 12px #0000000d}.checkout-item.highlight-item{border-color:#facc15;background:#fef3c7}.item-image{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:.75rem;font-size:2.5rem}.item-details{display:flex;flex-direction:column;justify-content:center;min-width:0}.item-details h3{font-size:1.125rem;color:#111827;margin:0 0 .25rem;font-weight:600}.variant-label{font-size:.875rem;color:#6b7280;margin:0 0 .5rem}.item-price{font-size:1.125rem;font-weight:700;color:#ca8a04;margin:0}.item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.quantity-control{display:flex;align-items:center;gap:.5rem;background:#fff;border-radius:.5rem;padding:.25rem;border:2px solid #e5e7eb}.quantity-control button{width:2rem;height:2rem;border:none;background:#f3f4f6;border-radius:.375rem;cursor:pointer;font-size:1.125rem;font-weight:600;color:#374151;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.quantity-control button:hover:not(:disabled){background:#e5e7eb}.quantity-value{min-width:2rem;text-align:center;font-weight:600;color:#111827}.item-subtotal{font-size:1.25rem;font-weight:700;color:#111827}.remove-item-btn{background:#fee2e2;border:none;padding:.5rem;border-radius:.5rem;cursor:pointer;font-size:1.25rem;transition:all .2s ease}.remove-item-btn:hover{background:#fecaca;transform:scale(1.1)}.price-breakdown{border-top:2px solid #e5e7eb;padding-top:1.5rem}.price-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:1rem;color:#374151}.price-row span:last-child{font-weight:600}.price-row.total-row{border-top:2px solid #e5e7eb;margin-top:.5rem;padding-top:1rem;font-size:1.5rem;font-weight:700;color:#111827}.free-shipping{color:#16a34a!important;font-weight:700!important}.shipping-notice{margin-top:1rem;padding:.75rem;background:#fef3c7;border-radius:.5rem;text-align:center;color:#92400e;font-size:.875rem;font-weight:500}.checkout-form-section{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 10px 30px #0000001a;height:fit-content}.checkout-form-section h2{font-size:1.5rem;color:#111827;margin-bottom:1.5rem;margin-top:0}.checkout-form-section h2:not(:first-child){margin-top:2rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151;font-size:.875rem}.form-group input,.form-group textarea{width:100%;padding:.875rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:1rem;color:#111827;transition:all .2s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#facc15;box-shadow:0 0 0 3px #facc151a}.form-group textarea{resize:vertical;min-height:80px}.form-row{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.form-row{grid-template-columns:repeat(2,1fr)}.form-row.triple{grid-template-columns:2fr 1fr 1fr}}.payment-methods{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.payment-option{display:flex;align-items:center;padding:1rem;border:2px solid #e5e7eb;border-radius:.75rem;cursor:pointer;transition:all .2s ease}.payment-option:hover{border-color:#d1d5db;background:#f9fafb}.payment-option.active{border-color:#facc15;background:#fef3c7}.payment-option input[type=radio]{margin-right:1rem;width:1.25rem;height:1.25rem;cursor:pointer;accent-color:#facc15}.payment-option span{font-size:1rem;font-weight:600;color:#111827}.place-order-btn{width:100%;background:#facc15;border:none;padding:1.25rem;border-radius:.75rem;font-size:1.125rem;font-weight:700;color:#111827;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #facc154d}.place-order-btn:hover:not(:disabled){background:#eab308;transform:translateY(-2px);box-shadow:0 6px 20px #facc1566}.place-order-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}@media(max-width:768px){.checkout-page{padding:1rem .5rem}.checkout-header h1{font-size:1.5rem}.checkout-items-section,.checkout-form-section{padding:1.5rem}.checkout-item{grid-template-columns:1fr;gap:1rem}.item-actions{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.item-image{width:60px;height:60px;font-size:2rem}.price-row.total-row{font-size:1.25rem}}@media(max-width:480px){.checkout-header{flex-direction:column;align-items:stretch}.back-btn{width:100%;text-align:center}.empty-checkout{padding:2rem 1rem}.form-row{grid-template-columns:1fr}}.place-order-btn:disabled:after{content:"";display:inline-block;width:1rem;height:1rem;margin-left:.5rem;border:2px solid #111827;border-top-color:transparent;border-radius:50%;animation:spinner .6s linear infinite}@keyframes spinner{to{transform:rotate(360deg)}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 2rem;gap:1rem}.spinner{width:3rem;height:3rem;border:4px solid #fef3c7;border-top-color:#facc15;border-radius:50%;animation:spin .8s linear infinite}.loading-container p{color:#6b7280;font-size:1rem;font-weight:500}.error-message{background-color:#fee2e2;color:#dc2626;padding:1.5rem;border-radius:1rem;border:2px solid #fecaca;text-align:center;font-size:1rem;font-weight:500;margin:2rem}.item-image img{width:100%;height:100%;object-fit:cover;border-radius:.5rem}.item-image-placeholder{font-size:2.5rem;display:flex;align-items:center;justify-content:center}.checkout-item:focus-within{outline:2px solid #facc15;outline-offset:2px}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid #facc15;outline-offset:2px}@media print{.checkout-page{background:#fff}.back-btn,.place-order-btn,.remove-item-btn,.quantity-control{display:none}}:root{--primary-yellow: #ffd700;--primary-yellow-dark: #f2c200;--primary-yellow-hover: #ffea37;--black: #000000;--text-dark: #111827;--text-medium: #374151;--text-light: #6b7280;--bg-white: #ffffff;--bg-off-white: #f8f8f8;--border-light: rgba(0,0,0,.06);--muted: rgba(0,0,0,.06);--radius-lg: 1rem;--radius-md: .75rem;--gap-sm: .5rem;--gap-md: 1rem;--gap-lg: 1.5rem;--shadow-sm: 0 4px 12px rgba(0,0,0,.06);--shadow-md: 0 10px 28px rgba(0,0,0,.12)}.u-stack{display:flex;flex-direction:column;gap:var(--gap-md)}.u-row{display:flex;gap:var(--gap-md);align-items:center}.u-center{display:flex;align-items:center;justify-content:center}.product-card{position:relative;background-color:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:1rem;transition:transform .32s cubic-bezier(.2,.9,.2,1),box-shadow .32s ease,border-color .32s ease;cursor:pointer;overflow:hidden;display:flex;flex-direction:column;height:100%}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-md);border-color:#ffd70040}.product-card-animate{animation:cardFadeIn .45s ease both}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.product-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.product-list{display:flex;flex-direction:column;gap:1.25rem}.product-image-container{position:relative;width:100%;aspect-ratio:1.15/1;background:var(--bg-off-white);border-radius:calc(var(--radius-md));overflow:hidden;display:block;transition:box-shadow .3s ease,transform .3s ease}.product-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.product-card:hover .product-image{transform:scale(1.06)}.product-wishlist-btn{position:absolute;top:10px;right:10px;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fffffff2;border:2px solid var(--border-light);transition:all .28s ease;z-index:3}.product-wishlist-btn:hover{transform:scale(1.06);border-color:var(--primary-yellow);background:#fffae6f2}.product-wishlist-btn.wishlisted{background:linear-gradient(180deg,rgba(255,246,212,1),var(--primary-yellow));color:var(--black);box-shadow:0 6px 18px #ffd70024;border-color:#ffd70038}.product-discount-badge{position:absolute;left:12px;top:12px;background:var(--primary-yellow);color:var(--black);font-weight:700;padding:6px 10px;border-radius:10px;box-shadow:0 6px 16px #0000000f;z-index:3;font-size:13px}.product-details{display:flex;flex-direction:column;gap:.5rem;padding-top:.5rem;flex:1}.product-brand{font-size:12px;font-weight:600;color:var(--text-light);text-transform:uppercase;letter-spacing:.06em}.product-name{font-size:15px;font-weight:700;color:var(--text-dark);margin:0;line-height:1.25;min-height:2.6em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-variation-select{width:100%;padding:10px 12px;border-radius:10px;border:1.5px solid var(--border-light);background:var(--bg-white);font-size:14px;font-weight:600;color:var(--text-medium);transition:box-shadow .2s ease,border-color .2s ease}.product-variation-select:focus{outline:none;box-shadow:0 6px 18px #ffd7001f;border-color:var(--primary-yellow)}.product-variation-spacer{height:2.5rem}.product-error-message{background:#fff0f0;color:#b91c1c;padding:8px 10px;border-radius:8px;font-weight:600;font-size:13px;border:1px solid rgba(220,38,38,.08)}.product-price-container{display:flex;align-items:baseline;gap:8px;margin-top:6px}.product-price{font-size:18px;font-weight:800;color:var(--text-dark)}.product-original-price{font-size:13px;color:var(--text-light);text-decoration:line-through}.product-actions{display:flex;gap:10px;margin-top:auto}.product-cart-btn,.product-buy-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 12px;border-radius:10px;font-weight:700;font-size:14px;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.product-cart-btn{background:linear-gradient(180deg,#fffdf4,var(--primary-yellow));color:var(--black);border:1px solid rgba(0,0,0,.06);box-shadow:0 6px 20px #ffd7001f}.product-cart-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 12px 30px #ffd70024}.product-cart-btn:disabled{opacity:.6;cursor:not-allowed}.product-cart-btn.adding{animation:cartPulse .8s infinite}@keyframes cartPulse{0%{transform:scale(1)}50%{transform:scale(.98)}to{transform:scale(1)}}.product-buy-btn{background:var(--black);color:var(--primary-yellow);border:2px solid var(--black)}.product-buy-btn:hover:not(:disabled){transform:translateY(-3px);background:#000000e6}.product-buy-btn:disabled{opacity:.6}@media(max-width:576px){.product-actions{flex-direction:column}.product-cart-btn,.product-buy-btn{width:100%}}.product-card:focus-within{outline:3px solid rgba(255,215,0,.18);outline-offset:3px}.product-card.loading:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 1.4s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.checkout-page{min-height:100vh;background:linear-gradient(135deg,#fffaf0,#fff6dd);padding:2rem 1rem}.checkout-container{max-width:1300px;margin:0 auto}.checkout-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.checkout-header h1{font-size:1.75rem;color:var(--text-dark);margin:0}.back-btn{background:var(--bg-white);border:1.5px solid var(--border-light);padding:10px 16px;border-radius:10px;font-weight:700;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.back-btn:hover{transform:translate(-6px);box-shadow:var(--shadow-sm)}.checkout-content{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:1024px){.checkout-content{grid-template-columns:1.35fr .65fr;gap:2rem}}.checkout-items-section,.checkout-form-section{background:var(--bg-white);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm)}.checkout-items-section h2,.checkout-form-section h2{margin-top:0;margin-bottom:1rem;font-size:1.25rem;color:var(--text-dark)}.checkout-items-list{display:flex;flex-direction:column;gap:1rem}.checkout-item{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;padding:1rem;background:linear-gradient(180deg,#fff,#fffdfa);border-radius:12px;border:1px solid rgba(0,0,0,.03);align-items:center;transition:box-shadow .2s ease,transform .2s ease}.checkout-item:hover{box-shadow:0 8px 26px #0000000f;transform:translateY(-4px)}.item-image{width:84px;height:84px;border-radius:10px;overflow:hidden;background:var(--bg-white);display:flex;align-items:center;justify-content:center}.item-details{display:flex;flex-direction:column;gap:6px;min-width:0}.item-details h3{font-size:1.05rem;margin:0;font-weight:700;color:var(--text-dark)}.variant-label{font-size:.875rem;color:var(--text-light)}.item-price{font-weight:800;color:var(--primary-yellow-dark)}.item-actions{display:flex;flex-direction:column;gap:.6rem;align-items:flex-end}.quantity-control{display:flex;gap:.5rem;align-items:center;background:var(--bg-white);padding:6px;border-radius:8px;border:1px solid var(--border-light)}.quantity-control button{width:36px;height:36px;border-radius:8px;background:#f3f4f6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:700}.quantity-control button:hover:not(:disabled){transform:scale(1.05)}.quantity-value{min-width:30px;text-align:center;font-weight:700}.remove-item-btn{background:#fff5f5;border-radius:8px;padding:8px;border:none;cursor:pointer}.remove-item-btn:hover{transform:scale(1.04)}.price-breakdown{border-top:1px dashed rgba(0,0,0,.06);padding-top:1rem;margin-top:1rem;display:flex;flex-direction:column;gap:.6rem}.price-row{display:flex;justify-content:space-between;align-items:center;font-size:1rem;color:var(--text-medium)}.price-row.total-row{font-size:1.25rem;font-weight:800;color:var(--text-dark);border-top:1px solid rgba(0,0,0,.04);padding-top:.75rem;margin-top:.75rem}.shipping-notice{padding:10px;background:linear-gradient(180deg,#fffae6,#fff4cc);border-radius:8px;color:#92400e;font-weight:700;text-align:center}.form-group label{font-weight:700;color:var(--text-medium);margin-bottom:6px;display:block}.form-group input,.form-group textarea{width:100%;padding:10px 12px;border-radius:10px;border:1px solid var(--border-light);font-size:1rem}.form-group input:focus,.form-group textarea:focus{outline:none;box-shadow:0 8px 20px #ffd70014;border-color:var(--primary-yellow)}.payment-methods{display:flex;flex-direction:column;gap:10px}.payment-option{display:flex;gap:12px;align-items:center;padding:10px;border-radius:10px;border:1px solid var(--border-light);cursor:pointer}.payment-option.active{border-color:#ffd70040;background:linear-gradient(180deg,#fffaf0,#fff6dd)}.place-order-btn{width:100%;padding:14px;border-radius:12px;background:linear-gradient(180deg,var(--primary-yellow),var(--primary-yellow-dark));color:var(--black);font-weight:800;border:none;cursor:pointer;box-shadow:0 10px 30px #ffd70029;transition:transform .18s ease,box-shadow .18s ease}.place-order-btn:hover:not(:disabled){transform:translateY(-4px);box-shadow:0 18px 44px #ffd7002e}@media(min-width:768px){.checkout-items-section,.checkout-form-section{padding:1.75rem}.checkout-items-list{gap:1.25rem}}@media(min-width:1024px){.product-grid{gap:1.5rem}}@media(max-width:640px){.checkout-content{grid-template-columns:1fr}.checkout-item{grid-template-columns:1fr;align-items:flex-start}.item-actions{flex-direction:row;justify-content:space-between;width:100%}.item-image{width:64px;height:64px}}@media(prefers-reduced-motion:reduce){*{animation-duration:0!important;transition-duration:0!important}}.list-spacing{padding:var(--gap-md);gap:var(--gap-md)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary-brand: #facc15;--primary-brand-hover: #eab308;--text-dark: #111827;--text-gray: #6b7280;--bg-white: #ffffff;--bg-light: #f9fafb;--border-color: #e5e7eb;--success-green: #22c55e;--error-red: #ef4444}.auth-container{min-height:100vh;width:100%;background-color:var(--bg-white);display:flex;align-items:center;justify-content:center;padding:1rem;position:relative;overflow-x:hidden;font-family:Inter,sans-serif}.blob{position:absolute;border-radius:50%;filter:blur(60px);opacity:.5;pointer-events:none;z-index:0}.blob-1{top:-10%;right:-10%;width:50vw;height:50vw;background-color:#fef08a}.blob-2{bottom:-10%;left:-10%;width:50vw;height:50vw;background-color:#fde047}.auth-card{width:100%;max-width:950px;background-color:var(--bg-white);border-radius:1.5rem;box-shadow:0 20px 40px #00000014;border:1px solid var(--border-color);display:flex;flex-direction:column;overflow:hidden;position:relative;z-index:10}@media(min-width:900px){.auth-card{flex-direction:row;min-height:600px}}.left-panel{width:100%;background-color:var(--primary-brand);padding:2rem;display:flex;flex-direction:column;justify-content:space-between;color:var(--text-dark)}.right-panel{width:100%;padding:2rem 1.5rem;background-color:var(--bg-white);display:flex;flex-direction:column;justify-content:center}@media(min-width:900px){.left-panel{width:40%;padding:3rem}.right-panel{width:60%;padding:3rem}}.brand-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.brand-text{font-size:1.25rem;font-weight:800;letter-spacing:-.02em}.hero-title{font-size:1.75rem;font-weight:800;line-height:1.1;margin-bottom:.75rem}.hero-subtitle{font-size:.95rem;line-height:1.5;opacity:.9;font-weight:500}.form-header{margin-bottom:2rem}.form-header h2{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:.25rem}.form-header p{color:var(--text-gray);font-size:.875rem}@media(max-width:899px){.feature-list{display:none}}@media(min-width:900px){.feature-list{display:flex;flex-direction:column;gap:1rem;margin-top:auto}.hero-title{font-size:2.5rem;margin-bottom:1rem}}.feature-item{display:flex;align-items:center;gap:.75rem;font-size:.95rem;font-weight:600}.form-stack{display:flex;flex-direction:column;gap:1rem;width:100%}.input-wrapper{position:relative;width:100%}.input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none;z-index:2;display:flex;align-items:center}.status-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);z-index:2;display:flex;align-items:center}.custom-input{width:100%;padding:.875rem 2.75rem;border-radius:.75rem;border:2px solid var(--border-color);background-color:var(--bg-light);outline:none;font-size:.95rem;transition:all .3s ease;appearance:none}.custom-input:focus{border-color:var(--primary-brand);background-color:#fff}.custom-input.valid{border-color:var(--success-green)}.custom-input.invalid,.custom-input.duplicate{border-color:var(--error-red)}.validation-msg{font-size:.75rem;margin-top:.25rem;margin-left:.25rem;font-weight:600}.text-green{color:var(--success-green)}.text-red{color:var(--error-red)}.btn-primary{width:100%;padding:1rem;border-radius:.75rem;font-weight:700;font-size:1rem;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem}.btn-black{background-color:var(--text-dark);color:var(--bg-white)}.btn-brand{background-color:var(--primary-brand);color:var(--text-dark)}.toggle-link{color:#ca8a04;font-weight:700;border:none;background:none;cursor:pointer;transition:color .2s}.toggle-link:hover{color:#a16207}.toggle-link.small{font-size:.85rem;font-weight:500}.forgot-pass-wrapper{text-align:right;margin-top:-.5rem}.switch-text{text-align:center;font-size:.9rem;color:#6b7280;margin-top:1.5rem}.spin{animation:spin 1s linear infinite}:root{--primary: #FFD700;--primary-dark: #E6C200;--primary-light: #FFF8DC;--bg: #FFFFFF;--surface: #FFFFFF;--border: #E8E8E8;--border-dark: #D0D0D0;--text-primary: #1A1A1A;--text-secondary: #666666;--text-light: #888888;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .04);--shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--radius: 10px;--radius-sm: 6px;--transition: all .2s ease}.checkout-page{background:var(--bg);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text-primary)}.checkout-container{max-width:1200px;margin:0 auto;padding:0 24px}.checkout-header{padding:32px 0 24px;border-bottom:1px solid var(--border);margin-bottom:32px;display:flex;justify-content:space-between;align-items:center}.checkout-header h1{display:flex;align-items:center;gap:12px;font-size:28px;font-weight:600;color:var(--text-primary);margin:0}.back-btn{padding:10px 20px;background:#fafafa;border:1px solid var(--border);border-radius:var(--radius-sm);font-weight:500;color:var(--text-primary);cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:var(--transition)}.back-btn:hover{border-color:var(--primary);background:#fffdf5}.checkout-content{display:grid;grid-template-columns:1fr 380px;gap:32px;margin-bottom:60px}@media(max-width:1024px){.checkout-content{grid-template-columns:1fr;gap:24px}}.shipping-address-container{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px;margin-bottom:24px}.address-header{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:600;color:var(--text-primary);margin-bottom:16px}.address-card-display{padding:16px;background:#fafafa;border-radius:var(--radius-sm);margin-bottom:16px;border:1px solid var(--border)}.address-name{font-weight:600;color:var(--text-primary);margin-bottom:4px}.address-phone{font-size:14px;color:var(--text-secondary);margin-top:8px}.manage-address-btn{background:var(--primary);color:var(--text-primary);border:none;padding:12px 24px;border-radius:var(--radius-sm);font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:var(--transition)}.manage-address-btn:hover{background:var(--primary-dark)}.checkout-items-list{display:flex;flex-direction:column;gap:16px}.checkout-item{display:grid;grid-template-columns:100px 1fr auto;gap:20px;padding:20px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition)}.checkout-item:hover{border-color:var(--primary);box-shadow:var(--shadow-sm)}.item-image{width:100px;height:100px;border-radius:var(--radius-sm);overflow:hidden}.item-image img{width:100%;height:100%;object-fit:cover}.item-details{padding-right:16px}.item-details h3{font-size:16px;font-weight:500;color:var(--text-primary);margin:0 0 8px;line-height:1.4}.variant-label{font-size:13px;color:var(--text-secondary);background:#fafafa;padding:4px 8px;border-radius:4px;display:inline-block;margin-bottom:12px}.item-price{font-weight:600;font-size:16px;color:var(--text-primary)}.item-actions{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;min-width:120px}.quantity-control{display:flex;align-items:center;gap:16px;padding:8px 12px;background:#fafafa;border-radius:var(--radius-sm)}.quantity-control button{width:28px;height:28px;border:1px solid var(--border);background:#fff;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--text-primary);transition:var(--transition)}.quantity-control button:hover:not(:disabled){border-color:var(--primary)}.quantity-control button:disabled{opacity:.5;cursor:not-allowed}.quantity-value{font-weight:500;min-width:20px;text-align:center;color:var(--text-primary)}.item-subtotal{font-weight:600;font-size:18px;color:var(--text-primary);text-align:right}.remove-item-btn{background:transparent;border:none;padding:8px;cursor:pointer;color:#dc2626;transition:var(--transition);display:flex;align-items:center;justify-content:center}.remove-item-btn:hover{color:#b91c1c}.checkout-form-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px;position:sticky;top:20px}@media(max-width:1024px){.checkout-form-section{position:static}}.checkout-form-section h2{font-size:20px;font-weight:600;color:var(--text-primary);margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border)}.price-row{display:flex;justify-content:space-between;padding:12px 0;color:var(--text-primary);border-bottom:1px solid #F5F5F5}.price-row:last-child{border-bottom:none}.total-row{font-weight:600;font-size:18px;margin-top:16px;padding-top:16px;border-top:2px solid var(--border)}.btn-yellow-primary{width:100%;background:var(--primary);color:var(--text-primary);border:none;padding:16px;border-radius:var(--radius-sm);font-size:16px;font-weight:600;cursor:pointer;margin-top:24px;transition:var(--transition)}.btn-yellow-primary:hover:not(:disabled){background:var(--primary-dark)}.btn-yellow-primary:disabled{opacity:.6;cursor:not-allowed}.empty-checkout{text-align:center;padding:80px 20px;max-width:400px;margin:0 auto}.empty-checkout svg{color:#ccc;margin-bottom:20px}.empty-checkout h2{font-size:24px;font-weight:600;color:var(--text-primary);margin-bottom:12px}.empty-checkout .btn-yellow-primary{max-width:280px;margin:24px auto 0}.address-overlay-modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.address-modal-content{background:#fff;border-radius:var(--radius);width:100%;max-width:500px;max-height:90vh;overflow-y:auto;border:1px solid var(--border);box-shadow:0 10px 40px #0000001a}.address-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid var(--border);background:#fafafa}.address-modal-header h2{font-size:20px;font-weight:600;color:var(--text-primary);margin:0}.close-modal-btn{background:transparent;border:none;cursor:pointer;padding:8px;color:var(--text-secondary);transition:var(--transition)}.close-modal-btn:hover{color:var(--text-primary)}.address-modal-body{padding:24px}.address-modal-body button,.address-modal-body .btn-primary,.address-modal-body .btn-success,.address-modal-body .btn-info,.address-modal-body [class*=btn-]{background:var(--primary)!important;color:var(--text-primary)!important;border-color:var(--primary)!important}.address-modal-body button:hover,.address-modal-body .btn-primary:hover,.address-modal-body .btn-success:hover,.address-modal-body .btn-info:hover,.address-modal-body [class*=btn-]:hover{background:var(--primary-dark)!important;border-color:var(--primary-dark)!important}.address-modal-body *{border-color:var(--border)!important}.address-modal-body .card,.address-modal-body .address-card,.address-modal-body .list-group-item{border-color:var(--border)!important;background:#fff!important}.address-modal-body .text-success,.address-modal-body .badge-success,.address-modal-body .alert-success{color:var(--text-primary)!important;background:var(--primary-light)!important;border-color:var(--primary)!important}.address-modal-body .text-info,.address-modal-body .badge-info,.address-modal-body .alert-info{color:var(--text-primary)!important;background:#fafafa!important;border-color:var(--border)!important}.address-modal-body input,.address-modal-body select,.address-modal-body textarea{border:1px solid var(--border)!important;background:#fff!important;color:var(--text-primary)!important}.address-modal-body input:focus,.address-modal-body select:focus,.address-modal-body textarea:focus{border-color:var(--primary)!important;outline:none;box-shadow:0 0 0 2px #ffd7001a!important}@media(max-width:768px){.checkout-container{padding:0 20px}.checkout-header{padding:28px 0 20px;margin-bottom:28px}.checkout-header h1{font-size:24px}.checkout-content{gap:24px}.checkout-item{padding:16px}.item-image{width:80px;height:80px}.item-details h3,.item-price{font-size:15px}.item-subtotal{font-size:16px}}@media(max-width:480px){.checkout-header{flex-direction:column;align-items:flex-start;gap:16px}.back-btn{width:100%;justify-content:center}.checkout-item{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:16px;text-align:center}.item-image{margin:0 auto}.item-details{padding-right:0}.item-actions{align-items:center;justify-content:space-between;flex-direction:row;width:100%}.quantity-control{order:1}.item-subtotal{order:2;margin:0}.remove-item-btn{order:3}.shipping-address-container,.checkout-form-section{padding:20px}.price-row{font-size:14px}.total-row{font-size:16px}.btn-yellow-primary{padding:14px;font-size:15px}.empty-checkout{padding:60px 20px}.empty-checkout h2{font-size:20px}.address-modal-content{width:95%;margin:0 auto}}@media(max-width:360px){.checkout-header h1{font-size:22px}.checkout-item{padding:12px}.item-image{width:70px;height:70px}.quantity-control{gap:12px}.quantity-control button{width:24px;height:24px}.item-price,.item-subtotal{font-size:14px}.checkout-form-section h2{font-size:18px}}button:focus-visible,.manage-address-btn:focus-visible,.back-btn:focus-visible,.btn-yellow-primary:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.address-modal-body::-webkit-scrollbar{width:6px}.address-modal-body::-webkit-scrollbar-track{background:#fafafa}.address-modal-body::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.address-modal-body::-webkit-scrollbar-thumb:hover{background:var(--border-dark)}.profile-wrapper{min-height:100vh;background:#fff;padding:40px 20px;display:flex;justify-content:center}.profile-container{width:100%;max-width:500px;background:#fff;border-radius:20px;padding:25px 20px;box-shadow:0 8px 30px #ffbf0040;border:2px solid #ffcc00}.profile-top{text-align:center}.avatar-circle{width:120px;height:120px;background:#fc0;border-radius:50%;margin:0 auto;display:flex;justify-content:center;align-items:center;color:#000;box-shadow:0 5px 20px #ffcc0080}.profile-name{font-size:1.9rem;margin-top:15px;font-weight:700;color:#222}.profile-role{font-size:.9rem;margin-top:5px;color:#fc0;font-weight:600;display:flex;justify-content:center;gap:4px}.profile-info{margin-top:30px}.profile-item{background:#fffdea;border-left:5px solid #ffcc00;padding:15px 18px;border-radius:12px;margin-bottom:15px;display:flex;gap:15px;align-items:flex-start;transition:.2s ease}.profile-item:hover{background:#fff4b8;transform:translate(4px);box-shadow:0 4px 12px #ffbf004d}.item-icon{background:#fff9d6;padding:10px;border-radius:50%;color:#222;border:1px solid #ffcc00}.item-label{font-size:.75rem;color:#666}.empty-profile{min-height:80vh;display:flex;justify-content:center;align-items:center}.empty-box{background:#fff;padding:40px;border-radius:16px;text-align:center;border:2px solid #ffcc00;box-shadow:0 6px 20px #ffcc004d}.empty-icon{color:#fc0;margin-bottom:10px}@media(max-width:480px){.profile-container{padding:20px 15px}.avatar-circle{width:100px;height:100px}.profile-name{font-size:1.6rem}.profile-item{padding:12px}.item-value{font-size:1rem}}.profile-wrapper{min-height:calc(100vh - 80px);display:flex;justify-content:center;padding:40px 20px;background:#fff}.profile-container{width:100%;max-width:520px;background:#fff;border-radius:22px;padding:25px 20px;border:2px solid #ffcc00;box-shadow:0 10px 30px #ffcc0059}.avatar-circle{width:120px;height:120px;background:#fc0;border-radius:50%;display:flex;justify-content:center;align-items:center;margin:0 auto 12px;color:#000;box-shadow:0 6px 25px #fc09}.profile-name{text-align:center;font-size:1.9rem;font-weight:700;color:#222;margin:10px 0}.profile-role{text-align:center;color:#fc0;font-weight:600;font-size:.95rem;margin-bottom:12px}.edit-btn,.cancel-btn{padding:8px 16px;border-radius:999px;border:1px solid #ffcc00;background:#fff8d6;font-size:.9rem;font-weight:600;display:flex;gap:6px;align-items:center;justify-content:center;margin:0 auto;cursor:pointer;transition:.2s}.edit-btn:hover,.cancel-btn:hover{background:#fc0;color:#000}.profile-item{background:#fff9df;border-left:5px solid #ffcc00;padding:14px 18px;border-radius:14px;margin-bottom:12px;display:flex;gap:16px}.item-icon{background:#fff;padding:10px;border-radius:50%;border:1px solid #ffcc00}.item-label{font-size:.8rem;color:#777}.item-value{font-size:1.1rem;font-weight:600;color:#222}.input-group{margin-bottom:15px}.input-group label{font-size:.85rem;font-weight:600;color:#444}.input-box{position:relative}.input-icon{position:absolute;top:50%;left:10px;transform:translateY(-50%);color:#555}input,textarea{width:100%;padding:10px 12px 10px 36px;border-radius:10px;border:1.5px solid #ddd;background:#fffef5;font-size:1rem;outline:none;transition:.2s ease}input:focus,textarea:focus{border-color:#fc0;box-shadow:0 0 0 3px #ffcc004d}.save-btn{width:100%;margin-top:12px;background:#fc0;color:#000;padding:10px 14px;border-radius:999px;border:none;font-weight:700;font-size:1rem;cursor:pointer;box-shadow:0 8px 20px #fc09;display:flex;align-items:center;justify-content:center;gap:8px}.save-btn:hover{box-shadow:0 10px 26px #fc0c}:root{--primary-yellow: #facc15;--primary-yellow-hover: #eab308;--primary-yellow-light: #fef9c3;--color-success: #16a34a;--color-danger: #dc2626;--text-dark: #111827;--text-medium: #374151;--text-light: #6b7280;--bg-white: #ffffff;--bg-gray: #f9fafb;--border-light: #e5e7eb;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 6px rgba(0,0,0,.07);--shadow-lg: 0 10px 15px rgba(0,0,0,.1);--shadow-yellow: 0 4px 14px rgba(250, 204, 21, .15)}*{box-sizing:border-box}.wishlist-page{background:linear-gradient(to bottom,#ffffff 0%,var(--bg-gray) 100%);min-height:100vh;padding-bottom:3rem}.wishlist-container{max-width:1280px;margin:0 auto;padding:2rem 1rem}.wishlist-title{font-size:1.75rem;font-weight:800;margin:0 0 .5rem;color:var(--text-dark);text-align:left;letter-spacing:-.02em}.wishlist-title:after{content:"";display:block;width:60px;height:4px;background:linear-gradient(to right,var(--primary-yellow),var(--primary-yellow-light));margin-top:.75rem;border-radius:2px}.loading-container{display:flex;justify-content:center;align-items:center;min-height:300px}.loading-container p{color:var(--text-light);font-size:1.1rem}.wishlist-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:2rem}.wishlist-card{background:var(--bg-white);border:1px solid var(--border-light);border-radius:1rem;padding:0;box-shadow:var(--shadow-sm);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;display:grid;grid-template-columns:120px 1fr;gap:0;align-items:stretch;height:180px}.wishlist-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(to right,var(--primary-yellow),transparent);opacity:0;transition:opacity .3s ease}.wishlist-card:hover{border-color:var(--primary-yellow);box-shadow:var(--shadow-yellow);transform:translateY(-2px)}.wishlist-card:hover:before{opacity:1}.wishlist-image-wrapper{width:120px;height:100%;border-radius:1rem 0 0 1rem;overflow:hidden;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);position:relative;flex-shrink:0}.wishlist-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.wishlist-card:hover .wishlist-image-wrapper img{transform:scale(1.05)}.wishlist-discount-badge{position:absolute;top:.5rem;right:.5rem;background:var(--color-danger);color:#fff;font-size:.7rem;font-weight:700;padding:.25rem .5rem;border-radius:.35rem;line-height:1;box-shadow:0 2px 4px #dc26264d;z-index:10}.wishlist-info{display:flex;flex-direction:column;gap:.35rem;min-width:0;justify-content:space-between;height:100%;padding:1rem}.wishlist-product-name{font-size:.95rem;font-weight:700;color:var(--text-dark);line-height:1.25;margin:0 0 .25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.wishlist-price-section{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap;margin:.15rem 0 .5rem}.wishlist-current-price{font-size:1.15rem;font-weight:800;color:var(--text-dark);letter-spacing:-.01em}.wishlist-original-price{font-size:.85rem;color:var(--text-light);text-decoration:line-through}.wishlist-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:auto;padding-top:0;border-top:none}.wishlist-move-to-cart,.wishlist-remove-btn{width:100%;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;border-radius:.5rem;border:none;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;line-height:1}.wishlist-move-to-cart{background:var(--primary-yellow);color:var(--text-dark);box-shadow:0 2px 4px #facc1533}.wishlist-move-to-cart:hover{background:var(--primary-yellow-hover);box-shadow:var(--shadow-yellow);transform:translateY(-1px)}.wishlist-move-to-cart:active{transform:translateY(0)}.wishlist-remove-btn{background:transparent;color:var(--color-danger);border:1.5px solid var(--border-light)}.wishlist-remove-btn:hover{background:#fef2f2;border-color:var(--color-danger);transform:translateY(-1px)}.wishlist-remove-btn:active{transform:translateY(0)}.wishlist-move-to-cart.added-state{background:var(--color-success)!important;color:#fff!important;pointer-events:none;box-shadow:0 2px 4px #16a34a4d}.wishlist-move-to-cart svg,.wishlist-remove-btn svg{width:14px;height:14px}.wishlist-empty{text-align:center;padding:4rem 2rem;margin:2rem 0;background:linear-gradient(135deg,#fffbeb,#fef3c7);border:2px dashed var(--primary-yellow);border-radius:1.5rem}.wishlist-empty h3{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.wishlist-empty p{color:var(--text-light);font-size:1rem;margin-bottom:2rem}.wishlist-empty-btn{background:var(--primary-yellow);color:var(--text-dark);font-weight:700;padding:1rem 2.5rem;border:none;border-radius:.75rem;cursor:pointer;font-size:1rem;transition:all .2s ease;box-shadow:var(--shadow-md)}.wishlist-empty-btn:hover{background:var(--primary-yellow-hover);box-shadow:var(--shadow-yellow);transform:translateY(-2px)}.wishlist-empty-btn:active{transform:translateY(0)}@media(min-width:768px){.wishlist-container{padding:2.5rem 1.5rem}.wishlist-title{font-size:2.25rem;margin-bottom:.75rem}.wishlist-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.wishlist-card{display:flex;flex-direction:column;padding:0;height:400px}.wishlist-image-wrapper{width:100%;height:220px;border-radius:1rem 1rem 0 0;margin-bottom:0}.wishlist-discount-badge{top:.75rem;right:.75rem;font-size:.75rem;padding:.35rem .6rem}.wishlist-info{gap:.75rem;padding:1.25rem}.wishlist-product-name{font-size:1.125rem;-webkit-line-clamp:2}.wishlist-current-price{font-size:1.5rem}.wishlist-actions{flex-direction:row;gap:.75rem;margin-top:auto;padding-top:0}.wishlist-move-to-cart,.wishlist-remove-btn{flex:1;padding:.75rem 1rem;font-size:.9rem}.wishlist-move-to-cart svg,.wishlist-remove-btn svg{width:16px;height:16px}}@media(min-width:1024px){.wishlist-container{padding:3rem 2rem}.wishlist-title{font-size:2.5rem}.wishlist-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.wishlist-card{padding:0;height:420px}.wishlist-image-wrapper{height:240px}.wishlist-product-name{font-size:1.125rem}}@media(min-width:1280px){.wishlist-grid{grid-template-columns:repeat(4,1fr)}}.wishlist-card{animation:fadeIn .3s ease forwards}.wishlist-card:nth-child(1){animation-delay:0s}.wishlist-card:nth-child(2){animation-delay:.05s}.wishlist-card:nth-child(3){animation-delay:.1s}.wishlist-card:nth-child(4){animation-delay:.15s}.wishlist-card:nth-child(5){animation-delay:.2s}.wishlist-card:nth-child(6){animation-delay:.25s}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@tailwind base;@tailwind components;@tailwind utilities;:root{--primary-yellow: #facc15;--primary-yellow-hover: #eab308;--primary-yellow-light: #fef08a;--bg-white: #ffffff;--bg-off-white: #f9fafb;--bg-gray-light: #f3f4f6;--text-dark: #111827;--text-gray: #6b7280;--text-light: #9ca3af;--border-light: #e5e7eb;--border-medium: #d1d5db}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-white);color:var(--text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.landing-container{min-height:100vh;background-color:var(--bg-white);padding-bottom:5rem}.page-content{max-width:1400px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.page-content{padding:0 1.5rem}}@media(min-width:1024px){.page-content{padding:0 2rem}}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.section-title{font-size:1.125rem;font-weight:700;color:var(--text-dark);display:flex;align-items:center;gap:.5rem}@media(min-width:768px){.section-title{font-size:1.25rem}}.section-title-count{font-size:.875rem;font-weight:400;color:var(--text-gray)}.clear-filter-btn{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:700;color:#ef4444;background-color:transparent;padding:.375rem .75rem;border-radius:9999px;border:1px solid #fee2e2;cursor:pointer;transition:all .2s ease}.clear-filter-btn:hover{background-color:#fef2f2}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:768px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1280px){.product-grid{grid-template-columns:repeat(5,1fr)}}.loading-container{display:flex;justify-content:center;align-items:center;padding:5rem 0}.spinner{width:3rem;height:3rem;border:4px solid var(--primary-yellow);border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}.error-message{padding:1rem;background-color:#fef2f2;border:1px solid #fee2e2;color:#dc2626;border-radius:.75rem;text-align:center;font-size:.875rem;margin-bottom:1rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 1rem;color:var(--text-light);background-color:var(--bg-gray-light);border-radius:.75rem;border:2px dashed var(--border-light)}.empty-state-icon{font-size:3rem;margin-bottom:.75rem}.empty-state-title{font-weight:600;color:var(--text-gray);font-size:1rem;margin-bottom:.25rem}.empty-state-description{font-size:.875rem;color:var(--text-light);margin-bottom:1rem}.empty-state-btn{margin-top:1rem;color:var(--primary-yellow-hover);font-weight:700;background:none;border:none;cursor:pointer;transition:all .2s ease}.empty-state-btn:hover{text-decoration:underline;color:var(--primary-yellow)}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.btn-yellow{background-color:var(--primary-yellow);color:var(--text-dark);font-weight:600;padding:.625rem 1.5rem;border-radius:.75rem;border:none;cursor:pointer;transition:all .2s ease}.btn-yellow:hover{background-color:var(--primary-yellow-hover);transform:translateY(-2px);box-shadow:0 4px 12px #facc154d}.btn-yellow:active{transform:translateY(0)}.badge-yellow{background-color:var(--primary-yellow-light);color:var(--text-dark);font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:9999px}.card-hover{transition:all .3s ease;cursor:pointer}.card-hover:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .5s ease-out forwards}@keyframes softPulse{0%,to{box-shadow:0 0 #facc1566}50%{box-shadow:0 0 0 6px #facc1500}}.animate-soft-pulse{animation:softPulse 2s infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.animate-slide-in-left{animation:slideInLeft .4s ease-out forwards}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.animate-slide-in-right{animation:slideInRight .4s ease-out forwards}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-scale-in{animation:scaleIn .3s ease-out forwards}@media(max-width:767px){.mobile-compact{padding:.5rem}.mobile-text-sm{font-size:.875rem}}@media(min-width:768px){.tablet-up-visible{display:block}.mobile-only{display:none}}@media(max-width:767px){.tablet-up-visible{display:none}.mobile-only{display:block}}
