.cart-page{padding:2rem var(--page-margin);max-width:1400px;margin:0 auto}.cart-page__title{font-size:2.5rem;font-weight:700;color:#1f2937;margin:0 0 2rem}.cart-page__content{display:grid;grid-template-columns:1fr 400px;gap:3rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:1.5rem;padding:1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:start}.cart-item__image{width:120px;height:120px;flex-shrink:0}.cart-item__img{width:100%;height:100%;object-fit:cover;border-radius:6px}.cart-item__placeholder{width:100%;height:100%;background:#f3f4f6;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:.75rem;text-align:center;padding:.5rem}.cart-item__details{display:flex;flex-direction:column;gap:.5rem;min-width:0}.cart-item__title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0;line-height:1.4}.cart-item__title a{color:inherit;text-decoration:none}.cart-item__title a:hover{color:#4ade80}.cart-item__variant{font-size:.875rem;color:#6b7280;margin:0}.cart-item__price{font-size:1rem;font-weight:600;color:#374151}.cart-item__actions{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.cart-item__quantity{display:flex;align-items:center;gap:.5rem}.cart-item__quantity-btn{width:32px;height:32px;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:1rem;font-weight:600;color:#374151;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.cart-item__quantity-btn:hover{border-color:#4ade80;color:#4ade80}.cart-item__quantity-input{width:60px;height:32px;padding:0 .5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;text-align:center;background:#fff;color:#1f2937}.cart-item__quantity-input:focus{outline:none;border-color:#4ade80;box-shadow:0 0 0 3px #4ade801a}.cart-item__remove{font-size:.875rem;color:#ef4444;text-decoration:none;transition:color .2s}.cart-item__remove:hover{color:#dc2626;text-decoration:underline}.cart-item__total{font-size:1.25rem;font-weight:700;color:#1f2937;text-align:right;white-space:nowrap}.cart-summary{position:sticky;top:2rem}.cart-summary__content{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.cart-summary__title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 1.5rem}.cart-summary__row{display:flex;justify-content:space-between;padding:.75rem 0;font-size:1rem;color:#374151}.cart-summary__row--discount{color:#ef4444}.cart-summary__row--total{border-top:1px solid #e5e7eb;margin-top:.5rem;padding-top:1rem;font-size:1.25rem;font-weight:700;color:#1f2937}.cart-summary__note{font-size:.875rem;color:#6b7280;margin:1rem 0;text-align:center}.cart-summary__update-btn{width:100%;padding:.75rem 1.5rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:.75rem}.cart-summary__update-btn:hover{border-color:#4ade80;color:#4ade80}.cart-summary__checkout-btn{width:100%;padding:1rem 1.5rem;background:#4ade80;color:#000;border:none;border-radius:6px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background .2s;margin-bottom:1rem}.cart-summary__checkout-btn:hover{background:#22c55e}.cart-summary__additional-buttons{margin-top:1rem}.cart-empty{padding:4rem 2rem;text-align:center}.cart-empty__content{max-width:400px;margin:0 auto}.cart-empty__icon{width:64px;height:64px;color:#9ca3af;margin:0 auto 1.5rem}.cart-empty__title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.cart-empty__text{font-size:1rem;color:#6b7280;margin:0 0 2rem}.cart-empty__button{display:inline-block;padding:.875rem 2rem;background:#4ade80;color:#000;border-radius:6px;font-weight:600;text-decoration:none;transition:background .2s}.cart-empty__button:hover{background:#22c55e}@media (max-width: 968px){.cart-page__content{grid-template-columns:1fr;gap:2rem}.cart-summary{position:static}.cart-item{grid-template-columns:100px 1fr;gap:1rem}.cart-item__total{grid-column:1 / -1;text-align:left;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e5e7eb}}@media (max-width: 640px){.cart-page{padding:1.5rem var(--page-margin)}.cart-page__title{font-size:2rem}.cart-item{padding:1rem}.cart-item__image{width:100px;height:100px}}.collection-page{padding:2rem var(--page-margin);max-width:1400px;margin:0 auto}.collection-page__header{margin-bottom:3rem}.collection-page__title{font-size:2.5rem;font-weight:700;color:#1f2937;margin:0 0 1rem;line-height:1.2}.collection-page__description{font-size:1.125rem;color:#6b7280;line-height:1.6;max-width:800px}.collection-products__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.collection-product-card{background:#fff;border-radius:8px;overflow:hidden;transition:transform .2s,box-shadow .2s;border:1px solid #e5e7eb}.collection-product-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}.collection-product-card__link{text-decoration:none;color:inherit;display:block}.collection-product-card__image-wrapper{position:relative;width:100%;aspect-ratio:1;background:#f3f4f6;overflow:hidden}.collection-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s}.collection-product-card:hover .collection-product-card__image{transform:scale(1.05)}.collection-product-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:.875rem;text-align:center;padding:1rem}.collection-product-card__badge{position:absolute;top:.75rem;right:.75rem;background:#ef4444;color:#fff;padding:.375rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;z-index:1}.collection-product-card__badge--sale{background:#ef4444}.collection-product-card__content{padding:1.25rem}.collection-product-card__vendor{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem}.collection-product-card__title{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.collection-product-card__price{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.collection-product-card__price--regular{font-size:1.125rem;font-weight:700;color:#1f2937}.collection-product-card__price--compare{font-size:.875rem;font-weight:400;color:#9ca3af;text-decoration:line-through}.collection-product-card__price--sale{font-size:1.125rem;font-weight:700;color:#ef4444}.collection-products__pagination{margin-top:3rem;display:flex;justify-content:center}.collection-products__empty{text-align:center;padding:4rem 2rem;color:#6b7280}.collection-products__empty p{font-size:1.125rem;margin:0}.collection-products__pagination .pagination{display:flex;gap:.5rem;align-items:center;justify-content:center;flex-wrap:wrap}.collection-products__pagination .pagination a,.collection-products__pagination .pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .75rem;border-radius:6px;text-decoration:none;font-weight:500;transition:all .2s}.collection-products__pagination .pagination a{color:#374151;background:#fff;border:1px solid #e5e7eb}.collection-products__pagination .pagination a:hover{background:#f9fafb;border-color:#4ade80;color:#4ade80}.collection-products__pagination .pagination .current{background:#4ade80;color:#000;border:1px solid #4ade80}@media (max-width: 768px){.collection-page{padding:1.5rem var(--page-margin)}.collection-page__title{font-size:2rem}.collection-page__header{margin-bottom:2rem}.collection-products__grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.5rem}.collection-product-card__content{padding:1rem}.collection-product-card__title{font-size:.9375rem}}@media (max-width: 480px){.collection-products__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.featured-products{padding:4rem var(--page-margin);max-width:1400px;margin:0 auto}.featured-products__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem}.featured-products__title-group{flex:1}.featured-products__title{font-size:2.5rem;font-weight:700;color:#1f2937;margin:0 0 .5rem;line-height:1.2}.featured-products__subtitle{font-size:1rem;color:#6b7280;margin:0}.featured-products__view-all{display:flex;align-items:center;gap:.5rem;color:#333;text-decoration:none;font-weight:500;font-size:.9375rem;transition:color .2s}.featured-products__view-all:hover{color:#4ade80}.featured-products__view-all svg{width:16px;height:16px}.featured-products__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.featured-product-card{background:#f3f4f6;border-radius:8px;overflow:hidden;position:relative;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.featured-product-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}.featured-product-card__badge{position:absolute;top:1rem;left:1rem;background:#4ade80;color:#fff;padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;z-index:1}.featured-product-card__image-wrapper{width:100%;aspect-ratio:1;background:#e5e7eb;position:relative;overflow:hidden}.featured-product-card__image{width:100%;height:100%;object-fit:cover}.featured-product-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:.875rem;text-align:center;padding:1rem}.featured-product-card__content{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;flex:1}.featured-product-card__vendor{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin:0}.featured-product-card__title{margin:0;font-size:1.25rem;font-weight:700;color:#1f2937;line-height:1.3}.featured-product-card__title a{color:inherit;text-decoration:none}.featured-product-card__title a:hover{color:#4ade80}.featured-product-card__specs{display:flex;gap:.5rem;flex-wrap:wrap}.featured-product-card__spec{background:#fff;border-radius:6px;padding:.5rem .75rem;display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.featured-product-card__spec svg{width:16px;height:16px;color:#4ade80;flex-shrink:0}.featured-product-card__spec-content{display:flex;flex-direction:column;gap:.125rem;min-width:0}.featured-product-card__spec-label{font-size:.625rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.featured-product-card__spec-value{font-size:.875rem;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.featured-product-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;border-top:1px solid #e5e7eb}.featured-product-card__price{font-size:1.5rem;font-weight:700;color:#1f2937}.featured-product-card__currency{font-size:.875rem;font-weight:400;color:#6b7280;margin-left:.25rem}.featured-product-card__form{margin:0}.featured-product-card__add-button{background:#4ade80;color:#000;border:none;border-radius:6px;padding:.625rem 1rem;display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:background .2s}.featured-product-card__add-button:hover{background:#22c55e}.featured-product-card__add-button svg{width:20px;height:20px}.featured-products__empty{text-align:center;color:#6b7280;padding:3rem;grid-column:1 / -1}@media (max-width: 768px){.featured-products{padding:2rem var(--page-margin)}.featured-products__header{flex-direction:column;gap:1rem;margin-bottom:2rem}.featured-products__title{font-size:2rem}.featured-products__grid{grid-template-columns:1fr;gap:1.5rem}}footer{display:flex;justify-content:space-between;margin-top:2rem}footer a{text-decoration:none;color:var(--color-foreground)}footer .footer__links,footer .footer__payment{display:flex;gap:1rem}.header-wrapper{position:sticky;top:0;z-index:100;background:#fff}.header__top-bar{background:#000;color:#fff;padding:.5rem 0;font-size:.875rem}.header__top-bar-content{max-width:1400px;margin:0 auto;padding:0 var(--page-margin);display:flex;justify-content:space-between;align-items:center}.header__contact-link{display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;transition:opacity .2s}.header__contact-link:hover{opacity:.8}.header__contact-link svg{width:16px;height:16px}.header__shipping-info{color:#fff}.header__main{background:#fff;border-bottom:1px solid #e5e5e5}.header__main-content{max-width:1400px;margin:0 auto;padding:0 var(--page-margin);display:flex;align-items:center;justify-content:space-between;height:80px;gap:2rem}.header__logo-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.header__logo-square{width:48px;height:48px;background:#4ade80;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;border-radius:4px}.header__logo-text{display:flex;flex-direction:column}.header__logo-main{font-size:1.5rem;font-weight:600;color:#000;line-height:1.2}.header__logo-sub{font-size:.75rem;color:#666;line-height:1.2}.header__menu{display:flex;gap:2rem;align-items:center;flex:1;justify-content:center}.header__menu-link{text-decoration:none;color:#333;font-size:.9375rem;font-weight:500;padding:.5rem 0;position:relative;transition:color .2s}.header__menu-link:hover,.header__menu-link--active{color:#4ade80}.header__menu-link--active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#4ade80}.header__actions{display:flex;align-items:center;gap:1.5rem}.header__cart{position:relative;color:#333;text-decoration:none;display:flex;align-items:center}.header__cart svg{width:24px;height:24px}.header__cart-count{position:absolute;top:-8px;right:-8px;background:#4ade80;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.header__quote-button{background:#4ade80;color:#000;padding:.625rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.9375rem;transition:background .2s;white-space:nowrap}.header__quote-button:hover{background:#22c55e}.header__announcement{background:#dcfce7;padding:.75rem 0}.header__announcement-content{max-width:1400px;margin:0 auto;padding:0 var(--page-margin);display:flex;align-items:center;justify-content:center;gap:.5rem;color:#166534;font-size:.875rem;font-weight:500}.header__announcement-icon{width:16px;height:16px;flex-shrink:0}@media (max-width: 768px){.header__top-bar-content{flex-direction:column;gap:.25rem;text-align:center}.header__main-content{flex-wrap:wrap;height:auto;padding:1rem var(--page-margin)}.header__menu{order:3;width:100%;justify-content:flex-start;gap:1rem;overflow-x:auto;padding:.5rem 0}.header__logo-main{font-size:1.25rem}}.hero-section{background:#fff;padding:4rem 0;position:relative}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(to right,#f3f4f6 1px,transparent 1px),linear-gradient(to bottom,#f3f4f6 1px,transparent 1px);background-size:24px 24px;opacity:.3;pointer-events:none}.hero-content{max-width:1400px;margin:0 auto;padding:0 var(--page-margin);position:relative;z-index:1}.hero-text{max-width:700px}.hero-title{font-size:3.5rem;font-weight:700;color:#1f2937;line-height:1.1;margin:0 0 1.5rem}.hero-description{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0 0 2.5rem;max-width:600px}.hero-buttons{display:flex;gap:1rem;margin-bottom:2.5rem;flex-wrap:wrap}.hero-button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .2s;white-space:nowrap}.hero-button--primary{background:#4ade80;color:#000}.hero-button--primary:hover{background:#22c55e;transform:translateY(-2px);box-shadow:0 4px 12px #4ade804d}.hero-button--primary svg{width:20px;height:20px}.hero-button--secondary{background:#fff;color:#1f2937;border:1px solid #1f2937}.hero-button--secondary:hover{background:#f9fafb;border-color:#4ade80;color:#4ade80}.hero-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.hero-feature{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:#374151}.hero-feature__icon{width:8px;height:8px;border-radius:50%;background:#4ade80;flex-shrink:0}@media (max-width: 768px){.hero-section{padding:3rem 0}.hero-title{font-size:2.5rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column}.hero-button{width:100%;justify-content:center}}.product-page{padding:2rem var(--page-margin);max-width:1400px;margin:0 auto}.product-page__container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-page__images{position:sticky;top:2rem}.product-image-main{width:100%;aspect-ratio:1;background:#f3f4f6;border-radius:8px;overflow:hidden;margin-bottom:1rem}.product-image-main__img{width:100%;height:100%;object-fit:contain}.product-image-thumbnails{display:flex;gap:.75rem;flex-wrap:wrap}.product-image-thumbnail{width:80px;height:80px;padding:0;border:2px solid #e5e7eb;border-radius:6px;background:#fff;cursor:pointer;overflow:hidden;transition:border-color .2s}.product-image-thumbnail:hover{border-color:#4ade80}.product-image-thumbnail__img{width:100%;height:100%;object-fit:cover}.product-image-placeholder{width:100%;aspect-ratio:1;background:#f3f4f6;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:1rem}.product-vendor{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem}.product-title{font-size:2.25rem;font-weight:700;color:#1f2937;margin:0 0 1.5rem;line-height:1.2}.product-price{display:flex;align-items:baseline;gap:1rem;margin-bottom:2rem}.product-price__regular{font-size:2rem;font-weight:700;color:#1f2937}.product-price__compare{font-size:1.5rem;font-weight:400;color:#9ca3af;text-decoration:line-through}.product-price__sale{font-size:2rem;font-weight:700;color:#ef4444}.product-details{margin-bottom:1.5rem;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.product-details__summary{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#f9fafb;cursor:pointer;list-style:none;font-size:1rem;font-weight:600;color:#1f2937;-webkit-user-select:none;user-select:none;transition:background .2s}.product-details__summary::-webkit-details-marker{display:none}.product-details__summary:hover{background:#f3f4f6}.product-details__icon{width:20px;height:20px;transition:transform .2s;flex-shrink:0}.product-details[open] .product-details__icon{transform:rotate(180deg)}.product-description{font-size:1rem;line-height:1.7;color:#374151;padding:1.25rem;background:#fff}.product-description p{margin:0 0 1rem}.product-description p:last-child{margin-bottom:0}.product-form{margin-bottom:2rem;padding:2rem;background:#f9fafb;border-radius:8px}.product-form__field{margin-bottom:1.5rem}.product-form__field:last-child{margin-bottom:0}.product-form__label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.product-form__select{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;background:#fff;color:#1f2937;cursor:pointer;transition:border-color .2s}.product-form__select:hover{border-color:#4ade80}.product-form__select:focus{outline:none;border-color:#4ade80;box-shadow:0 0 0 3px #4ade801a}.product-form__quantity{display:flex;align-items:center;gap:.5rem;width:fit-content}.product-form__quantity-btn{width:40px;height:40px;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:1.25rem;font-weight:600;color:#374151;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.product-form__quantity-btn:hover{border-color:#4ade80;color:#4ade80}.product-form__quantity-input{width:80px;height:40px;padding:0 .5rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;text-align:center;background:#fff;color:#1f2937}.product-form__quantity-input:focus{outline:none;border-color:#4ade80;box-shadow:0 0 0 3px #4ade801a}.product-form__submit{width:100%;padding:1rem 2rem;background:#4ade80;color:#000;border:none;border-radius:6px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background .2s;margin-bottom:1rem}.product-form__submit:hover:not(:disabled){background:#22c55e}.product-form__submit:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed}.product-specs{padding:1.25rem;background:#fff}.product-specs__list{list-style:none;padding:0;margin:0}.product-specs__item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.product-specs__item:last-child{border-bottom:none}.product-specs__label{font-weight:500;color:#6b7280}.product-specs__value{font-weight:600;color:#1f2937}@media (max-width: 968px){.product-page__container{grid-template-columns:1fr;gap:2rem}.product-page__images{position:static}.product-title{font-size:1.875rem}.product-price__regular,.product-price__sale{font-size:1.75rem}}@media (max-width: 640px){.product-page{padding:1.5rem var(--page-margin)}.product-form{padding:1.5rem}.product-image-thumbnails{justify-content:center}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/5/compiled_assets/styles.css.map */
