html,body{overflow-x:hidden}.hero-explore__collection-header-wrapper{width:100%;position:relative;padding:2rem 0 3rem;background:transparent}.hero-explore__collection-header-left{padding-left:max(calc(50vw - 800px),1.5rem);padding-right:1rem;max-width:none}.hero-explore__header-content-left{text-align:left;max-width:none;margin:0;padding:0}.hero-explore__collection-title-left{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;margin:0 0 1rem;color:#333;line-height:1.2;text-align:left}.hero-explore__title-highlight{color:#8b9467}.hero-explore__collection-description-left{font-size:clamp(.9rem,2vw,1rem);color:#666;line-height:1.6;margin:0;text-align:left;max-width:600px}.hero-explore__products-container{max-width:1400px;margin:0 auto;padding:0 1rem}.hero-explore__collection-page{padding:0;margin:0;max-width:100%;overflow-x:hidden}.hero-explore__products-horizontal-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:0}.hero-explore__product-horizontal-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;display:flex;flex-direction:column;padding:1.5rem;position:relative;transition:box-shadow .3s ease,transform .3s ease;min-height:500px;width:100%}.hero-explore__product-horizontal-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.hero-explore__product-horizontal-image-container{width:100%;height:300px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:8px;padding:1rem;overflow:hidden}.hero-explore__product-horizontal-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:4px}.hero-explore__product-image-placeholder{width:100%;height:200px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;color:#999;border-radius:4px;font-size:.8rem}.hero-explore__product-horizontal-info{flex:1;display:flex;flex-direction:column;text-align:left}.hero-explore__product-horizontal-title{margin:0 0 1rem;font-size:clamp(1rem,2.5vw,1.1rem);font-weight:600;color:#333;line-height:1.3;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.hero-explore__product-horizontal-title-link{color:#333;text-decoration:none}.hero-explore__product-horizontal-title-link:hover{color:#8b9467}.hero-explore__product-horizontal-price-container{margin-bottom:1.5rem}.hero-explore__price-label{color:#666;font-size:.9rem;margin-right:.5rem}.hero-explore__product-price{font-size:clamp(1rem,2.5vw,1.1rem);font-weight:700;color:#333}.hero-explore__product-horizontal-actions{margin-top:auto}.hero-explore__add-to-cart-btn.filled{background:#8b9467;color:#fff;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;font-size:.9rem;border:none;cursor:pointer;transition:all .3s ease;width:100%;max-width:200px;display:block;text-align:center}.hero-explore__add-to-cart-btn.filled:hover{background:#7a8359;transform:translateY(-1px)}.hero-explore__sale-badge{position:absolute;top:1rem;right:1rem;background:#8b9467;color:#fff;padding:.4rem .8rem;border-radius:6px;font-size:.75rem;font-weight:600;z-index:2}.hero-explore__scroll-wrapper{position:relative;overflow:hidden}.hero-explore__products-horizontal-cards{display:flex;gap:20px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;padding:20px 0;scrollbar-width:none;-ms-overflow-style:none}.hero-explore__products-horizontal-cards::-webkit-scrollbar{display:none}.hero-explore__product-horizontal-card{flex:0 0 auto;min-width:300px;max-width:350px}.hero-explore__scroll-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:1px solid #ddd;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 2px 10px #0000001a}.hero-explore__scroll-btn:hover{background:#fff;box-shadow:0 4px 20px #00000026;transform:translateY(-50%) scale(1.05)}.hero-explore__scroll-btn:active{transform:translateY(-50%) scale(.95)}.hero-explore__scroll-btn--left{left:10px}.hero-explore__scroll-btn--right{right:10px}.hero-explore__scroll-btn svg{color:#333}@media (max-width: 768px){.hero-explore__scroll-btn{display:none}.hero-explore__products-horizontal-cards{padding:20px 10px}.hero-explore__product-horizontal-card{min-width:250px}}@media (max-width: 768px){.hero-explore__scroll-wrapper:after{content:"";position:absolute;right:0;top:0;bottom:0;width:30px;background:linear-gradient(to right,transparent,rgba(255,255,255,.8));pointer-events:none}}.hero-explore__quantity-controls{display:flex;flex-direction:column;gap:1.2rem;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e5e5e5;animation:slideIn .3s ease-out;align-items:center}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hero-explore__quantity-wrapper{display:flex;align-items:center;justify-content:center;gap:0;background:#fff;border:1px solid #ddd;border-radius:6px;overflow:hidden;max-width:120px;margin:0 auto 1rem}.hero-explore__qty-btn{background:#f5f5f5;border:none;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;font-weight:600;color:#333;transition:all .2s ease;-webkit-user-select:none;user-select:none}.hero-explore__qty-btn:hover{background:#8b9467;color:#fff}.hero-explore__qty-btn:active{transform:scale(.95)}.hero-explore__qty-decrease{border-right:1px solid #ddd}.hero-explore__qty-increase{border-left:1px solid #ddd}.hero-explore__qty-input{border:none;width:48px;height:36px;text-align:center;font-size:.9rem;font-weight:600;color:#333;background:#fff;outline:none;-moz-appearance:textfield}.hero-explore__qty-input::-webkit-outer-spin-button,.hero-explore__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.hero-explore__action-buttons{display:flex;gap:.75rem;justify-content:center;width:100%}.hero-explore__save-btn{background:#8b9467;color:#fff;border:none;padding:.6rem 1rem;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1;text-align:center}.hero-explore__save-btn:hover{background:#7a8359;transform:translateY(-1px)}.hero-explore__save-btn:active{transform:translateY(0)}.hero-explore__cancel-btn{background:transparent;color:#666;border:1px solid #ddd;padding:.6rem 1rem;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1;text-align:center}.hero-explore__cancel-btn:hover{background:#f5f5f5;border-color:#bbb;color:#333}.hero-explore__cancel-btn:active{transform:scale(.98)}.cart-notification{position:fixed;top:20px;right:20px;z-index:1000;max-width:400px;min-width:300px;border-radius:8px;box-shadow:0 8px 32px #00000026;animation:slideInRight .4s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.cart-notification-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-radius:8px;position:relative}.cart-notification.success .cart-notification-content{background:linear-gradient(135deg,#8b9467,#7a8359);color:#fff;border:1px solid rgba(255,255,255,.2)}.cart-notification.error .cart-notification-content{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff;border:1px solid rgba(255,255,255,.2)}.cart-notification-message{font-size:.9rem;font-weight:500;line-height:1.4;flex:1;margin-right:1rem}.cart-notification-close{background:none;border:none;color:inherit;font-size:1.5rem;font-weight:300;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;opacity:.8}.cart-notification-close:hover{opacity:1;background:#fff3;transform:scale(1.1)}.cart-notification-close:active{transform:scale(.95)}@media screen and (min-width: 1400px){.hero-explore__products-horizontal-cards{grid-template-columns:repeat(3,1fr);gap:2.5rem}}@media screen and (min-width: 1024px) and (max-width: 1399px){.hero-explore__products-horizontal-cards{grid-template-columns:repeat(3,1fr);gap:2rem}}@media screen and (min-width: 768px) and (max-width: 1023px){.hero-explore__collection-header-left{padding-left:max(calc(50vw - 530px),1rem)}.hero-explore__products-container{padding:0 1.25rem}.hero-explore__products-horizontal-cards{grid-template-columns:repeat(2,1fr);gap:1.5rem}.hero-explore__product-horizontal-card{min-height:450px}.hero-explore__product-horizontal-image-container{height:250px}.cart-notification{top:10px;right:10px;left:10px;max-width:none;min-width:auto}}@media screen and (max-width: 767px){.hero-explore__collection-header-wrapper{padding:1.5rem 0 2rem}.hero-explore__collection-header-left{padding-left:.5rem;padding-right:1rem}.hero-explore__products-container{padding:0 1rem}.hero-explore__products-horizontal-cards{grid-template-columns:repeat(2,1fr);gap:1rem}.hero-explore__product-horizontal-card{padding:1rem;min-height:400px}.hero-explore__product-horizontal-image-container{height:200px;margin-bottom:1rem}.hero-explore__add-to-cart-btn.filled{padding:.6rem 1rem;font-size:.8rem;max-width:100%}.hero-explore__quantity-controls{padding:.75rem;gap:.75rem}.hero-explore__action-buttons{flex-direction:column;gap:.5rem}.hero-explore__save-btn,.hero-explore__cancel-btn{padding:.7rem 1rem;font-size:.8rem}.cart-notification{top:10px;right:10px;left:10px;max-width:none;min-width:auto}.cart-notification-content{padding:.875rem 1rem}.cart-notification-message{font-size:.85rem;margin-right:.75rem}}@media screen and (max-width: 480px){.hero-explore__collection-header-wrapper{padding:1rem 0 1.5rem}.hero-explore__collection-header-left{padding-left:.25rem;padding-right:.75rem}.hero-explore__products-container{padding:0 .75rem}.hero-explore__products-horizontal-cards{grid-template-columns:1fr;gap:1.5rem}.hero-explore__product-horizontal-card{padding:1rem;min-height:380px;max-width:100%}.hero-explore__product-horizontal-image-container{height:200px;margin-bottom:1rem}.hero-explore__product-horizontal-title{font-size:1rem;margin-bottom:.75rem}.hero-explore__product-horizontal-price-container{margin-bottom:1rem}.hero-explore__add-to-cart-btn.filled{padding:.75rem 1rem;font-size:.9rem;max-width:100%}.hero-explore__sale-badge{top:.75rem;right:.75rem;padding:.3rem .6rem;font-size:.7rem}.hero-explore__quantity-wrapper{max-width:100px}.hero-explore__qty-btn{width:32px;height:32px;font-size:1rem}.hero-explore__qty-input{width:36px;height:32px;font-size:.85rem}}@media screen and (max-width: 360px){.hero-explore__collection-header-left{padding-left:.1rem;padding-right:.5rem}.hero-explore__products-container{padding:0 .5rem}.hero-explore__product-horizontal-card{padding:.75rem;min-height:350px}.hero-explore__product-horizontal-image-container{height:180px}.cart-notification-content{padding:.75rem}.cart-notification-message{font-size:.8rem;margin-right:.5rem}}@media (hover: none) and (pointer: coarse){.hero-explore__product-horizontal-title-link:hover,.hero-explore__add-to-cart-btn.filled:hover,.hero-explore__product-horizontal-card:hover{transform:none}.hero-explore__add-to-cart-btn.filled:active{transform:scale(.98)}.hero-explore__qty-btn:hover,.hero-explore__save-btn:hover,.hero-explore__cancel-btn:hover,.cart-notification-close:hover{transform:none}.hero-explore__qty-btn:active,.hero-explore__save-btn:active,.hero-explore__cancel-btn:active{transform:scale(.95)}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.hero-explore__product-horizontal-image{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media screen and (max-width: 767px) and (orientation: landscape){.hero-explore__products-horizontal-cards{grid-template-columns:repeat(2,1fr)}.hero-explore__product-horizontal-card{min-height:320px}.hero-explore__product-horizontal-image-container{height:150px}}@media print{.hero-explore__collection-header-wrapper{width:auto;position:static;padding:0 0 1rem}.hero-explore__collection-header-left{padding:0}.hero-explore__products-container{max-width:none;padding:0}.hero-explore__products-horizontal-cards{grid-template-columns:repeat(2,1fr);gap:1rem}.hero-explore__product-horizontal-card{break-inside:avoid;box-shadow:none;border:1px solid #ccc}.hero-explore__add-to-cart-btn.filled{display:none}.hero-explore__quantity-controls,.cart-notification{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/component-hero-explore.css.map */
