.shop-wrap{font-family:Quicksand,sans-serif;color:var(--pet-text);-webkit-font-smoothing:antialiased;overflow-x:hidden}.shop-wrap .category-banner{position:relative;margin-top:24px;overflow:hidden;height:165px;background:var(--brown-deep);border-radius:var(--radius-lg)}.shop-wrap .category-banner .category-banner-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:24px}.shop-wrap .category-banner .category-banner-title{font-family:Fredoka,sans-serif;font-size:3rem;font-weight:700;color:#fff;text-align:center;position:relative;z-index:1}.shop-wrap .shop-layout{display:grid;grid-template-columns:278px 1fr;gap:32px;padding:32px 0 80px;align-items:start}.shop-wrap .shop-content{min-width:0}@media (max-width: 1024px){.shop-wrap .shop-layout{grid-template-columns:1fr;gap:20px}}@media (max-width: 576px){.shop-wrap .shop-layout{padding:20px 0 40px;gap:16px}.shop-wrap .category-banner{margin-top:16px}}@media (max-width: 768px){.shop-wrap .category-banner{height:140px}.shop-wrap .category-banner .category-banner-title{font-size:2rem}}@media (max-width: 480px){.shop-wrap .category-banner{height:120px}.shop-wrap .category-banner .category-banner-title{font-size:1.6rem}}.shop-wrap .sidebar{position:sticky;top:88px;display:flex;flex-direction:column;gap:16px}.shop-wrap .sidebar-card{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.shop-wrap .sidebar-header{display:flex;align-items:center;padding:16px 20px;border-bottom:1px solid var(--pet-text-alpha-07);gap:8px}.shop-wrap .sidebar-title{font-family:Fredoka,sans-serif;font-size:1rem;font-weight:700;color:var(--pet-text);flex:1}.shop-wrap .sidebar-close-btn{background:transparent;border:none;cursor:pointer;padding:3px;border-radius:5px;display:none;color:var(--text-muted);transition:var(--transition)}.shop-wrap .sidebar-close-btn:hover{color:var(--terracotta);background:#e07a5f12}.shop-wrap .filter-section{padding:16px 20px;border-bottom:1px solid var(--pet-text-alpha-06)}.shop-wrap .filter-section:last-of-type{border-bottom:none}.shop-wrap .filter-section-title{display:flex;align-items:center;justify-content:space-between;font-size:.76rem;font-weight:700;color:var(--pet-text);text-transform:uppercase;letter-spacing:.9px;margin-bottom:13px;cursor:pointer}.shop-wrap .filter-section-title svg{width:13px;height:13px;stroke:var(--text-muted);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.shop-wrap .filter-list{list-style:none;display:flex;flex-direction:column;gap:2px;padding:0;margin:0}.shop-wrap .filter-list-item>a{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;border-radius:8px;font-size:.86rem;color:var(--text-light);font-weight:500;transition:var(--transition);text-decoration:none}.shop-wrap .filter-list-item>a:hover{background:var(--sand-light);color:var(--pet-text)}.shop-wrap .filter-list-item>a.active-cat{background:var(--terracotta-alpha-10);color:var(--terracotta);font-weight:700}.shop-wrap .filter-sub{list-style:none;padding:4px 0 2px 14px;margin:0;display:flex;flex-direction:column;gap:1px}.shop-wrap .filter-sub li a{display:block;padding:5px 10px;border-radius:7px;font-size:.82rem;color:var(--text-muted);transition:var(--transition);text-decoration:none}.shop-wrap .filter-sub li a:hover{color:var(--terracotta);background:var(--sand-light)}.shop-wrap .filter-sub li a.active-cat{color:var(--terracotta);font-weight:700}.shop-wrap .filter-section-inner{max-height:600px;overflow-y:auto}.shop-wrap .filter-check-item{display:flex;align-items:center;gap:8px;padding:5px 0}.shop-wrap .filter-check-item input[type=checkbox]{width:17px;height:17px;border-radius:4px;border:1.5px solid rgba(61,50,41,.2);cursor:pointer;accent-color:var(--terracotta)}.shop-wrap .filter-check-item label{font-size:.84rem;color:var(--text-light);cursor:pointer;font-weight:500}.shop-wrap .filter-checkbox{max-height:200px;overflow-y:auto}.shop-wrap .filter-color-swatches{display:flex;gap:9px;flex-wrap:wrap}.shop-wrap .filter-color-swatch{width:32px;height:32px;border-radius:50%;cursor:pointer;border:2.5px solid transparent;transition:var(--transition);padding:0}.shop-wrap .filter-color-swatch:hover{transform:scale(1.15)}.shop-wrap .filter-color-swatch.active{border-color:var(--terracotta);box-shadow:0 0 0 3px #e07a5f40}.shop-wrap .filter-size-options{display:flex;gap:8px;flex-wrap:wrap}.shop-wrap .filter-size-btn{min-width:44px;height:36px;padding:0 12px;border-radius:8px;border:1.5px solid var(--pet-text-alpha-15);background:var(--white, #fff);font-family:inherit;font-size:.82rem;font-weight:700;color:var(--text-light);cursor:pointer;transition:var(--transition)}.shop-wrap .filter-size-btn:hover{border-color:var(--brown);color:var(--brown)}.shop-wrap .filter-size-btn.active{border-color:var(--terracotta);background:var(--terracotta);color:#fff}.shop-wrap .sidebar-loyalty{background:var(--brown-deep);border-radius:var(--radius-lg);padding:24px 22px}.shop-wrap .sidebar-loyalty-icon{display:block;margin-bottom:10px;color:var(--terracotta)}.shop-wrap .sidebar-loyalty-title{display:block;font-size:.72rem;font-weight:700;color:var(--terracotta);margin-bottom:10px;text-transform:uppercase;letter-spacing:1.2px}.shop-wrap .sidebar-loyalty-text{font-size:.82rem;color:#ffffffa6;line-height:1.55;margin:0 0 18px}.shop-wrap .sidebar-loyalty-badge{display:inline-flex;align-items:center;gap:4px;background:#e07a5f26;color:var(--terracotta);font-size:.75rem;font-weight:700;padding:6px 14px;border-radius:8px;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 1024px){.shop-wrap .sidebar{display:none}.shop-wrap .sidebar.active{display:flex;position:fixed;left:0;top:0;width:300px;height:100vh;z-index:200;overflow-y:auto;background:#fff;box-shadow:4px 0 20px #00000026}.shop-wrap .sidebar-close-btn{display:flex}.shop-wrap .sidebar-loyalty{margin:12px}}.shop-wrap .shop-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding:12px 18px 12px 20px;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-sm);border-left:none}.shop-wrap .toolbar-left{display:flex;align-items:baseline;gap:5px}.shop-wrap .toolbar-count{font-family:Fredoka,sans-serif;font-size:1.2rem;font-weight:700;color:var(--pet-text)}.shop-wrap .toolbar-count-label{font-size:.84rem;color:var(--text-muted)}.shop-wrap .toolbar-right{display:flex;align-items:center;gap:10px}.shop-wrap .mobile-view-filter{display:none;align-items:center;gap:6px;font-size:.82rem;font-weight:700;color:var(--terracotta);cursor:pointer;padding:7px 12px;border-radius:8px;border:1.5px solid rgba(224,122,95,.3);transition:var(--transition)}.shop-wrap .mobile-view-filter svg{stroke:var(--terracotta)}.shop-wrap .mobile-view-filter:hover{background:#e07a5f12}.shop-wrap .sort-wrap{display:flex;align-items:center;background:var(--sand-light);border:1.5px solid rgba(61,50,41,.12);border-radius:8px;overflow:visible;position:relative}.shop-wrap .sort-label{padding:7px 10px 7px 12px;font-size:.72rem;font-weight:700;color:var(--terracotta);text-transform:uppercase;letter-spacing:.5px;border-right:1px solid rgba(61,50,41,.09);white-space:nowrap}.shop-wrap .sort-select-wrap{position:relative}.shop-wrap .sort-select-toggle{display:flex;align-items:center;gap:6px;padding:7px 12px 7px 10px;font-size:.82rem;color:var(--pet-text);cursor:pointer;white-space:nowrap;font-weight:500}.shop-wrap .sort-select-toggle svg{stroke:var(--terracotta)}.shop-wrap .sort-dropdown{position:absolute;top:100%;right:0;margin-top:6px;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-md);border:1px solid rgba(61,50,41,.08);min-width:180px;z-index:50;list-style:none;padding:6px;margin-bottom:0}.shop-wrap .sort-dropdown-item{padding:8px 14px;font-size:.82rem;color:var(--text-light);cursor:pointer;border-radius:7px;transition:var(--transition);font-weight:500}.shop-wrap .sort-dropdown-item:hover{background:var(--sand-light);color:var(--terracotta)}.shop-wrap .sort-dropdown-item.active{color:var(--terracotta);font-weight:700;background:#e07a5f14}.shop-wrap .view-toggle{display:flex;background:var(--sand-light);border:1.5px solid var(--pet-text-alpha-10);border-radius:8px;padding:3px;gap:2px}.shop-wrap .view-btn{width:31px;height:31px;border-radius:6px;background:transparent;display:flex;align-items:center;justify-content:center;transition:var(--transition);border:none;cursor:pointer}.shop-wrap .view-btn.active{background:#fff;box-shadow:0 1px 4px var(--pet-text-alpha-10)}.shop-wrap .view-btn svg{width:14px;height:14px;stroke:var(--text-muted);fill:none;stroke-width:2}.shop-wrap .view-btn.active svg{stroke:var(--terracotta)}.shop-wrap .perpage-wrap{position:relative}.shop-wrap .perpage-toggle{display:flex;align-items:center;gap:4px;padding:7px 10px;background:var(--sand-light);border:1.5px solid rgba(61,50,41,.12);border-radius:8px;font-size:.82rem;font-weight:500;color:var(--pet-text);cursor:pointer}.shop-wrap .perpage-toggle svg{stroke:var(--terracotta)}.shop-wrap .perpage-dropdown{position:absolute;top:100%;right:0;margin-top:6px;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-md);border:1px solid rgba(61,50,41,.08);min-width:70px;z-index:50;list-style:none;padding:6px;margin-bottom:0}.shop-wrap .perpage-dropdown-item{padding:6px 12px;font-size:.82rem;color:var(--text-light);cursor:pointer;border-radius:7px;transition:var(--transition);text-align:center;font-weight:500}.shop-wrap .perpage-dropdown-item:hover{background:var(--sand-light);color:var(--terracotta)}.shop-wrap .perpage-dropdown-item.active{color:var(--terracotta);font-weight:700}@media (max-width: 1024px){.shop-wrap .mobile-view-filter{display:flex}}@media (max-width: 576px){.shop-wrap .shop-toolbar{flex-direction:column;gap:10px;align-items:flex-start;padding:10px 14px}.shop-wrap .toolbar-right{width:100%;flex-wrap:wrap;gap:8px}.shop-wrap .sort-label,.shop-wrap .perpage-wrap,.shop-wrap .view-toggle{display:none}}.shop-wrap .products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.shop-wrap .search-result-middle{position:relative;min-height:200px}.shop-wrap .search-result-middle.loading{opacity:.5;pointer-events:none}.shop-wrap .search-result-middle.loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:3px solid var(--sand);border-top-color:var(--terracotta);border-radius:50%;animation:spin .8s linear infinite}.shop-wrap .search-result-middle.empty{min-height:300px}.shop-wrap .search-result-middle .empty-message{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;text-align:center}.shop-wrap .search-result-middle .empty-message svg{width:70px;height:100px;margin-bottom:23px;opacity:.5}.shop-wrap .search-result-middle .empty-message h2{font-family:Fredoka,sans-serif;font-size:1.3rem;color:var(--text-muted);font-weight:700}.shop-wrap .search-result-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:30px;flex-wrap:wrap;gap:16px}.shop-wrap .search-result-bottom .showing-results{font-size:.82rem;color:var(--text-muted)}@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}@media (max-width: 1024px){.shop-wrap .products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.shop-wrap .products-grid{grid-template-columns:1fr;gap:16px}}.shop-wrap .pagination{display:flex;align-items:center;justify-content:center;gap:6px;margin:0;padding:0;list-style:none}.shop-wrap .pagination .page-item{list-style:none}.shop-wrap .pagination .page-link{width:42px;height:42px;border-radius:9px;background:#fff;border:1.5px solid var(--pet-text-alpha-10);display:flex;align-items:center;justify-content:center;font-size:.88rem;font-weight:700;color:var(--text-light);cursor:pointer;transition:var(--transition);padding:0;text-decoration:none}.shop-wrap .pagination .page-link:hover{border-color:var(--terracotta);color:var(--terracotta)}.shop-wrap .pagination .page-link i{font-size:1rem}.shop-wrap .pagination .page-item.active .page-link{background:var(--terracotta);border-color:var(--terracotta);color:#fff}.shop-wrap .pagination .page-item.disabled .page-link{opacity:.35;cursor:not-allowed}.shop-wrap .pagination .page-item.disabled .page-link:hover{border-color:var(--pet-text-alpha-10);color:var(--text-light)}.shop-wrap .list-view-products{display:flex;flex-wrap:wrap;gap:16px}.shop-wrap .list-view-products-item{display:flex;width:100%}.shop-wrap .list-view-product-card{display:flex;width:100%;padding:16px;background:#fff;border:1px solid rgba(61,50,41,.08);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:var(--transition)}.shop-wrap .list-view-product-card:hover{box-shadow:var(--shadow-md)}.shop-wrap .list-view-product-card .product-card-left{align-self:flex-start;position:relative}.shop-wrap .list-view-product-card .product-card-left .product-badge{top:0;left:0}.shop-wrap .list-view-product-card .product-card-right{flex-grow:1;padding:6px 0 11px 15px}.shop-wrap .list-view-product-card .product-card-right .product-card-actions-parent{display:flex;align-items:center}.shop-wrap .list-view-product-card .product-card-right .product-name-and-rating{margin-bottom:12px}.shop-wrap .list-view-product-card .product-name{display:flex;margin-bottom:4px;align-items:center}.shop-wrap .list-view-product-card .product-name span{font-size:.95rem;font-weight:700;line-height:1.4;max-height:48px;display:-webkit-box;color:var(--pet-text);overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-decoration:none}.shop-wrap .list-view-product-card .product-name:hover span{color:var(--terracotta)}.shop-wrap .list-view-product-card .product-price{font-size:1.1rem;font-weight:700;color:var(--brown);margin-bottom:11px}.shop-wrap .list-view-product-card .product-price .previous-price{font-size:.82rem;color:var(--text-muted);text-decoration:line-through;font-weight:500;margin-left:6px}.shop-wrap .list-view-product-card .btn-add-to-cart{display:flex;align-items:center;justify-content:center;height:38px;padding:8px 20px;background:var(--terracotta);font-size:.82rem;font-weight:700;color:#fff;border:none;border-radius:8px;cursor:pointer;font-family:inherit;transition:var(--transition);text-decoration:none}.shop-wrap .list-view-product-card .btn-add-to-cart:hover{background:var(--terracotta-hover);color:#fff}.shop-wrap .list-view-product-card .btn-add-to-cart[disabled=disabled]{background:var(--taupe-light);color:var(--text-muted);cursor:not-allowed}.shop-wrap .list-view-product-card .product-card-actions{position:absolute;top:8px;right:8px}.shop-wrap .list-view-product-card .product-card-actions .btn-wishlist{width:30px;height:30px;padding:0;border-radius:7px;background:#ffffffe6;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:var(--transition)}.shop-wrap .list-view-product-card .product-card-actions .btn-wishlist svg{width:14px;min-width:14px;height:14px;flex-shrink:0;stroke:var(--text-light)!important;fill:none!important;stroke-width:1.5}.shop-wrap .list-view-product-card .product-card-actions .btn-wishlist svg path{stroke:inherit!important;fill:inherit!important}.shop-wrap .list-view-product-card .product-card-actions .btn-wishlist.added svg,.shop-wrap .list-view-product-card .product-card-actions .btn-wishlist.added svg path{fill:var(--terracotta)!important;stroke:var(--terracotta)!important}.shop-wrap .list-view-product-card .product-card-actions .btn-wishlist:hover{background:#fff}.shop-wrap .list-view-product-card .product-badge{position:absolute;top:6px;left:6px;z-index:2;list-style:none;padding:0;margin:0}.shop-wrap .list-view-product-card .product-badge .badge{display:inline-block;padding:3px 8px;border-radius:5px;font-size:.66rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.shop-wrap .list-view-product-card .product-badge .badge-danger{background:#dc3545;color:#fff}.shop-wrap .list-view-product-card .product-badge .badge-info{background:var(--sand);color:var(--brown)}.shop-wrap .list-view-product-card .product-badge .badge-success{background:var(--terracotta);color:#fff}.shop-wrap .list-view-product-card .product-image{position:relative;width:170px;aspect-ratio:1;border-radius:8px;overflow:hidden;flex-shrink:0}.shop-wrap .list-view-product-card .product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.shop-wrap .list-view-product-card .product-image .image-placeholder{background:var(--sand-light)}@media screen and (max-width: 576px){.shop-wrap .list-view-product-card{flex-direction:column}.shop-wrap .list-view-product-card .product-card-left{width:100%;margin-bottom:16px}.shop-wrap .list-view-product-card .product-card-left .product-image{width:100%;aspect-ratio:16/9}.shop-wrap .list-view-product-card .product-card-right{padding-left:0}}
