.shop-v2-wrapper{background:#fff;min-height:100vh;padding-top:80px}.shop-v2-container{max-width:1400px;margin:0 auto;padding:40px 40px}@media (min-width:1920px){.shop-v2-container{max-width:1800px}}@media (min-width:2560px){.shop-v2-container{max-width:2200px}}@media (min-width:3840px){.shop-v2-container{max-width:3400px}}.shop-v2-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;gap:24px}.shop-v2-title{font-size:36px;font-weight:700;color:#0D4F3C;margin:0;align-self:center}.shop-v2-controls{display:flex;gap:20px}.shop-v2-category-dropdown,.shop-v2-sort-dropdown{position:relative;display:flex;flex-direction:column;gap:6px}.shop-v2-filter-label{font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.shop-v2-select{padding:12px 40px 12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;font-weight:500;color:#333;background:#fff;cursor:pointer;appearance:none;min-width:200px;transition:border-color 0.3s ease;box-sizing:border-box}.shop-v2-select:hover{border-color:#0D4F3C}.shop-v2-select:focus{outline:none;border-color:#0D4F3C}.shop-v2-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;justify-content:start}@media (max-width:1024px){.shop-v2-products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.shop-v2-products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1920px) and (max-width:2559px){.shop-v2-products-grid{grid-template-columns:repeat(5,1fr)}}@media (min-width:2560px) and (max-width:3839px){.shop-v2-products-grid{grid-template-columns:repeat(5,1fr)}}@media (min-width:3840px){.shop-v2-products-grid{grid-template-columns:repeat(6,1fr)}}.shop-v2-product-card{background:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.08);transition:transform 0.3s ease,box-shadow 0.3s ease;cursor:pointer;overflow:hidden;max-width:280px;width:100%}.shop-v2-product-card:hover{transform:translateY(-4px);box-shadow:0 15px 40px rgba(0,0,0,.12)}.shop-v2-card-inner{display:flex;flex-direction:column;padding:14px;gap:6px;box-sizing:border-box}.shop-v2-product-image{position:relative;width:100%;height:280px;border-radius:8px;overflow:hidden;background:#fff;padding:0;margin-bottom:8px;box-sizing:border-box}.shop-v2-img-main,.shop-v2-img-hover{width:100%;height:100%;object-fit:contain;transition:opacity 0.3s ease}.shop-v2-img-hover{position:absolute;top:0;left:0;opacity:0}.shop-v2-product-image.hover-swap:hover .shop-v2-img-hover{opacity:1}.shop-v2-sale-badge{position:absolute;top:12px;left:12px;background:#e74c3c;color:#fff;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase}.shop-v2-wishlist-button{position:absolute;top:15px;right:15px;background:#fff;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.15);z-index:10}.shop-v2-wishlist-button .yith-wcwl-add-button,.shop-v2-wishlist-button .yith-wcwl-wishlistexistsbrowse{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important}.shop-v2-wishlist-button .yith-wcwl-add-button a,.shop-v2-wishlist-button .yith-wcwl-wishlistexistsbrowse a{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;color:#666!important;font-size:20px!important;text-decoration:none!important}.shop-v2-wishlist-button .yith-wcwl-add-button a:hover,.shop-v2-wishlist-button .yith-wcwl-wishlistexistsbrowse a:hover{color:#e74c3c!important}.shop-v2-wishlist-button .yith-wcwl-wishlistexistsbrowse a{color:#e74c3c!important}.shop-v2-wishlist-button .yith-wcwl-wishlistexistsbrowse a::before{color:#e74c3c!important}.shop-v2-wishlist-button *{font-size:0!important;line-height:0!important}.shop-v2-wishlist-button .yith-wcwl-add-button a::before,.shop-v2-wishlist-button .yith-wcwl-wishlistexistsbrowse a::before{font-size:20px!important;line-height:1!important}.shop-v2-wishlist-button .yith-wcwl-add-button a::before{content:'♡'}.shop-v2-wishlist-button .yith-wcwl-wishlistexistsbrowse a::before{content:'♥'}.shop-v2-wishlist-button .yith-wcwl-add-button span,.shop-v2-wishlist-button .yith-wcwl-wishlistexistsbrowse span,.shop-v2-wishlist-button .yith-wcwl-add-button .ajax-loading,.shop-v2-wishlist-button .yith-wcwl-wishlistexistsbrowse .ajax-loading{display:none!important}.shop-v2-product-info{display:flex;flex-direction:column;gap:4px}.shop-v2-product-title{font-size:16px;font-weight:600;color:#333;margin:0;line-height:1.4}.shop-v2-product-rating{font-size:14px;color:#f39c12;letter-spacing:2px}.shop-v2-price-section{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.shop-v2-main-price{font-size:18px;font-weight:600;color:#333}.shop-v2-main-price-strike{font-size:18px;font-weight:600;color:#999;text-decoration:line-through}.shop-v2-member-price{font-size:28px;font-weight:700;color:#0D4F3C}.shop-v2-member-display{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.shop-v2-member-pricing-box{background:#f3faf5;border-radius:8px;padding:6px;display:flex;flex-direction:column;gap:2px}.shop-v2-member-display{display:flex;justify-content:space-between;align-items:center;gap:6px}.shop-v2-member-label{font-size:11px;font-weight:500;color:#666;text-transform:uppercase}.shop-v2-member-price-large{font-size:16px;font-weight:700;color:#0D4F3C}.shop-v2-member-applied{font-size:10px;font-weight:600;color:#27ae60;background:#e8f5e9;padding:2px 6px;border-radius:4px}.shop-v2-join-btn{font-size:12px;font-weight:600;color:#fff;background:#0D4F3C;padding:6px 12px;border-radius:4px;text-decoration:none;transition:background 0.3s ease}.shop-v2-join-btn:hover{background:#0a3d2e}.shop-v2-savings{font-size:11px;font-weight:500;color:#27ae60}.shop-v2-sizes-label{font-size:12px;font-weight:500;color:#666;margin-bottom:4px}.shop-v2-variant-buttons{display:flex;gap:8px;flex-wrap:wrap}.shop-v2-variant-btn{padding:8px 16px;border:2px solid #e0e0e0;border-radius:6px;background:#fff;font-size:13px;font-weight:500;color:#333;cursor:pointer;transition:all 0.3s ease}.shop-v2-variant-btn:hover:not(:disabled){border-color:#0D4F3C;color:#0D4F3C}.shop-v2-variant-btn.selected{background:#f3faf5;border-color:#0D4F3C;color:#0D4F3C}.shop-v2-variant-btn.out-of-stock{opacity:.5;cursor:not-allowed}.shop-v2-variant-btn:disabled{opacity:.5;cursor:not-allowed}.shop-v2-product-card .shop-v2-add-to-cart-btn,.shop-v2-product-card .single_add_to_cart_button.shop-v2-add-to-cart-submit{background:#0F5B4A!important;color:#ffffff!important;border:none!important;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.3s ease;height:38px;width:100%;padding:10px 16px;display:flex;align-items:center;justify-content:center;margin-top:8px}.shop-v2-product-card .shop-v2-add-to-cart-btn:hover:not(:disabled),.shop-v2-product-card .single_add_to_cart_button.shop-v2-add-to-cart-submit:hover:not(:disabled){background:#0B473A!important;transform:translateY(-1px);box-shadow:0 4px 12px rgba(15,91,74,.3)}.shop-v2-product-card .shop-v2-add-to-cart-btn:disabled,.shop-v2-product-card .single_add_to_cart_button.shop-v2-add-to-cart-submit:disabled{background:#ccc!important;cursor:not-allowed}.shop-v2-no-products{text-align:center;padding:60px 20px}.shop-v2-btn{display:inline-block;padding:14px 28px;background:#0D4F3C;color:#fff;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;margin-top:20px;transition:background 0.3s ease}.shop-v2-btn:hover{background:#0a3d2e}@media (max-width:768px){.shop-v2-header{flex-direction:column;align-items:flex-start}.shop-v2-title{font-size:32px}.shop-v2-controls{width:100%;flex-direction:column}.shop-v2-select{width:100%;max-width:100%;left:0;right:0}.shop-v2-container{padding:20px 16px}.shop-v2-product-image{height:180px;margin-bottom:6px}.shop-v2-card-inner{gap:2px;padding:10px}.shop-v2-product-info{margin-top:0}.shop-v2-select{max-width:100vw;width:100%;overflow-x:hidden;box-sizing:border-box}.shop-v2-select option{max-width:100%;white-space:normal;word-wrap:break-word}}