:root{--black:#fff;--white:#000;--bg:#211912;--bg-primary:#2a1f15;--bg-secondary:#473624;--text:#ffff;--text-primary:#ffff;--text-secondary:#fff;--text-tertiary:#c9ad91;--bg-tertiary:#eb9642;--border:#37322e;--border-color:#37322e;--skeleton-bg:#473624;--skeleton-highlight:#5a4530;--card-bg:#2a1f15;--font-family:"Work Sans",sans-serif;--font-secondary:"Playwrite AU QLD",cursive;--container-width:1300px}[data-theme=light]{--black:#000;--white:#fff;--bg:#fcfaf7;--bg-primary:#fff;--bg-secondary:#f2ede8;--text:#1c140d;--text-primary:#1c140d;--text-secondary:#fff;--text-tertiary:#96734f;--bg-tertiary:#eb9642;--border:#e5e8eb;--border-color:#e5e8eb;--skeleton-bg:#f2ede8;--skeleton-highlight:#e5e8eb;--card-bg:#fff}*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none}li{list-style:none}.container{max-width:1300px;margin:0 auto;padding:0 10px}body{font-family:var(--font-family);background-color:var(--bg);color:var(--text);overflow-x:hidden}body::-webkit-scrollbar{width:8px}body::-webkit-scrollbar-thumb{background:var(--bg-secondary);border-radius:10px 0 0 10px}.primary-btn{background-color:var(--bg-secondary);color:var(--text);border:none;border-radius:50%;cursor:pointer;font-size:16px;font-weight:500;transition:all .3s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.primary-btn svg{width:18px;height:18px}.language-changer{position:relative}.language-changer .primary-btn{background-color:var(--bg-secondary);color:var(--text);border:none;border-radius:50%;cursor:pointer;font-size:16px;font-weight:500;transition:all .3s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.language-changer .primary-btn svg{width:18px;height:18px}.language-changer .primary-btn:hover{background-color:var(--bg-tertiary);color:#fff;transform:scale(1.05)}.language-changer .primary-btn:active{transform:scale(.95)}.language-changer .dropdown-overlay{position:absolute;z-index:1001}.language-changer .dropdown-content{background:var(--bg-secondary);border:1.5px solid var(--border-color);border-radius:18px;box-shadow:0 4px 16px rgba(0,0,0,.08);padding:8px;width:130px;margin-top:6px;list-style:none;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:4px!important}.language-changer .dropdown-content li{padding:8px;cursor:pointer;color:var(--text);font-size:15px;display:flex;align-items:center;justify-content:flex-start;gap:8px;border-radius:12px;width:100%;transition:background .15s,color .15s;position:relative}.language-changer .dropdown-content li:hover{box-shadow:inset 0 0 10px 10px rgba(0,0,0,.1)}.language-changer .dropdown-content li.active{background:rgba(235,150,66,.1);color:var(--bg-tertiary);font-weight:600}.language-changer .dropdown-content li img{border:1px solid var(--border-color)}.language-changer .dropdown-content li .active-indicator{position:absolute;right:8px;color:var(--bg-tertiary);font-weight:700;font-size:1.2rem}.language-changer .dropdown-anim{animation:dropdownFadeIn .22s cubic-bezier(.4,0,.2,1);transform-origin:top right}@media(max-width:768px){.language-changer .dropdown-overlay{right:-50px}.language-changer .dropdown-content{width:120px}.language-changer .dropdown-content li{font-size:14px;padding:6px}}@keyframes skeleton-pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.skeleton-element{background:linear-gradient(90deg,var(--skeleton-bg) 25%,var(--skeleton-highlight) 50%,var(--skeleton-bg) 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:4px;display:block;min-height:1px}.product-card-skeleton{border-radius:16px;overflow:hidden;transition:transform .2s ease;width:100%;height:-moz-fit-content;height:fit-content;min-width:0}.product-card-skeleton.grid{padding:16px;display:flex;flex-direction:column;gap:12px}.product-card-skeleton.grid .skeleton-image{width:100%;height:220px;border-radius:12px;background:linear-gradient(90deg,var(--skeleton-bg) 25%,var(--skeleton-highlight) 50%,var(--skeleton-bg) 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s infinite}.product-card-skeleton.grid .skeleton-content{display:flex;flex-direction:column;gap:8px}.product-card-skeleton.grid .skeleton-content .skeleton-title{height:18px;width:80%;margin-bottom:8px}.product-card-skeleton.grid .skeleton-content .skeleton-price{height:16px;width:60%}.product-card-skeleton.list{display:flex;gap:20px;padding:20px}.product-card-skeleton.list .skeleton-image{width:200px;height:200px;flex-shrink:0;background:linear-gradient(90deg,var(--skeleton-bg) 25%,var(--skeleton-highlight) 50%,var(--skeleton-bg) 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:12px}.product-card-skeleton.list .skeleton-content{flex:1 1;display:flex;flex-direction:column;gap:8px}.product-card-skeleton.list .skeleton-content .skeleton-title{height:22px;width:70%;margin-bottom:8px}.product-card-skeleton.list .skeleton-content .skeleton-description{height:16px;width:90%;margin-bottom:8px}.product-card-skeleton.list .skeleton-content .skeleton-price{height:18px;width:50%;margin-top:auto}.collection-card-skeleton{border-radius:15px;overflow:hidden;transition:transform .2s ease;max-width:350px;cursor:pointer}.collection-card-skeleton .skeleton-image{width:100%;height:200px;background:linear-gradient(90deg,var(--skeleton-bg) 25%,var(--skeleton-highlight) 50%,var(--skeleton-bg) 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s infinite}.collection-card-skeleton .skeleton-content{padding:18px 0}.collection-card-skeleton .skeleton-content .skeleton-title{height:18px;width:80%;margin-bottom:12px}.collection-card-skeleton .skeleton-content .skeleton-price{height:16px;width:60%}.category-card-skeleton{border-radius:15px;overflow:hidden;transition:transform .2s ease;text-align:center;max-width:350px;cursor:pointer}.category-card-skeleton .skeleton-image{width:100%;height:200px;border-radius:10px;margin-bottom:15px;background:linear-gradient(90deg,var(--skeleton-bg) 25%,var(--skeleton-highlight) 50%,var(--skeleton-bg) 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s infinite}.category-card-skeleton .skeleton-title{height:20px;width:70%;margin:0 auto;text-align:start}.product-detail-skeleton{padding:24px;max-width:1200px;margin:0 auto}.product-detail-skeleton .skeleton-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.product-detail-skeleton .skeleton-actions .skeleton-back-btn{height:32px;width:100px;border-radius:8px}.product-detail-skeleton .skeleton-actions .skeleton-right-actions{display:flex;gap:10px}.product-detail-skeleton .skeleton-actions .skeleton-right-actions .skeleton-btn{height:40px;width:40px;border-radius:50%}.product-detail-skeleton .skeleton-breadcrumb{height:16px;width:70%;margin-bottom:32px}.product-detail-skeleton .skeleton-product-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;margin-top:32px}@media(max-width:1024px){.product-detail-skeleton .skeleton-product-content{gap:32px}}@media(max-width:768px){.product-detail-skeleton .skeleton-product-content{grid-template-columns:1fr;gap:32px}}.product-detail-skeleton .skeleton-product-content .skeleton-images{display:flex;flex-direction:column;gap:16px}.product-detail-skeleton .skeleton-product-content .skeleton-images .skeleton-main-image{width:100%;height:400px;border-radius:16px;background:linear-gradient(90deg,var(--skeleton-bg) 25%,var(--skeleton-highlight) 50%,var(--skeleton-bg) 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s infinite}.product-detail-skeleton .skeleton-product-content .skeleton-images .skeleton-thumbnails{display:flex;gap:12px}.product-detail-skeleton .skeleton-product-content .skeleton-images .skeleton-thumbnails .skeleton-thumbnail{width:80px;height:80px;border-radius:8px}.product-detail-skeleton .skeleton-product-content .skeleton-info{display:flex;flex-direction:column;gap:24px}.product-detail-skeleton .skeleton-product-content .skeleton-info .skeleton-product-title{height:32px;width:90%}.product-detail-skeleton .skeleton-product-content .skeleton-info .skeleton-product-price{height:28px;width:40%}.product-detail-skeleton .skeleton-product-content .skeleton-info .skeleton-description{height:80px;width:100%}.product-detail-skeleton .skeleton-product-content .skeleton-info .skeleton-specs{height:120px;width:100%}.product-detail-skeleton .skeleton-product-content .skeleton-info .skeleton-contact-btn{height:48px;width:200px;border-radius:8px}.home-page .collections-grid .skeleton-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px;margin-top:40px}@media(max-width:1024px){.home-page .collections-grid .skeleton-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}}@media(max-width:992px){.home-page .collections-grid .skeleton-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}}@media(max-width:800px){.home-page .collections-grid .skeleton-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}}@media(max-width:768px){.home-page .collections-grid .skeleton-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:480px){.home-page .collections-grid .skeleton-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.home-page .category-grid .skeleton-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px;margin-top:40px}@media(max-width:1024px){.home-page .category-grid .skeleton-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}}@media(max-width:992px){.home-page .category-grid .skeleton-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}}@media(max-width:800px){.home-page .category-grid .skeleton-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}}@media(max-width:768px){.home-page .category-grid .skeleton-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:480px){.home-page .category-grid .skeleton-grid{grid-template-columns:repeat(2,1fr);gap:12px;width:90vw!important}}.skeleton-grid{display:grid;grid-gap:16px;gap:16px;width:100%!important}.skeleton-grid.grid{grid-template-columns:repeat(4,1fr)}@media(max-width:768px){.skeleton-grid.grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;gap:12px;width:90vw!important}}.skeleton-grid.list{grid-template-columns:1fr;gap:20px}.collections-grid .skeleton-grid,.products-list .skeleton-grid{display:contents}.skeleton-loading{opacity:.7;pointer-events:none}.skeleton-fade-in{animation:fadeIn .3s ease-out}.error-state{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:40px 20px}.error-state .error-state-content{text-align:center;max-width:500px;width:100%;padding:40px;border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid var(--border-color);animation:errorStateFadeIn .6s ease-out}@media(max-width:768px){.error-state .error-state-content{padding:30px 20px;margin:20px}}.error-state .error-icon{margin-bottom:24px;display:flex;justify-content:center;align-items:center}.error-state .error-icon svg{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));animation:errorIconPulse 2s ease-in-out infinite}.error-state .error-title{font-family:var(--font-family);font-size:28px;font-weight:700;color:var(--text);margin-bottom:16px;line-height:1.2}@media(max-width:768px){.error-state .error-title{font-size:24px}}@media(max-width:480px){.error-state .error-title{font-size:20px}}.error-state .error-description{font-family:var(--font-family);font-size:16px;line-height:1.6;color:var(--text-secondary);margin-bottom:24px;opacity:.9}@media(max-width:768px){.error-state .error-description{font-size:14px}}.error-state .error-details{border-radius:12px;padding:16px;margin-bottom:24px}.error-state .error-details .error-message{font-family:var(--font-family);font-size:14px;color:var(--text-tertiary);margin:0;word-break:break-word;line-height:1.5;font-style:italic}.error-state .error-retry-btn{display:inline-flex;align-items:center;gap:8px;background:var(--primary-color);color:#fff;border:none;border-radius:12px;padding:14px 28px;font-family:var(--font-family);font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.15)}.error-state .error-retry-btn:hover{background:var(--primary-color-hover);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.2)}.error-state .error-retry-btn:active{transform:translateY(0);box-shadow:0 2px 8px rgba(0,0,0,.15)}.error-state .error-retry-btn:focus{outline:none;box-shadow:0 0 0 3px rgba(var(--primary-color-rgb),.3)}.error-state .error-retry-btn svg{transition:transform .3s ease}.error-state .error-retry-btn:hover svg{transform:rotate(180deg)}@media(max-width:768px){.error-state .error-retry-btn{padding:12px 24px;font-size:14px}}@keyframes errorStateFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes errorIconPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}[data-theme=dark] .error-state .error-state-content{border-color:var(--border-color);box-shadow:0 8px 32px rgba(0,0,0,.3)}[data-theme=dark] .error-state .error-details{border-color:var(--border-color)}.error-retry-btn.loading{pointer-events:none;opacity:.7}.error-retry-btn.loading svg{animation:spin 1s linear infinite}.empty-state{display:flex;align-items:center;justify-content:center;min-height:400px;padding:40px 20px}.empty-state .empty-state-content{text-align:center;max-width:400px;width:100%;padding:40px 20px}@media(max-width:768px){.empty-state .empty-state-content{padding:30px 15px}}.empty-state .empty-icon{margin-bottom:20px;display:flex;justify-content:center;align-items:center}.empty-state .empty-icon svg{opacity:.6;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.empty-state .empty-title{font-family:var(--font-family);font-size:20px;font-weight:600;color:var(--text);margin-bottom:12px;line-height:1.3}@media(max-width:768px){.empty-state .empty-title{font-size:18px}}.empty-state .empty-description{font-family:var(--font-family);font-size:14px;line-height:1.5;color:var(--text-secondary);margin:0;opacity:.8}@media(max-width:768px){.empty-state .empty-description{font-size:13px}}.empty-state.compact{min-height:200px;padding:20px}.empty-state.compact .empty-state-content{padding:20px 15px}.empty-state.compact .empty-icon{margin-bottom:16px}.empty-state.compact .empty-icon svg{width:48px;height:48px}.empty-state.compact .empty-title{font-size:16px;margin-bottom:8px}.empty-state.compact .empty-description{font-size:13px}[data-theme=dark] .empty-state .empty-icon svg{opacity:.5}[data-theme=dark] .empty-state .empty-description{opacity:.7}.hero-carousel{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.hero-carousel .hero-carousel-container{position:relative;width:100%;height:100%}.hero-carousel .hero-carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;transition:transform .8s cubic-bezier(.4,0,.2,1);will-change:transform}.hero-carousel .hero-carousel-slide.active{z-index:2}.hero-carousel .hero-carousel-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.hero-carousel .hero-carousel-image:hover{transform:scale(1.05)}.hero-carousel .hero-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:hsla(0,0%,100%,.9);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.hero-carousel .hero-carousel-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,.2)}.hero-carousel .hero-carousel-arrow:active{transform:translateY(-50%) scale(.95)}.hero-carousel .hero-carousel-arrow svg{color:var(--text);transition:color .3s ease}.hero-carousel .hero-carousel-arrow:hover svg{color:var(--primary-color)}@media(max-width:768px){.hero-carousel .hero-carousel-arrow{width:40px;height:40px}}@media(max-width:480px){.hero-carousel .hero-carousel-arrow{width:36px;height:36px}}.hero-carousel .hero-carousel-arrow-prev{left:20px}@media(max-width:768px){.hero-carousel .hero-carousel-arrow-prev{left:15px}}@media(max-width:480px){.hero-carousel .hero-carousel-arrow-prev{left:10px}}.hero-carousel .hero-carousel-arrow-next{right:20px}@media(max-width:768px){.hero-carousel .hero-carousel-arrow-next{right:15px}}@media(max-width:480px){.hero-carousel .hero-carousel-arrow-next{right:10px}}.hero-carousel .hero-carousel-indicators{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;gap:12px;z-index:10}@media(max-width:768px){.hero-carousel .hero-carousel-indicators{bottom:20px;gap:10px}}@media(max-width:480px){.hero-carousel .hero-carousel-indicators{bottom:15px;gap:8px}}.hero-carousel .hero-carousel-indicator{width:12px;height:12px;border-radius:50%;border:2px solid hsla(0,0%,100%,.6);background:rgba(0,0,0,0);cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.hero-carousel .hero-carousel-indicator:hover{background:hsla(0,0%,100%,.3);border-color:hsla(0,0%,100%,.8);transform:scale(1.2)}.hero-carousel .hero-carousel-indicator.active{background:hsla(0,0%,100%,.9);border-color:#fff;transform:scale(1.1)}@media(max-width:768px){.hero-carousel .hero-carousel-indicator{width:10px;height:10px}}@media(max-width:480px){.hero-carousel .hero-carousel-indicator{width:8px;height:8px}}.hero-carousel .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,0,0,.4),rgba(0,0,0,.2) 50%,rgba(0,0,0,.6));z-index:3}[data-theme=dark] .hero-carousel .hero-carousel-arrow{background:var(--bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}[data-theme=dark] .hero-carousel .hero-carousel-arrow:hover{background:rgba(0,0,0,.9)}[data-theme=dark] .hero-carousel .hero-carousel-arrow svg{color:#fff}[data-theme=dark] .hero-carousel .hero-carousel-indicator{border-color:hsla(0,0%,100%,.4)}[data-theme=dark] .hero-carousel .hero-carousel-indicator:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.6)}[data-theme=dark] .hero-carousel .hero-carousel-indicator.active{background:hsla(0,0%,100%,.8);border-color:#fff}@keyframes slideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideOut{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-100%)}}@media(max-width:768px){.hero-carousel .hero-carousel-arrow{opacity:.8}.hero-carousel .hero-carousel-indicators{opacity:.9}}@media(max-width:480px){.hero-carousel .hero-carousel-arrow{opacity:.7}.hero-carousel .hero-carousel-indicators{opacity:.8}}.hero-carousel-skeleton{width:100%;height:100%;position:relative;overflow:hidden;border-radius:20px}.hero-carousel-skeleton-image{width:100%;height:100%;background:linear-gradient(90deg,var(--skeleton-bg) 25%,var(--skeleton-highlight) 50%,var(--skeleton-bg) 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:20px}.product-card{border-radius:16px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;background:var(--card-bg);border:1px solid var(--border);text-decoration:none;display:block;width:100%;height:100%}.product-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.product-card:hover .card-image img{transform:scale(1.05)}.product-card.grid{max-width:350px;display:flex;flex-direction:column}.product-card.grid .card-image{height:200px;overflow:hidden}.product-card.grid .card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card.grid .card-content{padding:18px;display:flex;flex-direction:column;gap:8px;flex:1 1}.product-card.grid .card-content .card-title{font-size:18px;font-weight:600;color:var(--text);line-height:1.2;-webkit-line-clamp:2}.product-card.grid .card-content .card-description,.product-card.grid .card-content .card-title{font-family:var(--font-family);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;margin:0}.product-card.grid .card-content .card-description{font-size:14px;line-height:1.5;color:var(--text-tertiary);-webkit-line-clamp:3}.product-card.grid .card-content .card-price{font-family:var(--font-family);font-size:16px;font-weight:600;color:var(--text-tertiary);margin:0}.product-card.list{display:flex;flex-direction:row;max-width:none;padding:20px;gap:20px}.product-card.list .card-image{width:200px;height:200px;flex-shrink:0;border-radius:12px;overflow:hidden}.product-card.list .card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card.list .card-content{flex:1 1;display:flex;flex-direction:column;gap:12px;padding:0}.product-card.list .card-content .card-title{font-family:var(--font-family);font-size:22px;font-weight:600;color:var(--text);line-height:1.2;margin:0}.product-card.list .card-content .card-description{font-family:var(--font-family);font-size:16px;line-height:1.6;color:var(--text-tertiary);max-width:600px;margin:0}.product-card.list .card-content .card-price{font-family:var(--font-family);font-size:18px;font-weight:600;color:var(--text-tertiary);margin:0}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px;margin-bottom:32px}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}}@media(max-width:992px){.products-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}}@media(max-width:800px){.products-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}}@media(max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:480px){.products-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.products-list{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}@media(max-width:768px){.product-card.list{flex-direction:column;align-items:flex-start;gap:16px;padding:16px}.product-card.list .card-image{width:100%;height:200px}.product-card.list .card-description{max-width:100%}}@media(max-width:480px){.product-card.grid .card-content{padding:16px;gap:6px}.product-card.grid .card-content .card-title{font-size:16px}.product-card.grid .card-content .card-description{font-size:13px}.product-card.grid .card-content .card-price{font-size:14px}.product-card.list{padding:12px;gap:12px}.product-card.list .card-content{gap:8px}.product-card.list .card-content .card-title{font-size:18px}.product-card.list .card-content .card-description{font-size:14px}.product-card.list .card-content .card-price{font-size:16px}}.header{position:fixed;top:0;left:50%;transform:translateX(-50%);width:95vw;max-width:1500px;justify-content:space-between;padding:10px;margin:20px 0;border-radius:30px;height:60px;border:1px solid var(--border-color);box-shadow:0 2px 15px rgba(0,0,0,.05);background-color:var(--bg);z-index:1000}.header,.header nav{display:flex;align-items:center}.header nav{gap:32px}.header nav ul{display:flex;align-items:center;gap:36px}.header nav a{color:var(--text)}.header .logo{display:flex;align-items:center;font-family:var(--font-secondary);font-size:1.5rem;color:var(--text-tertiary);min-width:200px;text-decoration:none}.header .logo img{margin-bottom:-10px;height:80px;margin-left:-20px;width:120px;object-fit:contain;transition:opacity .3s ease}.header .logo h5{margin-left:-30px;white-space:nowrap;transition:opacity .3s ease}.header .logo:hover{text-decoration:none;color:var(--text-tertiary)}.header .btn-group{display:flex;align-items:center;gap:8px}.dropdown-overlay{position:absolute;top:48px;right:-10px!important;z-index:1001}.dropdown-content{background:var(--bg-secondary);border:1.5px solid var(--border-color);border-radius:18px;box-shadow:0 4px 16px rgba(0,0,0,.08);width:130px;margin-top:6px;list-style:none;flex-direction:column;align-items:flex-start;gap:4px!important}.dropdown-content,.dropdown-content li{padding:8px;display:flex;justify-content:flex-start}.dropdown-content li{cursor:pointer;color:var(--text);font-size:15px;align-items:center;gap:8px;border-radius:12px;width:100%;transition:background .15s,color .15s}.dropdown-content li:hover{box-shadow:inset 0 0 10px 10px rgba(0,0,0,.1)}.dropdown-anim{animation:dropdownFadeIn .22s cubic-bezier(.4,0,.2,1);transform-origin:top right}.search-container{flex:1 1;max-width:500px}.search-bar,.search-container{display:flex;align-items:center}.search-bar{position:relative;width:380px}.search-icon{position:absolute;left:16px;color:var(--text-tertiary);font-size:20px;z-index:2}.search-input{width:100%;padding:12px 16px 12px 48px;border:1px solid var(--border-color);border-radius:25px;background:var(--bg-secondary);color:var(--text);font-size:16px;outline:none;transition:all .2s}.search-input::placeholder{color:var(--text-tertiary)}.search-input:focus{border-color:var(--bg-tertiary);box-shadow:0 0 0 3px rgba(235,150,66,.1)}.search-results{position:absolute;top:100%;right:0;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:30px;box-shadow:0 4px 16px rgba(0,0,0,.08);margin-top:8px;z-index:1001;max-height:400px;width:600px;overflow-y:auto}.search-result-item{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;transition:background .15s;border-bottom:1px solid var(--border-color)}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background:rgba(0,0,0,.05)}.search-result-image{width:50px;height:50px;object-fit:cover;border-radius:50%;flex-shrink:0;border:1px solid var(--border-color)}.search-result-content{flex:1 1;min-width:0}.search-result-name{font-weight:600;font-size:14px;color:var(--text);margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-category{font-size:12px;color:var(--text-tertiary);margin-bottom:2px}.search-result-price{font-weight:600;font-size:13px;color:var(--bg-tertiary)}@media(max-width:768px){.header{margin:0 40px}.search-container{margin:0 16px}.search-input{font-size:14px;padding:10px 16px 10px 44px}.search-icon{font-size:18px;left:14px}}.header-category-skeleton{width:80px;height:20px;background:linear-gradient(90deg,var(--skeleton-bg) 25%,var(--skeleton-highlight) 50%,var(--skeleton-bg) 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:4px;margin:0 8px}@media(max-width:768px){.header-category-skeleton{width:60px;height:16px}}.mobile-menu{display:none}@media(max-width:768px){.mobile-menu{display:block}}.mobile-menu-overlay{position:absolute;top:100%;right:0;width:280px;background:var(--bg);border:1px solid var(--border-color);border-radius:15px;box-shadow:0 8px 25px rgba(0,0,0,.15);z-index:1001;animation:dropdownFadeIn .22s cubic-bezier(.4,0,.2,1);transform-origin:top right;margin-top:8px;overflow:hidden}.mobile-menu-content{position:relative;width:100%;max-height:400px;overflow-y:auto;padding:0}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border-color);background:var(--bg-secondary)}.mobile-menu-title{font-family:var(--font-family);font-size:16px;font-weight:600;color:var(--text);margin:0}.mobile-menu-close{background:none;border:none;color:var(--text);font-size:20px;cursor:pointer;padding:6px;border-radius:50%;transition:background .2s ease}.mobile-menu-close:hover{background:var(--bg-tertiary)}.mobile-menu-list{list-style:none;padding:12px 0;margin:0;display:flex;flex-direction:column;gap:2px}.mobile-menu-item{width:100%}.mobile-menu-link{display:flex;align-items:center;width:100%;padding:12px 20px;background:none;border:none;color:var(--text);font-family:var(--font-family);font-size:14px;font-weight:500;text-decoration:none;border-radius:8px;transition:all .15s ease;cursor:pointer;text-align:left;position:relative;overflow:hidden}.mobile-menu-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .3s ease}.mobile-menu-link:hover{background:var(--bg-secondary);color:var(--primary-color);transform:translateX(2px)}.mobile-menu-link:hover:before{left:100%}.mobile-menu-link:active{transform:translateX(1px)}.mobile-menu-link.active{background:var(--primary-color);color:#fff;font-weight:600}.mobile-menu-icon{margin-right:10px;font-size:16px;opacity:.7;transition:opacity .2s ease}.mobile-menu-link:hover .mobile-menu-icon{opacity:1}.mobile-menu-footer{padding:12px 20px;border-top:1px solid var(--border-color);background:var(--bg-secondary)}.mobile-menu-footer-content{display:flex;align-items:center;justify-content:space-between;gap:8px}@keyframes dropdownFadeIn{0%{opacity:0;transform:scaleY(.95) translateY(-8px)}to{opacity:1;transform:scaleY(1) translateY(0)}}@media(max-width:768px){.header{padding:8px 16px;margin:10px 0}.header .logo{min-width:auto}.header .logo img{height:50px;width:80px;margin-left:-10px}.header .logo h5,.header .search-container,.header nav ul.menu-list{display:none}.header .btn-group{gap:6px}.header .btn-group .mobile-menu{display:block}.mobile-menu-overlay{width:260px}}@media(max-width:480px){.header .logo img{height:45px;width:70px}.mobile-menu-overlay{width:240px}}footer{width:100%;padding:50px 0;border-top:2px solid var(--border-color);background:var(--bg)}footer .footer__main{display:flex;width:100%;justify-content:space-between;align-items:flex-start;gap:40px}footer .footer__social{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.8rem;gap:.8rem;width:100%;margin-top:1rem}footer .footer__social a{color:var(--text-secondary);font-size:1.3rem;background-color:var(--bg-secondary);padding:6px 10px;display:grid;place-items:center;border-radius:10px;color:var(--text-tertiary);transition:all .3s ease}footer .footer__social a:hover{color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}footer .column{display:flex;flex-direction:column;gap:1.5rem;flex:1 1;min-width:250px}footer .column .footer__brand{display:flex;align-items:center;gap:1rem;text-decoration:none}footer .column .footer__brand img{width:80px;height:auto}footer .column .footer__brand span{font-size:1.4rem;color:var(--text-tertiary);font-family:var(--font-secondary);font-weight:600}footer .column a{color:var(--text-tertiary);font-size:16px;text-decoration:none;transition:color .2s ease}footer .column a:hover{color:var(--primary-color)}footer .footer__links{display:flex;flex-direction:column;gap:1rem;flex:1 1;min-width:200px}footer .footer__links .title{font-size:1.1rem;color:var(--text-tertiary);font-weight:600;margin-bottom:.5rem}footer .footer__links li{margin-bottom:.5rem}footer .footer__links a{color:var(--text);font-size:14px;text-decoration:none;transition:color .2s ease}footer .footer__links a:hover{color:var(--primary-color)}footer .footer__map{flex:2 1;min-height:250px;max-width:500px}footer .footer__map iframe{width:100%;height:260px;border:none;display:block;border-radius:15px;box-shadow:0 4px 12px rgba(0,0,0,.1)}footer .footer__contact{display:flex;flex-direction:column;gap:.8rem}footer .footer__contact a{display:flex;align-items:center;gap:.8rem;width:100%;background-color:var(--bg-secondary);padding:6px 10px;border-radius:10px;font-size:14px;color:var(--text-tertiary);text-decoration:none;transition:all .2s ease}footer .footer__contact a:hover{color:var(--primary-color)}.footer-social-skeleton{width:20px;height:20px;border-radius:50%;flex-shrink:0}.footer-contact-skeleton,.footer-social-skeleton{background:linear-gradient(90deg,var(--skeleton-bg) 25%,var(--skeleton-highlight) 50%,var(--skeleton-bg) 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s infinite}.footer-contact-skeleton{width:140px;height:16px;border-radius:4px;margin-bottom:8px}.footer-contact-skeleton:last-child{margin-bottom:0}.footer-link-skeleton{width:120px;height:14px;background:linear-gradient(90deg,var(--skeleton-bg) 25%,var(--skeleton-highlight) 50%,var(--skeleton-bg) 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:4px}@media(max-width:1024px){footer{padding:40px 0}footer .footer__main{gap:30px}footer .footer__map{max-width:400px}footer .footer__map iframe{height:220px}}@media(max-width:768px){footer{padding:20px 0}footer .footer__brand{display:none!important}footer .footer__main{flex-direction:column;gap:25px;align-items:center}footer .column{min-width:auto;width:100%;max-width:100%;text-align:center}footer .column .footer__brand{justify-content:center;margin-bottom:15px}footer .column .footer__brand img{width:60px}footer .column .footer__brand span{font-size:1.1rem}footer .column .footer__social{margin-top:15px;gap:12px}footer .column .footer__social a{font-size:1.2rem;padding:10px;border-radius:12px}footer .footer__links{min-width:auto;width:100%;max-width:100%;text-align:center}footer .footer__links .title{text-align:center;font-size:1rem;margin-bottom:15px;color:var(--text);font-weight:700}footer .footer__links ul{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px;text-align:left;padding:0 20px}footer .footer__links li{margin-bottom:8px}footer .footer__links a{font-size:14px;padding:8px 12px;border-radius:8px;background:var(--bg-secondary);display:block;transition:all .2s ease}footer .footer__links a:hover{transform:translateX(2px)}footer .footer__map{width:100%;max-width:100%;min-height:200px;order:-1}footer .footer__map iframe{height:200px;border-radius:12px}footer .footer__contact{width:100%;max-width:100%}footer .footer__contact a{justify-content:center;font-size:14px;padding:12px 16px;border-radius:12px;margin-bottom:8px;background:var(--bg-secondary);border:1px solid var(--border-color)}footer .footer__contact a:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}}@media(max-width:1024px)and (min-width:801px){footer .footer__main{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;grid-gap:30px;gap:30px;grid-template-areas:"map map" "column links"}footer .footer__map{grid-area:map;width:100%;max-width:100%;min-height:250px}footer .footer__map iframe{height:250px}footer .column{grid-area:column;width:100%;max-width:100%}footer .footer__links{grid-area:links;width:100%;max-width:100%}}@media(max-width:800px){footer .footer__main{flex-direction:column;gap:25px}footer .footer__map{order:-1;width:100%;max-width:100%;min-height:200px}footer .footer__map iframe{height:200px;border-radius:12px}footer .column,footer .footer__links{width:100%;max-width:100%}}@media(max-width:480px){footer{padding:15px 0}footer .footer__main{gap:20px}footer .column .footer__brand img{width:50px}footer .column .footer__brand span{font-size:1rem}footer .column .footer__social{gap:8px}footer .column .footer__social a{font-size:1.1rem;padding:8px}footer .footer__links .title{font-size:.95rem;margin-bottom:12px}footer .footer__links ul{grid-template-columns:1fr;gap:6px;padding:0 10px}footer .footer__links a{font-size:13px;padding:6px 10px}footer .footer__map iframe{height:180px;border-radius:10px}footer .footer__contact a{font-size:13px;padding:10px 12px;gap:8px}}.home-page{background-color:var(--bg);min-height:100vh}.hero-section{position:relative;border-radius:20px;display:flex;align-items:center;justify-content:flex-end;flex-direction:column;padding:30px;text-align:center;margin:0 10px;color:var(--text);max-height:660px;height:calc(100vh - 120px);overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.hero-section .hero-content{position:relative;z-index:3;max-width:800px;margin:0 auto}.hero-section .hero-content.fallback h1,.hero-section .hero-content.fallback p{color:var(--text-secondary);text-shadow:none}.hero-section .hero-content.fallback p{opacity:.9;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:-webkit-box}.hero-section .hero-content h1{font-family:var(--text-secondary);font-size:60px;font-weight:900;margin-bottom:1rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5);line-height:1.1}@media(max-width:768px){.hero-section .hero-content h1{font-size:40px}}@media(max-width:480px){.hero-section .hero-content h1{font-size:32px}}.hero-section .hero-content p{font-family:var(--font-family);font-size:20px;line-height:1.6;color:#fff;opacity:.95;text-shadow:1px 1px 2px rgba(0,0,0,.5);margin-bottom:2rem;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:-webkit-box}@media(max-width:768px){.hero-section .hero-content p{font-size:18px}}@media(max-width:480px){.hero-section .hero-content p{font-size:16px}}.featured-collections,.new-arrivals,.shop-category{padding:60px 0}.featured-collections h2,.new-arrivals h2,.shop-category h2{font-family:var(--font-family);font-weight:700;font-size:22px;line-height:127%;text-align:start;margin-bottom:30px}.collections-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px;margin-top:40px}.collection-card{border-radius:16px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;max-width:350px}.collection-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.collection-card:hover img{transform:scale(1.05)}.collection-card .card-image{height:200px;overflow:hidden}.collection-card .card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.collection-card .card-content{padding:18px 0}.collection-card .card-content h3{font-family:var(--font-family);font-size:18px;font-weight:600;color:var(--text);margin-bottom:12px;line-clamp:2;line-height:1.2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:-webkit-box}.collection-card .card-content p{font-family:var(--font-family);font-size:16px;line-height:1.6;color:var(--text-tertiary)}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px;margin-top:40px}.category-card{text-align:center;border-radius:16px;max-width:350px;transition:transform .3s ease,box-shadow .3s ease}.category-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.category-card:hover img{transform:scale(1.05)}.category-card .category-image{width:100%;height:200px;border-radius:12px;overflow:hidden;margin-bottom:15px}.category-card .category-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.category-card h3{font-family:var(--font-family);font-size:1.1rem;font-weight:600;color:var(--text);text-align:start}@media(max-width:1024px){.category-grid,.collections-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}}@media(max-width:992px){.category-grid,.collections-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}}@media(max-width:800px){.category-grid,.collections-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}}@media(max-width:768px){.hero-section{height:600px}.hero-section .hero-content h1{font-size:2rem}.hero-section .hero-content p{font-size:1rem}.featured-collections,.new-arrivals,.shop-category{padding:40px 0}.featured-collections h2,.new-arrivals h2,.shop-category h2{font-size:24px}.category-grid,.collections-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:480px){.category-grid,.collections-grid{grid-template-columns:repeat(2,1fr);gap:12px}.hero-section{height:400px;padding:10px}}.category-page{padding:16px;position:relative}.category-page .language-changer-container{position:fixed;top:120px;right:30px;z-index:1000}@media(max-width:768px){.category-page .language-changer-container{top:100px;right:20px}}.category-filter-panel{display:flex;gap:24px;margin-bottom:32px;justify-content:space-between;align-items:flex-start}.category-filter-btns{display:flex;gap:12px;width:65%;flex-wrap:wrap;min-height:40px;align-items:center}.category-btn{background:var(--bg-secondary);border:none;border-radius:20px;padding:6px 16px;position:relative;cursor:pointer;display:flex;align-items:center;gap:4px;font-weight:500;font-size:14px;line-height:150%;color:var(--text);transition:background .2s,color .2s;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-btn-active{background:var(--bg-tertiary);color:var(--text-secondary);padding-right:10px}.category-btn-remove{color:var(--text-secondary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;cursor:pointer;margin-top:-1px;margin-left:4px}.category-btn-all{background:var(--bg-secondary);color:var(--text);line-height:1;padding:8px 16px}.category-btn-all.category-btn-active{background:var(--bg-tertiary);color:var(--text-secondary)}.category-price-filter{display:flex;align-items:center;gap:8px}.category-price-label{font-weight:500}.category-price-input,.category-sort-btns{display:none}.category-sort-dropdown{position:relative;margin-left:16px;min-width:180px}.category-sort-custom-btn{width:100%;background:var(--bg-secondary);color:var(--text);border:1px solid var(--border);border-radius:12px;padding:6px 12px;font-weight:500;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:background .2s,color .2s,border .2s}.dropdown-arrow{margin-left:8px;font-size:18px;transition:transform .2s}.dropdown-arrow.open{transform:rotate(180deg)}.category-sort-dropdown-list{position:absolute;left:0;top:110%;width:100%;border:3px solid var(--border-color);border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.08);z-index:10;margin-top:4px;overflow:hidden}.category-sort-dropdown-item{padding:10px 16px;cursor:pointer;font-size:15px;color:var(--text);transition:background .15s,color .15s}.category-sort-dropdown-item.selected{background:var(--bg-primary);box-shadow:inset 0 0 10px 10px rgba(0,0,0,.1);border-radius:8px;padding:6px 12px;margin:4px}.category-sort-select{margin-left:0;padding:6px 12px;border-radius:8px;border:1px solid var(--border);font-weight:500;background:var(--bg-secondary);color:var(--text)}.breadcrumb{margin-bottom:24px}.category-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.category-title{font-size:32px;font-weight:700;margin-bottom:20px}.category-layout-btn{margin-right:8px;font-weight:400;background:none;border:none;font-size:20px;cursor:pointer}.category-layout-btn.active{font-weight:700}.category-layout-btn:last-child{margin-right:0}.category-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px;margin-bottom:32px}.category-products-list{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}.category-product-card{border-radius:16px;padding:20px;display:flex;gap:20px;transition:all .3s ease;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.05)}.category-product-card.grid{flex-direction:column;align-items:flex-start;padding:16px;gap:12px}.category-product-card.list{flex-direction:row;justify-content:flex-start;align-items:flex-start}.category-product-card.list .category-product-name{font-size:22px}.category-product-card.list .category-product-price{font-size:18px}.category-product-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.category-product-img{object-fit:cover;border-radius:12px;transition:all .2s}.category-product-img.grid{width:100%;height:220px}.category-product-img.list{width:200px;height:200px;flex-shrink:0}.category-product-content{display:flex;flex-direction:column;gap:8px;flex:1 1}.category-product-name{font-weight:600;font-size:18px;color:var(--text);margin-bottom:8px}.category-product-description{color:var(--text-tertiary);font-size:14px;line-height:1.5;margin-bottom:8px;max-width:600px}.category-product-price{color:var(--text-tertiary);font-weight:600;font-size:16px}@media(max-width:1024px){.category-products-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}}@media(max-width:992px){.category-products-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}}@media(max-width:800px){.category-products-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}}@media(max-width:768px){.category-filter-panel{flex-direction:column;gap:16px;align-items:stretch}.category-filter-btns{width:100%;justify-content:flex-start;gap:8px}.category-btn{font-size:12px;padding:4px 12px}.category-products-grid{grid-template-columns:repeat(2,1fr);gap:16px}.category-product-card.list{flex-direction:column;align-items:flex-start;gap:16px;padding:16px}.category-product-img.list{width:100%;height:200px}.category-product-description{max-width:100%}}@media(max-width:480px){.category-products-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.category-pagination{gap:18px;margin-top:24px}.category-pagination,.category-pagination-btn{display:flex;justify-content:center;align-items:center}.category-pagination-btn{background:none;border:none;color:var(--text);font-size:22px;font-weight:400;width:40px;height:40px;border-radius:50%;transition:background .18s,color .18s;cursor:pointer;position:relative}.category-pagination-btn.active{background:var(--bg-secondary);color:var(--text);box-shadow:0 2px 8px rgba(0,0,0,.04)}.category-pagination-btn.nav{background:none;color:var(--text);font-size:28px;width:40px;height:40px;border-radius:50%;border:none;box-shadow:none}.category-pagination-btn.nav:disabled{opacity:.4;cursor:not-allowed}.category-pagination-ellipsis{color:var(--text-tertiary);font-size:28px;font-weight:500;width:40px;height:40px;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(max-width:600px){.category-pagination{gap:8px}.category-pagination-btn,.category-pagination-btn.nav,.category-pagination-ellipsis{width:32px;height:32px;font-size:16px}}.category-layout-btn{color:var(--text)}.category-layout-btn.active{color:var(--text-tertiary)}.product-detail-page{padding:24px;max-width:1200px;margin:0 auto;position:relative}@media(max-width:768px){.product-detail-page{padding:16px}}@media(max-width:480px){.product-detail-page{padding:12px}}@media(max-width:360px){.product-detail-page{padding:8px}}@media(max-width:300px){.product-detail-page{padding:6px}}.actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}@media(max-width:480px){.actions{flex-direction:column;gap:12px;align-items:flex-start}}@media(max-width:360px){.actions{gap:8px;margin-bottom:16px}}@media(max-width:300px){.actions{gap:6px;margin-bottom:12px}}.back-btn{background:var(--bg-secondary);border-radius:12px;display:flex;align-items:center;gap:8px;background:none;border:none;color:var(--text);font-size:16px;cursor:pointer;margin-bottom:24px;padding:8px 0;transition:color .2s}@media(max-width:480px){.back-btn{font-size:14px;gap:6px}}@media(max-width:360px){.back-btn{font-size:13px;gap:4px}}@media(max-width:300px){.back-btn{font-size:12px;gap:3px}}.back-btn:hover,.breadcrumb{color:var(--text-tertiary)}.breadcrumb{margin-bottom:32px;font-size:14px;word-break:break-word}@media(max-width:768px){.breadcrumb{margin-bottom:24px;font-size:13px}}@media(max-width:480px){.breadcrumb{line-height:1.4;font-size:12px;margin-bottom:20px}}@media(max-width:360px){.breadcrumb{font-size:11px;margin-bottom:16px}}@media(max-width:300px){.breadcrumb{font-size:10px;margin-bottom:12px}}.breadcrumb-main{color:var(--text-tertiary);text-decoration:none;transition:color .2s ease}.breadcrumb-main:hover{color:var(--text);text-decoration:underline}.breadcrumb-category{color:var(--text);font-weight:600;text-decoration:none;transition:color .2s ease}.breadcrumb-category:hover{color:var(--bg-tertiary);text-decoration:underline}.breadcrumb-current{color:var(--text);font-weight:600}.product-detail-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;margin-top:32px;position:relative}@media(max-width:1024px){.product-detail-content{gap:32px}}@media(max-width:768px){.product-detail-content{grid-template-columns:1fr;gap:24px;margin-top:24px}}@media(max-width:480px){.product-detail-content{gap:20px;margin-top:20px}}@media(max-width:360px){.product-detail-content{gap:16px;margin-top:16px}}@media(max-width:300px){.product-detail-content{gap:12px;margin-top:12px}}.product-images{display:flex;flex-direction:column;gap:16px;position:-webkit-sticky;position:sticky;top:0}@media(max-width:768px){.product-images{position:static;gap:12px}}@media(max-width:480px){.product-images{gap:10px}}@media(max-width:360px){.product-images{gap:8px}}@media(max-width:300px){.product-images{gap:6px}}.main-image{border-radius:16px;overflow:hidden;background:var(--bg-secondary);box-shadow:0 4px 16px rgba(0,0,0,.08)}@media(max-width:768px){.main-image{border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06)}}@media(max-width:480px){.main-image{border-radius:10px;box-shadow:0 2px 6px rgba(0,0,0,.05)}}@media(max-width:360px){.main-image{border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,.04)}}@media(max-width:300px){.main-image{border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.03)}}.product-main-img{width:100%;height:400px;object-fit:cover;display:block}@media(max-width:768px){.product-main-img{height:300px}}@media(max-width:480px){.product-main-img{height:250px}}@media(max-width:360px){.product-main-img{height:200px}}@media(max-width:300px){.product-main-img{height:180px}}.image-thumbnails{display:flex;gap:12px;overflow-x:auto;padding:4px 0;scrollbar-width:thin;scrollbar-color:var(--border-color) rgba(0,0,0,0)}.image-thumbnails::-webkit-scrollbar{height:4px}.image-thumbnails::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.image-thumbnails::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:2px}@media(max-width:768px){.image-thumbnails{gap:8px}}@media(max-width:480px){.image-thumbnails{gap:6px;padding:2px 0}}@media(max-width:360px){.image-thumbnails{gap:4px;padding:1px 0}}@media(max-width:300px){.image-thumbnails{gap:3px;padding:1px 0}}.thumbnail{width:80px;height:80px;object-fit:cover;border-radius:8px;cursor:pointer;transition:all .2s;border:2px solid rgba(0,0,0,0);opacity:.7;flex-shrink:0}@media(max-width:768px){.thumbnail{width:60px;height:60px}}@media(max-width:480px){.thumbnail{width:50px;height:50px}}@media(max-width:360px){.thumbnail{width:45px;height:45px;border-radius:6px}}@media(max-width:300px){.thumbnail{width:40px;height:40px;border-radius:4px}}.thumbnail:hover{opacity:1;border-color:var(--text-tertiary)}.thumbnail.active{opacity:1;border-color:var(--bg-tertiary)}.product-info{display:flex;flex-direction:column;gap:24px}@media(max-width:768px){.product-info{gap:20px}}@media(max-width:480px){.product-info{gap:16px}}@media(max-width:360px){.product-info{gap:14px}}@media(max-width:300px){.product-info{gap:12px}}.product-title{font-size:32px;font-weight:700;color:var(--text);margin:0;line-height:1.2}@media(max-width:768px){.product-title{font-size:24px}}@media(max-width:480px){.product-title{font-size:20px}}@media(max-width:360px){.product-title{font-size:18px}}@media(max-width:300px){.product-title{font-size:16px}}.product-price{font-size:28px;font-weight:600;color:var(--text-tertiary)}@media(max-width:768px){.product-price{font-size:24px}}@media(max-width:480px){.product-price{font-size:20px}}@media(max-width:360px){.product-price{font-size:18px}}@media(max-width:300px){.product-price{font-size:16px}}.ordering-info h3,.product-description h3,.product-specs h3{font-size:18px;font-weight:600;color:var(--text);margin-bottom:12px}@media(max-width:768px){.ordering-info h3,.product-description h3,.product-specs h3{font-size:16px;margin-bottom:10px}}@media(max-width:480px){.ordering-info h3,.product-description h3,.product-specs h3{font-size:15px;margin-bottom:8px}}@media(max-width:360px){.ordering-info h3,.product-description h3,.product-specs h3{font-size:14px;margin-bottom:6px}}@media(max-width:300px){.ordering-info h3,.product-description h3,.product-specs h3{font-size:13px;margin-bottom:5px}}.ordering-info{position:relative}.ordering-text,.product-description p{color:var(--text);line-height:1.6;margin:0}@media(max-width:768px){.ordering-text,.product-description p{line-height:1.5;font-size:14px}}@media(max-width:480px){.ordering-text,.product-description p{line-height:1.4;font-size:13px}}@media(max-width:360px){.ordering-text,.product-description p{line-height:1.3;font-size:12px}}@media(max-width:300px){.ordering-text,.product-description p{line-height:1.2;font-size:11px}}.specs-grid{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px}@media(max-width:768px){.specs-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px}}@media(max-width:480px){.specs-grid{grid-template-columns:repeat(2,1fr);gap:8px}}@media(max-width:360px){.specs-grid{grid-template-columns:repeat(3,1fr)!important;gap:6px}}@media(max-width:300px){.specs-grid{grid-template-columns:repeat(3,1fr);gap:4px}}.spec-item{display:flex;justify-content:space-between;padding:12px 16px;background:var(--bg-secondary);border-radius:8px}@media(max-width:768px){.spec-item{flex-direction:column;gap:4px;padding:10px 12px;text-align:center}}@media(max-width:480px){.spec-item{flex-direction:column;gap:4px;padding:8px 10px;text-align:center}}@media(max-width:360px){.spec-item{padding:6px 8px;gap:3px}}@media(max-width:300px){.spec-item{padding:5px 6px;gap:2px}}.spec-label{font-size:14px;color:var(--text-tertiary);font-weight:500}@media(max-width:768px){.spec-label{font-size:12px}}@media(max-width:480px){.spec-label{font-size:11px}}@media(max-width:360px){.spec-label{font-size:10px}}@media(max-width:300px){.spec-label{font-size:9px}}.spec-value{font-size:16px;color:var(--text);font-weight:600}@media(max-width:768px){.spec-value{font-size:14px}}@media(max-width:480px){.spec-value{font-size:13px}}@media(max-width:360px){.spec-value{font-size:12px}}@media(max-width:300px){.spec-value{font-size:11px}}.contact-btn,.contact-shop-btn{margin-top:10px;background:var(--bg-tertiary);color:#fff;border:none;border-radius:12px;padding:12px 24px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.contact-btn:hover,.contact-shop-btn:hover{background:var(--bg-tertiary);box-shadow:0 4px 12px rgba(235,150,66,.3)}@media(max-width:768px){.contact-btn,.contact-shop-btn{padding:14px 20px;font-size:15px;margin-top:0}}@media(max-width:480px){.contact-btn,.contact-shop-btn{padding:12px 16px;font-size:14px;margin-top:0}}@media(max-width:360px){.contact-btn,.contact-shop-btn{padding:10px 14px;font-size:13px;margin-top:0;border-radius:10px}}@media(max-width:300px){.contact-btn,.contact-shop-btn{padding:8px 12px;font-size:12px;margin-top:0;border-radius:8px}}.contact-details{margin-top:16px;padding:16px;background:var(--bg-secondary);border-radius:12px;border:1px solid var(--border-color);display:flex;flex-direction:column;gap:12px}@media(max-width:768px){.contact-details{padding:14px;gap:10px;margin-top:14px}}@media(max-width:480px){.contact-details{padding:12px;gap:8px;margin-top:12px}}@media(max-width:360px){.contact-details{padding:10px;gap:6px;margin-top:10px}}@media(max-width:300px){.contact-details{padding:8px;gap:4px;margin-top:8px}}.contact-info{margin-top:12px;padding:16px;background:var(--bg-secondary);border-radius:12px;border:1px solid var(--border-color);display:flex;flex-direction:column;gap:12px;animation:slideDown .3s ease-out}@media(max-width:768px){.contact-info{padding:14px;gap:10px;margin-top:10px}}@media(max-width:480px){.contact-info{padding:12px;gap:8px;margin-top:8px}}@media(max-width:360px){.contact-info{padding:10px;gap:6px;margin-top:6px}}@media(max-width:300px){.contact-info{padding:8px;gap:4px;margin-top:4px}}.contact-animation{animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px);max-height:0}to{opacity:1;transform:translateY(0);max-height:200px}}.contact-item{display:flex;justify-content:space-between;align-items:flex-start;padding:8px 0;word-break:break-word;overflow-wrap:break-word;min-height:24px}@media(max-width:768px){.contact-item{padding:6px 0;min-height:20px}}@media(max-width:480px){.contact-item{flex-direction:column;align-items:flex-start;gap:4px;padding:4px 0;min-height:auto}}@media(max-width:360px){.contact-item{gap:3px;padding:3px 0}}@media(max-width:300px){.contact-item{gap:2px;padding:2px 0}}.contact-label{font-size:14px;color:var(--text-tertiary);font-weight:500;flex-shrink:0;min-width:60px}@media(max-width:768px){.contact-label{font-size:13px;min-width:50px}}@media(max-width:480px){.contact-label{font-size:12px;min-width:45px}}@media(max-width:360px){.contact-label{font-size:11px;min-width:40px}}@media(max-width:300px){.contact-label{font-size:10px;min-width:35px}}.contact-value{font-size:16px;color:var(--text);font-weight:600;word-break:break-all;overflow-wrap:break-word;text-decoration:none;flex:1 1;text-align:right}.contact-value:hover{text-decoration:underline}@media(max-width:768px){.contact-value{font-size:15px}}@media(max-width:480px){.contact-value{font-size:14px;text-align:left}}@media(max-width:360px){.contact-value{font-size:13px}}@media(max-width:300px){.contact-value{font-size:12px}}.product-not-found{text-align:center;padding:48px 24px}.product-not-found h1{color:var(--text);margin-bottom:24px}.product-not-found button{background:var(--bg-tertiary);color:var(--text-secondary);border:none;padding:12px 24px;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s}.product-not-found button:hover{background:var(--text-tertiary)}.product-features{margin-top:24px}.product-features h3{font-size:18px;font-weight:600;color:var(--text);margin-bottom:12px}.features-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.features-list li{color:var(--text);background:var(--bg-secondary);border-radius:6px;font-size:14px;position:relative;padding:8px 12px 8px 20px}.features-list li:before{content:"✓";position:absolute;left:8px;color:var(--bg-tertiary);font-weight:700}.product-rating{display:flex;align-items:center;gap:12px;margin-top:24px;padding:16px;background:var(--bg-secondary);border-radius:8px}.rating-stars{display:flex;gap:2px}.star{font-size:20px;color:#ddd;transition:color .2s}.star.filled{color:gold}.rating-text{color:var(--text);font-weight:500}.product-main-img-skeleton{width:100%;height:400px;background:linear-gradient(90deg,var(--skeleton-bg) 25%,var(--skeleton-highlight) 50%,var(--skeleton-bg) 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:12px}@media(max-width:768px){.product-main-img-skeleton{height:300px}}@media(max-width:480px){.product-main-img-skeleton{height:250px}}@media(max-width:360px){.product-main-img-skeleton{height:200px}}@media(max-width:300px){.product-main-img-skeleton{height:180px}}.thumbnail-skeleton{width:80px;height:80px;background:linear-gradient(90deg,var(--skeleton-bg) 25%,var(--skeleton-highlight) 50%,var(--skeleton-bg) 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:8px;flex-shrink:0}@media(max-width:768px){.thumbnail-skeleton{width:60px;height:60px}}@media(max-width:480px){.thumbnail-skeleton{width:50px;height:50px}}@media(max-width:360px){.thumbnail-skeleton{width:45px;height:45px;border-radius:6px}}@media(max-width:300px){.thumbnail-skeleton{width:40px;height:40px;border-radius:4px}}.product-title-skeleton{width:80%;height:32px;background:linear-gradient(90deg,var(--skeleton-bg) 25%,var(--skeleton-highlight) 50%,var(--skeleton-bg) 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:6px;margin-bottom:16px}@media(max-width:768px){.product-title-skeleton{height:28px;margin-bottom:14px}}@media(max-width:480px){.product-title-skeleton{height:24px;margin-bottom:12px}}@media(max-width:360px){.product-title-skeleton{height:22px;margin-bottom:10px}}@media(max-width:300px){.product-title-skeleton{height:20px;margin-bottom:8px}}.product-price-skeleton{width:120px;height:28px;background:linear-gradient(90deg,var(--skeleton-bg) 25%,var(--skeleton-highlight) 50%,var(--skeleton-bg) 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:6px;margin-bottom:24px}@media(max-width:768px){.product-price-skeleton{height:26px;margin-bottom:20px}}@media(max-width:480px){.product-price-skeleton{height:24px;margin-bottom:16px}}@media(max-width:360px){.product-price-skeleton{height:22px;margin-bottom:14px}}@media(max-width:300px){.product-price-skeleton{height:20px;margin-bottom:12px}}.product-description-skeleton{width:100%;height:80px;background:linear-gradient(90deg,var(--skeleton-bg) 25%,var(--skeleton-highlight) 50%,var(--skeleton-bg) 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:6px;margin-bottom:24px}@media(max-width:768px){.product-description-skeleton{height:70px;margin-bottom:20px}}@media(max-width:480px){.product-description-skeleton{height:60px;margin-bottom:16px}}@media(max-width:360px){.product-description-skeleton{height:50px;margin-bottom:14px}}@media(max-width:300px){.product-description-skeleton{height:40px;margin-bottom:12px}}.product-specs-skeleton{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;margin-bottom:24px}.product-specs-skeleton .spec-item-skeleton{display:flex;flex-direction:column;gap:8px}.product-specs-skeleton .spec-item-skeleton .spec-label-skeleton{width:60px;height:16px}.product-specs-skeleton .spec-item-skeleton .spec-label-skeleton,.product-specs-skeleton .spec-item-skeleton .spec-value-skeleton{background:linear-gradient(90deg,var(--skeleton-bg) 25%,var(--skeleton-highlight) 50%,var(--skeleton-bg) 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:4px}.product-specs-skeleton .spec-item-skeleton .spec-value-skeleton{width:80px;height:20px}@keyframes skeleton-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@media(max-width:768px){.product-detail-page{padding:16px}.product-detail-content{grid-template-columns:1fr;gap:32px}.product-title{font-size:24px}.specs-grid{grid-template-columns:1fr}.actions{flex-direction:column;gap:16px;align-items:flex-start}.left_actions{align-self:flex-end}.breadcrumb{margin-bottom:24px;font-size:12px}.product-info{gap:20px}.ordering-info h3,.product-description h3,.product-specs h3{font-size:16px}}@media(max-width:480px){.product-detail-page{padding:12px}.actions{gap:12px}.breadcrumb{margin-bottom:20px;font-size:11px}.product-info{gap:16px}.spec-item{padding:10px 12px}.contact-details{padding:12px}}.navigation-loading{position:fixed;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease-in-out}.navigation-loading p{margin-top:16px;font-size:16px;color:#333;font-weight:500;animation:slideUp .3s ease-out}[data-theme=dark] .navigation-loading{background:rgba(0,0,0,.95)}[data-theme=dark] .navigation-loading p{color:#fff}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;width:100%}.loading-spinner .spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.loading-spinner p{color:#666;font-size:14px;margin:0}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}