.cart-page{background-color:#f7f7f7;min-height:100vh;padding:3rem 0;width:100%;max-width:100vw;overflow-x:hidden}.cart-container{max-width:1400px;margin:0 auto;padding:0 2rem}.cart-title{font-size:2.5rem;font-weight:800;color:#000;margin:0 0 2.5rem}.cart-layout{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;background-color:#fff;padding:1.5rem;border-radius:8px;align-items:start}.item-image{width:120px;height:120px;background-color:#f0f0f0;border-radius:4px;overflow:hidden}.item-image img{width:100%;height:100%;object-fit:cover}.image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-size:.85rem}.item-details{display:flex;flex-direction:column;gap:.75rem}.item-title{margin:0;font-size:1.1rem;font-weight:600;line-height:1.3}.item-title a{color:#000;text-decoration:none;transition:opacity .3s ease}.item-title a:hover{opacity:.7}.item-variant{margin:0;font-size:.9rem;color:#0009}.item-price{margin:0;font-size:1rem;font-weight:600;color:#000}.item-quantity{display:flex;flex-direction:column;gap:.5rem}.item-quantity label{font-size:.85rem;font-weight:600;color:#000;text-transform:uppercase;letter-spacing:.5px}.quantity-controls{display:flex;align-items:center;gap:.5rem;background-color:#f7f7f7;padding:.25rem;border-radius:4px;width:fit-content}.qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid #D9D9D9;border-radius:4px;cursor:pointer;transition:all .3s ease;color:#000}.qty-btn:hover{background-color:#000;border-color:#000;color:#fff}.quantity-input{width:60px;height:32px;text-align:center;border:1px solid #D9D9D9;border-radius:4px;font-size:.95rem;font-weight:600;color:#000;background-color:#fff}.quantity-input:focus{outline:none;border-color:#000}.item-remove{display:inline-flex;align-items:center;gap:.5rem;color:#0009;text-decoration:none;font-size:.9rem;transition:color .3s ease}.item-remove:hover{color:#000}.item-remove svg{width:16px;height:16px}.item-total{display:flex;align-items:center;justify-content:flex-end}.item-total-price{margin:0;font-size:1.2rem;font-weight:700;color:#000}.cart-summary{background-color:#fff;padding:2rem;border-radius:8px;position:sticky;top:2rem;display:flex;flex-direction:column;gap:1.25rem}.summary-title{font-size:1.5rem;font-weight:700;color:#000;margin:0}.summary-line{display:flex;justify-content:space-between;align-items:center}.summary-label{font-size:.95rem;color:#000000b3}.summary-value{font-size:.95rem;font-weight:600;color:#000}.summary-line.discount .summary-value{color:#16a34a}.summary-line.shipping .summary-value{font-size:.85rem;color:#0009}.summary-divider{height:1px;background-color:#d9d9d9;margin:.5rem 0}.summary-line.total{padding-top:.5rem}.summary-line.total .summary-label{font-size:1.1rem;font-weight:700;color:#000}.summary-line.total .summary-value{font-size:1.3rem;font-weight:700;color:#000}.checkout-btn{width:100%;padding:1rem;background-color:#000;color:#fff;border:1px solid #000000;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;margin-top:.5rem}.checkout-btn:hover{background-color:transparent;color:#000}.continue-shopping{display:block;text-align:center;color:#000;text-decoration:none;font-size:.95rem;transition:opacity .3s ease}.continue-shopping:hover{opacity:.7}.summary-info{padding:1rem;background-color:#f7f7f7;border-radius:4px;font-size:.85rem;color:#000000b3;line-height:1.5}.summary-info p{margin:0}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.empty-icon{color:#0003;margin-bottom:2rem}.empty-title{font-size:2rem;font-weight:700;color:#000;margin:0 0 1rem}.empty-description{font-size:1rem;color:#0009;margin:0 0 2rem;max-width:500px}.empty-cta{display:inline-block;padding:1rem 2rem;background-color:#000;color:#fff;border:1px solid #000000;border-radius:10px;text-decoration:none;font-size:1rem;font-weight:600;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.empty-cta:hover{background-color:transparent;color:#000}@media (max-width: 992px){.cart-page{padding:2rem 0}.cart-container{padding:0 1.5rem}.cart-title{font-size:2rem;margin-bottom:2rem}.cart-layout{grid-template-columns:1fr;gap:2rem}.cart-summary{position:static}}@media (max-width: 768px){.cart-page{padding:1.5rem 0}.cart-container{padding:0 1rem}.cart-title{font-size:1.75rem;margin-bottom:1.5rem}.cart-item{grid-template-columns:80px 1fr;gap:1rem;padding:1rem}.item-image{width:80px;height:80px}.item-total{grid-column:2;justify-content:flex-start;margin-top:.5rem}.item-title{font-size:1rem}.item-total-price{font-size:1.1rem}.cart-summary{padding:1.5rem}.summary-title{font-size:1.3rem}.empty-title{font-size:1.5rem}.empty-description{font-size:.95rem}}@media (max-width: 480px){.cart-container{padding:0 .85rem}.cart-title{font-size:1.5rem}.cart-items{gap:1rem}.cart-item{padding:.85rem;gap:.85rem}.item-image{width:70px;height:70px}.item-title,.item-price{font-size:.95rem}.item-quantity label{font-size:.75rem}.qty-btn{width:28px;height:28px}.quantity-input{width:50px;height:28px;font-size:.9rem}.item-remove{font-size:.85rem}.item-total-price{font-size:1rem}.cart-summary{padding:1.25rem}.summary-title{font-size:1.2rem}.summary-label,.summary-value{font-size:.9rem}.summary-line.total .summary-label{font-size:1rem}.summary-line.total .summary-value{font-size:1.15rem}.checkout-btn{padding:.85rem;font-size:.95rem}.continue-shopping{font-size:.9rem}.empty-icon{width:60px;height:60px}.empty-title{font-size:1.3rem}.empty-description{font-size:.9rem}.empty-cta{padding:.85rem 1.5rem;font-size:.95rem}}@media (max-width: 375px){.cart-container{padding:0 .75rem}.cart-item{padding:.75rem}.item-image{width:65px;height:65px}.cart-summary{padding:1rem}}*{box-sizing:border-box}.collection-page{background-color:#f7f7f7;min-height:100vh;padding:2rem 0;width:100%;max-width:100vw;overflow-x:hidden}.collection-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:280px 1fr;gap:3rem;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.collection-sidebar{position:sticky;top:2rem;height:fit-content;width:100%;max-width:100%;overflow-x:hidden}.collection-branding{margin-bottom:2rem}.brand-name{font-size:1.75rem;font-weight:600;color:#000;margin-bottom:.25rem}.brand-tagline{font-size:.95rem;font-weight:400;color:#000;margin:0}.collection-filters{margin-top:1.5rem}.filters-title{font-size:1rem;font-weight:600;color:#000;margin-bottom:1rem}.filter-group{margin-bottom:1.25rem}.filter-label{font-size:.85rem;font-weight:600;color:#000;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.filter-options{display:flex;flex-direction:column;gap:.4rem}.filter-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;color:#000}.filter-option input[type=checkbox]{cursor:pointer;accent-color:#000000}.price-range{display:flex;flex-direction:column;gap:.5rem}.price-input{width:100%;padding:.5rem;border:1px solid #D9D9D9;border-radius:4px;font-size:.85rem;color:#000}.price-input:focus{outline:none;border-color:#000}.price-separator{display:none}.apply-filters-btn{width:100%;margin-top:1rem;padding:.65rem;background-color:#000;color:#fff;border:1px solid #000000;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.apply-filters-btn:hover{background-color:transparent;color:#000}.active-filters{margin-top:1rem;padding-top:1rem;border-top:1px solid #D9D9D9}.active-filters-title{font-size:.8rem;font-weight:600;color:#000;margin-bottom:.5rem}.filter-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;margin:0 .5rem .5rem 0;background-color:#000;color:#fff;border-radius:20px;text-decoration:none;font-size:.85rem;transition:opacity .3s ease}.filter-tag:hover{opacity:.8}.filter-tag span{font-size:1.2rem;line-height:1}.clear-filters{display:inline-block;margin-top:.5rem;color:#000;text-decoration:underline;font-size:.85rem;transition:opacity .3s ease}.clear-filters:hover{opacity:.7}.collection-products{width:100%;max-width:100%;overflow-x:hidden;min-width:0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;max-width:100%;min-width:0}.product-card{background-color:#fff;border-radius:0;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;width:100%;max-width:100%;min-width:0}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.product-card__image-wrapper{position:relative;padding-bottom:100%;overflow:hidden;background-color:#f0f0f0;width:100%;max-width:100%}.product-card__image-wrapper a{position:absolute;top:0;left:0;width:100%;height:100%;max-width:100%}.product-card__image{width:100%;height:100%;max-width:100%;object-fit:cover;object-position:center}.product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-size:.9rem}.product-card__info{padding:1rem}.product-card__title{margin:0 0 .5rem;font-size:1rem;font-weight:400;line-height:1.4}.product-card__title a{color:#000;text-decoration:none;transition:opacity .3s ease}.product-card__title a:hover{opacity:.7}.product-card__price{margin:0;font-size:1rem;font-weight:500;color:#000}.pagination{margin-top:4rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:100%;box-sizing:border-box}.pagination__list{display:flex;align-items:center;gap:.5rem;list-style:none;padding:0;margin:0;width:100%;max-width:100%;box-sizing:border-box}.pagination__item{margin:0}.pagination__link{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 1rem;background-color:#fff;color:#000;border:1px solid #D9D9D9;border-radius:4px;text-decoration:none;font-size:.95rem;font-weight:400;transition:all .3s ease;gap:.5rem}.pagination__link:hover:not(.pagination__link--disabled):not(.pagination__link--current){background-color:#000;color:#fff;border-color:#000}.pagination__link--current{background-color:#000;color:#fff;border-color:#000;font-weight:500;cursor:default}.pagination__link--disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.pagination__link--hellip{border:none;background:transparent;cursor:default}.pagination__link--prev svg,.pagination__link--next svg{width:8px;height:14px}.pagination__item--number .pagination__link{min-width:40px;padding:0}.pagination__info{font-size:.9rem;color:#000000b3;text-align:center}@media (max-width: 992px){.collection-page{padding:1.5rem 0}.collection-container{grid-template-columns:220px 1fr;gap:1.5rem;padding:0 1rem}.collection-branding{margin-bottom:1rem}.brand-name{font-size:1.3rem}.brand-tagline{font-size:.8rem}.collection-filters{margin-top:.75rem}.filters-title{font-size:.85rem;margin-bottom:.75rem}.filter-group{margin-bottom:.85rem}.filter-label{font-size:.75rem;margin-bottom:.4rem}.filter-options{gap:.35rem}.filter-option{font-size:.8rem}.price-input{padding:.4rem .5rem;font-size:.8rem}.apply-filters-btn{margin-top:.75rem;padding:.5rem;font-size:.8rem}.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-card__info{padding:.75rem}.product-card__title,.product-card__price{font-size:.9rem}}@media (max-width: 768px){.collection-page{padding:1rem 0;overflow-x:hidden}.collection-container{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem;max-width:100vw;overflow-x:hidden}.collection-sidebar{position:static;border-bottom:1px solid #D9D9D9;padding-bottom:1rem;width:100%;max-width:100%;overflow-x:hidden}.collection-products{width:100%;max-width:100%;overflow-x:hidden}.collection-branding{margin-bottom:.75rem}.brand-name{font-size:1.2rem;margin-bottom:.2rem}.brand-tagline{font-size:.75rem}.collection-filters{margin-top:.5rem}.filters-title{font-size:.8rem;margin-bottom:.6rem}.filter-group{margin-bottom:.7rem}.filter-label{font-size:.7rem;margin-bottom:.3rem}.filter-options{gap:.25rem}.filter-option{font-size:.75rem}.price-input{padding:.4rem .45rem;font-size:.75rem}.apply-filters-btn{margin-top:.6rem;padding:.5rem;font-size:.75rem}.active-filters{margin-top:.6rem;padding-top:.6rem}.active-filters-title{font-size:.65rem;margin-bottom:.3rem}.filter-tag{font-size:.65rem;padding:.3rem .45rem;margin:0 .3rem .3rem 0}.clear-filters{font-size:.7rem}.product-grid{grid-template-columns:repeat(2,1fr);gap:.85rem}.product-card__image-wrapper{padding-bottom:80%}.product-card__info{padding:.65rem}.product-card__title{font-size:.85rem;margin-bottom:.3rem}.product-card__price{font-size:.85rem}.pagination{margin-top:2rem;gap:1rem;width:100%;max-width:100vw;overflow-x:hidden;padding:0;box-sizing:border-box}.pagination__list{flex-wrap:wrap;justify-content:center;gap:.4rem;width:100%;max-width:100%;padding:0;margin:0}.pagination__item{flex-shrink:0}.pagination__item--number{display:none}.pagination__item--number:nth-child(2),.pagination__item--number:nth-last-child(2){display:block}.pagination__link{min-width:auto;height:38px;font-size:.8rem;padding:0 .8rem;white-space:nowrap;box-sizing:border-box}.pagination__item--number .pagination__link{min-width:38px;padding:0 .5rem}.pagination__link--prev,.pagination__link--next{font-size:0;padding:0;min-width:38px;width:38px;gap:0}.pagination__link--prev svg,.pagination__link--next svg{width:8px;height:14px;font-size:0}.pagination__info{font-size:.85rem;width:100%;text-align:center}}@media (max-width: 480px){.collection-page{padding:.75rem 0}.collection-container{padding:0 .85rem;gap:1rem}.collection-sidebar{padding-bottom:.85rem}.collection-branding{margin-bottom:.65rem}.brand-name{font-size:1.1rem;margin-bottom:.15rem}.brand-tagline{font-size:.7rem}.collection-filters{margin-top:.4rem}.filters-title{font-size:.75rem;margin-bottom:.5rem}.filter-group{margin-bottom:.6rem}.filter-label{font-size:.65rem;margin-bottom:.25rem}.filter-options{gap:.2rem}.filter-option{font-size:.7rem}.price-range{gap:.35rem}.price-input{padding:.35rem .4rem;font-size:.7rem}.apply-filters-btn{margin-top:.5rem;padding:.45rem;font-size:.7rem}.active-filters{margin-top:.5rem;padding-top:.5rem}.active-filters-title{font-size:.6rem;margin-bottom:.25rem}.filter-tag{font-size:.6rem;padding:.25rem .4rem;margin:0 .25rem .25rem 0}.clear-filters{font-size:.65rem}.product-grid{grid-template-columns:1fr;gap:.75rem}.product-card__image-wrapper{padding-bottom:75%}.product-card__info{padding:.6rem}.product-card__title{font-size:.8rem;margin-bottom:.25rem}.product-card__price{font-size:.8rem}.pagination{margin-top:1.75rem;gap:.85rem;width:100%;max-width:100vw;overflow-x:hidden;padding:0;box-sizing:border-box}.pagination__list{flex-wrap:wrap;justify-content:center;gap:.35rem;width:100%;max-width:100%;padding:0;margin:0}.pagination__item{flex-shrink:0}.pagination__item--number{display:none}.pagination__link{min-width:auto;height:40px;font-size:.8rem;padding:0 1rem;white-space:nowrap;box-sizing:border-box}.pagination__item--number .pagination__link{min-width:40px;padding:0 .6rem}.pagination__link--prev,.pagination__link--next{font-size:0;padding:0;min-width:40px;width:40px;gap:0}.pagination__link--prev svg,.pagination__link--next svg{width:8px;height:14px;font-size:0}.pagination__info{font-size:.8rem;width:100%;text-align:center}}@media (max-width: 375px){.collection-page{max-width:100vw;overflow-x:hidden}.collection-container{padding:0 .5rem;max-width:100vw;overflow-x:hidden}.collection-sidebar,.collection-products{max-width:100%;overflow-x:hidden}.product-grid{gap:.5rem;max-width:100%}.product-card{max-width:100%;min-width:0}.product-card__image-wrapper{padding-bottom:70%}.pagination{margin-top:1.5rem;gap:.75rem;max-width:100vw;width:100%;overflow-x:hidden;padding:0;box-sizing:border-box}.pagination__list{gap:.2rem;max-width:calc(100vw - 1.5rem);overflow-x:hidden;justify-content:center}.pagination__link{height:34px;font-size:0;padding:0;border-width:1px;min-width:auto}.pagination__item--number .pagination__link{min-width:32px;width:32px;padding:0;font-size:.65rem}.pagination__link--prev,.pagination__link--next{min-width:34px;width:34px;padding:0;font-size:0}.pagination__link--prev svg,.pagination__link--next svg{width:7px;height:12px}.pagination__info{font-size:.7rem;padding:0 .25rem}}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.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%}.content-block{position:relative;min-height:400px;display:flex;align-items:center;background-color:#171a21}.template-index .content-block{background-color:#101010}.content-block__background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.content-block__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000;z-index:1}.content-block__wrapper{position:relative;z-index:2;width:100%;padding:4rem 2rem}.content-block__content{max-width:600px;margin-left:5%}.content-block__heading{color:#fff;font-size:2rem;font-weight:600;margin-bottom:.5rem;line-height:1.3}.content-block__subheading{color:#fff;font-size:1.5rem;font-weight:400;margin-bottom:1.5rem;line-height:1.3}.content-block__description{color:#ffffffe6;font-size:.95rem;font-weight:300;line-height:1.6;margin-bottom:2rem}.content-block__button{display:inline-block;padding:.75rem 2rem;background-color:transparent;color:#fff;border:1px solid #FFFFFF;border-radius:10px;text-decoration:none;font-size:.95rem;font-weight:400;transition:all .3s ease;text-transform:capitalize}.content-block__button:hover{background-color:#fff;color:#1e1e1e}@media (max-width: 768px){.content-block{min-height:400px}.content-block__wrapper{padding:2rem 1.5rem}.content-block__content{margin-left:0;max-width:100%}.content-block__heading{font-size:1.4rem;margin-bottom:.5rem}.content-block__subheading{font-size:1.1rem;margin-bottom:1rem}.content-block__description{font-size:.9rem;margin-bottom:1.5rem}.content-block__button{padding:.65rem 1.5rem;font-size:.9rem}}.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}.site-footer--light{background-color:#f7f7f7;color:#000;padding:4rem 2rem 2rem;margin-top:auto}.site-footer--light .footer-grid{display:grid;grid-template-columns:5fr 9fr;gap:4rem;max-width:1400px;margin:0 auto}.site-footer--light .footer__subscription{padding-right:2rem}.site-footer--light .subscription__title{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:#000}.site-footer--light .subscription__subtitle{font-size:1rem;font-weight:400;margin-bottom:.5rem;color:#000000e6}.site-footer--light .subscription__description{font-size:.9rem;font-weight:300;margin-bottom:1.5rem;color:#000000b3}.site-footer--light .newsletter-form{margin-top:1.5rem}.site-footer--light .newsletter-input-group{display:flex;gap:.5rem}.site-footer--light .newsletter-email{flex:1;padding:.75rem 1rem;background-color:#fff;border:1px solid #D9D9D9;border-radius:10px;color:#000;font-size:.95rem}.site-footer--light .newsletter-email::placeholder{color:#00000080}.site-footer--light .newsletter-email:focus{outline:none;border-color:#000;background-color:#fff}.site-footer--light .newsletter-submit{padding:.75rem 2rem;background-color:#000;color:#fff;border:1px solid #000000;border-radius:10px;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.site-footer--light .newsletter-submit:hover{background-color:transparent;color:#000;border-color:#000}.site-footer--light .footer__navigation{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.site-footer--light .footer__nav-column{display:flex;flex-direction:column}.site-footer--light .nav-column__title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#000}.site-footer--light .nav-column__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.site-footer--light .nav-column__links li{margin:0}.site-footer--light .nav-column__links a{color:#000000b3;text-decoration:none;font-size:.95rem;font-weight:400;transition:color .3s ease}.site-footer--light .nav-column__links a:hover{color:#000}@media (max-width: 992px){.site-footer--light{padding:3rem 1.5rem 2rem}.site-footer--light .footer-grid{grid-template-columns:1fr;gap:2.5rem}.site-footer--light .footer__subscription{padding-right:0}.site-footer--light .subscription__title{font-size:1.3rem}.site-footer--light .subscription__subtitle{font-size:.95rem}.site-footer--light .subscription__description{font-size:.85rem}.site-footer--light .footer__navigation{grid-template-columns:repeat(3,1fr);gap:1.5rem}.site-footer--light .nav-column__title{font-size:1rem}.site-footer--light .nav-column__links a{font-size:.9rem}}@media (max-width: 640px){.site-footer--light{padding:2.5rem 1.5rem 1.5rem}.site-footer--light .footer-grid{gap:2rem}.site-footer--light .subscription__title{font-size:1.2rem;margin-bottom:.5rem}.site-footer--light .subscription__subtitle{font-size:.9rem}.site-footer--light .subscription__description{font-size:.8rem;margin-bottom:1.25rem}.site-footer--light .footer__navigation{grid-template-columns:1fr;gap:1.5rem}.site-footer--light .nav-column__title{font-size:.95rem;margin-bottom:.75rem}.site-footer--light .nav-column__links{gap:.5rem}.site-footer--light .nav-column__links a{font-size:.85rem}.site-footer--light .newsletter-input-group{flex-direction:column;gap:.75rem}.site-footer--light .newsletter-email{padding:.7rem 1rem;font-size:.9rem}.site-footer--light .newsletter-submit{width:100%;padding:.7rem 1.5rem;font-size:.9rem}}.site-footer{background-color:#171a21;color:#fff;padding:4rem 2rem 2rem;margin-top:auto}.template-index .site-footer{background-color:#101010}.footer-grid{display:grid;grid-template-columns:5fr 9fr;gap:4rem;max-width:1400px;margin:0 auto}.footer__subscription{padding-right:2rem}.subscription__title{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:#fff}.subscription__subtitle{font-size:1rem;font-weight:400;margin-bottom:.5rem;color:#ffffffe6}.subscription__description{font-size:.9rem;font-weight:300;margin-bottom:1.5rem;color:#ffffffb3}.newsletter-form{margin-top:1.5rem}.newsletter-input-group{display:flex;gap:.5rem}.newsletter-email{flex:1;padding:.75rem 1rem;background-color:#d9d9d9;border:1px solid #D9D9D9;border-radius:10px;color:#000;font-size:.95rem}.newsletter-email::placeholder{color:#00000080}.newsletter-email:focus{outline:none;border-color:#fff;background-color:#d9d9d9}.newsletter-submit{padding:.75rem 2rem;background-color:#1e1e1e;color:#fff;border:1px solid #1E1E1E;border-radius:10px;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.newsletter-submit:hover{background-color:#fff;color:#1e1e1e;border-color:#fff}.footer__navigation{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.footer__nav-column{display:flex;flex-direction:column}.nav-column__title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#fff}.nav-column__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.nav-column__links li{margin:0}.nav-column__links a{color:#fffc;text-decoration:none;font-size:.95rem;font-weight:400;transition:color .3s ease}.nav-column__links a:hover{color:#fff}.template-collection .site-footer,.template-product .site-footer,.template-cart .site-footer{background-color:#f7f7f7}.template-collection .subscription__title,.template-collection .subscription__subtitle,.template-collection .nav-column__title,.template-product .subscription__title,.template-product .subscription__subtitle,.template-product .nav-column__title,.template-cart .subscription__title,.template-cart .subscription__subtitle,.template-cart .nav-column__title{color:#000}.template-collection .subscription__description,.template-product .subscription__description,.template-cart .subscription__description{color:#000000b3}.template-collection .newsletter-email,.template-product .newsletter-email,.template-cart .newsletter-email{background-color:#fff;border-color:#d9d9d9;color:#000}.template-collection .newsletter-email::placeholder,.template-product .newsletter-email::placeholder,.template-cart .newsletter-email::placeholder{color:#00000080}.template-collection .newsletter-email:focus,.template-product .newsletter-email:focus,.template-cart .newsletter-email:focus{border-color:#000}.template-collection .newsletter-submit,.template-product .newsletter-submit,.template-cart .newsletter-submit{background-color:#000;color:#fff;border-color:#000}.template-collection .newsletter-submit:hover,.template-product .newsletter-submit:hover,.template-cart .newsletter-submit:hover{background-color:transparent;color:#000}.template-collection .nav-column__links a,.template-product .nav-column__links a,.template-cart .nav-column__links a{color:#000000b3}.template-collection .nav-column__links a:hover,.template-product .nav-column__links a:hover,.template-cart .nav-column__links a:hover{color:#000}@media (max-width: 992px){.site-footer{padding:3rem 1.5rem 2rem}.footer-grid{grid-template-columns:1fr;gap:2.5rem}.footer__subscription{padding-right:0}.subscription__title{font-size:1.3rem}.subscription__subtitle{font-size:.95rem}.subscription__description{font-size:.85rem}.footer__navigation{grid-template-columns:repeat(3,1fr);gap:1.5rem}.nav-column__title{font-size:1rem}.nav-column__links a{font-size:.9rem}}@media (max-width: 640px){.site-footer{padding:2.5rem 1.5rem 1.5rem}.footer-grid{gap:2rem}.subscription__title{font-size:1.2rem;margin-bottom:.5rem}.subscription__subtitle{font-size:.9rem}.subscription__description{font-size:.8rem;margin-bottom:1.25rem}.footer__navigation{grid-template-columns:1fr;gap:1.5rem}.nav-column__title{font-size:.95rem;margin-bottom:.75rem}.nav-column__links{gap:.5rem}.nav-column__links a{font-size:.85rem}.newsletter-input-group{flex-direction:column;gap:.75rem}.newsletter-email{padding:.7rem 1rem;font-size:.9rem}.newsletter-submit{width:100%;padding:.7rem 1.5rem;font-size:.9rem}}.site-header--light{background-color:#f7f7f7;padding:1.5rem 2rem}.site-header--light .header-container{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.site-header--light .header__logo a{display:flex;align-items:center;text-decoration:none;color:#000}.site-header--light .header__logo-light{max-height:50px;width:auto;filter:none}.site-header--light .header__title{margin:0;font-size:1.5rem;font-weight:600}.site-header--light .header__title a{color:#000;text-decoration:none}.site-header--light .header__menu{display:flex;align-items:center;gap:2rem}.site-header--light .menu-item{color:#000;text-decoration:none;font-weight:400;font-size:1rem;transition:opacity .3s ease;white-space:nowrap}.site-header--light .menu-item:hover{opacity:.7}.site-header--light .cart-link{display:flex;align-items:center;gap:.25rem}.site-header--light .cart-count{font-weight:400}@media (max-width: 768px){.site-header--light{padding:1rem 1.5rem}.site-header--light .header-container{flex-direction:column;gap:1rem;align-items:center}.site-header--light .header__logo{order:1}.site-header--light .header__logo-light{max-height:40px}.site-header--light .header__title{font-size:1.2rem}.site-header--light .header__menu{order:2;width:100%;justify-content:space-around;gap:.5rem}.site-header--light .menu-item{font-size:.85rem}}.site-header{background-color:#171a21;padding:1.5rem 2rem;transition:background-color .3s ease,padding .3s ease;width:100%}.template-index .site-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:9999;background-color:#101010}.template-index body{padding-top:90px}.template-index .site-header.scrolled{background-color:#f7f7f7;box-shadow:0 2px 10px #0000001a;padding:1rem 2rem}.template-index .site-header.scrolled .header__logo a,.template-index .site-header.scrolled .header__title a,.template-index .site-header.scrolled .menu-item{color:#000}.template-index .site-header.scrolled .header__logo img{filter:none}.header-container{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.template-index .site-header.scrolled .header-container{max-width:100%;padding:0 2rem}.header__logo{order:1}.header__logo a{display:flex;align-items:center;text-decoration:none;color:#fff}.header__logo img{max-height:50px;width:auto;filter:invert(1) brightness(100%)}.header__title{margin:0;font-size:1.5rem;font-weight:600}.header__title a{color:#fff;text-decoration:none}.header__menu{display:flex;align-items:center;gap:2rem;order:2}.menu-item{color:#fff;text-decoration:none;font-weight:400;font-size:1rem;transition:opacity .3s ease;white-space:nowrap}.menu-item:hover{opacity:.7}.cart-link{display:flex;align-items:center;gap:.25rem}.cart-count{font-weight:400}.template-collection .site-header,.template-product .site-header,.template-cart .site-header{background-color:#f7f7f7}.template-collection .header__logo a,.template-collection .header__title a,.template-collection .menu-item,.template-product .header__logo a,.template-product .header__title a,.template-product .menu-item,.template-cart .header__logo a,.template-cart .header__title a,.template-cart .menu-item{color:#000}.template-collection .header__logo img,.template-product .header__logo img,.template-cart .header__logo img{filter:none}.hamburger-menu{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:10001;order:3}.hamburger-line{width:25px;height:2px;background-color:#fff;transition:all .3s ease}.template-index .site-header.scrolled .hamburger-line,.template-collection .hamburger-line,.template-product .hamburger-line,.template-cart .hamburger-line{background-color:#000}.hamburger-menu.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.hamburger-menu.active .hamburger-line:nth-child(2){opacity:0}.hamburger-menu.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:9998;opacity:0;transition:opacity .3s ease}.mobile-menu-overlay.active{display:block;opacity:1}@media (max-width: 768px){.site-header{padding:1rem 1.5rem}.header-container{display:flex;justify-content:center;align-items:center;position:relative}.header__logo{order:1;text-align:center;position:absolute;left:50%;transform:translate(-50%)}.hamburger-menu{display:flex;order:2;margin-left:auto}.header__menu{order:3}.header__logo img{max-height:40px}.header__title{font-size:1.2rem}.header__menu{position:fixed;top:0;right:-100%;width:70%;max-width:300px;height:100vh;background-color:#101010;flex-direction:column;align-items:flex-start;gap:0;padding:80px 2rem 2rem;z-index:9999;transition:right .3s ease;overflow-y:auto}.header__menu.active{right:0}.template-collection .header__menu,.template-product .header__menu,.template-cart .header__menu,.template-index .site-header.scrolled .header__menu{background-color:#f7f7f7}.menu-item{width:100%;padding:1rem 0;font-size:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.template-collection .menu-item,.template-product .menu-item,.template-cart .menu-item,.template-index .site-header.scrolled .header__menu .menu-item{border-bottom:1px solid rgba(0,0,0,.1)}.cart-link{flex-direction:row;gap:.25rem}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media (max-width: 1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero-banner{position:relative;min-height:400px;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#171a21}.template-index .hero-banner{background-color:#101010}.hero-banner--split-left,.hero-banner--split-right{display:block;min-height:auto}.hero-banner--split-left .hero-banner__container,.hero-banner--split-right .hero-banner__container{display:grid;grid-template-columns:1fr 1fr;width:100%;max-width:100%;min-height:500px;gap:0}.hero-banner--split-left .hero-banner__image-side{order:1}.hero-banner--split-left .hero-banner__content-side,.hero-banner--split-right .hero-banner__image-side{order:2}.hero-banner--split-right .hero-banner__content-side{order:1}.hero-banner__image-side{position:relative;overflow:hidden;min-height:500px;background-color:#ffffff0d}.hero-banner__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;z-index:1}.hero-banner--split-left .hero-banner__image-side,.hero-banner--split-right .hero-banner__image-side{background-color:#ffffff1a}.hero-banner__content-side{display:flex;align-items:center;justify-content:center;padding:4rem 3rem}.hero-banner--split-left .hero-banner__content-side .hero-banner__content,.hero-banner--split-right .hero-banner__content-side .hero-banner__content{max-width:600px;width:100%}.hero-banner--split-left .hero-banner__content,.hero-banner--split-right .hero-banner__content{text-align:left}.hero-banner__background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-banner__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000;z-index:1}.hero-banner__content{position:relative;z-index:2;padding:4rem 2rem;max-width:800px;width:100%}.hero-banner__content--left{text-align:left;margin-left:auto;margin-right:auto;padding-left:10%}.hero-banner__content--center{text-align:center;margin-left:auto;margin-right:auto}.hero-banner__content--right{text-align:right;margin-left:auto;margin-right:auto;padding-right:10%}.hero-banner__heading{color:#fff;font-size:2.5rem;font-weight:400;margin-bottom:1rem;line-height:1.2}.hero-banner__description{color:#ffffffe6;font-size:1rem;font-weight:300;line-height:1.6;margin-bottom:2rem}.hero-banner__button{display:inline-block;padding:.75rem 2rem;background-color:transparent;color:#fff;border:1px solid #FFFFFF;border-radius:10px;text-decoration:none;font-size:.95rem;font-weight:400;transition:all .3s ease;text-transform:capitalize}.hero-banner__button:hover{background-color:#fff;color:#1e1e1e}@media (max-width: 768px){.hero-banner{min-height:350px}.hero-banner--split-left .hero-banner__container,.hero-banner--split-right .hero-banner__container{grid-template-columns:1fr;min-height:auto}.hero-banner--split-left .hero-banner__image-side,.hero-banner--split-right .hero-banner__image-side{order:1;min-height:300px}.hero-banner--split-left .hero-banner__content-side,.hero-banner--split-right .hero-banner__content-side{order:2;padding:2rem 1.5rem}.hero-banner__content{padding:2rem 1.5rem;max-width:100%}.hero-banner__content--left,.hero-banner__content--right{padding-left:1.5rem;padding-right:1.5rem}.hero-banner__heading{font-size:1.5rem;margin-bottom:1rem}.hero-banner__description{font-size:.9rem;margin-bottom:1.5rem}.hero-banner__button{padding:.65rem 1.5rem;font-size:.9rem}}.product-page{background-color:#f7f7f7;min-height:100vh;padding:2rem 0;width:100%;max-width:100vw;overflow-x:hidden}.product-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}.product-gallery{display:grid;grid-template-columns:2fr 1fr;gap:1rem}.gallery-main{background-color:#fff;aspect-ratio:1 / 1;overflow:hidden}.main-image{width:100%;height:100%;object-fit:cover}.gallery-secondary{display:flex;flex-direction:column;gap:1rem}.secondary-image-wrapper{background-color:#fff;aspect-ratio:1 / 1;overflow:hidden;cursor:pointer;transition:opacity .3s ease}.secondary-image-wrapper:hover{opacity:.8}.secondary-image{width:100%;height:100%;object-fit:cover}.image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f0f0f0;color:#999;font-size:1rem}.product-info{display:flex;flex-direction:column;gap:1.5rem}.product-title{font-size:2.5rem;font-weight:800;color:#000;margin:0;line-height:1.2}.product-price{font-size:1.5rem;font-weight:600;color:#000;margin:0}.product-form{display:flex;flex-direction:column;gap:1rem}.variant-selector,.quantity-selector{display:flex;flex-direction:column;gap:.5rem}.variant-selector label,.quantity-selector label{font-size:.9rem;font-weight:600;color:#000;text-transform:uppercase;letter-spacing:.5px}.variant-select,.quantity-input{padding:.75rem;border:1px solid #D9D9D9;border-radius:4px;font-size:1rem;color:#000;background-color:#fff}.variant-select:focus,.quantity-input:focus{outline:none;border-color:#000}.quantity-input{width:100px}.add-to-cart-btn{width:100%;padding:1rem;background-color:#000;color:#fff;border:1px solid #000000;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.add-to-cart-btn:hover:not(:disabled){background-color:transparent;color:#000}.add-to-cart-btn:disabled{opacity:.5;cursor:not-allowed}.product-description,.product-notes{display:flex;flex-direction:column;gap:.75rem}.description-title,.notes-title{font-size:1.1rem;font-weight:600;color:#000;margin:0}.description-content,.notes-content{font-size:.95rem;line-height:1.6;color:#000}.related-products{max-width:1400px;margin:0 auto;padding:0 2rem}.related-title{font-size:2rem;font-weight:800;color:#000;margin:0 0 2rem}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.related-card{background-color:#fff;border-radius:0;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;width:100%;max-width:100%;min-width:0}.related-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.related-card__image-wrapper{position:relative;padding-bottom:100%;overflow:hidden;background-color:#f0f0f0;width:100%;max-width:100%}.related-card__image-wrapper a{position:absolute;top:0;left:0;width:100%;height:100%;max-width:100%}.related-card__image{width:100%;height:100%;max-width:100%;object-fit:cover;object-position:center}.related-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-size:.9rem}.related-card__info{padding:1rem}.related-card__title{margin:0 0 .5rem;font-size:1rem;font-weight:400;line-height:1.4}.related-card__title a{color:#000;text-decoration:none;transition:opacity .3s ease}.related-card__title a:hover{opacity:.7}.related-card__price{margin:0;font-size:1rem;font-weight:500;color:#000}@media (max-width: 992px){.product-container{padding:0 1.5rem;gap:2.5rem}.product-title{font-size:2rem}.product-price{font-size:1.3rem}.related-title{font-size:1.75rem}.related-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.product-page{padding:1.5rem 0}.product-container{grid-template-columns:1fr;gap:2rem;padding:0 1rem;margin-bottom:3rem}.product-gallery{grid-template-columns:1fr;gap:.75rem}.gallery-secondary{flex-direction:row;gap:.75rem}.product-title{font-size:1.75rem}.product-price{font-size:1.2rem}.product-info{gap:1.25rem}.related-products{padding:0 1rem}.related-title{font-size:1.5rem;margin-bottom:1.5rem}.related-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.related-card__image-wrapper{padding-bottom:80%}.related-card__info{padding:.75rem}.related-card__title,.related-card__price{font-size:.9rem}}@media (max-width: 480px){.product-page{padding:1rem 0}.product-container{padding:0 .85rem;gap:1.5rem;margin-bottom:2.5rem}.product-title{font-size:1.5rem}.product-price{font-size:1.1rem}.product-info{gap:1rem}.add-to-cart-btn{padding:.85rem;font-size:.95rem}.description-title,.notes-title{font-size:1rem}.description-content,.notes-content{font-size:.9rem}.related-products{padding:0 .85rem}.related-title{font-size:1.3rem;margin-bottom:1.25rem}.related-grid{grid-template-columns:1fr;gap:.85rem}.related-card__image-wrapper{padding-bottom:75%}.related-card__info{padding:.65rem}.related-card__title,.related-card__price{font-size:.85rem}}@media (max-width: 375px){.product-container{padding:0 .75rem}.gallery-secondary{gap:.5rem}.related-products{padding:0 .75rem}.related-grid{gap:.75rem}.related-card__image-wrapper{padding-bottom:70%}}.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/6/compiled_assets/styles.css.map */
