.collection-page{padding:clamp(0rem,-14.2045rem + 22.7273vw,6.25rem)}.collection-container{max-width:var(--content-width);margin:0 auto;padding:2rem 0}.collection-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px}.collection-title{font-size:clamp(1.75rem,1.0769rem + 2.6923vw,3.5rem);font-weight:400;margin:0;letter-spacing:-2px}.collection-product-count{font-size:clamp(1.25rem,.9615rem + 1.1538vw,2rem);margin:40px 0 0;font-weight:700}.collection-filter-toggle{background:none;border:1px solid #000;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease,color .3s ease}.collection-filter-toggle:hover{background-color:#000;color:#fff}.collection-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.filter-modal{position:fixed;top:0;right:0;transform:scale(.9);width:90%;max-width:500px;max-height:85vh;background:#fff;z-index:1000;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.165,.84,.44,1);display:flex;flex-direction:column;padding:40px;box-shadow:0 20px 40px #0000001a}.filter-modal.is-open{opacity:1;visibility:visible;transform:scale(1)}.filter-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0003;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.filter-overlay.is-visible{opacity:1;visibility:visible}.filter-modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;position:relative}.filter-modal__title{font-size:32px;font-family:Kharkiv Tone,sans-serif;margin:0;font-weight:400;color:var(--color-brand-black, #1b1919)}.filter-modal__close{background:none;border:1px solid #1b1919;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s ease,background-color .3s ease,color .3s ease}.filter-modal__close:hover{transform:rotate(90deg);background-color:var(--color-brand-black, #1b1919);color:#fff}.filter-modal__content{flex:1;overflow-y:auto;padding-right:15px;margin-bottom:20px}.filter-modal__content::-webkit-scrollbar{width:4px}.filter-modal__content::-webkit-scrollbar-track{background:#f1f1f1}.filter-modal__content::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.filter-group{border-bottom:1px solid #eee;padding:15px 0}.filter-group:last-child{border-bottom:none}.filter-group__header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin-bottom:15px}.filter-group__title{font-size:20px;font-family:var(--font-secondary);margin:0;font-weight:400;color:var(--color-brand-black, #1b1919)}.filter-list{list-style:none;padding:0;margin:0}.filter-item{margin-bottom:10px}.filter-label{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:16px;font-weight:400;-webkit-user-select:none;user-select:none}.filter-label input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.filter-checkbox-custom{width:18px;height:18px;border:1px solid #ccc;display:block;position:relative;transition:border-color .3s ease}.filter-label input:checked~.filter-checkbox-custom{border-color:var(--color-brand-black, #1b1919)}.filter-label input:checked~.filter-checkbox-custom:after{content:"";position:absolute;left:5px;top:2px;width:6px;height:10px;border:solid var(--color-brand-black, #1b1919);border-width:0 1.5px 1.5px 0;transform:rotate(45deg)}.filter-list--swatches{display:flex;flex-wrap:wrap;gap:10px}.filter-swatch{width:32px;height:32px;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;transition:all .3s ease;border-radius:2px}.filter-label input:checked~.filter-swatch{border-color:var(--color-brand-black, #1b1919);box-shadow:0 0 0 2px #fff,0 0 0 3px var(--color-brand-black, #1b1919)}.filter-swatch svg{color:var(--color-brand-black, #1b1919)}.filter-list--boxes{display:flex;flex-wrap:wrap;gap:8px}.filter-box{min-width:44px;height:40px;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;padding:0 10px;font-size:14px;transition:all .3s ease}.filter-label input:checked~.filter-box{background-color:var(--color-brand-black, #1b1919);color:#fff;border-color:var(--color-brand-black, #1b1919)}.filter-apply-button{width:100%;background-color:var(--color-brand-black, #1b1919);color:#fff;border:none;padding:18px;font-size:clamp(1.125rem,1.0769rem + .1923vw,1.25rem);font-family:var(--font-secondary);cursor:pointer;transition:opacity .3s ease}.filter-apply-button:hover{opacity:.9}.filter-group.is-collapsed .filter-group__content{display:none}.filter-group.is-collapsed .filter-group__toggle svg{transform:rotate(90deg)}.filter-group__toggle svg{transition:transform .3s ease}.overflow-hidden{overflow:hidden}.product-card__link{text-decoration:none;color:inherit}.product-card__image-container{aspect-ratio:1 / 1.15;overflow:hidden;background-color:#f3f3f3;margin-bottom:2.5rem}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__info{padding:0;font-family:var(--font-secondary);font-weight:400;letter-spacing:-.03em}.product-card__title{font-size:clamp(1.25rem,.9615rem + 1.1538vw,2rem);margin:0 0 .75rem;font-weight:400}.product-card__price{font-size:clamp(1.25rem,.9615rem + 1.1538vw,2rem);color:var(--color-brand-red, #a23e3e);font-weight:400;margin:0}.collection-load-more{grid-column:1 / -1;display:flex;justify-content:center;margin-top:60px}#load-more-button{background-color:#1b1919;color:#fff;border:none;padding:1.5rem 3rem 1.2rem;font-size:clamp(1.125rem,1.0769rem + .1923vw,1.25rem);font-family:var(--font-secondary);cursor:pointer;transition:opacity .3s ease}#load-more-button:hover{opacity:.8}@media screen and (max-width:989px){.collection-products-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.collection-products-grid{grid-template-columns: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%}.contact-page{padding:4rem clamp(0rem,-14.2045rem + 22.7273vw,6.25rem)}.contact-page__container{display:flex;gap:4rem;align-items:stretch;max-width:var(--content-width);margin:0 auto}.contact-page__sidebar{background-color:var(--color-brand-gray);padding:4rem 3rem;height:100%;display:flex;flex-shrink:1;flex-grow:0;flex-direction:column;justify-content:center;max-width:505px;text-align:left;align-items:flex-start}.contact-page__form-container{flex-grow:1;width:100%}.contact-page__logo{margin-bottom:3rem}.contact-page__logo img{max-width:100%;height:auto}.contact-page__info-group{margin-bottom:2rem}.contact-page__info-title{font-family:var(--font-secondary);font-size:1.5rem;margin-bottom:1rem;text-transform:none}.contact-page__info-link{display:flex;align-items:center;gap:.75rem;color:var(--color-brand-black);text-decoration:none;font-size:1.125rem;font-weight:700;flex-direction:row;justify-content:flex-start}.contact-page__icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:var(--color-brand-red);color:#fff;border-radius:50%;flex-shrink:0}.contact-page__icon svg{width:18px;height:18px}.contact-page__title{font-family:var(--font-secondary);font-size:clamp(1.75rem,1.0769rem + 2.6923vw,3.5rem);margin-bottom:3rem;text-align:center}.contact-page__field{margin-bottom:2rem}.contact-page__label{display:block;font-family:var(--font-primary);font-weight:700;color:var(--color-brand-red);margin-bottom:.5rem;font-size:.875rem}.contact-page__input,.contact-page__textarea{width:100%;border:none;background-color:var(--color-brand-gray);padding:1.25rem;font-family:var(--font-primary);font-size:1rem;color:var(--color-brand-black)}.contact-page__input::placeholder,.contact-page__textarea::placeholder{color:#999}.contact-page__button{width:100%;background-color:var(--color-brand-black);color:#fff;border:none;padding:1.25rem;font-family:var(--font-secondary);font-size:clamp(1.125rem,1.0769rem + .1923vw,1.25rem);cursor:pointer;transition:opacity .2s}.contact-page__button:hover{opacity:.9}.contact-page__footer-text{margin-top:1rem;font-size:.75rem;color:#666}@media(max-width:768px){.contact-page__container{flex-direction:column;gap:2rem}.contact-page__sidebar{padding:3rem 1.5rem;text-align:center;align-items:center;width:100%;max-width:none}.contact-page__title{font-size:2.5rem;margin-bottom:2rem}.contact-page__info-link{flex-direction:column;justify-content:center}}.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{background-color:#f3f3f3;padding:80px clamp(0rem,-14.2045rem + 22.7273vw,6.25rem)}.footer-container{max-width:var(--content-width);margin:0 auto;display:flex;flex-direction:column;justify-content:space-between;gap:3.75rem}footer a{text-decoration:none;color:var(--color-foreground)}.footer__links,.footer__payment{display:flex;justify-content:space-between;width:100%}.footer__links{flex-direction:column;text-align:center;gap:1.5rem;font-size:clamp(1rem,.9038rem + .3846vw,1.25rem)}@media(min-width:750px){.footer__links{flex-direction:row}}.footer__logo{margin:auto}.footer__copyright{display:flex;flex-direction:column;text-align:center;border-top:1px solid #1b1919;padding-top:1.5rem;gap:1.5rem;font-size:clamp(1rem,.9038rem + .3846vw,1.25rem)}.footer__legal-links{display:flex;flex-direction:column;text-align:center;gap:1.5rem}@media(min-width:900px){.footer__copyright{flex-direction:row;justify-content:space-between}.footer__legal-links{text-align:right;flex-direction:row}}.shopify-section-group-header-group{position:sticky!important;top:0;left:0;right:0;padding:0;z-index:100}.site-header{background-color:#f3f3f3;padding:38px clamp(0rem,-14.2045rem + 22.7273vw,6.25rem);min-height:5rem}.header-container{display:flex;align-items:center;justify-content:space-between;width:var(--content-width);margin:0 auto}header a{position:relative;text-decoration:none;color:var(--color-foreground)}header a sup{position:absolute;left:100%;overflow:hidden;max-width:var(--page-margin)}header svg{width:2rem}header .header__menu,header .header__icons{display:flex;gap:1rem}.header__menu-list{list-style:none;display:flex;gap:4.6vw;padding:0;margin:0}.header__menu-item{font-size:clamp(1rem,.6875rem + .625vw,1.25rem);font-weight:400}.header__menu-link{text-decoration:none;color:inherit;transition:color .2s ease}.header__menu-link:hover,.header__active-link{color:#000}.header__active-link:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background-color:currentColor}.header__menu-toggle{display:none;background:none;border:none;cursor:pointer;color:inherit;border:1px solid currentColor;border-radius:32px;align-items:center;justify-content:center;transition:all .2s ease;gap:.5rem;padding:12px}.header__menu-toggle:hover{background-color:var(--color-brand-red);color:var(--color-brand-white);border-color:var(--color-brand-red)}.header__menu-toggle svg{width:1.25rem;height:1.25rem}.header__menu-icon--close,.header__menu-toggle[aria-expanded=true] .header__menu-icon--open{display:none}.header__menu-toggle[aria-expanded=true] .header__menu-icon--close{display:block}.header__cart{border:1px solid currentColor;display:inline-block;border-radius:32px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;gap:.5rem;padding:12px}.header__cart:hover{background-color:var(--color-brand-red);color:var(--color-brand-white);border-color:var(--color-brand-red)}.header__cart svg{width:20px;height:20px}.mobile-menu{display:none;position:fixed;top:5rem;left:0;right:0;bottom:0;background-color:#f3f3f3;z-index:99;padding:2rem;overflow-y:auto}.mobile-menu[aria-hidden=false]{display:block}.mobile-menu__list{list-style:none;padding:0;margin:0}.mobile-menu__item{border-bottom:1px solid var(--color-brand-gray, #ddd)}.mobile-menu__link{display:block;padding:1.25rem 0;font-size:1.5rem;font-weight:400;text-decoration:none;color:inherit}.mobile-menu__link--active{color:#000;text-decoration:underline}@media screen and (max-width:749px){.site-header{padding:1rem;align-items:center}.site-header .header__menu{display:none}.site-header .header__menu-toggle{display:block;justify-self:start;order:1}.site-header .header__logo{justify-self:center;order:2}.site-header .header__icons{justify-self:end;order:3}}.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}.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:clamp(1.25rem,.9615rem + 1.1538vw,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/4/compiled_assets/styles.css.map */
