.cart-page{padding-top:150px;padding:3rem 0;min-height:100vh;display:flex;align-items:center;justify-content:center;width:100%}.cart-page__container{max-width:1000px;width:100%;margin:0 auto;padding:0 2rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden}.cart-page__title{font-family:Times New Roman,serif;font-size:2.2rem;font-weight:600;color:#1a1a1a;margin:0;padding:2rem 2rem 1rem;text-align:center;border-bottom:1px solid #f0f0f0}.cart-table{background:#fff;margin:0}.cart-table__header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:1rem;padding:1.5rem 2rem;border-bottom:1px solid #f0f0f0;background:#f8f9fa}.cart-table__header-cell{font-family:Times New Roman,serif;font-size:.9rem;font-weight:600;color:#666;text-align:center;letter-spacing:.5px}.cart-table__header-cell--product{text-align:left}.cart-table__body{background:#fff}.cart-item{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:1rem;padding:2rem;border-bottom:1px solid #f0f0f0;align-items:center;transition:background-color .2s ease}.cart-item:hover{background:#fafafa}.cart-item:last-child{border-bottom:none}.cart-item__product{display:flex;align-items:center;gap:1.5rem}.cart-item__image{width:80px;height:80px;background:#f8f9fa;border-radius:12px;overflow:hidden;flex-shrink:0;border:1px solid #e9ecef}.cart-item__title{font-family:Times New Roman,serif;font-size:1rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem;line-height:1.4}.cart-item__variant{font-family:Times New Roman,serif;font-size:.85rem;color:#666;margin:0;letter-spacing:.5px}.cart-item__price{text-align:center}.cart-item__price--regular,.cart-item__price--sale{font-family:Times New Roman,serif;font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.cart-item__price--compare{font-family:Times New Roman,serif;font-size:.85rem;color:#999;text-decoration:line-through}.cart-item__quantity{text-align:center}.quantity-selector{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.75rem}.quantity-btn{width:36px;height:36px;border:1px solid #e9ecef;background:#fff;color:#1a1a1a;font-family:Times New Roman,serif;font-size:1rem;font-weight:600;cursor:pointer;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.quantity-btn:hover{background:#f8f9fa;border-color:#1a1a1a}.quantity-input{width:50px;height:36px;border:1px solid #e9ecef;text-align:center;font-family:Times New Roman,serif;font-size:.9rem;border-radius:8px;background:#f8f9fa}.cart-item__remove{font-family:Times New Roman,serif;font-size:.8rem;color:#666;text-decoration:underline;transition:color .2s ease;letter-spacing:.5px}.cart-item__remove:hover{color:#1a1a1a}.cart-item__total{text-align:center}.cart-item__total--regular,.cart-item__total--sale{font-family:Times New Roman,serif;font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.cart-item__total--compare{font-family:Times New Roman,serif;font-size:.85rem;color:#999;text-decoration:line-through;margin-bottom:.5rem}.cart-item__discount{display:flex;flex-direction:column;gap:.25rem}.discount-label{font-family:Times New Roman,serif;font-size:.75rem;color:#1a1a1a;font-weight:600;letter-spacing:.5px}.discount-amount{font-family:Times New Roman,serif;font-size:.75rem;color:#1a1a1a;font-weight:600}.cart-summary{display:flex;justify-content:space-between;align-items:flex-start;margin:0;padding:2rem;border-top:1px solid #f0f0f0;background:#f8f9fa}.cart-summary__left{flex:1}.cart-summary__note{font-family:Times New Roman,serif;font-size:.85rem;color:#666;margin:0 0 1rem;line-height:1.5}.cart-summary__links{display:flex;flex-direction:column;gap:.5rem}.cart-summary__link{font-family:Times New Roman,serif;font-size:.85rem;color:#1a1a1a;text-decoration:underline;transition:color .2s ease;letter-spacing:.5px}.cart-summary__link:hover{color:#666}.cart-summary__right{text-align:right}.cart-summary__subtotal{display:flex;align-items:center;gap:1rem}.cart-summary__subtotal-label,.cart-summary__subtotal-value{font-family:Times New Roman,serif;font-size:1.1rem;font-weight:600;color:#1a1a1a}.cart-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:2rem;background:#fff}.cart-action-btn{padding:1rem 2rem;border-radius:12px;text-decoration:none;font-family:Times New Roman,serif;font-size:.9rem;font-weight:600;letter-spacing:1px;transition:all .2s ease;border:none;cursor:pointer;min-width:150px;text-align:center}.cart-action-btn--shop{background:#1a1a1a;color:#fff}.cart-action-btn--shop:hover{background:#333;transform:translateY(-1px)}.cart-actions__right{display:flex;flex-direction:column;gap:.75rem;align-items:flex-end}.cart-action-btn--checkout{background:#1a1a1a;color:#fff}.cart-action-btn--checkout:hover{background:#333;transform:translateY(-1px)}.shopify-payment-button{width:100%}.shopify-payment-button__button{background:#1a1a1a!important;color:#fff!important;border-radius:12px!important;padding:1rem 2rem!important;font-family:Times New Roman,serif!important;font-size:.9rem!important;font-weight:600!important;letter-spacing:1px!important;min-width:150px!important;border:none!important;transition:all .2s ease!important}.shopify-payment-button__button:hover{background:#333!important;transform:translateY(-1px)!important}.cart-empty{text-align:center;padding:4rem 2rem;background:#fff}.cart-empty__title{font-family:Times New Roman,serif;font-size:1.8rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.cart-empty__message{font-family:Times New Roman,serif;font-size:.9rem;color:#666;margin-bottom:2rem;line-height:1.5}@media (max-width: 768px){.cart-page{padding:1rem 0}.cart-page__container{margin:0 1rem;border-radius:12px}.cart-page__title{font-size:1.8rem;padding:1.5rem 1rem 1rem}.cart-table__header{padding:1rem}.cart-item{padding:1.5rem 1rem;grid-template-columns:1fr;gap:1rem}.cart-table__header-cell,.cart-item__product,.cart-item__price,.cart-item__quantity,.cart-item__total{text-align:left}.cart-item__product{flex-direction:row;align-items:center}.cart-item__image{width:60px;height:60px}.cart-summary{padding:1.5rem 1rem;flex-direction:column;gap:1rem}.cart-summary__right{text-align:left}.cart-actions{padding:1.5rem 1rem;flex-direction:column;gap:1rem}.cart-actions__right{align-items:stretch}.cart-action-btn{width:100%}.cart-empty{padding:4rem 0rem}}.collection-grid{padding:4rem 0;background:#f8f8f8;width:100vw}.collection-grid__container{max-width:100%;margin:0 auto}.collection-grid__header{text-align:center;margin-bottom:3rem}.collection-grid__title{font-family:Times New Roman,serif;font-size:clamp(2rem,4vw,3rem);font-weight:400;color:#333;margin-bottom:1rem}.collection-grid__subtitle{font-family:Times New Roman,serif;font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.collection-grid__items{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:3rem}.collection-item{position:relative;overflow:hidden;background:#fff;transition:transform .3s ease,box-shadow .3s ease}.collection-item:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.collection-item__image{position:relative;width:100%;aspect-ratio:468.75 / 530;overflow:hidden}.collection-item__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.collection-grid__footer{text-align:center}.collection-grid__view-all{display:inline-block;padding:1rem 2rem;background:#333;color:#fff;text-decoration:none;font-family:Times New Roman,serif;font-weight:600;letter-spacing:1px;border-radius:4px;transition:background .3s ease}.collection-grid__view-all:hover{background:#555}@media (max-width: 768px){.collection-grid{padding:2rem 0}.collection-grid__container{padding:0 1rem}.collection-grid__items{grid-template-columns:repeat(2,1fr);gap:.5rem}.collection-item__image{height:100%}}@media (max-width: 480px){.collection-grid__items{grid-template-columns:1fr;gap:1rem}.collection-item__image{height:100%}.collection-grid__header{margin-bottom:2rem}}.collection-page{padding-top:150px;min-height:100vh;width:100%}.collection-page__container{margin:0 auto;padding:0 2rem}.collection-header{text-align:center;margin-bottom:3rem}.collection-title{font-family:Times New Roman,serif;font-size:2.5rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.collection-description{font-family:Times New Roman,serif;font-size:1rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.products-grid{--gap: 16px;display:flex;flex-wrap:wrap;gap:var(--gap);margin-bottom:3rem}.products-grid>.product-block{box-sizing:border-box;flex:0 0 calc(25% - var(--gap));max-width:calc(25% - var(--gap))}.one-quarter{width:25%;flex:0 0 25%}.small-down--one-half{width:50%;flex:0 0 50%}.grid-flex__item{display:flex;flex-direction:column}.js-contains-quickbuy{position:relative}.product-block{background:transparent;border-radius:0!important;overflow:visible;box-shadow:none;transition:all .3s ease;margin-bottom:2rem}.product-block:hover{transform:none;box-shadow:none}.product-block__image-container{position:relative;overflow:hidden;width:100%;aspect-ratio:4 / 5;height:auto}.global-border-radius{border-radius:0;overflow:hidden;position:relative;height:100%}.hover-images{position:relative;height:100%}.hover-images--two .image-one,.hover-images--two .image-two{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .3s ease}.hover-images--two .image-one{opacity:1;z-index:1}.hover-images--two .image-two{opacity:0;z-index:2}.hover-images--two:hover .image-one{opacity:0}.hover-images--two:hover .image-two{opacity:1}.rimage__image{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease;display:block}.product-block__image{display:block;text-decoration:none;color:inherit}.rimage-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;transition:opacity .3s ease}.product-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f8f9fa}.fade-in{opacity:1;transition:opacity .3s ease}.lazyautosizes{opacity:0;transition:opacity .3s ease}.lazyloaded{opacity:1}.product-block__quicklook-btn{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);opacity:0;transition:opacity .3s ease;z-index:3;background:#000c;color:#fff;padding:.5rem 1rem;border-radius:0;font-family:Times New Roman,serif;font-size:.8rem;font-weight:400;letter-spacing:.5px;white-space:nowrap;text-decoration:none;border:none;cursor:pointer;text-transform:uppercase}.product-block:hover .product-block__quicklook-btn{opacity:1}.btn--quicklook{background:#000c;color:#fff;border:none;padding:.5rem 1rem;font-size:.8rem;font-weight:400;letter-spacing:.5px;text-transform:uppercase;transition:all .3s ease}.btn--quicklook:hover{background:#000000e6;color:#fff}.btn--primary{background:#000c;color:#fff}.product-block__title{margin-bottom:.25rem;margin-top:.5rem}.product-block__title-link{font-family:Times New Roman,serif;font-size:12px;font-weight:400;color:#1a1a1a;text-decoration:none;line-height:1.3}.product-block__title-link:hover{color:#1a1a1a}.product-price{font-family:Times New Roman,serif;font-size:12px!important;font-weight:400;color:#1a1a1a;margin-top:.25rem}.collection-pagination{text-align:center;margin-top:3rem}.collection-pagination .pagination{display:flex;justify-content:center;align-items:center;gap:1rem;list-style:none;margin:0;padding:0}.collection-pagination .pagination li{margin:0}.collection-pagination .pagination a,.collection-pagination .pagination span{display:inline-block;padding:.75rem 1rem;background:#fff;color:#1a1a1a;text-decoration:none;border-radius:4px;font-family:Times New Roman,serif;font-size:.9rem;font-weight:600;transition:all .3s ease;border:1px solid #e9ecef}.collection-pagination .pagination a:hover,.collection-pagination .pagination .current{background:#1a1a1a;color:#fff}.collection-empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.collection-empty__title{font-family:Times New Roman,serif;font-size:1.8rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.collection-empty__message{font-family:Times New Roman,serif;font-size:.9rem;color:#666;margin:0 0 2rem;line-height:1.5}.collection-empty__link{display:inline-block;padding:1rem 2rem;background:#1a1a1a;color:#fff;text-decoration:none;border-radius:8px;font-family:Times New Roman,serif;font-size:.9rem;font-weight:600;letter-spacing:1px;transition:all .3s ease}.collection-empty__link:hover{background:#333;transform:translateY(-1px)}@media (max-width: 1024px){.products-grid{--gap: 16px}.one-quarter{width:calc(33.333% - var(--gap));flex:0 0 calc(33.333% - var(--gap))}.products-grid>.product-block{flex:0 0 calc(33.333% - var(--gap));max-width:calc(33.333% - var(--gap))}}@media (max-width: 768px){.collection-page__container{padding:0 1rem}.collection-title{font-size:2rem}.products-grid{--gap: 12px}.one-quarter,.small-down--one-half{width:calc(50% - var(--gap));flex:0 0 calc(50% - var(--gap))}.products-grid>.product-block{flex:0 0 calc(50% - var(--gap));max-width:calc(50% - var(--gap))}.product-block__title-link{font-size:12px}.product-price{font-size:10px}}@media (max-width: 480px){.products-grid{--gap: 10px}}.collections-page{padding:2rem 0;background:#fafafa;min-height:100vh}.collections-page__container{max-width:1200px;margin:0 auto;padding:0 2rem}.collections-page__title{font-family:Times New Roman,serif;font-size:2.5rem;font-weight:600;color:#1a1a1a;margin-bottom:3rem;text-align:center}.collections-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem}.collection-item{background:#fff;overflow:hidden;transition:all .3s ease}.collection-item:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.collection-item__link{display:block;text-decoration:none;color:inherit}.collection-item__image{width:100%;height:100%;background:#f8f9fa;overflow:hidden;position:relative}.collection-item__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.collection-item:hover .collection-item__image img{transform:scale(1.05)}.collection-item__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f8f9fa}.collection-item__content{padding:1.5rem;text-align:center}.collection-item__title{font-family:Times New Roman,serif;font-size:1.1rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem;line-height:1.4}.collection-item__count{font-family:Times New Roman,serif;font-size:.9rem;color:#666;margin:0;font-weight:400}.collections-empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.collections-empty__title{font-family:Times New Roman,serif;font-size:1.8rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.collections-empty__message{font-family:Times New Roman,serif;font-size:.9rem;color:#666;margin:0;line-height:1.5}@media (max-width: 1024px){.collections-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width: 768px){.collections-page__container{padding:0 1rem}.collections-page__title{font-size:2rem;margin-bottom:2rem}.collections-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.collection-item__image{height:100%}.collection-item__content{padding:1rem}.collection-item__title{font-size:1rem}.collection-item__count{font-size:.8rem}}@media (max-width: 480px){.collections-grid{grid-template-columns:1fr}.collection-item__image{height: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}.footer{background:#fff;padding:4rem 0 2rem;margin-top:4rem;width:100vw;margin-left:calc(-50vw + 50%)}.footer__container{width:100%;padding:0 2rem}.footer__newsletter{text-align:left;margin-bottom:3rem}.footer__newsletter-title{font-family:Times New Roman,serif;font-size:.9rem;font-weight:400;color:#999;margin-bottom:1.5rem;letter-spacing:1px}.footer__newsletter-form{max-width:100vw}.footer__newsletter-input-group{display:flex;border-bottom:1px solid #ddd;padding-bottom:.5rem}.footer__newsletter-input{flex:1;border:none;background:none;font-family:Times New Roman,serif;font-size:.9rem;color:#333;outline:none;padding:.5rem 0}.footer__newsletter-input::placeholder{color:#999}.footer__newsletter-button{background:none;border:1px solid #ddd;color:#999;font-family:Times New Roman,serif;font-size:.8rem;font-weight:600;letter-spacing:1px;padding:.5rem 1rem;cursor:pointer;transition:all .3s ease}.footer__newsletter-button:hover{border-color:#333;color:#333}.footer__links{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:2rem;margin-bottom:3rem}.footer__link{text-decoration:none;color:#999;font-family:Times New Roman,serif;font-size:.8rem;font-weight:500;letter-spacing:1px;transition:color .3s ease}.footer__link:hover{color:#333}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #eee}.footer__copyright{flex:1}.footer__copyright p{color:#999;font-family:Times New Roman,serif;font-size:.8rem;margin:0}.footer__currency-select{background:none;border:1px solid #ddd;color:#999;font-family:Times New Roman,serif;font-size:.8rem;padding:.5rem 1rem;cursor:pointer;outline:none;transition:all .3s ease}.footer__currency-select:hover{border-color:#333;color:#333}@media (max-width: 768px){.footer{padding:3rem 0 2rem}.footer__container{padding:0 1rem}.footer__newsletter{margin-bottom:2rem}.footer__links{gap:1rem;margin-bottom:2rem}.footer__bottom{flex-direction:column;gap:1rem;text-align:center}.footer__copyright{order:1}.footer__currency{order:2}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease}.header--transparent,.header--transparent *{background:transparent!important;background-color:transparent!important}.header--transparent:hover,.header--transparent.scrolled{background:#fffffffa!important;background-color:#fffffffa!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a}.header--transparent:hover *,.header--transparent.scrolled *{background:transparent}.header--solid{background:#fff!important;background-color:#fff!important}.header--solid *{background:transparent!important;background-color:transparent!important}.header__container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100px;position:relative;background:transparent!important}.header__brand{margin-bottom:.5rem}.header__logo{text-decoration:none;transition:color .3s ease}.header--transparent .header__logo{color:#fff}.header--transparent .header__logo-text{font-family:Times New Roman,serif;font-size:2rem;font-weight:400;letter-spacing:2px;text-shadow:0 2px 4px rgba(0,0,0,.5);transition:all .3s ease}.header--transparent:hover .header__logo,.header--transparent.scrolled .header__logo{color:#333}.header--transparent:hover .header__logo-text,.header--transparent.scrolled .header__logo-text{text-shadow:none;color:#333}.header--solid .header__logo{color:#333}.header--solid .header__logo-text{font-family:Times New Roman,serif;font-size:2rem;font-weight:400;letter-spacing:2px;text-shadow:none;transition:all .3s ease}.header__logo-image{max-height:50px;width:auto;transition:all .3s ease}.header__nav{display:flex;justify-content:center;margin-bottom:.5rem}.header__menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.header__menu-item{margin:0}.header__menu-link{text-decoration:none;font-family:Times New Roman,serif;font-weight:500;font-size:.9rem;letter-spacing:1px;transition:all .3s ease;position:relative}.header--transparent .header__menu-link{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5)}.header--transparent:hover .header__menu-link,.header--transparent.scrolled .header__menu-link,.header--solid .header__menu-link{color:#333;text-shadow:none}.header__menu-link:hover{color:#666}.header__menu-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:1px;background:#333;transition:width .3s ease}.header__menu-link:hover:after{width:100%}.header__actions{position:absolute;right:2rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:1rem}.header__cart-container{position:relative}.header__search,.header__cart{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:none;cursor:pointer;text-decoration:none;transition:color .3s ease;position:relative}.header--transparent .header__search,.header--transparent .header__cart{color:#fff}.header--transparent:hover .header__search,.header--transparent:hover .header__cart,.header--transparent.scrolled .header__search,.header--transparent.scrolled .header__cart{color:#333!important}.header--transparent.scrolled .header__cart-dropdown{background:#fff!important}.header--solid .header__search,.header--solid .header__cart{color:#333}.header__search:hover,.header__cart:hover{color:#666}.header__menu-toggle{display:none;-webkit-appearance:none;appearance:none;border:0;background:none;width:40px;height:40px;align-items:center;justify-content:center;cursor:pointer;color:currentColor}@media (max-width: 1024px){.header__menu-toggle{display:inline-flex}.header__nav{display:none}.header__container{position:relative}.header__menu-toggle{position:absolute;left:12px;top:50%;transform:translateY(-50%);z-index:2}.header--transparent .header__logo,.header--transparent .header__menu-toggle,.header--transparent .header__search,.header--transparent .header__cart{color:#fff!important}.header__logo,.header__menu-toggle,.header__search,.header__cart{color:#fff}.header--transparent.scrolled .header__menu-toggle{color:#333!important}}@media (min-width: 1025px){.mobile-drawer{display:none}.header__nav{display:block}}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none}.mobile-drawer.is-open{pointer-events:auto}.mobile-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#fffffff5;opacity:0;transition:opacity .3s ease}.mobile-drawer.is-open .mobile-drawer__overlay{opacity:1}.mobile-drawer__panel{position:absolute;top:0;bottom:0;left:0;width:80vw;max-width:360px;background:#fff;transform:translate(0);transition:transform .3s ease;height:100vh;overflow-y:auto;display:none;background:#fff!important}.mobile-drawer.is-open .mobile-drawer__panel{transform:translate(-93%);display:block;top:60px}.mobile-drawer__header{display:flex;justify-content:flex-end;padding:1rem;border-bottom:1px solid #eee;background:#fff}.mobile-drawer__close{-webkit-appearance:none;appearance:none;border:0;background:none;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#333}.mobile-drawer__nav{padding:.5rem 1.25rem 2rem;background:#fff}.mobile-drawer__menu{list-style:none;margin:0;padding:0}.mobile-drawer__item{border-bottom:1px solid #efefef}.mobile-drawer__link{display:block;padding:1rem 0;text-decoration:none;color:#1a1a1a;font-family:Times New Roman,serif;font-size:1rem;letter-spacing:.5px}.mobile-drawer__link:active{opacity:.7}.header__search-container{position:relative}.header__search-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;z-index:9999;opacity:0;visibility:hidden;transition:all .3s ease}.header__search-modal.active{opacity:1;visibility:visible}.search-modal__content{position:absolute;top:50%;left:50%;transform:translate(-100%,50%);width:auto;background:#fff;border-radius:8px;padding:2rem;box-shadow:0 20px 40px #0000004d;background:#fff!important}.search-modal__form{position:relative}.search-modal__input-group{display:flex;align-items:center;border:2px solid #ddd;border-radius:8px;overflow:hidden;transition:border-color .3s ease}.search-modal__input-group:focus-within{border-color:#333}.search-modal__input{flex:1;padding:1rem 1.5rem;border:none;outline:none;font-family:Times New Roman,serif;font-size:1.1rem;background:transparent}.search-modal__input::placeholder{color:#999;text-transform:uppercase}.search-modal__submit{padding:1rem 1.5rem;border:none;background:#333;color:#fff;cursor:pointer;transition:background-color .3s ease}.search-modal__submit:hover{background:#555}.search-modal__close{position:absolute;top:-10px;right:-10px;width:40px;height:40px;border:none;background:#333;color:#fff;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.search-modal__close:hover{background:#555}@media (max-width: 768px){.search-modal__content{width:95%;padding:1.5rem}.search-modal__input{font-size:1rem;padding:.8rem 1rem}.search-modal__submit{padding:.8rem 1rem}}.header__cart-count{position:absolute;top:-5px;right:-5px;background:#333!important;background-color:#333!important;color:#fff!important;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;transition:all .3s ease;z-index:10}.header--transparent .header__cart-count,.header--solid .header__cart-count,.header:hover .header__cart-count,.header.scrolled .header__cart-count{background:#333!important;background-color:#333!important;color:#fff!important}.header__cart-dropdown{position:absolute;top:100%;right:0;width:350px;background:#fff!important;border:1px solid #ddd;border-radius:8px;box-shadow:0 10px 30px #00000026;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;margin-top:10px}.header__cart-container:hover .header__cart-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.cart-dropdown__header{padding:1rem 1.5rem .5rem;border-bottom:1px solid #eee;background:#fff!important}.cart-dropdown__items{max-height:300px;overflow-y:auto;background:#fff!important}.cart-dropdown__title{font-family:Times New Roman,serif;font-size:1.1rem;font-weight:400;color:#333;margin:0}.cart-dropdown__items{max-height:300px;overflow-y:auto}.cart-dropdown__item{display:flex;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid #f5f5f5;background:#fff!important}.cart-item__image{flex-shrink:0;width:80px;height:80px;background:#f5f5f5;border-radius:4px;overflow:hidden}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.cart-item__details{flex:1;display:flex;flex-direction:column;justify-content:space-between}.cart-item__title{font-family:Times New Roman,serif;font-size:.9rem;font-weight:600;color:#333;margin:0 0 .25rem;line-height:1.3}.cart-item__variant{font-family:Times New Roman,serif;font-size:.8rem;color:#666;margin:0 0 .5rem}.cart-item__price{margin-bottom:.25rem}.cart-item__price--regular,.cart-item__price--sale{font-family:Times New Roman,serif;font-size:.9rem;font-weight:600;color:#e74c3c}.cart-item__price--compare{font-family:Times New Roman,serif;font-size:.8rem;color:#999;text-decoration:line-through;margin-left:.5rem}.cart-item__quantity{font-family:Times New Roman,serif;font-size:.8rem;color:#666}.cart-dropdown__more{padding:1rem 1.5rem;text-align:center;border-bottom:1px solid #f5f5f5;background:#fff!important}.cart-dropdown__more p{font-family:Times New Roman,serif;font-size:.8rem;color:#666;margin:0}.cart-dropdown__empty{padding:2rem 1.5rem;text-align:center;background:#fff!important}.cart-dropdown__empty p{font-family:Times New Roman,serif;font-size:.9rem;color:#666;margin:0}.cart-dropdown__summary{padding:1rem 1.5rem;border-top:1px solid #eee;background:#fff!important}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.cart-summary__row--total{margin-bottom:0;padding-top:.5rem;border-top:1px solid #ddd}.cart-summary__label{font-family:Times New Roman,serif;font-size:.9rem;color:#333}.cart-summary__row--total .cart-summary__label{font-size:1rem;font-weight:600}.cart-summary__value{font-family:Times New Roman,serif;font-size:.9rem;color:#333;font-weight:600}.cart-summary__row--total .cart-summary__value{font-size:1rem;font-weight:600}.cart-dropdown__actions{padding:1rem 1.5rem;display:flex;gap:.75rem;background:#fff!important}.cart-dropdown__button{flex:1;padding:.75rem 1rem;border-radius:4px;text-decoration:none;font-family:Times New Roman,serif;font-size:.9rem;font-weight:600;text-align:center;letter-spacing:.5px;transition:all .3s ease}.cart-dropdown__button--secondary{background:transparent;color:#333;border:1px solid #ddd}.cart-dropdown__button--secondary:hover{background:#f5f5f5;border-color:#999}.cart-dropdown__button--primary{background:#333;color:#000;border:1px solid #333}.cart-dropdown__button--primary:hover{background:#555;border-color:#555}@media (max-width: 768px){.header__container{padding:.5rem 1rem;min-height:80px}.header__logo-text{font-size:1.5rem}.header__nav{display:none}.header__actions{right:1rem}.header__menu{gap:1rem}.header__menu-link{font-size:.8rem}.header__cart-dropdown{width:300px;right:0}.cart-dropdown__item{padding:.75rem 1rem}.cart-item__image{width:60px;height:60px}.cart-item__title{font-size:.8rem}.cart-item__variant{font-size:.7rem}.cart-item__price--regular,.cart-item__price--sale{font-size:.8rem}.cart-dropdown__actions{flex-direction:column;gap:.5rem}}.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-slider{position:relative;height:100vh;min-height:100vh;overflow:hidden;background:#333;width:100vw;margin-left:calc(-50vw + 50%);margin-top:0!important;padding-top:0!important;top:0;left:0}.shopify-section[data-hero-slider]{margin-top:0!important;padding-top:0!important}.hero-slider__container{position:relative;width:100%;height:100%;min-height:100vh}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out;display:flex;align-items:center;justify-content:center}.hero-slide.active{opacity:1}.hero-slide__image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-size:cover;background-position:center center;background-repeat:no-repeat;opacity:var(--image-opacity, 1)}.hero-slide__content{position:relative;z-index:2;text-align:center;color:#fff;max-width:800px;padding:0 2rem}.hero-slide__heading{font-family:Times New Roman,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-slide__subheading{font-family:Times New Roman,serif;font-size:clamp(1rem,2vw,1.25rem);margin-bottom:2rem;opacity:.9;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.hero-slide__button{display:inline-block;padding:1rem 2rem;background:transparent;border:2px solid white;color:#fff;text-decoration:none;font-family:Times New Roman,serif;font-weight:600;letter-spacing:1px;transition:all .3s ease}.hero-slide__button:hover{background:#fff;color:#333}.hero-slider__navigation{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:100%;display:flex;justify-content:space-between;padding:0 2rem;pointer-events:none}.hero-slider__nav{background:#fff3;border:none;color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;pointer-events:auto}.hero-slider__nav:hover{background:#ffffff4d}.hero-slider__dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:1rem;z-index:3}.hero-slider__dot{width:12px;height:12px;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer;transition:all .3s ease}.hero-slider__dot.active{background:#fff}@media (max-width: 768px){.hero-slider{height:50vh;min-height:480px;width:100%;margin-left:0}.hero-slider__container{min-height:75vh;height:100%}.hero-slider__navigation{padding:0 .75rem}.hero-slider__nav{width:36px;height:36px;background:#ffffff40}.hero-slide__content{padding:0 1rem;max-width:90vw}.hero-slider__dots{bottom:1rem;gap:.5rem}.hero-slider__dot{width:10px;height:10px}}.page-section{padding-top:150px;min-height:100vh;width:100%}.page-container{display:flex;justify-content:center;align-items:flex-start;min-height:calc(100vh - 150px);padding:2rem 1rem}.page-content{width:100%;background:#fff;padding:3rem}.page-title{font-family:Times New Roman,serif;font-size:2.5rem;font-weight:400;color:#1a1a1a;margin:0 0 2rem;text-align:center;line-height:1.2}.page-body{font-family:Times New Roman,serif;font-size:1rem;line-height:1.6;color:#1a1a1a}.page-body h1,.page-body h2,.page-body h3,.page-body h4,.page-body h5,.page-body h6{font-family:Times New Roman,serif;font-weight:400;color:#1a1a1a;margin:2rem 0 1rem}.page-body h1{font-size:2rem}.page-body h2{font-size:1.75rem}.page-body h3{font-size:1.5rem}.page-body h4{font-size:1.25rem}.page-body p{margin:0 0 1.5rem}.page-body ul,.page-body ol{margin:0 0 1.5rem;padding-left:2rem}.page-body li{margin:0 0 .5rem}.page-body a{color:#1a1a1a;text-decoration:underline}.page-body a:hover{color:#333}.page-body img{max-width:100%;height:auto;margin:1.5rem 0;border-radius:4px}.page-body blockquote{border-left:4px solid #1a1a1a;padding-left:1.5rem;margin:1.5rem 0;font-style:italic}@media (max-width: 768px){.page-container{padding:1rem}.page-content{padding:2rem 1.5rem}.page-title{font-size:2rem}.page-body{font-size:.9rem}.page-body h1{font-size:1.75rem}.page-body h2{font-size:1.5rem}.page-body h3{font-size:1.25rem}}@media (max-width: 480px){.page-content{padding:1.5rem 1rem}.page-title{font-size:1.75rem}.page-body{font-size:.85rem}}.product-grid{padding:4rem 0;background:#fff}.product-grid__container{max-width:1200px;margin:0 auto;padding:0 2rem}.product-grid__header{text-align:center;margin-bottom:3rem}.product-grid__title{font-family:Times New Roman,serif;font-size:clamp(2rem,4vw,3rem);font-weight:400;color:#333;margin-bottom:1rem}.product-grid__subtitle{font-family:Times New Roman,serif;font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.product-grid__items{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}.product-item{position:relative;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.product-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.product-item__link{display:block;text-decoration:none;color:inherit}.product-item__image{position:relative;aspect-ratio:1;overflow:hidden}.product-item__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-item:hover .product-item__image img{transform:scale(1.05)}.product-item__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.product-item__badge{position:absolute;top:1rem;right:1rem;background:#333;color:#fff;padding:.25rem .75rem;border-radius:4px;font-family:Times New Roman,serif;font-size:.7rem;font-weight:600;letter-spacing:.5px}.product-item__badge--sale{background:#e74c3c}.product-item__content{padding:1.5rem}.product-item__title{font-family:Times New Roman,serif;font-size:1.2rem;font-weight:400;color:#333;margin-bottom:.75rem;line-height:1.3}.product-item__price{display:flex;align-items:center;gap:.5rem}.product-item__price--regular,.product-item__price--sale{font-family:Times New Roman,serif;font-weight:600;color:#333}.product-item__price--compare{font-family:Times New Roman,serif;font-size:.9rem;color:#999;text-decoration:line-through}.product-grid__footer{text-align:center}.product-grid__view-all{display:inline-block;padding:1rem 2rem;background:#333;color:#fff;text-decoration:none;font-family:Times New Roman,serif;font-weight:600;letter-spacing:1px;border-radius:4px;transition:background .3s ease}.product-grid__view-all:hover{background:#555}@media (max-width: 768px){.product-grid{padding:2rem 0}.product-grid__container{padding:0 1rem}.product-grid__items{grid-template-columns:1fr;gap:1.5rem}.product-grid__header{margin-bottom:2rem}}.product-page{padding:2rem 0;background:#fff;padding-top:150px;width:100%}.product-page__container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;min-height:calc(100vh - 120px)}.product-images{display:flex;flex-direction:column;gap:1rem;max-height:100%;overflow-y:auto;padding-right:1rem}.product-images::-webkit-scrollbar{width:4px}.product-images::-webkit-scrollbar-track{background:#fff}.product-images::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.product-images::-webkit-scrollbar-thumb:hover{background:#999}.product-image{width:100%;height:100%;aspect-ratio:1;overflow:hidden;background:#fff}.product-image img{width:100%;height:100%;object-fit:scale-down}.product-details{padding-left:2rem;position:sticky;top:140px;align-self:start}.product-details::-webkit-scrollbar{width:4px}.product-details::-webkit-scrollbar-track{background:#f1f1f1}.product-details::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.product-details::-webkit-scrollbar-thumb:hover{background:#999}.product-title{font-family:Times New Roman,serif;font-size:2rem;font-weight:400;color:#333;margin-bottom:1rem;line-height:1.2}.product-price{font-family:Times New Roman,serif;font-size:1.2rem;font-weight:400;color:#333;margin-bottom:2rem}.product-sizes{margin-bottom:2rem}.size-label{display:block;font-family:Times New Roman,serif;font-size:.9rem;font-weight:400;color:#333;margin-bottom:.5rem;letter-spacing:1px}.size-options{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.size-option{padding:12px;border:none;background:transparent;color:#333;font-family:Times New Roman,serif;font-size:.9rem;cursor:pointer;transition:all .3s ease;text-decoration:none;position:relative;text-align:center;max-width:70px;min-width:auto;width:100%;height:100%}.size-option:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:#ccc;opacity:.5}.size-option:hover:before{background:#999;opacity:1}.size-option.selected{font-weight:400}.size-option.selected:before{background:#333;opacity:1;height:2px}.size-option.selected:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#333}.size-option.unavailable{color:#999;text-decoration:line-through;text-decoration-color:#ccc;cursor:not-allowed;border-top:1px solid #000;border-bottom:1px solid #000}.size-option.unavailable:before{background:#ccc;opacity:.3}.product-actions{margin-bottom:2rem}.add-to-cart-btn,.sold-out-btn{width:100%;padding:1.5rem 2rem;font-family:Times New Roman,serif;font-size:1rem;font-weight:400;letter-spacing:1px;border:none;cursor:pointer;transition:all .3s ease;border-radius:4px}.add-to-cart-btn{background:#333;color:#fff}.add-to-cart-btn:hover{background:#555}.sold-out-btn{background:#999;color:#fff;cursor:not-allowed}.notify-section{margin-bottom:2rem;padding:1.5rem;border:1px solid #ddd;border-radius:4px}.notify-section h3{font-family:Times New Roman,serif;font-size:.9rem;font-weight:400;color:#333;margin-bottom:1rem;letter-spacing:1px}.notify-form{display:flex;gap:.5rem}.notify-form input{flex:1;padding:.75rem;border:1px solid #ddd;font-family:Times New Roman,serif;font-size:.9rem;border-radius:4px}.notify-form button{padding:.75rem 1.5rem;background:#333;color:#fff;border:none;font-family:Times New Roman,serif;font-size:.9rem;font-weight:400;letter-spacing:1px;cursor:pointer;border-radius:4px}.product-description{margin-bottom:2rem}.product-description ul{list-style:none;padding:0;margin:0}.product-description li{font-family:Times New Roman,serif;font-size:.9rem;color:#333;margin-bottom:.5rem;padding-left:1rem;position:relative;letter-spacing:.5px}.product-description li:before{content:"\2022";position:absolute;left:0;color:#333}.product-sections{border-top:1px solid #eee;padding-top:1rem}.collapsible-section{border-bottom:none}.collapsible-header{width:100%;padding:1rem 0;background:none;border:none;text-align:left;font-family:Times New Roman,serif;font-size:.9rem;font-weight:400;color:#333;letter-spacing:1px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:color .3s ease;border-bottom:1px solid #eee}.collapsible-header:hover{color:#666}.collapsible-icon{font-size:1.2rem;transition:transform .3s ease}.collapsible-section.active .collapsible-icon{transform:rotate(45deg)}.collapsible-content{max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0}.collapsible-section.active .collapsible-content{max-height:1000px;padding:1rem 0}.size-chart{width:100%;border-collapse:collapse;font-family:Times New Roman,serif;font-size:.8rem}.size-chart th,.size-chart td{padding:.5rem 0;text-align:left;border-bottom:1px solid #eee}.size-chart th{font-weight:400;letter-spacing:1px;color:#333;font-size:.8rem}.size-chart td{color:#666;font-size:.8rem}.hidden{display:none}@media (max-width: 768px){.product-page__container{grid-template-columns:1fr;gap:2rem;padding:0 1rem;min-height:auto}.product-images{max-height:none;overflow-y:visible;padding-right:0}.product-details{padding-left:0;position:static;max-height:none;overflow-y:visible}.product-title{font-size:1.5rem}.size-chart{font-size:.7rem}.size-chart th,.size-chart td{padding:.25rem}}.search-page{padding-top:150px;min-height:100vh;width:100%}.search-page__container{margin:0 auto;padding:2rem 1rem}.search-page__header{text-align:center;margin-bottom:3rem}.search-page__title{font-family:Times New Roman,serif;font-size:2.5rem;font-weight:400;color:#1a1a1a;margin:0 0 2rem}.search-page__form{max-width:600px;margin:0 auto}.search-form__input-group{display:flex;align-items:center;border:2px solid #ddd;border-radius:8px;overflow:hidden;background:#fff;transition:border-color .3s ease}.search-form__input-group:focus-within{border-color:#333}.search-form__input{flex:1;padding:1rem 1.5rem;border:none;outline:none;font-family:Times New Roman,serif;font-size:1.1rem;background:transparent}.search-form__input::placeholder{color:#999}.search-form__submit{padding:1rem 1.5rem;border:none;background:#333;color:#fff;cursor:pointer;transition:background-color .3s ease}.search-form__submit:hover{background:#555}.search-results__header{margin-bottom:2rem}.search-results__count{font-family:Times New Roman,serif;font-size:1rem;color:#666;margin:0}.search-results__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.search-result{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.search-result:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.search-result__image-container{position:relative;width:100%;height:200px;overflow:hidden}.search-result__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.search-result:hover .search-result__image{transform:scale(1.05)}.search-result__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f5f5f5;color:#999}.search-result__content{padding:1.5rem}.search-result__title{margin:0 0 .5rem}.search-result__title-link{font-family:Times New Roman,serif;font-size:1.1rem;font-weight:400;color:#1a1a1a;text-decoration:none;transition:color .3s ease}.search-result__title-link:hover{color:#666}.search-result__meta{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.search-result__type{font-family:Times New Roman,serif;font-size:.8rem;color:#666;background:#f5f5f5;padding:.25rem .5rem;border-radius:4px}.search-result__price{font-family:Times New Roman,serif;font-size:1rem;font-weight:400;color:#1a1a1a}.search-result__excerpt{font-family:Times New Roman,serif;font-size:.9rem;line-height:1.5;color:#666;margin:0}.search-empty{text-align:center;padding:4rem 2rem}.search-empty__icon{color:#ccc;margin-bottom:1.5rem}.search-empty__title{font-family:Times New Roman,serif;font-size:1.5rem;font-weight:400;color:#1a1a1a;margin:0 0 1rem}.search-empty__text{font-family:Times New Roman,serif;font-size:1rem;color:#666;margin:0 0 2rem;max-width:400px;margin-left:auto;margin-right:auto}.search-empty__link{display:inline-block;font-family:Times New Roman,serif;font-size:1rem;color:#1a1a1a;text-decoration:underline;transition:color .3s ease}.search-empty__link:hover{color:#666}.search-welcome{text-align:center;padding:4rem 2rem}.search-welcome__icon{color:#ccc;margin-bottom:1.5rem}.search-welcome__title{font-family:Times New Roman,serif;font-size:1.5rem;font-weight:400;color:#1a1a1a;margin:0 0 1rem}.search-welcome__text{font-family:Times New Roman,serif;font-size:1rem;color:#666;max-width:400px;margin:0 auto}.search-pagination{display:flex;justify-content:center;margin-top:3rem}.search-pagination .pagination{display:flex;align-items:center;gap:.5rem}.search-pagination .pagination a,.search-pagination .pagination span{font-family:Times New Roman,serif;font-size:1rem;padding:.5rem 1rem;border:1px solid #ddd;border-radius:4px;text-decoration:none;color:#1a1a1a;transition:all .3s ease}.search-pagination .pagination a:hover,.search-pagination .pagination .current{background:#333;color:#fff;border-color:#333}@media (max-width: 768px){.search-page__container{padding:1rem}.search-page__title{font-size:2rem}.search-results__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.search-form__input{font-size:1rem;padding:.8rem 1rem}.search-form__submit{padding:.8rem 1rem}}@media (max-width: 480px){.search-results__grid{grid-template-columns:1fr}.search-page__title{font-size:1.75rem}}.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/3/compiled_assets/styles.css.map */
