@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,h5,h6,p,ul,ol,figure,blockquote,dl,dd{margin:0;padding:0}ul,ol{list-style:none}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit;color:inherit;background:none;border:none}button{cursor:pointer}img,picture,video,canvas,svg{display:block;max-width:100%}body{line-height:1.5;min-height:100vh;text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased}html{scroll-behavior:smooth}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:Manrope,sans-serif;font-weight:700;font-size:.8125rem;letter-spacing:.0625rem;text-transform:uppercase;cursor:pointer;transition:background-color .3s ease,color .3s ease}.btn--primary,.btn--outline{padding:.9375rem 1.844rem .9375rem 1.96875rem;min-width:160px;height:48px}.btn--primary{background-color:#d87d4a;color:#fff;border:none}.btn--primary:hover{background-color:#fbaf85}.btn--outline{background-color:#fff;color:#000;border:1.5px solid #000000}.btn--outline:hover{background-color:#000;color:#fff}.btn--link{padding:.25rem 0;background:none;border:none;color:#cfcfcf}.btn--link .btn__label{margin-right:.833rem}.btn--link .btn__icon svg path{stroke:#fbaf85}.btn--link:hover{color:#fbaf85}.btn--link:hover .btn__icon svg path{stroke:#fbaf85}.form-field{display:flex;flex-direction:column;width:100%;max-width:100%}.form-field--text{width:100%;max-width:19.3125rem}.form-field--text .form-field__label{font-family:Manrope,sans-serif;font-weight:700;font-size:.75rem;letter-spacing:-.21px;text-align:left;vertical-align:top;color:#000;margin-bottom:.5625rem}.form-field--text .form-field__input{font-family:Manrope,sans-serif;font-weight:700;font-size:.875rem;letter-spacing:-.25px;text-align:left;vertical-align:top;height:3.5rem;padding:1.125rem 1.5rem 1.1875rem;border:1px solid #cfcfcf;background:none;color:#000;border-radius:.5rem;box-sizing:border-box;width:100%}.form-field--text .form-field__input::placeholder{color:#cfcfcf}.form-field--text .form-field__input:focus{outline:none}.form-field--text.is-active .form-field__input{border-color:#fbaf85}.form-field--text.has-error .form-field__input{border-color:#d87d4a}.form-field--radio{border:none;padding:0;margin:0;min-inline-size:auto;width:100%;max-width:19.3125rem;display:flex;flex-direction:column;gap:1rem}.form-field--radio .form-field__legend{font-family:Manrope,sans-serif;font-weight:700;font-size:.75rem;letter-spacing:-.21px;text-align:left;vertical-align:top;margin-bottom:.5rem;font-weight:600;padding:0}.form-field--radio .radio-option{display:flex;align-items:center;justify-content:flex-start;width:100%;height:3.5rem;padding:0 1rem;border:1px solid #cfcfcf;border-radius:.5rem;cursor:pointer;transition:border-color .2s ease;box-sizing:border-box}.form-field--radio .radio-option .radio-input{display:none}.form-field--radio .radio-option .radio-mark{width:1.25rem;height:1.25rem;border:1px solid #cfcfcf;border-radius:50%;position:relative;transition:border-color .2s ease;flex-shrink:0}.form-field--radio .radio-option .radio-label{margin-left:1rem;font-family:Manrope,sans-serif;font-weight:700;font-size:.875rem;letter-spacing:-.25px;text-align:left;vertical-align:top;color:#000;cursor:pointer;-webkit-user-select:none;user-select:none}.form-field--radio .radio-option:hover,.form-field--radio .radio-option:hover .radio-mark{border-color:#fbaf85}.form-field--radio .radio-option .radio-input:focus+.radio-mark{border-color:#fbaf85;box-shadow:0 0 0 2px #fbaf8533}.form-field--radio .radio-option .radio-input:checked+.radio-mark{border-color:#fbaf85}.form-field--radio .radio-option .radio-input:checked+.radio-mark:after{content:"";width:.625rem;height:.625rem;background:#fbaf85;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.form-field--radio .radio-option:has(.radio-input:checked){border-color:#fbaf85}.form-field--number{width:7.5rem;max-width:100%;height:3rem;display:flex;flex-direction:row;align-items:center;border:1px solid #cfcfcf;border-radius:.5rem;background:#f5f5f5}.form-field--number .form-field__number-btn{width:2.5rem;height:100%;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;font-size:1.125rem;font-weight:400;color:#000;transition:color .2s ease,opacity .2s ease;-webkit-user-select:none;user-select:none}.form-field--number .form-field__number-btn:hover:not(:disabled){color:#fbaf85}.form-field--number .form-field__number-btn:active:not(:disabled){color:#f98f54}.form-field--number .form-field__number-btn:disabled{opacity:.4;cursor:not-allowed}.form-field--number .form-field__number-btn:focus-visible{outline:2px solid #fbaf85;outline-offset:-2px}.form-field--number .form-field__number-btn:focus:not(:focus-visible){outline:none}.form-field--number .form-field__number-btn:first-child{border-radius:.5rem 0 0 .5rem}.form-field--number .form-field__number-btn:last-child{border-radius:0 .5rem .5rem 0}.form-field--number .form-field__number-value{flex:1;height:100%;display:flex;align-items:center;justify-content:center;font-family:Manrope,sans-serif;font-weight:700;font-size:.875rem;letter-spacing:-.25px;text-align:left;vertical-align:top;color:#000;font-weight:500;background:transparent;-webkit-user-select:none;user-select:none}.navbar{position:relative;background-color:#000;color:#fff;height:96px;display:flex;align-items:center}.navbar__container{max-width:1110px;margin-inline:auto;width:100%;padding-inline:clamp(1rem,5vw,3rem);display:flex;justify-content:space-between;align-items:center;gap:clamp(1rem,4vw,2.5rem);position:relative}.navbar__logo img{width:143px}.navbar__links{list-style:none;display:flex;gap:clamp(1.2rem,3vw,2.5rem)}.navbar__links li a{font-family:Manrope,sans-serif;font-weight:700;font-size:.8125rem;line-height:1.5625rem;letter-spacing:.0625rem;text-transform:uppercase;color:#fff}.navbar__links li a:hover{color:#d87d4a}.navbar__cart img{width:23px;height:20px}.navbar__toggle{display:none}@media (max-width: 768px){.navbar{height:80px}.navbar__container{position:relative;justify-content:space-between}.navbar__toggle{display:block;order:1}.navbar__logo{order:2}.navbar__logo img{width:100px}.navbar__cart{order:3}.navbar__links{display:none;flex-direction:column;align-items:center;text-align:center;background-color:#000;position:absolute;top:100%;left:0;right:0;padding-block:2rem;z-index:10}.navbar__links.is-open{display:flex}}@media (min-width: 769px) and (max-width: 1023px){.navbar{height:80px}.navbar__container{justify-content:flex-start;position:relative;gap:0}.navbar__toggle{display:block;order:1;margin-right:2.625rem}.navbar__logo{order:2}.navbar__logo img{width:120px}.navbar__cart{order:3;margin-left:auto}.navbar__links{display:none;flex-direction:column;align-items:center;text-align:center;background-color:#000;position:absolute;top:100%;left:0;right:0;padding-block:2rem;z-index:10}.navbar__links.is-open{display:flex}}.cart-modal{display:none;position:fixed;top:80px;right:2rem;width:377px;background:#fff;padding:2rem;box-shadow:0 8px 40px #0003;z-index:999}.cart-modal.is-visible{display:block}.cart-modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.cart-modal__title{font-family:Manrope,sans-serif;font-weight:700;font-size:1.125rem;line-height:1.5rem;letter-spacing:.08125rem;text-transform:uppercase;color:#000}.cart-modal__remove-all{background:none;border:none;color:#979797;font-size:.875rem;cursor:pointer;transition:color .2s ease}.cart-modal__remove-all:hover{color:#fbaf85}.cart-modal__items{display:flex;flex-direction:column;gap:1.5rem;max-height:220px;overflow-y:auto;margin-bottom:2rem}.cart-modal__total{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.cart-modal__total span:first-child{color:#979797;font-size:.875rem;letter-spacing:.0625rem;text-transform:uppercase}.cart-modal__total-price{font-size:1.125rem;font-weight:700;letter-spacing:.0625rem}.cart-modal__checkout{width:313px;height:48px;margin-inline:auto}.cart-modal__checkout button{width:100%;height:100%}.footer{background-color:#101010;color:#fff;padding:3rem 1rem;text-align:center;position:relative}.footer:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100px;height:4px;background-color:#d87d4a}@media (min-width: 768px){.footer:before{left:0;transform:none;width:100px}}.footer__container{max-width:1100px;margin:0 auto}@media (min-width: 768px){.footer__container{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto auto;gap:2rem;text-align:left}}@media (min-width: 1024px){.footer__container{grid-template-rows:auto 1fr auto;gap:2rem 0;align-items:start}}.footer__logo{display:flex;justify-content:center;margin-bottom:1rem}@media (min-width: 768px){.footer__logo{grid-column:1;grid-row:1;justify-content:flex-start;margin-bottom:0}}.footer__logo img{height:25px;width:auto}.footer__nav{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.5rem}@media (min-width: 768px){.footer__nav{grid-column:1;grid-row:2;margin-bottom:0;text-align:left;flex-direction:row;gap:0}}@media (min-width: 1024px){.footer__nav{grid-column:2;grid-row:1;text-align:right}}.footer__nav-link{font-family:Manrope,sans-serif;font-weight:700;font-size:.8125rem;line-height:1.5625rem;letter-spacing:.125rem;margin:0;color:#fff;text-decoration:none;transition:color .3s ease}@media (min-width: 768px){.footer__nav-link{margin:0 2rem 0 0}}@media (min-width: 1024px){.footer__nav-link{margin:0 0 0 2rem}}.footer__nav-link:hover{color:#d87d4a}.footer__text{font-family:Manrope,sans-serif;font-weight:500;font-size:.9375rem;line-height:1.5625rem;letter-spacing:0;max-width:600px;margin:0 auto 1.5rem;color:#eaeaea}@media (min-width: 768px){.footer__text{grid-column:1/-1;grid-row:3;margin:0;max-width:none}}@media (min-width: 1024px){.footer__text{grid-column:1;grid-row:2;max-width:600px;align-self:start}}.footer__copyright{font-family:Manrope,sans-serif;font-weight:500;font-size:.9375rem;line-height:1.5625rem;letter-spacing:0}@media (min-width: 768px){.footer__copyright{grid-column:1;grid-row:4;text-align:left;margin:0}}@media (min-width: 1024px){.footer__copyright{grid-row:3;align-self:end}}.footer__social{display:flex;justify-content:center;gap:1rem;margin-top:1rem}@media (min-width: 768px){.footer__social{grid-column:2;grid-row:4;justify-content:flex-end;margin-top:0}}@media (min-width: 1024px){.footer__social{grid-row:3;align-self:end}}.footer__social-link{display:block;opacity:.7;transition:all .3s ease;font-family:Manrope,sans-serif;font-weight:700;font-size:.8125rem;line-height:1.5625rem;letter-spacing:.125rem}.footer__social-link:hover{opacity:1;filter:brightness(0) saturate(100%) invert(58%) sepia(69%) saturate(2006%) hue-rotate(16deg) brightness(97%) contrast(86%)}.footer__social-link img{width:24px;height:24px}.about{padding:4rem 1rem;text-align:center}.about__container{max-width:1100px;margin:0 auto;display:grid;gap:2rem}@media (min-width: 768px){.about__container{text-align:left}}@media (min-width: 1024px){.about__container{grid-template-columns:1fr 1fr;align-items:center}}.about__image{order:1}@media (min-width: 768px){.about__image{order:1}}@media (min-width: 1024px){.about__image{order:2}}.about__image img{width:100%;border-radius:.5rem;object-fit:cover}.about__content{padding:0 1rem;order:2}@media (min-width: 768px){.about__content{order:2}}@media (min-width: 1024px){.about__content{order:1}}.about__title{font-family:Manrope,sans-serif;font-weight:700;font-size:2.5rem;line-height:2.75rem;letter-spacing:.094rem;text-transform:uppercase;color:#000}.about__title span{color:#d87d4a}.about__description{font-family:Manrope,sans-serif;font-weight:500;font-size:.9375rem;line-height:1.5625rem;letter-spacing:0rem;color:#000;color:#979797;margin-top:32px}.categories{display:flex;justify-content:center;align-items:flex-end;gap:2rem;margin:4rem 0;max-width:1110px;margin-left:auto;margin-right:auto;padding:0 clamp(1rem,5vw,2rem)}.categories__item{position:relative;width:100%;max-width:350px;height:204px;display:flex;flex-direction:column;align-items:center;background:transparent;margin-top:45px}.categories__box{position:absolute;left:0;right:0;bottom:0;width:100%;height:204px;background:#f1f1f1;border-radius:12px;box-shadow:0 8px 24px #0000000a;z-index:0;margin:0 auto}.categories__image-wrapper{position:absolute;top:-45px;left:0;width:100%;display:flex;justify-content:center;z-index:1}.categories__image{width:80px;height:auto;object-fit:contain;display:block}.categories__name{z-index:1;text-align:center;font-size:1.25rem;letter-spacing:.1em;margin-top:70px;margin-bottom:1.2rem;text-transform:uppercase;font-weight:700}.categories__link{z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:.4em;font-weight:600;text-transform:uppercase;font-size:.95rem;color:#555;text-decoration:none;background:none;border:none;cursor:pointer;transition:color .2s;margin-bottom:1rem}.categories__link:hover{color:#d87d4a}@media (max-width: 1110px) and (min-width: 901px){.categories{gap:1.5rem}.categories__item{max-width:300px}}@media (max-width: 900px){.categories{flex-direction:column;align-items:center;gap:1.5rem}.categories__item{width:90vw;max-width:350px}}.hero{background:#101010;min-height:680px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;width:100%}.hero__image-wrapper{position:relative;width:100%;max-width:1280px;height:100%;min-height:620px;margin:0 auto;display:flex;align-items:center;justify-content:flex-start}.hero__image{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.68);border-radius:16px}.hero__content{position:absolute;left:8vw;top:50%;transform:translateY(-50%);color:#fff;max-width:480px;display:flex;flex-direction:column;gap:28px;z-index:2}.hero__content .hero__btn-link{margin-top:16px;width:fit-content}.hero__overline{font-family:Manrope,sans-serif;font-weight:400;font-size:.875rem;letter-spacing:.625rem;color:#979797;text-transform:uppercase}.hero__title{font-family:Manrope,sans-serif;font-weight:700;font-size:clamp(3rem,6vw,3.5rem);line-height:3.625rem;letter-spacing:.125rem;text-transform:uppercase;color:#fff}.hero__description{font-family:Manrope,sans-serif;font-weight:500;font-size:.938rem;line-height:1.563rem;letter-spacing:0rem;color:#fff}@media (max-width: 900px){.hero{min-height:420px}.hero__image-wrapper{max-width:100vw;min-height:380px;justify-content:center}.hero__image{border-radius:0;min-height:340px;filter:brightness(.56)}.hero__content{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:90vw;max-width:96vw;text-align:center;background:#1010106b;border-radius:8px;padding:22px 12px}.hero__content .hero__btn-link{margin:16px auto 0;display:inline-block}}@media (max-width: 600px){.hero{min-height:250px}.hero__image-wrapper{min-height:210px}.hero__content{font-size:1em;padding:16px 6px}.hero__content .hero__btn-link{margin:16px auto 0;display:inline-block}}.featured-products{display:flex;flex-direction:column;gap:48px;align-items:center;width:100%;max-width:1110px;margin:0 auto;padding:0 clamp(1rem,5vw,2rem)}.featured-products__banner{border-radius:12px;overflow:hidden;width:100%}.featured-products__banner--zx9{height:560px;background:#d87d4a;display:flex;align-items:center;position:relative}.featured-products__banner--zx9-inner{display:flex;width:100%;height:100%;align-items:center;justify-content:space-between;padding:0 clamp(2rem,8vw,95px)}.featured-products__banner--zx9-image{flex:0 0 clamp(200px,37vw,410px);display:flex;align-items:center;justify-content:center}.featured-products__banner--zx9-image img{width:clamp(200px,37vw,410px);height:clamp(240px,44vw,493px);object-fit:contain;display:block;transform:translateY(60px)}.featured-products__banner--zx9-content{max-width:350px;margin-left:clamp(2rem,9vw,100px);display:flex;flex-direction:column;justify-content:center;flex:1}.featured-products__banner--zx9-title{font-family:Manrope,sans-serif;font-weight:700;font-size:3.5rem;line-height:3.625rem;letter-spacing:.125rem;text-transform:uppercase;color:#000;color:#fff;margin-bottom:24px}.featured-products__banner--zx9-description{font-family:Manrope,sans-serif;font-weight:500;font-size:.9375rem;line-height:1.5625rem;letter-spacing:0rem;color:#000;color:#f1f1f1;margin-bottom:40px}.featured-products__banner--zx7{position:relative;background-color:#f1f1f1;min-height:320px}.featured-products__banner--zx7-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.featured-products__banner--zx7-image-wrapper img{width:100%;height:100%;object-fit:cover;filter:brightness(.75);border-radius:12px}.featured-products__banner--zx7-content{position:relative;z-index:2;padding:clamp(2rem,5vw,56px);max-width:480px;display:flex;flex-direction:column;justify-content:center}.featured-products__banner--zx7-content-title{font-family:Manrope,sans-serif;font-weight:700;font-size:1.75rem;line-height:2.375rem;letter-spacing:.125rem;text-transform:uppercase;color:#000;margin-bottom:24px;text-align:left}.featured-products__banner--zx7-content-link{width:fit-content}.featured-products__yx1{display:flex;flex-direction:row;gap:30px;width:100%;align-items:stretch;margin-bottom:100px}.featured-products__yx1-image-box,.featured-products__yx1-content-box{flex:1 1 0;min-height:320px;border-radius:12px;display:flex;flex-direction:column}.featured-products__yx1-image-box{overflow:hidden}.featured-products__yx1-image-box img{width:100%;height:100%;object-fit:cover;display:block;border-radius:12px}.featured-products__yx1-content-box{background:#eaeaea;display:flex;flex-direction:column;justify-content:center;padding-left:clamp(2rem,4vw,48px)}.featured-products__yx1-content-box .product-banner__title{font-family:Manrope,sans-serif;font-weight:700;font-size:1.75rem;line-height:2.375rem;letter-spacing:.125rem;text-transform:uppercase;color:#000;margin-bottom:32px}@media (max-width: 950px){.featured-products__banner--zx9{height:auto;padding:40px 20px}.featured-products__banner--zx9-inner{flex-direction:column;padding:0;gap:32px;text-align:center}.featured-products__banner--zx9-image{flex:none}.featured-products__banner--zx9-image img{width:200px;height:240px;transform:translateY(0)}.featured-products__banner--zx9-content{max-width:none;margin-left:0;text-align:center}.featured-products__banner--zx9-title{font-size:36px;line-height:40px;margin-bottom:24px}.featured-products__banner--zx9-description{font-size:15px;line-height:25px;margin-bottom:24px}.featured-products__banner--zx7{flex-direction:column;align-items:center;border-radius:8px;min-height:280px}.featured-products__banner--zx7-content{padding:32px 20px;text-align:center;max-width:none;margin:0 auto}.featured-products__banner--zx7-content-title{font-size:24px}.featured-products__banner--zx7-content-link{margin-top:16px;display:inline-block}.featured-products__banner--zx7-image-wrapper img{border-radius:8px;filter:brightness(.6)}}@media (max-width: 600px){.featured-products__banner--zx7{min-height:240px}.featured-products__banner--zx7-content{padding:24px 12px;font-size:.95em}.featured-products__yx1{flex-direction:column;gap:16px;align-items:center}.featured-products__yx1-image-box,.featured-products__yx1-content-box{width:100%;min-width:0;height:200px}}.custom-outline-btn{background:transparent}.category-hero{background-color:#101010;color:#fff;text-align:center;padding:6rem 0;margin-bottom:4rem}.category-hero__content{max-width:1200px;margin:0 auto;padding:0 2rem}.category-hero__title{font-family:Manrope,sans-serif;font-weight:700;font-size:2.5rem;line-height:2.75rem;letter-spacing:.094rem;text-transform:uppercase;color:#000;color:#fff;letter-spacing:.089rem}@media (max-width: 768px){.category-hero{padding:4rem 0}.category-hero__title{font-size:1.75rem}}.product-card{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center;margin-bottom:5rem;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 2rem}@media (min-width: 1025px){.product-card{flex-direction:row;align-items:center;gap:8rem;margin-bottom:10rem;text-align:left;padding:0 2rem}}@media (min-width: 1025px){.product-card--reverse{flex-direction:row-reverse}.product-card--reverse .product-card__content{text-align:left}}.product-card__image-container{width:100%;position:relative;background:linear-gradient(135deg,#f5f5f5,#e5e5e5);min-height:300px;display:flex;align-items:center;justify-content:center;border-radius:.5rem;overflow:hidden}@media (min-width: 1025px){.product-card__image-container{flex:1;min-height:500px;max-width:540px}}@media (min-width: 769px) and (max-width: 1024px){.product-card__image-container{min-height:400px}}@media (max-width: 768px){.product-card__image-container{min-height:250px}}.product-card__picture{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-card__image{width:100%;height:100%;object-fit:cover}@media (min-width: 1025px){.product-card__image{object-fit:cover;width:100%;height:100%}}.product-card__content{width:100%}@media (min-width: 1025px){.product-card__content{flex:1;max-width:445px;text-align:left}}@media (min-width: 769px) and (max-width: 1024px){.product-card__content{max-width:572px;margin:0 auto}}.product-card__overline{font-family:Manrope,sans-serif;font-weight:400;font-size:.875rem;line-height:1.1875rem;letter-spacing:.625rem;color:#fbaf85;text-transform:uppercase;margin-bottom:16px}@media (min-width: 1025px){.product-card__overline{margin-bottom:1rem;letter-spacing:10px}}.product-card__name{font-family:Manrope,sans-serif;font-weight:700;font-size:2.5rem;line-height:2.75rem;letter-spacing:.094rem;text-transform:uppercase;color:#000;letter-spacing:.089rem;margin-bottom:32px}@media (min-width: 1025px){.product-card__name{font-size:2.5rem;margin-bottom:2rem;letter-spacing:1.5px}}@media (min-width: 769px) and (max-width: 1024px){.product-card__name{font-size:2.5rem}}.product-card__desc{font-family:Manrope,sans-serif;font-weight:500;font-size:.9375rem;line-height:1.5625rem;letter-spacing:0rem;color:#000;color:#979797;margin-bottom:24px}@media (min-width: 1025px){.product-card__desc{margin-bottom:2.5rem;font-size:.9375rem}}.product-detail-container{padding:2rem 1.5rem;max-width:1200px;margin:0 auto}@media (min-width: 768px){.product-detail-container{padding:3rem 2rem}}@media (min-width: 1024px){.product-detail-container{padding:4rem 2rem}}.product-detail{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:left}@media (min-width: 768px){.product-detail{flex-direction:row;text-align:left;gap:4rem;align-items:center}}@media (min-width: 1024px){.product-detail{gap:6rem}}.product-detail__image-container{width:100%;max-width:500px;flex-shrink:0}@media (min-width: 768px){.product-detail__image-container{max-width:400px}}@media (min-width: 1024px){.product-detail__image-container{max-width:540px}}.product-detail__image-container picture,.product-detail__image-container img{width:100%;border-radius:1rem;display:block}.product-detail__info{max-width:600px;flex:1}@media (min-width: 768px){.product-detail__info{max-width:none}}.product-detail__new{font-family:Manrope,sans-serif;font-weight:400;font-size:.875rem;line-height:1.1875rem;letter-spacing:.625rem;color:#fbaf85;text-transform:uppercase;margin-bottom:1rem}@media (min-width: 768px){.product-detail__new{margin-bottom:1.5rem}}.product-detail__name{font-family:Manrope,sans-serif;font-weight:700;font-size:1.75rem;line-height:2.375rem;letter-spacing:.125rem;text-transform:uppercase;color:#000;margin-bottom:1.5rem}@media (min-width: 768px){.product-detail__name{font-size:2.5rem;margin-bottom:2rem}}.product-detail__desc{font-family:Manrope,sans-serif;font-weight:500;font-size:.9375rem;line-height:1.5625rem;letter-spacing:0rem;color:#000;color:#979797;margin-bottom:1.5rem}@media (min-width: 768px){.product-detail__desc{margin-bottom:2rem}}.product-detail__price{font-family:Manrope,sans-serif;font-weight:700;font-size:1.125rem;line-height:1.5rem;letter-spacing:.08125rem;text-transform:uppercase;color:#000;margin-bottom:2rem}@media (min-width: 768px){.product-detail__price{margin-bottom:2.5rem}}.product-detail__actions{display:flex;flex-direction:column;gap:1rem;align-items:stretch}@media (min-width: 480px){.product-detail__actions{flex-direction:row;align-items:center;gap:1rem}}.product-gallery{display:grid;gap:1.25rem;margin-top:4rem;grid-template-columns:1fr;padding:0 1.5rem}@media (min-width: 768px){.product-gallery{grid-template-columns:2fr 3fr;grid-template-rows:1fr 1fr;grid-template-areas:"img1 img3" "img2 img3";gap:2rem;padding:0 2.5rem}}@media (min-width: 1024px){.product-gallery{gap:2.5rem;padding:0 4rem}}@media (min-width: 1200px){.product-gallery{padding:0 6rem;max-width:1200px;margin-left:auto;margin-right:auto}}.product-gallery__item{overflow:hidden;border-radius:.5rem}@media (min-width: 768px){.product-gallery__item:nth-child(1){grid-area:img1}}@media (min-width: 768px){.product-gallery__item:nth-child(2){grid-area:img2}}@media (min-width: 768px){.product-gallery__item:nth-child(3){grid-area:img3}}.product-gallery__image{width:100%;height:100%;border-radius:.5rem;object-fit:cover;display:block}@media (max-width: 767px){.product-gallery__image{aspect-ratio:16/9}}@media (min-width: 768px){.product-gallery__image{height:100%;min-height:174px}}.product-gallery__item{transition:transform .3s ease}.product-gallery__item:hover{transform:translateY(-2px)}.product-gallery__item picture{display:block;width:100%;height:100%}.product-recommendations{text-align:center;margin-top:6rem}.product-recommendations__title{font-family:Manrope,sans-serif;font-weight:700;font-size:2rem;line-height:2.25rem;letter-spacing:.071875rem;text-transform:uppercase;color:#000}.product-recommendations__list{display:flex;justify-content:center;align-items:flex-start;gap:2rem;margin:4rem 0;max-width:1110px;margin-left:auto;margin-right:auto;padding:0 clamp(1rem,5vw,2rem)}@media (max-width: 900px){.product-recommendations__list{flex-direction:column;align-items:center;gap:1.5rem}}@media (max-width: 1110px) and (min-width: 901px){.product-recommendations__list{gap:1.5rem}}.product-recommendations__card{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:350px}@media (max-width: 1110px) and (min-width: 901px){.product-recommendations__card{max-width:300px}}@media (max-width: 900px){.product-recommendations__card{width:90vw;max-width:350px}}.product-recommendations__image{width:100%;height:auto;border-radius:.75rem;object-fit:contain;background-color:#f1f1f1;padding:3rem 2rem;box-shadow:0 8px 24px #0000000a;min-height:200px;max-height:280px}@media (max-width: 767px){.product-recommendations__image{padding:2.5rem 1.5rem;min-height:180px;max-height:250px}}@media (min-width: 768px) and (max-width: 1199px){.product-recommendations__image{padding:2.5rem 2rem;min-height:200px;max-height:260px}}@media (min-width: 1200px){.product-recommendations__image{padding:3rem 2rem;min-height:220px;max-height:280px}}.product-recommendations__name{font-family:Manrope,sans-serif;font-size:1.5rem;line-height:2.0625rem;letter-spacing:.10625rem;text-transform:uppercase;color:#000;margin:1rem 0;font-weight:700}.product-recommendations a{text-decoration:none}.product-recommendations__button{margin-top:1rem}.checkout-form{background:#fff;border-radius:.75rem;padding:2.5rem 2rem 2rem;max-width:730px;width:100%;margin:0 auto;box-shadow:0 1.5px 16px #2020200a;box-sizing:border-box}.checkout-form__title{font-family:Manrope,sans-serif;font-weight:700;font-size:2rem;line-height:2.25rem;letter-spacing:.071875rem;text-transform:uppercase;color:#000}.checkout-form fieldset{border:none;margin-bottom:3rem;padding:0;min-width:0}.checkout-form__legend,.checkout-form legend{font-family:Manrope,sans-serif;font-weight:500;font-size:.9375rem;line-height:1.5625rem;letter-spacing:0rem;color:#000;font-weight:700;color:#d87d4a;margin-bottom:1.5rem}.checkout-form__row{flex-wrap:wrap;display:flex;gap:1.5rem;margin-bottom:1.5rem;width:100%;min-width:0}.checkout-form__row:last-child{margin-bottom:0}.checkout-form__row>*{flex:1 1 0;min-width:0;max-width:100%}.checkout-form .payment-method-row{align-items:flex-start;gap:1.5rem;margin-top:1.25rem;margin-bottom:1.5rem}.checkout-form .payment-label-col{flex:1 1 24%;max-width:155px;font-weight:600;color:#979797;letter-spacing:.5px;font-size:1rem;padding-top:.6rem}.checkout-form .payment-options-col{flex:1 1 72%;display:flex;flex-direction:column;gap:1rem;width:100%;min-width:0}.checkout-form .e-money-fields-row{display:flex;gap:1.5rem;width:100%;margin-bottom:1.5rem;min-width:0}.checkout-form .e-money-fields-row>*{flex:1 1 0;min-width:0;max-width:100%}.checkout-form .cod-message{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem 0}.checkout-form .cod-message__icon{flex-shrink:0;width:48px;height:48px}.checkout-form .cod-message__text{flex:1;min-width:0}.checkout-form .cod-message__text p{font-family:Manrope,sans-serif;font-weight:500;font-size:.9375rem;line-height:1.5625rem;letter-spacing:0rem;color:#000;margin:0;color:#979797;font-size:1rem;line-height:1.6}.checkout-form__group{display:flex;flex-direction:column;width:100%;min-width:0}.checkout-form__group label{font-weight:600;margin-bottom:.5rem;color:#eaeaea;font-size:1rem;letter-spacing:.5px}.checkout-form__group input[type=text],.checkout-form__group input[type=email],.checkout-form__group input[type=tel]{border:1.5px solid #eaeaea;border-radius:.5rem;background:#eaeaea;padding:1.1rem 1.2rem;font-size:1.06rem;color:#101010;transition:border .2s;outline:none;width:100%;box-sizing:border-box;min-width:0;overflow:hidden;text-overflow:ellipsis}.checkout-form__group input[type=text]:focus,.checkout-form__group input[type=email]:focus,.checkout-form__group input[type=tel]:focus{border-color:#d87d4a}.checkout-form__group input[type=text]::placeholder,.checkout-form__group input[type=email]::placeholder,.checkout-form__group input[type=tel]::placeholder{color:#eaeaea;opacity:.8}.checkout-form .checkout-form__radio-group{display:flex;flex-direction:row;gap:1rem;width:100%;min-width:0}.checkout-form .checkout-form__radio-group label{flex:1 1 0;background:#eaeaea;padding:1.15rem 1.2rem;border-radius:.49rem;border:1.5px solid #eaeaea;cursor:pointer;display:flex;align-items:center;gap:.8rem;font-weight:500;font-size:1.13rem;transition:border-color .2s;min-width:0;box-sizing:border-box}.checkout-form .checkout-form__radio-group input[type=radio]{accent-color:#d87d4a;min-width:1.15rem;min-height:1.15rem;margin-right:1rem;margin-left:.05rem;flex-shrink:0}.checkout-form .checkout-form__radio-group input[type=radio]:checked+span{color:#d87d4a}.checkout-form .checkout-form__radio-group input[type=radio]:checked~label{border-color:#d87d4a}@media (max-width: 900px){.checkout-form{padding:2rem 1.5rem}.checkout-form__row,.checkout-form .e-money-fields-row,.checkout-form .payment-method-row,.checkout-form .cod-message{gap:1rem}}@media (max-width: 700px){.checkout-form{padding:1.5rem 1rem}.checkout-form__title{font-size:1.75rem;margin-bottom:1.5rem}.checkout-form .payment-label-col{max-width:100%;padding:0}.checkout-form__row,.checkout-form .e-money-fields-row{gap:.75rem}.checkout-form__group input[type=text],.checkout-form__group input[type=email],.checkout-form__group input[type=tel]{padding:1rem;font-size:1rem}}@media (max-width: 600px){.checkout-form{border-radius:.45rem;padding:1rem .75rem;box-shadow:none}.checkout-form__title{font-size:1.5rem;margin-bottom:1.25rem}.checkout-form__row,.checkout-form .e-money-fields-row,.checkout-form .payment-method-row{flex-direction:column;gap:1rem}.checkout-form .payment-label-col,.checkout-form .payment-options-col{max-width:100%;flex:1 1 100%;padding:0}.checkout-form .checkout-form__radio-group{flex-direction:column;gap:1rem}.checkout-form .cod-message{flex-direction:column;gap:1rem;text-align:center}.checkout-form .cod-message__icon{align-self:center}}@media (max-width: 400px){.checkout-form{padding:.75rem .5rem}.checkout-form__title{font-size:1.35rem}.checkout-form__group input[type=text],.checkout-form__group input[type=email],.checkout-form__group input[type=tel]{padding:.8rem .75rem;font-size:1rem;overflow:hidden;text-overflow:ellipsis}}.order-summary{background:#fff;padding:2rem;border-radius:.75rem;box-sizing:border-box;width:100%;max-width:730px;margin:0 auto}.order-summary__title{font-family:Manrope,sans-serif;font-weight:700;font-size:1.125rem;line-height:1.5rem;letter-spacing:.08125rem;text-transform:uppercase;color:#000;margin-bottom:1.5rem}.order-summary__item{display:flex;align-items:center;margin-bottom:1rem}.order-summary__item img{width:64px;height:64px;border-radius:.5rem;object-fit:cover;margin-right:1rem;flex-shrink:0}.order-summary__item .order-summary__info{flex:1;min-width:0}.order-summary__item .order-summary__name{font-family:Manrope,sans-serif;font-weight:500;font-size:.9375rem;line-height:1.5625rem;letter-spacing:0rem;color:#000;font-weight:700;word-break:break-word}.order-summary__item .order-summary__price{font-size:.875rem;color:#979797}.order-summary__item .order-summary__quantity{font-weight:700;flex-shrink:0;margin-left:.5rem;color:#979797}.order-summary__totals{margin-top:2rem}.order-summary__totals div{display:flex;justify-content:space-between;margin-bottom:.5rem}.order-summary__totals div span:first-child{font-family:Manrope,sans-serif;font-weight:500;font-size:.9375rem;line-height:1.5625rem;letter-spacing:0rem;color:#000;color:#979797;text-transform:uppercase;word-break:break-word}.order-summary__totals div span:last-child{font-family:Manrope,sans-serif;font-weight:700;font-size:1.125rem;line-height:1.5rem;letter-spacing:.08125rem;text-transform:uppercase;color:#000;word-break:break-word}.order-summary__grand-total{margin-top:1rem;font-weight:700}.order-summary__grand-total-label{font-size:1.1rem}.order-summary__grand-total-amount{color:#d87d4a!important;font-size:1.2rem;font-weight:700}.order-summary button.btn,.order-summary .btn.btn--primary{width:100%;min-width:unset;margin-top:2rem;box-sizing:border-box}@media (max-width: 900px){.order-summary{padding:1.5rem;max-width:100%}}@media (max-width: 700px){.order-summary{padding:1rem;border-radius:.5rem}.order-summary__title{font-size:1.25rem;margin-bottom:1.25rem}.order-summary__item img{width:48px;height:48px}.order-summary__item .order-summary__name{font-size:.9rem}.order-summary__grand-total-label{font-size:1rem}.order-summary__grand-total-amount{font-size:1.1rem}}@media (max-width: 600px){.order-summary{padding:.75rem}.order-summary__item{flex-wrap:wrap;gap:.5rem}.order-summary__item img{width:40px;height:40px}.order-summary__totals{margin-top:1.5rem}.order-summary__totals div{font-size:.9rem}.order-summary__grand-total-label{font-size:.95rem}.order-summary__grand-total-amount{font-size:1rem}}.checkout-container{display:flex;gap:2rem;max-width:1200px;margin:0 auto;padding:2rem}.checkout-container .checkout-form{flex:2;min-width:0}.checkout-container .order-summary{flex:1;min-width:0;max-width:none}@media (max-width: 900px){.checkout-container{flex-direction:column;gap:1.5rem}.checkout-container .order-summary{max-width:730px;margin:0 auto}}.checkout-page .order-confirmation-overlay{display:none;position:fixed;z-index:1000;top:0;left:0;right:0;bottom:0;background:#00000080;justify-content:center;align-items:center;padding:1rem;overflow-y:auto}.checkout-page .order-confirmation-overlay.is-visible{display:flex}.checkout-page .order-confirmation{background-color:#fff;border-radius:.75rem;max-width:540px;width:100%;max-height:90vh;margin:auto;padding:2rem 1.5rem;box-shadow:0 8px 48px #00000014;text-align:center;display:flex;flex-direction:column;align-items:center;overflow-y:auto}@media (min-width: 768px){.checkout-page .order-confirmation{padding:2.5rem 2rem;margin:2rem auto}}.checkout-page .order-confirmation__icon{width:64px;height:64px;margin-bottom:1.5rem}.checkout-page .order-confirmation__title{font-family:Manrope,sans-serif;font-weight:700;font-size:2rem;line-height:2.25rem;letter-spacing:.071875rem;text-transform:uppercase;color:#000;margin-bottom:1rem}@media (min-width: 768px){.checkout-page .order-confirmation__title{font-size:1.5rem}}.checkout-page .order-confirmation__message{font-family:Manrope,sans-serif;font-weight:500;font-size:.9375rem;line-height:1.5625rem;letter-spacing:0rem;color:#000;color:#979797;margin-bottom:1.5rem}@media (min-width: 768px){.checkout-page .order-confirmation__message{font-size:1rem;margin-bottom:2rem}}.checkout-page .order-confirmation__summary{display:flex;flex-direction:column;background:#fff;border-radius:.5rem;width:100%;margin-bottom:1.5rem;overflow:hidden;box-shadow:0 2px 8px #0000001a}@media (min-width: 768px){.checkout-page .order-confirmation__summary{flex-direction:row;justify-content:space-between;margin-bottom:2rem}}.checkout-page .order-confirmation__summary-left{padding:1.25rem;flex:1;background:#f5f5f5}@media (min-width: 768px){.checkout-page .order-confirmation__summary-left{padding:1.5rem;border-right:1px solid #eaeaea}}.checkout-page .order-confirmation__item{display:flex;align-items:center;justify-content:space-between;gap:1rem}.checkout-page .order-confirmation__item-left{display:flex;align-items:center;gap:1rem;flex:1}.checkout-page .order-confirmation__item-img{width:50px;height:50px;border-radius:.5rem;object-fit:cover}.checkout-page .order-confirmation__item-details{flex:1;text-align:left}.checkout-page .order-confirmation__item-name{font-weight:700;font-size:.875rem;margin-bottom:.25rem;text-transform:uppercase}.checkout-page .order-confirmation__item-price{color:#979797;font-size:.875rem}.checkout-page .order-confirmation__item-qty{font-weight:700;color:#979797;font-size:.875rem}.checkout-page .order-confirmation__summary-right{background-color:#000;color:#fff;padding:1.25rem;text-align:left;display:flex;flex-direction:column;justify-content:center}@media (min-width: 768px){.checkout-page .order-confirmation__summary-right{padding:1.5rem;min-width:180px}}.checkout-page .order-confirmation__summary-right .order-confirmation__grand-label{font-size:.75rem;text-transform:uppercase;margin-bottom:.5rem;color:#ffffffb3}@media (min-width: 768px){.checkout-page .order-confirmation__summary-right .order-confirmation__grand-label{font-size:.875rem}}.checkout-page .order-confirmation__summary-right .order-confirmation__grand-amount{font-size:1.125rem;font-weight:700}@media (min-width: 768px){.checkout-page .order-confirmation__summary-right .order-confirmation__grand-amount{font-size:1.25rem}}.checkout-page .order-confirmation__divider{border:none;border-top:1px solid #ccc;margin:.75rem 0}@media (min-width: 768px){.checkout-page .order-confirmation__divider{margin:1rem 0}}.checkout-page .order-confirmation__more{font-size:.75rem;color:#979797;text-align:center}@media (min-width: 768px){.checkout-page .order-confirmation__more{font-size:.875rem}}.checkout-page .order-confirmation__button-container{margin-top:1.5rem;width:100%}@media (min-width: 768px){.checkout-page .order-confirmation__button-container{margin-top:2rem}}.checkout-page .order-confirmation button,.checkout-page .order-confirmation .order-confirmation__button{width:100%;padding:1rem 0;text-transform:uppercase}@media (min-width: 768px){.checkout-page .order-confirmation button,.checkout-page .order-confirmation .order-confirmation__button{padding:1.1rem 0;font-size:1rem}}.checkout-page .order-confirmation button:hover,.checkout-page .order-confirmation .order-confirmation__button:hover{background:#fbaf85}.cart-modal__items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;align-items:flex-start;justify-content:space-between}.cart-item__image{width:64px;height:64px;object-fit:cover;border-radius:.5rem}.cart-item__details{flex:1;padding:0 1rem}.cart-item__name,.cart-item__price,.cart-item__quantity{font-size:.875rem;margin:0}.cart-item__name{font-family:Manrope,sans-serif;font-weight:500;font-size:.9375rem;line-height:1.5625rem;letter-spacing:0rem;font-weight:700;color:#000;text-transform:none;line-height:1.563rem;letter-spacing:0;font-size:.938rem}.cart-item__price{font-family:Manrope,sans-serif;font-weight:500;font-size:.9375rem;line-height:1.5625rem;letter-spacing:0rem;color:#000;font-weight:700;color:#979797;font-size:.875rem;line-height:1.563rem;letter-spacing:0;text-transform:none}.go-back-button{font-family:Manrope,sans-serif;font-weight:500;font-size:.9375rem;line-height:1.5625rem;letter-spacing:0rem;color:#000;background:none;border:none;color:#979797;margin-bottom:2rem;cursor:pointer}.go-back-button:hover{color:#fbaf85}.product-specs{max-width:1110px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;gap:5rem}@media (min-width: 768px){.product-specs{padding:0 2.5rem;gap:6rem}}@media (min-width: 1024px){.product-specs{flex-direction:row;gap:8rem;align-items:flex-start;padding:0 3rem}}.product-specs__text{width:100%}@media (min-width: 1024px){.product-specs__text{flex:2}}.product-specs__text h2{font-family:Manrope,sans-serif;font-weight:700;font-size:1.5rem;line-height:2.0625rem;letter-spacing:.10625rem;text-transform:uppercase;color:#000;margin-bottom:2rem;letter-spacing:.054rem;line-height:2.25rem}@media (min-width: 768px){.product-specs__text h2{font-size:2.5rem;margin-bottom:2.5rem}}.product-specs__text p{font-family:Manrope,sans-serif;font-weight:500;font-size:.9375rem;line-height:1.5625rem;letter-spacing:0rem;color:#000;color:#979797;margin-bottom:1.5rem}@media (min-width: 768px){.product-specs__text p{font-size:.95rem;line-height:1.7;margin-bottom:2rem}}.product-specs__text p:last-child{margin-bottom:0}.product-specs__box{width:100%}@media (min-width: 768px) and (max-width: 1023px){.product-specs__box{display:flex;gap:3rem;align-items:flex-start}}@media (min-width: 1024px){.product-specs__box{flex:1;min-width:350px}}.product-specs__box h2{font-family:Manrope,sans-serif;font-weight:700;font-size:1.5rem;line-height:2.0625rem;letter-spacing:.10625rem;text-transform:uppercase;color:#000;margin-bottom:2rem;letter-spacing:.1em}@media (min-width: 768px){.product-specs__box h2{font-size:2.5rem;margin-bottom:2.5rem}}@media (min-width: 768px) and (max-width: 1023px){.product-specs__box h2{flex:0 0 280px;margin-bottom:0;white-space:nowrap}}.product-specs__box ul{list-style:none;padding:0;margin:0}@media (min-width: 768px) and (max-width: 1023px){.product-specs__box ul{flex:1}}.product-specs__item{display:flex;align-items:flex-start;margin-bottom:.5rem;font-size:.9rem}@media (min-width: 768px){.product-specs__item{font-size:.95rem;margin-bottom:.75rem}}.product-specs__item:last-child{margin-bottom:0}.product-specs__quantity{font-family:Manrope,sans-serif;font-weight:500;font-size:.9375rem;line-height:1.5625rem;letter-spacing:0rem;color:#000;font-size:.938rem;color:#d87d4a;min-width:2rem;margin-right:1.5rem;flex-shrink:0}@media (min-width: 768px){.product-specs__quantity{min-width:2.5rem;margin-right:2rem}}.product-specs__item-name{font-family:Manrope,sans-serif;font-weight:500;font-size:.9375rem;line-height:1.5625rem;letter-spacing:0rem;color:#000;color:#979797;line-height:1.563}.checkout-page__wrapper{display:grid;grid-template-columns:2fr 1fr;gap:2rem;max-width:1110px;margin:4rem auto;padding:0 1rem;box-sizing:border-box}@media (max-width: 1023px){.checkout-page__wrapper{grid-template-columns:1fr;gap:2rem;margin:2rem auto}}.checkout-page__wrapper .checkout-form{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 0 10px #0000000d;box-sizing:border-box}@media (max-width: 768px){.checkout-page__wrapper .checkout-form{padding:1.5rem}}@media (max-width: 600px){.checkout-page__wrapper .checkout-form{padding:1rem}}.checkout-page__wrapper .order-summary{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 0 10px #0000000d;box-sizing:border-box}@media (max-width: 768px){.checkout-page__wrapper .order-summary{padding:1.5rem}}@media (max-width: 600px){.checkout-page__wrapper .order-summary{padding:1rem}}
