.shop-container{max-width:100%;font-family:var(--font-family);background-color:var(--bg-primary);margin:100px auto 0}.shop-hero-banner{height:400px;display:block}.shop-hero-banner,.shop-hero-banner-mobile{width:100%;overflow:hidden;position:relative}.shop-hero-banner-mobile{height:auto;display:none}.shop-banner-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.shop-banner-image:hover{transform:scale(1.02)}.shop-content{display:flex;gap:2rem;padding:2rem;max-width:1400px;margin:0 auto}.shop-search-results-header{background:linear-gradient(135deg,var(--bg-secondary) 0,var(--border-light) 100%);border-radius:12px;padding:1.5rem;margin-bottom:2rem;border:1px solid var(--border-light);position:relative}.shop-search-results-header h2{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}.shop-search-results-header p{font-size:1rem;color:var(--text-tertiary);margin:0 0 1rem}.shop-clear-search-btn{color:var(--text-white);border:none;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.shop-clear-search-btn,.shop-clear-search-btn:hover{background:var(--primary-dark)}.shop-mobile-filter-button{display:none;align-items:center;gap:.5rem;padding:.75rem 1rem;color:var(--text-white);border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;margin-bottom:1rem;transition:background-color .2s ease}.shop-mobile-filter-button,.shop-mobile-filter-button:hover{background-color:var(--primary-dark)}.shop-filters-sidebar{width:280px;flex-shrink:0}.shop-filters-section h3{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--border-light)}.shop-applied-filters{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-light)}.shop-applied-filters h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.shop-filter-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.shop-filter-tag{display:inline-flex;gap:.5rem;padding:.5rem .75rem;background-color:var(--bg-secondary);border-radius:20px;font-size:.85rem;font-weight:500}.shop-filter-tag,.shop-remove-filter{align-items:center;color:var(--primary-green)}.shop-remove-filter{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:0;width:16px;height:16px;display:flex;justify-content:center;border-radius:50%;transition:background-color .2s ease}.shop-remove-filter:hover{background-color:rgba(45,90,45,.1)}.shop-clear-all{background:none;border:none;font-size:.9rem;text-decoration:underline;cursor:pointer;padding:0;transition:color .2s ease}.shop-clear-all,.shop-clear-all:hover{color:var(--primary-dark)}.shop-filter-section{margin-bottom:0;border-bottom:1px solid var(--border-light)}.shop-filter-section:last-child{border-bottom:none}.shop-filter-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin:0 -1rem;padding:1rem;transition:background-color .2s ease}.shop-filter-header,.shop-filter-header:hover{background-color:var(--primary-dark)}.shop-filter-header h4{font-size:1rem;font-weight:600;color:var(--text-white);margin:0}.shop-toggle-icon{color:var(--text-white);font-size:1.2rem;font-weight:700;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.shop-filter-content{padding:1rem 0;background-color:var(--bg-primary)}.shop-radio-group{display:flex;flex-direction:column;gap:.75rem}.shop-radio-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.9rem;color:var(--text-secondary);padding:.25rem 0}.shop-radio-label input[type=radio]{width:16px;height:16px;accent-color:var(--primary-dark)}.shop-radio-text{flex:1 1}.shop-color-group{display:flex;flex-direction:column;gap:.75rem}.shop-color-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.9rem;color:var(--text-secondary);padding:.25rem 0}.shop-color-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary-dark)}.shop-color-swatch{width:20px;height:20px;border-radius:50%;border:2px solid var(--border-light);flex-shrink:0}.shop-color-text{flex:1 1}.shop-checkbox-group{display:flex;flex-direction:column;gap:.75rem}.shop-checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.9rem;color:var(--text-secondary);padding:.25rem 0}.shop-checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary-dark)}.shop-checkbox-text,.shop-products-section{flex:1 1}.shop-products-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-bottom:2rem}.shop-product-card{background:var(--bg-primary);border-radius:8px;overflow:hidden;box-shadow:var(--shadow-xs);transition:all .3s ease;cursor:pointer;position:relative}.shop-product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.shop-product-image-container{position:relative;width:100%;height:300px;overflow:hidden}.shop-product-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.shop-product-card:hover .shop-product-image{transform:scale(1.05)}.shop-new-tag{position:absolute;top:12px;left:12px;background-color:var(--primary-color);color:var(--text-white);padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.shop-heart-btn{position:absolute;top:12px;right:12px;width:36px;height:36px;border:none;border-radius:50%;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-tertiary);transition:all .3s ease;z-index:5}.shop-heart-btn:hover{background:#fff;color:var(--accent-red);transform:scale(1.1)}.shop-heart-btn-active{box-shadow:0 2px 8px rgba(255,71,87,.3)}.shop-heart-btn-active,.shop-heart-btn-active:hover{background:#fff!important;color:var(--accent-red)!important}.shop-heart-btn-active:hover{transform:scale(1.1)}.shop-heart-btn:disabled{cursor:not-allowed;opacity:.7}.shop-heart-loading{font-size:12px;color:var(--text-tertiary);animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.shop-product-content{padding:1.25rem}.shop-product-name{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem;line-height:1.2;-webkit-line-clamp:2;line-clamp:2}.shop-product-description,.shop-product-name{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.shop-product-description{font-size:.9rem;color:var(--text-tertiary);margin:0 0 1rem;line-height:1.4;-webkit-line-clamp:3;line-clamp:3}.shop-product-price-colors{display:flex;justify-content:space-between;align-items:center}.shop-product-price{font-size:1rem;font-weight:600;color:var(--text-primary)}.shop-product-color-swatches{display:flex;gap:.5rem}.shop-product-color-swatch{width:16px;height:16px;border-radius:50%;border:2px solid #fff;box-shadow:var(--shadow-sm);cursor:pointer;transition:transform .2s ease}.shop-product-color-swatch:hover{transform:scale(1.2)}.shop-product-color-swatch-active{border:3px solid var(--text-secondary);transform:scale(1.1);box-shadow:var(--shadow-md)}.shop-mid-banner{width:100%;height:auto;margin:2rem 0;border-radius:8px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.shop-mid-banner-img{width:100%;height:auto;object-fit:cover;display:block}.shop-mid-banner-content{position:relative;z-index:2;text-align:center;color:var(--text-white)}.shop-mid-banner-text h2{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;letter-spacing:.1em}.shop-mid-banner-text p{font-size:1.1rem;margin:0;opacity:.9;font-weight:300}.shop-pagination{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:2.5rem;padding-bottom:1rem}.shop-pagination__btn{min-width:44px;min-height:44px;padding:0 14px;border:1px solid hsla(33,38%,63%,.35);border-radius:10px;background:#fffdf9;color:#4a3728;font-size:.875rem;font-weight:600;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.shop-pagination__btn:hover:not(:disabled){border-color:rgba(154,123,60,.55);background:rgba(154,123,60,.06)}.shop-pagination__btn.is-active{background:#9a7b3c;border-color:#9a7b3c;color:#fff}.shop-pagination__btn:disabled{opacity:.45;cursor:not-allowed}.shop-pagination__btn:focus-visible{outline:2px solid rgba(154,123,60,.45);outline-offset:2px}.shop-mobile-filter-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1000;display:flex;align-items:flex-end;justify-content:center}.shop-mobile-filter-modal{background:var(--bg-primary);width:100%;max-height:80vh;border-radius:20px 20px 0 0;overflow:hidden;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.shop-mobile-filter-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border-light)}.shop-mobile-filter-header h3{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0}.shop-mobile-filter-close{background:none;border:none;color:var(--text-tertiary);cursor:pointer;padding:.5rem;border-radius:50%;transition:background-color .2s ease}.shop-mobile-filter-close:hover{background-color:var(--bg-light)}.shop-mobile-filter-content{max-height:60vh;overflow-y:auto;padding:0 1.5rem}.shop-mobile-filter-section{border-bottom:1px solid var(--border-light)}.shop-mobile-filter-section:last-child{border-bottom:none}.shop-mobile-filter-header-btn{display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin:0 -1.5rem;padding:1rem 1.5rem;color:var(--text-white);font-weight:500;transition:background-color .2s ease}.shop-mobile-filter-header-btn,.shop-mobile-filter-header-btn:hover{background-color:var(--primary-dark)}.shop-mobile-toggle-icon{color:var(--text-white);font-size:1.2rem;font-weight:700;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.shop-mobile-filter-options{padding:1rem 0;background-color:var(--bg-primary)}.shop-mobile-filter-actions{display:flex;gap:1rem;padding:1.5rem;border-top:1px solid var(--border-light);background-color:var(--bg-primary)}.shop-mobile-clear-filter{flex:1 1;padding:.75rem;background:none;border:1px solid var(--border-light);border-radius:8px;color:var(--text-tertiary);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.shop-mobile-clear-filter:hover{background-color:var(--bg-secondary);border-color:var(--border-light)}.shop-mobile-apply-filter{flex:1 1;padding:.75rem;border:none;border-radius:8px;color:var(--text-white);font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.shop-mobile-apply-filter,.shop-mobile-apply-filter:hover{background-color:var(--primary-dark)}@media (max-width:1200px){.shop-content{padding:1.5rem;gap:1.5rem}.shop-filters-sidebar{width:250px}.shop-products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.shop-hero-banner{display:none}.shop-hero-banner-mobile{display:block}.shop-content{flex-direction:column;padding:1rem}.shop-mobile-filter-button{display:flex}.shop-filters-sidebar,.shop-filters-sidebar.shop-desktop-only{display:none}.shop-products-section{order:1}.shop-products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.shop-product-image-container{height:250px}.shop-hero-banner{height:300px}.shop-product-name{font-size:14px;font-weight:600}.shop-product-description{font-size:12px}.shop-mid-banner-text h2{font-size:2rem}.shop-mid-banner-text p{font-size:1rem}}@media (max-width:480px){.shop-products-grid{grid-template-columns:repeat(2,1fr)}.shop-product-image-container{height:300px}.shop-hero-banner{height:250px}.shop-filter-tag{font-size:.8rem;padding:.4rem .6rem}.shop-mobile-filter-content{padding:0 1rem}.shop-mobile-filter-actions,.shop-mobile-filter-header{padding:1rem}.shop-mobile-filter-header-btn{margin:0 -1rem;padding:1rem}}.shop-checkbox-label:focus-within,.shop-color-label:focus-within,.shop-radio-label:focus-within{outline:2px solid var(--primary-color);outline-offset:2px;border-radius:4px}.shop-clear-all:focus,.shop-heart-btn:focus,.shop-pagination__btn:focus,.shop-remove-filter:focus{outline:2px solid var(--primary-color);outline-offset:2px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.shop-container{animation:fadeInUp .6s ease-out}.shop-product-image{background:linear-gradient(90deg,var(--bg-light) 25%,var(--border-light) 50%,var(--bg-light) 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.shop-skeleton-container{max-width:100%;font-family:var(--font-family);background-color:var(--bg-primary);margin:100px auto 0}.shop-skeleton-content{display:flex;gap:2rem;padding:2rem;max-width:1400px;margin:0 auto}.shop-skeleton-sidebar{width:280px;display:flex;flex-direction:column;gap:1.5rem}.shop-skeleton-filter-section{background:var(--bg-primary);border-radius:8px;padding:1.5rem;box-shadow:var(--shadow-sm)}.shop-skeleton-filter-header{height:24px;width:80px;margin-bottom:1rem}.shop-skeleton-filter-header,.shop-skeleton-filter-option{background:linear-gradient(90deg,var(--bg-light) 25%,var(--border-light) 50%,var(--bg-light) 75%);background-size:200% 100%;animation:shimmer 2s infinite;border-radius:4px}.shop-skeleton-filter-option{height:16px;width:100%;margin-bottom:.75rem}.shop-skeleton-filter-option.short{width:60%}.shop-skeleton-filter-option.medium{width:80%}.shop-skeleton-main{flex:1 1;display:flex;flex-direction:column;gap:2rem}.shop-skeleton-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.shop-skeleton-title{height:32px;width:200px}.shop-skeleton-sort,.shop-skeleton-title{background:linear-gradient(90deg,var(--bg-light) 25%,var(--border-light) 50%,var(--bg-light) 75%);background-size:200% 100%;animation:shimmer 2s infinite;border-radius:6px}.shop-skeleton-sort{height:40px;width:150px}.shop-skeleton-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.shop-skeleton-product-card{background:var(--bg-primary);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md);transition:transform .3s ease}.shop-skeleton-product-image{width:100%;height:300px;background:linear-gradient(90deg,var(--bg-light) 25%,var(--border-light) 50%,var(--bg-light) 75%);background-size:200% 100%;animation:shimmer 2s infinite}.shop-skeleton-product-content{padding:1.5rem}.shop-skeleton-product-title{height:20px;width:90%;margin-bottom:.75rem}.shop-skeleton-product-price,.shop-skeleton-product-title{background:linear-gradient(90deg,var(--bg-light) 25%,var(--border-light) 50%,var(--bg-light) 75%);background-size:200% 100%;animation:shimmer 2s infinite;border-radius:4px}.shop-skeleton-product-price{height:18px;width:60px;margin-bottom:1rem}.shop-skeleton-product-actions{display:flex;gap:.75rem}.shop-skeleton-button{height:40px;background:linear-gradient(90deg,var(--bg-light) 25%,var(--border-light) 50%,var(--bg-light) 75%);background-size:200% 100%;animation:shimmer 2s infinite;border-radius:6px}.shop-skeleton-button.primary{flex:1 1}.shop-skeleton-button.secondary{width:40px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.shop-skeleton-loading-dots{display:flex;justify-content:center;align-items:center;gap:8px;margin:2rem 0}.shop-skeleton-dot{width:8px;height:8px;background:var(--primary-dark);border-radius:50%;animation:bounce 1.4s ease-in-out infinite both}.shop-skeleton-dot:first-child{animation-delay:-.32s}.shop-skeleton-dot:nth-child(2){animation-delay:-.16s}.shop-skeleton-dot:nth-child(3){animation-delay:0s}@keyframes bounce{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}@media (max-width:768px){.shop-skeleton-content{flex-direction:column;gap:1rem;padding:1rem}.shop-skeleton-sidebar{width:100%;order:2}.shop-skeleton-main{order:1}.shop-skeleton-products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.shop-skeleton-product-image{height:250px}.shop-skeleton-header{flex-direction:column;gap:1rem;align-items:flex-start}}@media (hover:none) and (pointer:coarse){.shop-heart-btn:hover,.shop-product-card:hover,.shop-product-card:hover .shop-product-image{transform:none}}