@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{transform:translateY(0);opacity:1}}@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{transform:translateY(0);opacity:1}}.header{background:rgba(0,0,0,0);border-bottom:1px solid rgba(0,0,0,0);position:sticky;top:20px;height:0;transition:top,background .3s ease;z-index:99}@media(min-width: 576px)and (max-width: 991px){.header{height:auto}}@media(max-width: 575px){.header{top:16px;height:auto}}.header__content{display:flex;align-items:center;justify-content:center;padding:16px 8px;background:hsla(0,0%,100%,.3);border-radius:70px;backdrop-filter:blur(10px);position:relative}@media(min-width: 576px)and (max-width: 991px){.header__content{position:static}}@media(max-width: 575px){.header__content{position:static;padding:8px}}.header__logo{text-decoration:none;color:#292524;cursor:pointer;transition:opacity .15s ease-in-out}.header__logo:hover{color:#292524}.header__logo.disabled{cursor:default;pointer-events:none}.header__logo--mobile{display:none}@media(min-width: 576px)and (max-width: 991px){.header__logo{display:none}.header__logo--mobile{display:block}}@media(max-width: 575px){.header__logo{display:none}.header__logo--mobile{display:block}}.header__brand{font-weight:500;font-size:28px;margin:0;color:#f8521f;letter-spacing:10px}.header__tagline{font-size:14px;color:rgba(0,0,0,.74);margin:0}@media(min-width: 992px){.header__nav{display:block}}@media(min-width: 576px)and (max-width: 991px){.header__nav{display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;width:100%;height:calc(100dvh - 68px);top:100%;left:0;right:0;background-color:#fff;border-bottom:1px solid #e5e7eb;padding:16px;opacity:0;visibility:hidden;transition:opacity .3s ease}}@media(max-width: 575px){.header__nav{display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;width:100%;height:calc(100dvh - 68px);top:100%;left:0;right:0;background-color:#fff;border-bottom:1px solid #e5e7eb;padding:16px;opacity:0;visibility:hidden;transition:opacity .3s ease}}.header__menu{display:flex;align-items:center;justify-content:center;list-style:none;margin:0;padding:0;gap:48px;transform:translateX(-8px)}@media(min-width: 576px)and (max-width: 991px){.header__menu{flex-direction:column;gap:16px}}@media(max-width: 575px){.header__menu{flex-direction:column;gap:16px}}.header__item{margin:0}@media(min-width: 576px)and (max-width: 991px){.header__item--hide-mobile{display:none}}@media(max-width: 575px){.header__item--hide-mobile{display:none}}.header__link{color:#292524;font-weight:400;font-size:24px;text-decoration:none;text-transform:uppercase;transition:color .15s ease-in-out;cursor:pointer}.header__link:hover{color:#f8521f}.header__link.active{color:#f8521f}.header__link.disabled{color:rgba(0,0,0,.74);cursor:default;pointer-events:none;opacity:.6}.header__link.disabled:hover{color:rgba(0,0,0,.74)}.header__actions{display:flex;align-items:center;justify-content:space-between;gap:16px}@media(min-width: 576px)and (max-width: 991px){.header__actions{width:100%;position:relative}}@media(max-width: 575px){.header__actions{width:100%;position:relative}}.header__cart-btn{position:absolute;top:50%;transform:translateY(-50%);right:16px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:8px;border-radius:.5rem;transition:background-color .15s ease-in-out;text-decoration:none;color:inherit}.header__cart-btn:hover{background-color:#f8f9fa;text-decoration:none}@media(min-width: 576px)and (max-width: 991px){.header__cart-btn{position:relative;transform:none}}@media(max-width: 575px){.header__cart-btn{position:relative;transform:none;right:0}}.header__cart-icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;margin-right:4px}.header__cart-icon svg{width:100%;height:100%;color:currentColor}.header__cart-count{position:absolute;top:6px;right:6px;background-color:#f8521f;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.header__mobile-menu{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:4px}@media(min-width: 576px)and (max-width: 991px){.header__mobile-menu{display:flex}}@media(max-width: 575px){.header__mobile-menu{display:flex}}.header__hamburger{width:25px;height:3px;background-color:#292524;border-radius:2px;transition:all .15s ease-in-out}.header.mobile-menu-open .header__hamburger:nth-child(1){transform:rotate(45deg) translate(5px, 3px)}.header.mobile-menu-open .header__hamburger:nth-child(2){opacity:0}.header.mobile-menu-open .header__hamburger:nth-child(3){transform:rotate(-45deg) translate(7px, -5px)}.header.mobile-menu-open .header__nav{opacity:1;visibility:visible}@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{transform:translateY(0);opacity:1}}.subscribe{padding:80px 0;text-align:center;background:#414141}.subscribe-title{font-size:30px;color:#fff;margin-bottom:24px}@media(max-width: 575px){.subscribe-title{font-size:20px}}.subscribe-description{max-width:434px;margin:0 auto 24px;color:#ececec}.subscribe-form{display:flex;justify-content:center}.subscribe-form__input{width:274px;height:48px;padding:0 16px;background:#fff;border-radius:8px 0px 0px 8px;outline:none;border:none;box-sizing:border-box;font-size:16px}.subscribe-form__button{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;border:none;border-radius:50px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out;outline:none}.subscribe-form__button:focus{box-shadow:0 0 0 3px rgba(52,152,219,.3)}.subscribe-form__button:disabled{opacity:.6;cursor:not-allowed}.subscribe-form__button{background-color:#f8521f;color:#fff}.subscribe-form__button:hover:not(:disabled){background-color:rgb(243.4909090909,63.0467532468,7.6090909091);color:#fff}.subscribe-form__button{height:48px;border-radius:0px 8px 8px 0px;outline:none;border:none;box-sizing:border-box}.subscribe-form__button:hover:not(:disabled){transform:none}.footer{background-color:#fff;color:#292524;padding:64px 0 24px 0;margin-top:auto}.footer__content{display:grid;grid-template-columns:repeat(1, 1fr);gap:24px}@media(min-width: 576px)and (max-width: 991px){.footer__content{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.footer__content{grid-template-columns:repeat(4, 1fr)}}.footer__content{margin-bottom:48px}.footer__section{display:flex;flex-direction:column;align-items:center;margin-bottom:24px}.footer__section:first-child{align-items:flex-start}.footer__section:last-child{align-items:flex-end}@media(min-width: 576px)and (max-width: 991px){.footer__section{align-items:flex-start;margin-bottom:0}.footer__section:last-child{align-items:flex-start}}@media(max-width: 575px){.footer__section{align-items:flex-start;margin-bottom:0}.footer__section:last-child{align-items:flex-start}}.footer__title{font-weight:500;font-size:46px;line-height:41px;text-transform:uppercase;letter-spacing:.3em;color:#292524;margin-bottom:24px}.footer__subtitle{font-size:18px;font-weight:600;line-height:1.25;color:#292524;margin:0 0 16px 0;color:#292524;margin-bottom:16px}.footer__description{color:rgba(0,0,0,.74);line-height:24px}.footer__links{list-style:none;margin:0;padding:0}.footer__item{margin-bottom:8px}.footer__link{color:rgba(0,0,0,.74);text-decoration:none;transition:color .15s ease-in-out;cursor:pointer}.footer__link:hover{color:#292524}.footer__link.active{color:#292524}.footer__link.disabled{color:rgba(0,0,0,.74);cursor:default;pointer-events:none}.footer__link.disabled:hover{color:rgba(0,0,0,.74)}.footer__logo.disabled{cursor:default;pointer-events:none}.footer__contact-item{color:#292524;margin-bottom:8px;display:flex;align-items:center;gap:8px}.footer__contact-item:last-child{margin-bottom:0}.footer__bottom{border-top:1px solid #292524;padding-top:24px;text-align:center}.footer__copyright{color:#292524;font-size:14px;margin:0}@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{transform:translateY(0);opacity:1}}.product-card-link{display:block;text-decoration:none;color:inherit;height:100%}.product-card-link:hover{text-decoration:none}.product-card{display:flex;flex-direction:column;height:100%;cursor:pointer}.product-card__image{position:relative;overflow:hidden;aspect-ratio:16/19;border-radius:16px}.product-card__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease-in-out}.product-card__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(248,82,31,.8);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease-in-out;display:none}.product-card__quick-view{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;border:none;border-radius:50px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out;outline:none}.product-card__quick-view:focus{box-shadow:0 0 0 3px rgba(52,152,219,.3)}.product-card__quick-view:disabled{opacity:.6;cursor:not-allowed}.product-card__quick-view{background-color:#f8521f;color:#fff}.product-card__quick-view:hover:not(:disabled){background-color:rgb(243.4909090909,63.0467532468,7.6090909091);color:#fff}.product-card__quick-view{background-color:#fff;color:#f8521f;position:relative;z-index:10;pointer-events:auto}.product-card__quick-view:hover{background-color:#f8f9fa}.product-card__content{padding:20px 0 0;display:flex;flex-direction:column;flex-grow:1}.product-card__name{font-size:16px;font-weight:500;line-height:1.25;color:#292524;margin:0 0 16px 0;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__description{color:rgba(0,0,0,.74);font-size:16px;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{margin:0}.product-card__current-price{font-size:16px;font-weight:500;color:#292524}.product-card__old-price{font-size:14px;color:rgba(0,0,0,.74);text-decoration:line-through;margin-left:8px}.product-card__sizes{display:flex;gap:4px;flex-wrap:wrap}.product-card__size{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;border:none;border-radius:50px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out;outline:none}.product-card__size:focus{box-shadow:0 0 0 3px rgba(52,152,219,.3)}.product-card__size:disabled{opacity:.6;cursor:not-allowed}.product-card__size{padding:4px 8px;background-color:rgba(0,0,0,0);border:1px solid #e5e7eb;color:#292524;font-size:14px;min-width:32px}.product-card__size:hover{border-color:#3498db;color:#3498db}.product-card__size.selected{background-color:#3498db;border-color:#3498db;color:#fff}.product-card__actions{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.product-card__add-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;border:none;border-radius:50px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out;outline:none}.product-card__add-btn:focus{box-shadow:0 0 0 3px rgba(52,152,219,.3)}.product-card__add-btn:disabled{opacity:.6;cursor:not-allowed}.product-card__add-btn{background-color:#f8521f;color:#fff}.product-card__add-btn:hover:not(:disabled){background-color:rgb(243.4909090909,63.0467532468,7.6090909091);color:#fff}.product-card__add-btn{flex-grow:1;font-size:14px}.product-card__favorite-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;border:none;border-radius:50px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out;outline:none}.product-card__favorite-btn:focus{box-shadow:0 0 0 3px rgba(52,152,219,.3)}.product-card__favorite-btn:disabled{opacity:.6;cursor:not-allowed}.product-card__favorite-btn{background-color:rgba(0,0,0,0);border:1px solid #e5e7eb;color:rgba(0,0,0,.74);padding:8px;border-radius:.5rem}.product-card__favorite-btn:hover{border-color:#e74c3c;color:#e74c3c}.product-card__favorite-btn.favorited{background-color:#e74c3c;border-color:#e74c3c;color:#fff}.product-card__badge{position:absolute;top:8px;left:8px;background-color:#e74c3c;color:#fff;padding:4px 8px;border-radius:.25rem;font-size:12px;font-weight:600;z-index:2}.product-card__out-of-stock{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:rgba(41,37,36,.8);color:#fff;padding:8px 16px;border-radius:.5rem;font-size:14px;font-weight:500;z-index:3}.product-card.out-of-stock{opacity:.6}.product-card.out-of-stock .product-card__img{filter:grayscale(100%)}.product-card:hover .product-card__img{transform:scale(1.05)}.product-card:hover .product-card__overlay{opacity:1}.products-grid{display:grid;grid-template-columns:repeat(1, 1fr);gap:24px}@media(min-width: 576px)and (max-width: 991px){.products-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.products-grid{grid-template-columns:repeat(2, 1fr)}}.products-grid{gap:32px}@media(min-width: 1200px){.products-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1200px){.products-grid .product-card-link:nth-child(3n){grid-column:1/-1}.products-grid .product-card-link:nth-child(3n) .product-card__image{aspect-ratio:16/7}}@media(min-width: 992px){.products-grid .product-card-link:nth-child(3n){grid-column:1/-1}.products-grid .product-card-link:nth-child(3n) .product-card__image{aspect-ratio:16/7}}@media(min-width: 576px)and (max-width: 991px){.products-grid .product-card-link:nth-child(3n){grid-column:1/-1}.products-grid .product-card-link:nth-child(3n) .product-card__image{aspect-ratio:16/7}}.loading,.no-products{text-align:center;padding:48px;color:rgba(0,0,0,.74);font-size:16px}.loading::after{content:"...";animation:dots 1.5s steps(4, end) infinite}@keyframes dots{0%,20%{content:"."}40%{content:".."}60%,100%{content:"..."}}.no-scroll{overflow:hidden}.fullscreen-loader{position:fixed;inset:0;display:none;z-index:20000;background:rgba(0,0,0,.55);backdrop-filter:blur(12px)}.fullscreen-loader.is-active{display:grid;place-items:center}.fullscreen-loader__spinner{width:76px;height:76px;border-radius:50%;border:6px solid rgba(0,0,0,0);border-top-color:#f8521f;border-right-color:#f8521f;animation:plotbrandSpin .9s linear infinite}@keyframes plotbrandSpin{to{transform:rotate(360deg)}}@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{transform:translateY(0);opacity:1}}.cart-sidebar{position:fixed;top:0;right:-800px;width:800px;height:100vh;background-color:#fff;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);z-index:1050;display:flex;flex-direction:column;transition:right .3s ease-in-out}.cart-sidebar.open{right:0}@media(max-width: 575px){.cart-sidebar{width:100%;right:-100%}}.cart-sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid #e5e7eb;background-color:#f8f9fa}.cart-sidebar__title{font-size:18px;font-weight:600;line-height:1.25;color:#292524;margin:0 0 16px 0;margin:0}.cart-sidebar__close{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;border:none;border-radius:50px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out;outline:none}.cart-sidebar__close:focus{box-shadow:0 0 0 3px rgba(52,152,219,.3)}.cart-sidebar__close:disabled{opacity:.6;cursor:not-allowed}.cart-sidebar__close{background:none;border:none;color:rgba(0,0,0,.74);padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.cart-sidebar__close svg{width:32px;height:32px;color:currentColor}.cart-sidebar__close:hover{color:#292524;background-color:rgba(41,37,36,.1)}.cart-sidebar__content{flex-grow:1;overflow-y:auto;padding:24px}.cart-sidebar__footer{padding:24px;border-top:1px solid #e5e7eb;background-color:#f8f9fa}.cart-sidebar__total{display:flex;align-items:center;justify-content:space-between;font-size:18px;font-weight:600;margin-bottom:24px}.cart-sidebar__checkout{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;border:none;border-radius:50px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out;outline:none}.cart-sidebar__checkout:focus{box-shadow:0 0 0 3px rgba(52,152,219,.3)}.cart-sidebar__checkout:disabled{opacity:.6;cursor:not-allowed}.cart-sidebar__checkout{background-color:#f8521f;color:#fff}.cart-sidebar__checkout:hover:not(:disabled){background-color:rgb(243.4909090909,63.0467532468,7.6090909091);color:#fff}.cart-sidebar__checkout{display:block;width:100%;padding:16px;font-size:18px;text-align:center;text-decoration:none;color:#fff}.cart-sidebar__checkout:disabled,.cart-sidebar__checkout.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.cart-item{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #e5e7eb}.cart-item:last-child{border-bottom:none}.cart-item__image{width:60px;height:60px;border-radius:.5rem;overflow:hidden;flex-shrink:0}.cart-item__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cart-item__details{flex-grow:1;padding:0 16px}.cart-item__name{font-size:14px;font-weight:500;line-height:1.25;color:#292524;margin:0 0 16px 0;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item__size{font-size:12px;color:rgba(0,0,0,.74);margin-bottom:4px}.cart-item__price{font-size:14px;font-weight:600;color:#f8521f}.cart-item__controls{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.cart-item__quantity{display:flex;align-items:center;justify-content:center;gap:4px}.cart-item__qty-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;border:none;border-radius:50px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out;outline:none}.cart-item__qty-btn:focus{box-shadow:0 0 0 3px rgba(52,152,219,.3)}.cart-item__qty-btn:disabled{opacity:.6;cursor:not-allowed}.cart-item__qty-btn{width:24px;height:24px;padding:0;background-color:#f8f9fa;border:1px solid #e5e7eb;font-size:14px}.cart-item__qty-btn:hover{background-color:#e5e7eb}.cart-item__qty-value{width:40px;text-align:center;display:flex;align-items:center;justify-content:center;font-size:14px;color:#292524}.cart-item__remove{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;border:none;border-radius:50px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out;outline:none}.cart-item__remove:focus{box-shadow:0 0 0 3px rgba(52,152,219,.3)}.cart-item__remove:disabled{opacity:.6;cursor:not-allowed}.cart-item__remove{background:none;border:none;color:#e74c3c;font-size:14px;padding:4px}.cart-item__remove:hover{background-color:rgba(231,76,60,.1)}.cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1040;opacity:0;visibility:hidden;transition:all .3s ease-in-out}.cart-overlay.active{opacity:1;visibility:visible}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;text-align:center}.cart-empty__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;color:rgba(0,0,0,.74);margin-bottom:16px}.cart-empty__icon svg{width:48px;height:48px;color:currentColor}.cart-empty__text{color:rgba(0,0,0,.74);margin-bottom:24px}.cart-empty__button{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;border:none;border-radius:50px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out;outline:none}.cart-empty__button:focus{box-shadow:0 0 0 3px rgba(52,152,219,.3)}.cart-empty__button:disabled{opacity:.6;cursor:not-allowed}.cart-empty__button{background-color:#f8521f;color:#fff}.cart-empty__button:hover:not(:disabled){background-color:rgb(243.4909090909,63.0467532468,7.6090909091);color:#fff}@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{transform:translateY(0);opacity:1}}.form-group{margin-bottom:24px}.form-label{display:block;font-weight:500;color:#292524;margin-bottom:8px}.form-input,.form-select,.form-textarea{width:100%;padding:8px 16px;border:2px solid #e5e7eb;border-radius:.5rem;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;background-color:#fff;transition:border-color .15s ease-in-out}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px rgba(52,152,219,.1)}.form-input::-moz-placeholder, .form-select::-moz-placeholder, .form-textarea::-moz-placeholder{color:rgba(0,0,0,.74)}.form-input:-ms-input-placeholder, .form-select:-ms-input-placeholder, .form-textarea:-ms-input-placeholder{color:rgba(0,0,0,.74)}.form-input::placeholder,.form-select::placeholder,.form-textarea::placeholder{color:rgba(0,0,0,.74)}.form-textarea{resize:vertical;min-height:100px}.form-checkbox{display:flex;align-items:flex-start;gap:8px;cursor:pointer}.form-checkbox input[type=checkbox]{margin:0;width:auto;accent-color:#f8521f}.form-checkbox input[type=checkbox]:checked{accent-color:#f8521f}.form-checkbox input[type=checkbox]:checked:focus{outline-offset:2px}.form-checkbox .checkbox-text{font-size:14px;color:rgba(0,0,0,.74);line-height:1.5}.form-submit{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;border:none;border-radius:50px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out;outline:none}.form-submit:focus{box-shadow:0 0 0 3px rgba(52,152,219,.3)}.form-submit:disabled{opacity:.6;cursor:not-allowed}.form-submit{background-color:#f8521f;color:#fff}.form-submit:hover:not(:disabled){background-color:rgb(243.4909090909,63.0467532468,7.6090909091);color:#fff}.form-submit{width:100%;padding:16px;font-size:18px}.catalog__filters{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:48px;flex-wrap:wrap}@media(max-width: 575px){.catalog__filters{flex-direction:column;align-items:stretch}}.catalog__filter{width:100%;padding:8px 16px;border:2px solid #e5e7eb;border-radius:.5rem;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;background-color:#fff;transition:border-color .15s ease-in-out}.catalog__filter:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px rgba(52,152,219,.1)}.catalog__filter::-moz-placeholder{color:rgba(0,0,0,.74)}.catalog__filter:-ms-input-placeholder{color:rgba(0,0,0,.74)}.catalog__filter::placeholder{color:rgba(0,0,0,.74)}.catalog__filter{min-width:200px}@media(max-width: 575px){.catalog__filter{min-width:auto}}.form-input.error,.form-select.error,.form-textarea.error{border-color:#e74c3c}.form-input.error:focus,.form-select.error:focus,.form-textarea.error:focus{border-color:#e74c3c;box-shadow:0 0 0 3px rgba(231,76,60,.1)}.form-input.success:focus,.form-select.success:focus,.form-textarea.success:focus{border-color:#27ae60;box-shadow:0 0 0 3px rgba(39,174,96,.1)}input[type=checkbox].error{outline-offset:2px}.form-error{color:#e74c3c;font-size:14px;display:block}.form-success{color:#27ae60;font-size:14px;margin-top:4px;display:block}.form-submit.loading{position:relative;color:rgba(0,0,0,0)}.form-submit.loading::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:20px;height:20px;border:2px solid rgba(0,0,0,0);border-top:2px solid #fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:translate(-50%, -50%) rotate(0deg)}100%{transform:translate(-50%, -50%) rotate(360deg)}}@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{transform:translateY(0);opacity:1}}.banner{position:relative;width:100%;aspect-ratio:16/6.7}@media(max-width: 575px){.banner{aspect-ratio:9/18}}.banner .container{height:100%}.banner-img{position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1}.banner-img img{max-width:100%;max-height:100%;width:100%;height:100%;opacity:0;transition:opacity .3s ease}.banner-img img[src*=main-banner]{opacity:1}.banner-content{height:100%;display:flex;justify-content:flex-end;align-items:center}.banner-content__button{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;border:none;border-radius:50px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out;outline:none}.banner-content__button:focus{box-shadow:0 0 0 3px rgba(52,152,219,.3)}.banner-content__button:disabled{opacity:.6;cursor:not-allowed}.banner-content__button{background-color:#f8521f;color:#fff}.banner-content__button:hover:not(:disabled){background-color:rgb(243.4909090909,63.0467532468,7.6090909091);color:#fff}.banner-content__button{font-size:18px;padding:16px 48px}@media(max-width: 575px){.banner-content{justify-content:center}.banner-content__button{transform:translateY(100%)}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);backdrop-filter:blur(32px);z-index:1040;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-overlay.active{opacity:1;visibility:visible}.modal-overlay--subscribe{justify-content:flex-start;align-items:center;padding:1rem 1rem 1rem clamp(1rem,4vw,3.5rem)}.modal{position:relative;width:100%;max-width:100%;max-height:100vh;background:rgba(0,0,0,0);z-index:1050;display:flex;flex-direction:column;transform:scale(0.95);opacity:0;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.modal-overlay.active .modal{transform:scale(1);opacity:1}.modal--subscribe{width:auto;max-width:min(640px,100vw - 2rem);flex:0 1 auto;margin:0 auto}.modal__close{position:absolute;top:1rem;right:1rem;width:48px;height:48px;border:none;background:#ececec;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out;z-index:10;color:#292524;padding:0}.modal__close:hover{transform:scale(1.1)}.modal__close:active{transform:scale(0.95)}.modal__close svg{width:24px;height:24px}@media(max-width: 768px){.modal__close{width:40px;height:40px;top:.5rem;right:.5rem}.modal__close svg{width:20px;height:20px}}.modal__close--viewport{position:fixed;top:clamp(.75rem,2.5vw,1.5rem);right:clamp(.75rem,2.5vw,1.5rem);background:#fff;color:#0a0a0a;z-index:1070;box-shadow:0 1px 4px rgba(0,0,0,.12)}.modal__close--viewport:hover{transform:scale(1.05)}.modal__close--viewport:active{transform:scale(0.98)}.modal__content{width:100%;height:100%;overflow:auto;display:flex;flex-direction:column}body.modal-open{overflow:hidden}.subscribe-modal{position:relative;width:100%;max-width:640px;aspect-ratio:9/10;border-radius:18px;overflow:hidden}@media(max-width: 575px){.subscribe-modal{aspect-ratio:9/16}}.subscribe-modal__bg{position:absolute;inset:0;background-image:linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%),url("https://cdn.ozyr.store/modal-bg.jpg");background-size:cover;background-position:center top;border-radius:18px}.subscribe-modal__bg--success{background-image:linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%),url("https://cdn.ozyr.store/modal-bg.jpg")}.subscribe-modal__bg--error{background-image:linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.56) 100%),url("https://cdn.ozyr.store/error-modal-bg.jpg");background-position:center}.subscribe-modal__body{position:relative;z-index:1;padding:52px 44px 64px;text-align:center;color:#fff}.subscribe-modal__logo{margin-bottom:110px;font-size:24px;letter-spacing:.35em;text-transform:uppercase;color:#f8521f;font-weight:500}.subscribe-modal__title{font-size:clamp(22px,2.6vw,28px);font-weight:400;letter-spacing:.06em;text-transform:uppercase;line-height:1.3;margin-bottom:20px;color:#fff}.subscribe-modal__text{font-size:16px;line-height:1.65;font-weight:400;max-width:430px;margin:0 auto 32px;color:#fff}.subscribe-modal__text span{font-weight:700;font-size:18px;color:#f8521f}.subscribe-modal__form{display:flex;justify-content:center;align-items:stretch;flex-wrap:wrap;gap:0;max-width:430px;margin:0 auto}.subscribe-modal__field{position:relative;flex:1 1 200px;min-width:0;max-width:100%}.subscribe-modal__input{width:100%;height:48px;padding:0 40px 0 16px;font-size:14px;border:none;border-radius:10px 0 0 10px;outline:none;background:#fff;color:#292524;box-shadow:inset 0 0 0 1px rgba(0,0,0,.06)}.subscribe-modal__input-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;color:#e53935;pointer-events:none}.subscribe-modal__input-icon svg{display:block}.subscribe-modal__btn{height:48px;padding:0 24px;min-width:140px;background:#ff5722;color:#fff;font-size:14px;font-weight:600;border:none;border-radius:0 10px 10px 0;cursor:pointer;transition:opacity .15s ease}.subscribe-modal__btn:hover{opacity:.92}.subscribe-modal__btn:disabled{opacity:.6;cursor:default}.subscribe-modal__state{position:relative;z-index:1;padding:72px 44px 80px;text-align:center;color:#fff}.subscribe-modal__state .subscribe-modal__logo{color:#f8521f}.subscribe-modal__state-title{font-size:clamp(24px,2.6vw,30px);font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px;color:#fff}.subscribe-modal__state-text{max-width:420px;margin:0 auto;font-size:16px;line-height:1.6;color:hsla(0,0%,100%,.92)}.subscribe-modal__state-text span{color:#f8521f;font-size:18px;font-weight:500}.subscribe-modal__promo{margin:26px auto 0;max-width:360px;display:flex;align-items:stretch;justify-content:center}.subscribe-modal__promo-code{flex:1 1 auto;min-width:0;height:46px;display:flex;align-items:center;justify-content:center;padding:0 14px;border-radius:10px 0 0 10px;background:hsla(0,0%,100%,.96);color:#111827;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.subscribe-modal__promo-copy{height:46px;min-width:132px;padding:0 18px;border:0;border-radius:0 10px 10px 0;background:#f8521f;color:#fff;font-size:13px;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:opacity .15s ease}.subscribe-modal__promo-copy:hover{opacity:.92}.subscribe-modal__promo-copy:active{opacity:.84}.subscribe-modal__promo-copy:disabled{opacity:.7;cursor:default}.subscribe-modal--error .subscribe-modal__state-title,.subscribe-modal--error .subscribe-modal__state-text{color:#fff}@media(max-width: 600px){.subscribe-modal{border-radius:14px}.subscribe-modal__body{padding:36px 22px 44px}.subscribe-modal__form{gap:24px}.subscribe-modal__state{padding:52px 22px 56px}.subscribe-modal__promo{flex-direction:column;max-width:280px}.subscribe-modal__promo-code{border-radius:10px 10px 0 0}.subscribe-modal__promo-copy{width:100%;border-radius:0 0 10px 10px}.subscribe-modal__input{border-radius:10px}.subscribe-modal__btn{border-radius:10px;width:100%}}@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{transform:translateY(0);opacity:1}}.hero{position:relative;padding-top:90px;padding:136px 0 64px;text-align:center}@media(min-width: 576px)and (max-width: 991px){.hero{padding:14px 0 0}}@media(max-width: 575px){.hero{padding:14px 0 0}}.hero__content{max-width:600px;margin:0 auto}.hero__title{margin-bottom:24px;font-weight:700;font-size:60px;line-height:1;text-align:center;text-transform:uppercase;color:#292524}@media(max-width: 575px){.hero__title{font-size:36px}}.hero__subtitle{font-size:16px;color:rgba(0,0,0,.74);margin-bottom:48px;line-height:1.75}@media(min-width: 576px)and (max-width: 991px){.hero__subtitle{margin-bottom:32px;font-size:14px;line-height:18px}}@media(max-width: 575px){.hero__subtitle{margin-bottom:32px;font-size:14px;line-height:18px}}.hero__cta{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;border:none;border-radius:50px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out;outline:none}.hero__cta:focus{box-shadow:0 0 0 3px rgba(52,152,219,.3)}.hero__cta:disabled{opacity:.6;cursor:not-allowed}.hero__cta{background-color:#f8521f;color:#fff}.hero__cta:hover:not(:disabled){background-color:rgb(243.4909090909,63.0467532468,7.6090909091);color:#fff}.hero__cta{font-size:18px;padding:16px 48px;margin-bottom:48px}@media(min-width: 576px)and (max-width: 991px){.hero__cta{margin-bottom:64px}}@media(max-width: 575px){.hero__cta{margin-bottom:64px}}.hero__textile{font-size:30px;font-weight:700;text-transform:uppercase;margin-bottom:32px}@media(min-width: 576px)and (max-width: 991px){.hero__textile{margin-bottom:64px}}@media(max-width: 575px){.hero__textile{margin-bottom:64px}}.hero__percent{font-size:36px;font-weight:700;text-transform:uppercase;margin-bottom:32px}.hero-cloth__left{position:absolute;left:0;top:0;max-height:100%;z-index:-1}.hero-cloth__left img{max-height:614px}@media(min-width: 576px)and (max-width: 991px){.hero-cloth__left{top:auto;bottom:54px}.hero-cloth__left img{max-height:270px}}@media(max-width: 575px){.hero-cloth__left{top:auto;bottom:54px}.hero-cloth__left img{max-height:250px}}.hero-cloth__right{position:absolute;right:0;top:0;max-height:100%;z-index:-1}.hero-cloth__right img{max-height:614px}@media(min-width: 576px)and (max-width: 991px){.hero-cloth__right{top:auto;bottom:54px}.hero-cloth__right img{max-height:270px}}@media(max-width: 575px){.hero-cloth__right{top:auto;bottom:54px}.hero-cloth__right img{max-height:250px}}.hero-overlay{position:absolute;width:100%;height:387px;left:0px;bottom:0;background:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);z-index:-1}.marquee{width:100%;overflow:hidden;white-space:nowrap;box-sizing:border-box;padding:10px 0;position:relative}.marquee span{display:inline-block;font-size:24px;word-spacing:30px;text-transform:uppercase;text-align:start;animation:marquee 55s linear infinite}@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-75%)}}.featured{padding:64px 0 94px;background-color:#fff}.featured .section__title{font-size:30px;font-weight:700;line-height:1.25;color:#292524;margin:0 0 16px 0;text-align:center;margin-bottom:64px;text-transform:uppercase}@media(max-width: 575px){.featured .section__title{font-size:20px;margin-bottom:32px}}@media(max-width: 575px){.featured{padding-top:24px}}.about-preview{padding:94px 0}.about-preview__content{display:flex;align-items:center;justify-content:space-between;align-items:center;gap:48px}@media(max-width: 575px){.about-preview__content{flex-direction:column-reverse;gap:24px}}.about-preview__text{flex:1}.about-preview__title{font-size:30px;font-weight:700;line-height:1.25;color:#292524;margin:0 0 16px 0;text-transform:uppercase;margin-bottom:24px}@media(max-width: 575px){.about-preview__title{display:none}}.about-preview__title--mobile{display:none}@media(max-width: 575px){.about-preview__title--mobile{display:block;text-align:center;font-size:20px}}.about-preview__description{font-size:16px;color:rgba(0,0,0,.74);line-height:1.75;margin-bottom:32px}.about-preview__description p{margin-bottom:24px}.about-preview__link{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;border:none;border-radius:50px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out;outline:none}.about-preview__link:focus{box-shadow:0 0 0 3px rgba(52,152,219,.3)}.about-preview__link:disabled{opacity:.6;cursor:not-allowed}.about-preview__link{background-color:rgba(0,0,0,0);color:#f8521f;border:2px solid #f8521f}.about-preview__link:hover:not(:disabled){background-color:#f8521f;color:#fff}.about-preview__image{flex:1}.about-preview__image img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{transform:translateY(0);opacity:1}}.product-page{padding:2rem 0}.breadcrumbs{display:flex;align-items:center;margin-bottom:2rem;font-size:.9rem;color:#292524}.breadcrumbs__link{color:#292524;text-decoration:none;transition:color .3s ease;color:rgba(0,0,0,.74)}.breadcrumbs__link:hover{color:#f8521f}.breadcrumbs__separator{margin:0 .5rem;color:rgba(0,0,0,.74)}.breadcrumbs__current{color:#292524}@media(max-width: 575px){.breadcrumbs__link,.breadcrumbs__current{font-size:12px}}.product-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}@media(max-width: 768px){.product-content{grid-template-columns:1fr;gap:2rem}}.product-gallery{position:sticky;top:80px;height:-moz-fit-content;height:fit-content;max-width:640px}@media(max-width: 768px){.product-gallery{position:static;max-width:calc(100vw - 64px)}}@media(max-width: 575px){.product-gallery{max-width:calc(100vw - 32px)}}.embla{position:relative;overflow:hidden;max-width:100%}.embla__viewport{overflow:hidden;max-width:100%}.embla__container{display:flex;touch-action:pan-y pinch-zoom;max-width:100%}.embla__slide{flex:0 0 100%;min-width:0;max-width:100%}.embla__slide img{max-width:100%;max-width:640px;width:100%;height:auto;aspect-ratio:3/4;-o-object-fit:cover;object-fit:cover;display:block}.embla__buttons{position:absolute;top:50%;left:0;right:0;display:flex;justify-content:space-between;pointer-events:none;z-index:10;transform:translateY(calc(-50% - 100px));padding:0 1rem}@media(max-width: 768px){.embla__buttons{padding:0 .5rem}}@media(max-width: 575px){.embla__buttons{transform:translateY(calc(-50% - 60px))}}.embla__button{width:48px;height:48px;background:#ececec;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;pointer-events:auto;color:#292524;padding:0;opacity:.5}.embla__button:hover:not(:disabled){background:#292524;color:#fff;transform:scale(1.1)}.embla__button:active:not(:disabled){transform:scale(0.95)}.embla__button:disabled,.embla__button--disabled{opacity:.1}.embla__button svg{width:24px;height:24px}@media(max-width: 768px){.embla__button{width:40px;height:40px}.embla__button svg{width:20px;height:20px}}.embla-thumbs{margin-top:1rem}.embla-thumbs__viewport{overflow:hidden}.embla-thumbs__container{display:flex;flex-direction:row;gap:.5rem}.embla-thumbs__slide{flex:0 0 auto;min-width:0}.embla-thumbs__slide__button{width:80px;height:80px;border:2px solid rgba(0,0,0,0);border-radius:4px;overflow:hidden;cursor:pointer;transition:all .3s ease;background:none;padding:0}.embla-thumbs__slide__button img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.embla-thumbs__slide--selected .embla-thumbs__slide__button{border-color:#292524}.embla-thumbs__slide__button:hover{border-color:#292524;opacity:.8}.product-caption{font-weight:600;margin-bottom:30px}.product-info .product-title{font-size:24px;font-weight:600;margin:0 0 4px 0;color:#292524;text-transform:uppercase;letter-spacing:.5px;line-height:1.25}@media(max-width: 768px){.product-info .product-title{font-size:20px}}.product-info .product-sku{font-size:14px;color:rgba(0,0,0,.74);margin-bottom:16px}.product-info .product-description-section .product-description{font-size:16px;line-height:1.75;color:#292524;margin-bottom:16px}.product-info .product-description-section .product-description p{margin-bottom:16px}.product-info .product-description-section .product-description p:last-child{margin-bottom:0}.product-info .product-description-section .product-description br{line-height:1.75}.product-info .product-description-section .product-material{font-size:14px;color:#292524;text-transform:uppercase;letter-spacing:.5px}.product-price{margin-bottom:32px}.product-price .product-current-price{font-size:24px;font-weight:600;color:#292524;letter-spacing:.5px}.product-price .product-old-price{font-size:18px;color:rgba(0,0,0,.74);text-decoration:line-through;margin-right:8px}.product-price .product-discount{background:#f8521f;color:#fff;padding:.25rem .5rem;font-size:14px;font-weight:600}.product-options{margin-bottom:32px}.product-options .product-option{margin-bottom:32px}.product-options .product-option__label{display:block;font-weight:600;margin-bottom:8px;color:#292524;font-size:16px;text-transform:uppercase;letter-spacing:.5px}.product-options .product-option__value{color:#292524;font-size:16px}.product-sizes{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:24px}.product-sizes .product-size-item{display:flex;flex-direction:column;align-items:center;gap:4px}.product-sizes .product-size-stock{font-size:12px;line-height:1;color:rgba(0,0,0,.74);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.product-sizes .product-size{width:40px;height:40px;border:1px solid #ececec;background:rgba(0,0,0,0);cursor:pointer;transition:all .3s ease;font-weight:400;font-size:16px;color:#292524;text-align:center;border-radius:8px}.product-sizes .product-size:hover:not(:disabled){background:#f8f9fa}.product-sizes .product-size.selected{color:#292524;border-color:#292524}.product-sizes .product-size.selected:hover{background:rgba(0,0,0,0)}.product-sizes .product-size:disabled,.product-sizes .product-size.disabled{opacity:.5;cursor:not-allowed;background:#f8f9fa;color:rgba(0,0,0,.74);border-color:#e5e7eb}.product-sizes .product-size:disabled:hover,.product-sizes .product-size.disabled:hover{background:#f8f9fa}.product-quantity-wrapper{display:flex;align-items:center;gap:16px;margin-bottom:24px}.product-quantity-wrapper .product-out-of-stock{font-size:16px;font-weight:500;padding:8px 16px;background:#f8f9fa;color:rgba(0,0,0,.74);border:1px solid #e5e7eb}.product-quantity{display:flex;align-items:center;gap:0}.product-quantity__btn{width:40px;height:40px;border:1px solid #292524;background:#fff;cursor:pointer;transition:all .3s ease;font-weight:600;font-size:18px;color:#292524}.product-quantity__btn.decrease{border-right:none;border-radius:16px 0 0 16px}.product-quantity__btn.increase{border-left:none;border-radius:0 16px 16px 0}.product-quantity__btn:hover{background:#f8f9fa}.product-quantity__value{width:40px;height:40px;border:1px solid #292524;border-left:none;border-right:none;text-align:center;font-weight:400;font-size:16px;color:#292524;display:flex;align-items:center;justify-content:center;background:#fff}.product-add-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;border:none;border-radius:50px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out;outline:none}.product-add-btn:focus{box-shadow:0 0 0 3px rgba(52,152,219,.3)}.product-add-btn:disabled{opacity:.6;cursor:not-allowed}.product-add-btn{background-color:#f8521f;color:#fff}.product-add-btn:hover:not(:disabled){background-color:rgb(243.4909090909,63.0467532468,7.6090909091);color:#fff}.product-add-btn{min-height:40px}.product-details .product-detail{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.product-details .product-detail:last-child{border-bottom:none}.product-details .product-detail strong{color:#292524}.product-details .product-detail span{color:#292524}.product-tabs{margin-top:4rem}@media(max-width: 575px){.product-tabs{margin-top:1rem}}.product-tabs__nav{display:flex;border-radius:100px;border:1px solid #e5e7eb;margin-bottom:2rem;gap:0}.product-tabs__nav .product-tabs__btn{padding:12px 20px;width:100%;border:none;background:none;cursor:pointer;font-weight:400;font-size:14px;color:rgba(0,0,0,.74);background:"transparent";border-radius:100px;transition:all .3s ease;letter-spacing:.5px;white-space:nowrap;transition:background .3s ease-in-out}.product-tabs__nav .product-tabs__btn:hover{background:rgba(236,236,236,.4392156863)}.product-tabs__nav .product-tabs__btn.active{background:#ececec;color:#292524;border-bottom-color:#292524;font-weight:500}.product-tabs__nav .product-tabs__btn.active:hover{background:#ececec}@media(max-width: 575px){.product-tabs__nav .product-tabs__btn{padding:10px 14px;font-size:12px}}.product-tabs__content .product-tab{display:none}.product-tabs__content .product-tab.active{display:block}.product-tabs__content .product-tab h3{font-size:20px;margin-bottom:16px;color:#292524;font-weight:600}.product-tabs__content .product-tab p{line-height:1.75;color:#292524;margin-bottom:16px}.size-chart__diagram{margin-bottom:32px}.size-chart__diagram .size-chart__image{background:#f8f9fa;padding:32px;min-height:200px;display:flex;align-items:center;justify-content:center}.size-chart__table table{width:100%;border-collapse:collapse}.size-chart__table table thead th{padding:8px 16px;text-align:left;font-weight:600;color:#292524;border-bottom:1px solid #e5e7eb;text-transform:uppercase;font-size:14px;letter-spacing:.5px}.size-chart__table table tbody tr{border-bottom:1px solid #e5e7eb}.size-chart__table table tbody tr:last-child{border-bottom:none}.size-chart__table table tbody tr td{padding:16px;color:#292524;font-size:16px;text-align:left}.size-chart__table table tbody tr td:first-child{font-weight:500}.specifications .specification{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.specifications .specification:last-child{border-bottom:none}.specifications .specification__label{font-weight:600;color:#292524}.specifications .specification__value{color:#292524}.reviews .review{padding:1.5rem 0;border-bottom:1px solid #e5e7eb}.reviews .review:last-child{border-bottom:none}.reviews .review__header{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.reviews .review__author{font-weight:600;color:#292524}.reviews .review__rating{color:#ffc107;font-size:1.1rem}.reviews .review__date{color:rgba(0,0,0,.74);font-size:.9rem}.reviews .review__text{line-height:1.6;color:#292524}.product-recommendations{margin-top:4rem}.product-recommendations__title{font-size:1.8rem;font-weight:600;margin-bottom:2rem;color:#292524;text-align:center}.modal .embla-modal{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center}.modal .embla-modal__viewport{width:100%;height:100%;overflow:hidden}.modal .embla-modal__container{display:flex;height:100%;touch-action:pan-y pinch-zoom}.modal .embla-modal__slide{flex:0 0 100%;min-width:0;display:flex;align-items:center;justify-content:center;height:100%}.modal .embla-modal__image{max-width:100%;max-height:100vh;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.modal .embla-modal__buttons{position:absolute;top:50%;left:0;right:0;display:flex;justify-content:space-between;pointer-events:none;z-index:10;transform:translateY(-50%);padding:0 2rem}@media(max-width: 768px){.modal .embla-modal__buttons{padding:0 1rem}}.modal .embla-modal__button{width:56px;height:56px;border:none;background:#ececec;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out;pointer-events:auto;color:#292524;padding:0;backdrop-filter:blur(10px)}.modal .embla-modal__button:hover:not(:disabled){transform:scale(1.1)}.modal .embla-modal__button:active:not(:disabled){transform:scale(0.95)}.modal .embla-modal__button:disabled,.modal .embla-modal__button--disabled{opacity:.3}.modal .embla-modal__button svg{width:24px;height:24px}@media(max-width: 768px){.modal .embla-modal__button{width:48px;height:48px}.modal .embla-modal__button svg{width:20px;height:20px}}.product-gallery .embla__slide img{cursor:zoom-in;transition:opacity .15s ease-in-out}@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{transform:translateY(0);opacity:1}}.checkout-page{padding:32px 0}.checkout-content{margin-top:32px}.checkout-title{font-size:30px;font-weight:600;line-height:1.25;color:#292524;margin:0 0 16px 0;margin-bottom:48px;text-transform:uppercase}.checkout-form-wrapper{background-color:#fff}.checkout-form{display:grid;grid-template-columns:1fr 400px;gap:48px}@media(min-width: 576px)and (max-width: 991px){.checkout-form{grid-template-columns:1fr}}@media(max-width: 575px){.checkout-form{grid-template-columns:1fr}}.checkout-section{display:flex;flex-direction:column;gap:16px}.checkout-section--checkbox{gap:8px}.checkout-section__title{font-size:24px;font-weight:600;line-height:1.25;color:#292524;margin:0 0 16px 0;margin-bottom:16px;text-transform:uppercase}.checkout-form-wrapper .checkout-section{padding-bottom:32px;margin-bottom:32px;border-bottom:1px solid #e5e7eb}.checkout-form-wrapper .checkout-section:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.order-summary .checkout-section{border-bottom:none;padding-bottom:0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width: 575px){.form-row{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:16px;font-weight:500;color:#292524}.form-input,.form-select,.form-textarea{width:100%;padding:16px;border:1px solid #e5e7eb;border-radius:.25rem;font-size:16px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#292524;background-color:#fff;transition:border-color .15s ease-in-out}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#f8521f}.form-input::-moz-placeholder, .form-select::-moz-placeholder, .form-textarea::-moz-placeholder{color:rgba(0,0,0,.74)}.form-input:-ms-input-placeholder, .form-select:-ms-input-placeholder, .form-textarea:-ms-input-placeholder{color:rgba(0,0,0,.74)}.form-input::placeholder,.form-select::placeholder,.form-textarea::placeholder{color:rgba(0,0,0,.74)}.form-textarea{resize:vertical;min-height:100px}.phone-input-wrapper{display:flex;align-items:center;gap:4px;border-radius:.25rem;background-color:#fff}.phone-input__flag{font-size:18px;line-height:1}.phone-input__code{border:none;background:rgba(0,0,0,0);font-size:16px;color:#292524;padding:16px 0;cursor:pointer}.phone-input__code:focus{outline:none}.phone-input__number{flex:1;padding:16px 8px}.phone-input__number:focus{outline:none}.date-input-wrapper{position:relative;display:flex;align-items:center}.date-input{padding-right:40px}.date-input__icon{position:absolute;right:16px;font-size:18px;pointer-events:none;cursor:pointer}.city-input-wrapper{position:relative;display:flex;align-items:center}.city-input{padding-right:40px}.city-input__icon{position:absolute;right:16px;font-size:18px;pointer-events:none}.cdek-widget-container{width:100%;height:600px;border:1px solid #e5e7eb;border-radius:.25rem;overflow:visible;margin-top:16px;position:relative}@media(max-width: 575px){.cdek-widget-container{min-height:500px}}.delivery-options{display:flex;flex-direction:column;gap:16px}.delivery-option__radio{display:none}.delivery-option__radio:checked+.delivery-option__label{border-color:#f8521f;background-color:rgba(248,82,31,.05)}.delivery-option__label{display:block;padding:16px;border:1px solid #e5e7eb;border-radius:.25rem;cursor:pointer;transition:all .15s ease-in-out}.delivery-option__label:hover{border-color:#f8521f}.delivery-option__title{font-weight:500;margin-bottom:4px;color:#292524}.delivery-option__details{font-size:14px;color:rgba(0,0,0,.74);line-height:1.75}.delivery-option__details p{margin:0}.promo-section__text{font-size:14px;color:rgba(0,0,0,.74);margin-bottom:16px;line-height:1.75}.promo-section__actions{display:flex;align-items:center;gap:16px;margin-top:8px}.promo-section__activate-btn{height:42px;padding:0 16px;border:1px solid #f8521f;background:#f8521f;color:#fff;border-radius:.25rem;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .15s ease-in-out,transform .15s ease-in-out}.promo-section__activate-btn:hover{opacity:.92;transform:translateY(-1px)}.promo-section__activate-btn:active{transform:translateY(0);opacity:.86}.promo-section__activate-btn:disabled{opacity:.6;cursor:default;transform:none}.promo-section__status{margin:0;font-size:14px;line-height:1.75;color:rgba(0,0,0,.74);min-height:1.2em}.promo-section__status--success{color:#f8521f;font-weight:500}.promo-section__status--error{color:#e74c3c;font-weight:500}.form-checkbox{display:flex;align-items:flex-start;gap:8px;cursor:pointer}.form-checkbox input[type=checkbox]{margin-top:4px;width:auto;cursor:pointer;accent-color:#f8521f}.form-checkbox input[type=checkbox]:checked{accent-color:#f8521f}.form-checkbox input[type=checkbox]:checked:focus{outline-offset:2px}.form-checkbox .checkbox-label{font-size:14px;color:#292524;line-height:1.5;cursor:pointer}.form-checkbox .checkbox-link{color:#f8521f;text-decoration:underline}.form-checkbox .checkbox-link:hover{text-decoration:none}.size-info{font-size:14px;color:rgba(0,0,0,.74);line-height:1.75;margin:0}.payment-options{display:flex;flex-direction:column;gap:8px}.payment-option__radio{display:none}.payment-option__radio:checked+.payment-option__label{border-color:#f8521f;background-color:rgba(248,82,31,.05)}.payment-option__label{display:block;padding:16px;border:1px solid #e5e7eb;border-radius:.25rem;cursor:pointer;transition:all .15s ease-in-out;font-size:16px;color:#292524}.payment-option__label:hover{border-color:#f8521f}.checkout-summary{position:sticky;top:100px;height:-moz-fit-content;height:fit-content}@media(min-width: 576px)and (max-width: 991px){.checkout-summary{position:static}}@media(max-width: 575px){.checkout-summary{position:static}}.order-summary{background-color:#f8f9fa;padding:32px;border-radius:.5rem;border:1px solid #e5e7eb}.order-summary__title{font-size:20px;font-weight:600;line-height:1.25;color:#292524;margin:0 0 16px 0;margin-bottom:24px;text-transform:uppercase}.order-summary__items{display:flex;flex-direction:column;gap:16px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e5e7eb;max-height:400px;overflow-y:auto}.order-summary__total{display:flex;flex-direction:column;align-items:stretch;gap:8px;margin-bottom:24px;padding-top:24px}.order-summary__line{display:flex;justify-content:space-between;align-items:baseline;gap:16px}.order-summary__line--secondary .order-summary__total-label,.order-summary__line--secondary .order-summary__total-price{font-size:16px;color:rgba(0,0,0,.74)}.order-summary__total-label{font-size:18px;font-weight:500;color:#292524}.order-summary__total-price{font-size:20px;font-weight:600;color:#292524}.order-summary__total-price--base{text-decoration:line-through}.order-summary__total-price--discount{color:#f8521f}.checkout-submit{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;border:none;border-radius:50px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out;outline:none}.checkout-submit:focus{box-shadow:0 0 0 3px rgba(52,152,219,.3)}.checkout-submit:disabled{opacity:.6;cursor:not-allowed}.checkout-submit{background-color:#f8521f;color:#fff}.checkout-submit:hover:not(:disabled){background-color:rgb(243.4909090909,63.0467532468,7.6090909091);color:#fff}.checkout-submit{width:100%;padding:16px;font-size:18px;font-weight:600;text-transform:uppercase;border:none;cursor:pointer;transition:background-color .15s ease-in-out;margin-top:16px}.checkout-submit:hover{background-color:rgb(243.4909090909,63.0467532468,7.6090909091)}.checkout-submit:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.order-item{display:flex;gap:16px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.order-item:last-child{border-bottom:none;padding-bottom:0}.order-item__image{width:60px;height:60px;border-radius:.25rem;overflow:hidden;flex-shrink:0}.order-item__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.order-item__details{flex:1;display:flex;flex-direction:column;gap:4px}.order-item__name{font-size:14px;font-weight:500;color:#292524;margin:0}.order-item__size{font-size:12px;color:rgba(0,0,0,.74);margin:0}.order-item__price{font-size:14px;font-weight:500;color:#292524;margin:0}.order-item__quantity{font-size:14px;color:rgba(0,0,0,.74);margin:0}@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{transform:translateY(0);opacity:1}}.cart-page{padding:32px 0;min-height:60vh}.cart-page__title{font-size:30px;font-weight:600;line-height:1.25;color:#292524;margin:0 0 16px 0;margin-bottom:48px;text-transform:uppercase;text-align:center}@media(max-width: 575px){.cart-page__title{font-size:24px}}.cart-content{margin-bottom:48px}.cart-footer{position:sticky;bottom:0px;background-color:#f8f9fa;border:1px solid #e5e7eb;margin-top:48px}.cart-wrapper{display:flex;justify-content:space-between;align-items:center;padding:32px}@media(max-width: 575px){.cart-wrapper{flex-direction:column;gap:24px;align-items:stretch}}.cart-total{display:flex;align-items:center;gap:16px}.cart-total__label{font-size:20px;font-weight:500;color:#292524}.cart-total__price{font-size:24px;font-weight:600;color:#292524}.cart-checkout-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;border:none;border-radius:50px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out;outline:none}.cart-checkout-btn:focus{box-shadow:0 0 0 3px rgba(52,152,219,.3)}.cart-checkout-btn:disabled{opacity:.6;cursor:not-allowed}.cart-checkout-btn{background-color:#f8521f;color:#fff}.cart-checkout-btn:hover:not(:disabled){background-color:rgb(243.4909090909,63.0467532468,7.6090909091);color:#fff}.cart-checkout-btn{padding:16px 32px;font-size:18px;font-weight:600;text-transform:uppercase;text-decoration:none;text-align:center;display:inline-block;transition:background-color .15s ease-in-out}.cart-checkout-btn:hover{background-color:rgb(221.0909090909,57.2467532468,6.9090909091);text-decoration:none}@media(max-width: 575px){.cart-checkout-btn{width:100%}}.cart-checkout-btn.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.cart-page .cart-item{display:flex;gap:24px;padding:24px;border:1px solid #e5e7eb;border-radius:.5rem;margin-bottom:16px;background-color:#fff}@media(max-width: 575px){.cart-page .cart-item{flex-direction:column;gap:16px}}.cart-page .cart-item__image{width:120px;height:120px;border-radius:.5rem;overflow:hidden;flex-shrink:0}@media(max-width: 575px){.cart-page .cart-item__image{width:100%;height:auto;aspect-ratio:1}}.cart-page .cart-item__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cart-page .cart-item__details{flex:1;display:flex;flex-direction:column;gap:8px}.cart-page .cart-item__name{font-size:18px;font-weight:500;line-height:1.25;color:#292524;margin:0 0 16px 0;margin:0}.cart-page .cart-item__size{font-size:16px;color:rgba(0,0,0,.74);margin:0}.cart-page .cart-item__price{font-size:18px;font-weight:600;color:#292524;margin:0}.cart-page .cart-item__controls{display:flex;flex-direction:column;align-items:flex-end;gap:16px;justify-content:space-between}@media(max-width: 575px){.cart-page .cart-item__controls{flex-direction:row;align-items:center;justify-content:space-between}}.cart-page .cart-item__quantity{display:flex;align-items:center;gap:0;border:1px solid #e5e7eb;border-radius:.25rem}.cart-page .cart-item__qty-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;border:none;border-radius:50px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out;outline:none}.cart-page .cart-item__qty-btn:focus{box-shadow:0 0 0 3px rgba(52,152,219,.3)}.cart-page .cart-item__qty-btn:disabled{opacity:.6;cursor:not-allowed}.cart-page .cart-item__qty-btn{width:40px;height:40px;padding:0;background-color:#f8f9fa;border:none;border-right:1px solid #e5e7eb;font-size:18px;font-weight:600;color:#292524;cursor:pointer;transition:background-color .15s ease-in-out}.cart-page .cart-item__qty-btn:first-child{border-right:1px solid #e5e7eb}.cart-page .cart-item__qty-btn:last-child{border-left:1px solid #e5e7eb;border-right:none}.cart-page .cart-item__qty-btn:hover{background-color:#e5e7eb}.cart-page .cart-item__qty-value{width:60px;text-align:center;display:flex;align-items:center;justify-content:center;font-size:16px;color:#292524;padding:0 8px}.cart-page .cart-item__remove{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;border:none;border-radius:50px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out;outline:none}.cart-page .cart-item__remove:focus{box-shadow:0 0 0 3px rgba(52,152,219,.3)}.cart-page .cart-item__remove:disabled{opacity:.6;cursor:not-allowed}.cart-page .cart-item__remove{background:none;border:none;color:#e74c3c;font-size:16px;padding:8px;cursor:pointer;transition:color .15s ease-in-out}.cart-page .cart-item__remove:hover{color:rgb(213.698630137,43.8356164384,26.301369863);background-color:rgba(231,76,60,.1)}.cart-page .cart-empty{text-align:center;padding:120px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.cart-page .cart-empty__icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;color:rgba(0,0,0,.74)}.cart-page .cart-empty__icon svg{width:48px;height:48px;color:currentColor}.cart-page .cart-empty__text{font-size:20px;color:rgba(0,0,0,.74);margin:0}.cart-page .cart-empty__button{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;border:none;border-radius:50px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out;outline:none}.cart-page .cart-empty__button:focus{box-shadow:0 0 0 3px rgba(52,152,219,.3)}.cart-page .cart-empty__button:disabled{opacity:.6;cursor:not-allowed}.cart-page .cart-empty__button{background-color:#f8521f;color:#fff}.cart-page .cart-empty__button:hover:not(:disabled){background-color:rgb(243.4909090909,63.0467532468,7.6090909091);color:#fff}.cart-page .cart-empty__button{margin-top:16px}@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{transform:translateY(0);opacity:1}}.contacts-breadcrumbs{padding:2rem 0 0}.contacts-page{padding:0 0 64px}@media(max-width: 575px){.contacts-page{padding:0 0 32px}}.contacts-hero{text-align:center;margin-bottom:64px}@media(max-width: 575px){.contacts-hero{margin-bottom:48px}}.contacts__title{font-size:36px;font-weight:700;line-height:1.25;color:#292524;margin:0 0 16px 0;margin-bottom:16px;text-transform:uppercase}@media(max-width: 575px){.contacts__title{font-size:24px}}.contacts__subtitle{font-size:18px;color:rgba(0,0,0,.74);margin:0}@media(max-width: 575px){.contacts__subtitle{font-size:16px}}.contacts-content{max-width:600px;margin:0 auto;margin-bottom:64px}@media(max-width: 575px){.contacts-content{margin-bottom:48px}}.contacts__info{display:flex;flex-direction:column;gap:32px}@media(max-width: 575px){.contacts__info{gap:24px}}.contact-item{display:flex;gap:24px;align-items:flex-start}@media(max-width: 575px){.contact-item{gap:16px}}.contact__icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#f8521f}.contact__icon svg{width:24px;height:24px}@media(max-width: 575px){.contact__icon{width:40px;height:40px}.contact__icon svg{width:20px;height:20px}}.contact__details{display:flex;flex-direction:column;gap:4px}.contact__title{font-size:18px;font-weight:600;line-height:1.25;color:#292524;margin:0 0 16px 0;margin-bottom:4px}@media(max-width: 575px){.contact__title{font-size:16px}}.contact__text{font-size:16px;color:rgba(0,0,0,.74);margin:0;line-height:1.5}@media(max-width: 575px){.contact__text{font-size:14px}}.contacts__form-title{font-size:24px;font-weight:600;line-height:1.25;color:#292524;margin:0 0 16px 0;margin-bottom:32px;text-transform:uppercase}@media(max-width: 575px){.contacts__form-title{font-size:20px;margin-bottom:24px}}.contact-form{display:flex;flex-direction:column;gap:24px}.contacts__requisites{margin-top:64px;padding-top:64px;border-top:1px solid #e5e7eb}@media(max-width: 575px){.contacts__requisites{margin-top:48px;padding-top:48px}}.contacts__requisites-title{font-size:24px;font-weight:600;line-height:1.25;color:#292524;margin:0 0 16px 0;margin-bottom:32px;text-transform:uppercase;text-align:center}@media(max-width: 575px){.contacts__requisites-title{font-size:20px;margin-bottom:24px}}.requisites-content{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:24px}@media(max-width: 575px){.requisites-content{gap:16px}}.requisites-item{display:grid;grid-template-columns:200px 1fr;gap:16px;align-items:flex-start}@media(max-width: 575px){.requisites-item{grid-template-columns:1fr;gap:4px}}.requisites__label{font-size:16px;font-weight:600;color:#292524}@media(max-width: 575px){.requisites__label{font-size:14px;margin-bottom:4px}}.requisites__value{font-size:16px;color:rgba(0,0,0,.74);line-height:1.5}@media(max-width: 575px){.requisites__value{font-size:14px}}.contacts__map{background-color:#f8f9fa;padding:64px 0}@media(max-width: 575px){.contacts__map{padding:48px 0}}.contacts__map-title{font-size:24px;font-weight:600;line-height:1.25;color:#292524;margin:0 0 16px 0;text-align:center;margin-bottom:32px;text-transform:uppercase}@media(max-width: 575px){.contacts__map-title{font-size:20px;margin-bottom:24px}}.map-container{width:100%;height:400px;border-radius:.75rem;overflow:hidden;background-color:#ececec}@media(max-width: 575px){.map-container{height:300px}}.map-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;display:flex;flex-direction:column;gap:16px;background-color:#ececec;color:rgba(0,0,0,.74)}.map-text{font-size:18px;color:rgba(0,0,0,.74);margin:0}.map-address{font-size:16px;color:#292524;margin:0}@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{transform:translateY(0);opacity:1}}.about-page{padding:2rem 0 0}@media(max-width: 575px){.about-page{padding:32px 0 0}}.about-hero{text-align:center;margin-bottom:64px}@media(max-width: 575px){.about-hero{margin-bottom:48px;text-align:left}}.about-hero__title{font-size:36px;font-weight:700;line-height:1.25;color:#292524;margin:0 0 16px 0;max-width:900px;margin:0 auto;text-transform:uppercase;line-height:1.25;color:#292524}@media(min-width: 576px)and (max-width: 991px){.about-hero__title{font-size:30px}}@media(max-width: 575px){.about-hero__title{font-size:24px;line-height:1.5}}.about-intro{max-width:800px;margin:0 auto 64px;text-align:center}@media(max-width: 575px){.about-intro{text-align:left;margin-bottom:48px}}.about-intro__text{font-size:18px;color:rgba(0,0,0,.74);line-height:1.75;margin-bottom:24px}.about-intro__text:last-child{margin-bottom:0}@media(max-width: 575px){.about-intro__text{font-size:16px;margin-bottom:16px}}.about-section{margin-bottom:64px}@media(max-width: 575px){.about-section{margin-bottom:48px}}.about-section__content{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}@media(min-width: 576px)and (max-width: 991px){.about-section__content{grid-template-columns:1fr;gap:32px}}@media(max-width: 575px){.about-section__content{grid-template-columns:1fr;gap:24px}}.about-section__text{display:flex;flex-direction:column;gap:24px}@media(max-width: 575px){.about-section__text{gap:16px}}.about-section__title{font-size:24px;font-weight:600;line-height:1.25;color:#292524;margin:0 0 16px 0;text-transform:uppercase;margin-bottom:16px}@media(max-width: 575px){.about-section__title{font-size:20px;margin-bottom:8px}}.about-section__description{font-size:16px;color:rgba(0,0,0,.74);line-height:1.75;margin:0}@media(max-width: 575px){.about-section__description{font-size:14px}}.about-section__image{width:100%;height:auto;border-radius:.75rem;overflow:hidden;background-color:#f8f9fa}.about-section__img{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover;border-radius:.75rem}.about-section--quality .about-section__content .about-section__image{order:-1}@media(min-width: 576px)and (max-width: 991px){.about-section--quality .about-section__content .about-section__image{order:1}}@media(max-width: 575px){.about-section--quality .about-section__content .about-section__image{order:1}}.about-section--sustainability .about-section__content .about-section__image{order:-1}@media(min-width: 576px)and (max-width: 991px){.about-section--sustainability .about-section__content .about-section__image{order:0}}@media(max-width: 575px){.about-section--sustainability .about-section__content .about-section__image{order:0}}.about-section--production .about-section__content,.about-section--colors .about-section__content,.about-section--promise .about-section__content{grid-template-columns:1fr;max-width:800px;margin:0 auto;text-align:center}@media(max-width: 575px){.about-section--production .about-section__content,.about-section--colors .about-section__content,.about-section--promise .about-section__content{text-align:left}}.philosophy-img,.quality-img,.sustain-img{width:100%;aspect-ratio:3/4}.about-gallery{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px;margin-bottom:64px}@media(min-width: 576px)and (max-width: 991px){.about-gallery{grid-template-columns:repeat(2, 1fr);gap:16px}}@media(max-width: 575px){.about-gallery{grid-template-columns:1fr;gap:16px;margin-bottom:48px}}.about-gallery__item{width:100%;border-radius:.75rem;overflow:hidden;background-color:#f8f9fa}.about-gallery__img{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover;border-radius:.75rem;min-height:300px;background-color:#f8f9fa}@media(max-width: 575px){.about-gallery__img{min-height:250px}}.about-cta{text-align:center;padding:64px 0;border-top:1px solid #e5e7eb}@media(max-width: 575px){.about-cta{padding:48px 0}}.about-cta__title{font-size:24px;font-weight:600;line-height:1.25;color:#292524;margin:0 0 16px 0;text-transform:uppercase;margin-bottom:16px}@media(max-width: 575px){.about-cta__title{font-size:20px}}.about-cta__text{font-size:18px;color:rgba(0,0,0,.74);margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}@media(max-width: 575px){.about-cta__text{font-size:16px;margin-bottom:24px}}.about-cta__button{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;border:none;border-radius:50px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out;outline:none}.about-cta__button:focus{box-shadow:0 0 0 3px rgba(52,152,219,.3)}.about-cta__button:disabled{opacity:.6;cursor:not-allowed}.about-cta__button{background-color:#f8521f;color:#fff}.about-cta__button:hover:not(:disabled){background-color:rgb(243.4909090909,63.0467532468,7.6090909091);color:#fff}.about-cta__button{font-size:18px;padding:16px 48px;text-decoration:none;display:inline-block}@media(max-width: 575px){.about-cta__button{font-size:16px;padding:8px 32px}}@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{transform:translateY(0);opacity:1}}.error-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:64px 0}@media(max-width: 575px){.error-page{min-height:calc(100vh - 150px);padding:48px 0}}.error-page__content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:600px;margin:0 auto}.error-page__image{width:100%;max-width:500px}@media(max-width: 575px){.error-page__image{max-width:300px}}.error-page__img{width:100%;height:auto;display:block}.error-page__text{margin-bottom:48px}@media(max-width: 575px){.error-page__text{margin-bottom:32px}}.error-page__title{font-size:30px;font-weight:700;line-height:1.25;color:#292524;margin:0 0 16px 0;margin-bottom:16px;text-transform:uppercase}@media(max-width: 575px){.error-page__title{font-size:24px}}.error-page__description{font-size:18px;color:rgba(0,0,0,.74);margin:0;line-height:1.75}@media(max-width: 575px){.error-page__description{font-size:16px}}.error-page__actions{margin-top:24px}.error-page__button{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;border:none;border-radius:50px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out;outline:none}.error-page__button:focus{box-shadow:0 0 0 3px rgba(52,152,219,.3)}.error-page__button:disabled{opacity:.6;cursor:not-allowed}.error-page__button{background-color:#f8521f;color:#fff}.error-page__button:hover:not(:disabled){background-color:rgb(243.4909090909,63.0467532468,7.6090909091);color:#fff}.error-page__button{font-size:18px;padding:16px 48px;text-decoration:none;display:inline-block}@media(max-width: 575px){.error-page__button{font-size:16px;padding:8px 32px}}@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{transform:translateY(0);opacity:1}}.sizes-page{padding:64px 0}@media(max-width: 575px){.sizes-page{padding:32px 0}}.sizes-hero{text-align:center;margin-bottom:64px}@media(max-width: 575px){.sizes-hero{margin-bottom:48px}}.sizes-hero__title{font-size:36px;font-weight:700;line-height:1.25;color:#292524;margin:0 0 16px 0;margin-bottom:16px;text-transform:uppercase}@media(max-width: 575px){.sizes-hero__title{font-size:24px}}.sizes-hero__subtitle{font-size:18px;color:rgba(0,0,0,.74);margin:0}@media(max-width: 575px){.sizes-hero__subtitle{font-size:16px}}.sizes-intro{max-width:800px;margin:0 auto 120px;text-align:center}@media(max-width: 575px){.sizes-intro{margin-bottom:64px}}.sizes-intro__text{font-size:18px;color:#292524;line-height:1.75;margin-bottom:24px}.sizes-intro__text:last-child{margin-bottom:0}@media(max-width: 575px){.sizes-intro__text{font-size:16px}}.sizes-section{margin-bottom:120px}.sizes-section:last-of-type{margin-bottom:0}@media(max-width: 575px){.sizes-section{margin-bottom:64px}}.sizes-section__title{font-size:24px;font-weight:600;line-height:1.25;color:#292524;margin:0 0 16px 0;text-align:center;margin-bottom:48px;text-transform:uppercase}@media(max-width: 575px){.sizes-section__title{font-size:20px;margin-bottom:32px}}.size-chart{max-width:1000px;margin:0 auto;overflow-x:auto}.size-chart__table-wrapper{overflow-x:auto;border:1px solid #e5e7eb;border-radius:.75rem;background-color:#f8f9fa}.size-chart__table{width:100%;border-collapse:collapse;font-size:16px}@media(max-width: 575px){.size-chart__table{font-size:14px}}.size-chart__table thead{background-color:#fff}.size-chart__table th{font-size:16px;font-weight:600;line-height:1.25;color:#292524;margin:0 0 16px 0;padding:16px;text-align:center;border-bottom:2px solid #e5e7eb;text-transform:uppercase;color:#292524}@media(max-width: 575px){.size-chart__table th{padding:8px;font-size:14px}}.size-chart__table td{padding:16px;text-align:center;border-bottom:1px solid #e5e7eb;color:#292524}@media(max-width: 575px){.size-chart__table td{padding:8px;font-size:14px}}.size-chart__table td:first-child{font-weight:600;background-color:#fff}.size-chart__table tbody tr:hover{background-color:rgba(248,82,31,.05)}.size-chart__table tbody tr:last-child td{border-bottom:none}.sizes-measurement{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:32px;max-width:1000px;margin:0 auto}@media(max-width: 575px){.sizes-measurement{grid-template-columns:1fr;gap:24px}}.sizes-measurement__item{display:flex;flex-direction:column;gap:8px;padding:24px;background-color:#f8f9fa;border:1px solid #e5e7eb;border-radius:.5rem}.sizes-measurement__title{font-size:18px;font-weight:600;line-height:1.25;color:#292524;margin:0 0 16px 0;margin:0;color:#292524}.sizes-measurement__description{font-size:16px;color:rgba(0,0,0,.74);line-height:1.5;margin:0}.sizes-guide{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:32px;max-width:1000px;margin:0 auto}@media(max-width: 575px){.sizes-guide{grid-template-columns:1fr;gap:24px}}.sizes-guide__item{display:flex;flex-direction:column;gap:8px;padding:24px;background-color:#f8f9fa;border:1px solid #e5e7eb;border-radius:.5rem}.sizes-guide__title{font-size:18px;font-weight:600;line-height:1.25;color:#292524;margin:0 0 16px 0;margin:0;color:#f8521f}.sizes-guide__description{font-size:16px;color:rgba(0,0,0,.74);line-height:1.75;margin:0}.sizes-cta{text-align:center;padding:120px 0;background-color:#f8f9fa;border-radius:.75rem;margin-top:120px}@media(max-width: 575px){.sizes-cta{padding:64px 0;margin-top:64px}}.sizes-cta__title{font-size:30px;font-weight:700;line-height:1.25;color:#292524;margin:0 0 16px 0;margin-bottom:24px;text-transform:uppercase}@media(max-width: 575px){.sizes-cta__title{font-size:24px}}.sizes-cta__text{font-size:18px;color:rgba(0,0,0,.74);margin-bottom:48px;max-width:700px;margin-left:auto;margin-right:auto}@media(max-width: 575px){.sizes-cta__text{font-size:16px;margin-bottom:32px}}.sizes-cta__button{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;border:none;border-radius:50px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out;outline:none}.sizes-cta__button:focus{box-shadow:0 0 0 3px rgba(52,152,219,.3)}.sizes-cta__button:disabled{opacity:.6;cursor:not-allowed}.sizes-cta__button{background-color:#f8521f;color:#fff}.sizes-cta__button:hover:not(:disabled){background-color:rgb(243.4909090909,63.0467532468,7.6090909091);color:#fff}.sizes-cta__button{font-size:18px;padding:16px 48px;text-decoration:none;display:inline-block}@media(max-width: 575px){.sizes-cta__button{font-size:16px;padding:8px 32px}}@font-face{font-family:"Montserrat";src:url(/assets/Montserrat-VariableFont_wght.0ba081b76521874cf46c.ttf) format("truetype")}@font-face{font-family:"Rubik";src:url(/assets/Rubik-VariableFont_wght.d3c04283940221abf09a.ttf) format("truetype")}*{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;line-height:1.5;color:#292524;background-color:#fff;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-size:24px;font-weight:700;line-height:1.25;color:#292524;margin:0 0 16px 0;margin-top:0}h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}p{margin:0 0 16px 0}p:last-child{margin-bottom:0}a{color:#3498db;text-decoration:none;transition:color .15s ease-in-out}a:hover{color:rgb(221.0909090909,57.2467532468,6.9090909091)}.container{max-width:1262px;margin:0 auto;padding:0 32px}@media(max-width: 575px){.container{padding:0 16px}}.section{padding:64px 0}.section__title{font-size:30px;font-weight:700;line-height:1.25;color:#292524;margin:0 0 16px 0;text-align:center;margin-bottom:48px}@media(max-width: 575px){.section__title{margin-bottom:32px}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-0{margin-bottom:0}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:16px}.mb-4{margin-bottom:24px}.mb-5{margin-bottom:32px}.mt-0{margin-top:0}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:16px}.mt-4{margin-top:24px}.mt-5{margin-top:32px}.d-none{display:none}.d-block{display:block}.d-flex{display:flex}.d-grid{display:grid}@media(max-width: 575px){.d-mobile-none{display:none}.d-mobile-block{display:block}}@media(min-width: 576px)and (max-width: 991px){.d-tablet-none{display:none}.d-tablet-block{display:block}}@media(min-width: 992px){.d-desktop-none{display:none}.d-desktop-block{display:block}}.cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1040;opacity:0;visibility:hidden;transition:all .3s ease-in-out}.cart-overlay.active{opacity:1;visibility:visible}body.cart-open{overflow:hidden}.content-indentation{padding-top:90px}@media(min-width: 576px)and (max-width: 991px){.content-indentation{padding-top:0}}@media(max-width: 575px){.content-indentation{padding-top:0}}.breadcrumbs-content{display:flex;align-items:center;justify-content:center}.ghost-title{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}@keyframes slideIn{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideUp{from{transform:translate(-50%, 100%);opacity:0}to{transform:translate(-50%, 0);opacity:1}}@keyframes slideDown{from{transform:translate(-50%, 0);opacity:1}to{transform:translate(-50%, 100%);opacity:0}}

/*# sourceMappingURL=main.4caf339ddc95463bfebc.css.map*/