.hero{--hero-gutter:50px;--hero-spacing:40px;width:100%;margin-top:var(--hero-gutter);justify-content:space-between;align-items:center;gap:var(--hero-spacing);flex-direction:row;display:flex;position:relative}@media only screen and (max-width:1280px){.hero{--hero-spacing:30px;--hero-gutter:30px}}@media only screen and (max-width:1024px){.hero{--hero-gutter:40px;--hero-spacing:40px}}@media only screen and (max-width:912px){.hero{--hero-gutter:20px;--hero-spacing:20px}}@media (max-width:820px){.hero{--hero-spacing:40px;flex-direction:column;padding:0 40px}}@media only screen and (max-width:767px){.hero{padding:0 20px}}.hero__media{margin-left:var(--hero-gutter);aspect-ratio:3/2.2;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;border:1px solid #0000;flex-direction:row;justify-content:flex-start;align-self:flex-start;align-items:center;gap:20px;width:55%;height:auto;list-style:none;display:flex;overflow-x:auto}@media (max-width:820px){.hero__media{width:100%;margin:0}}.hero__images-wrapper{--images-wrapper-spacing:20px;scroll-snap-align:center;justify-content:center;align-items:center;gap:var(--images-wrapper-spacing);flex-direction:row;flex-shrink:0;width:100%;display:flex}@media only screen and (max-width:767px){.hero__images-wrapper{gap:10px}}.hero__image-container{aspect-ratio:2/3;border-radius:15px;width:50%;height:auto;position:relative}@media only screen and (max-width:912px){.hero__image-container{border-radius:10px}}.hero__product-image{border-radius:inherit}.hero__info{width:45%;height:570px;padding-top:20px;padding-right:var(--hero-gutter);flex-direction:column;justify-content:center;align-self:flex-start;align-items:center;gap:20px;display:flex}@media only screen and (max-width:1280px){.hero__info{height:450px}}@media only screen and (max-width:1024px){.hero__info{gap:15px;height:380px}}@media (max-width:820px){.hero__info{flex-direction:column-reverse;justify-content:flex-end;width:100%;height:320px;padding:0}}.hero__info-text-wrapper{flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex}@media only screen and (max-width:1024px){.hero__info-text-wrapper{gap:15px}}.hero__product-badge,.hero__product-description{font-family:var(--font-montserrat),sans-serif;color:#262525;text-align:center;font-size:1.25rem;font-weight:300;line-height:24px}@media only screen and (max-width:1280px){.hero__product-badge,.hero__product-description{font-size:1rem;line-height:19.2px}}@media (max-width:820px){.hero__product-badge,.hero__product-description{font-size:1.25rem;line-height:24px}}@media only screen and (max-width:767px){.hero__product-badge,.hero__product-description{font-size:1rem;line-height:19.2px}}.hero__product-name{width:100%;font-family:var(--font-uncage),sans-serif;color:#262525;text-align:center;font-size:2.75rem;font-weight:500;line-height:48.4px}@media only screen and (max-width:1280px){.hero__product-name{font-size:2rem;line-height:38.4px}}@media only screen and (max-width:1024px){.hero__product-name{font-size:1.75rem;line-height:30.8px}}@media (max-width:820px){.hero__product-name{width:600px}}@media (max-width:768px){.hero__product-name{width:100%}}@media only screen and (max-width:767px){.hero__product-name{font-size:1.5rem;line-height:26.4px}}.hero__product-description{width:100%}.hero__product-link{color:#fcfdff;height:44px;font-family:var(--font-uncage);justify-content:center;align-items:center;gap:none;background:#262525;border-radius:10px;flex-direction:row;padding:0 30px;font-size:16px;line-height:19px;display:flex}.hero__carousel-control{flex-direction:row;justify-content:center;align-items:center;gap:20px;width:100%;margin-top:auto;display:flex}@media (max-width:820px){.hero__carousel-control{display:none}}.hero__carousel-btn{justify-content:center;align-items:center;gap:none;cursor:pointer;background:#ff9698;border:none;border-radius:50%;flex-direction:row;width:65px;height:65px;display:flex}@media only screen and (max-width:1280px){.hero__carousel-btn{width:50px;height:50px}}@media only screen and (max-width:1024px){.hero__carousel-btn{width:40px;height:40px}.hero__carousel-btn svg{width:20px;height:20px}}.hero__pagination-list{flex-direction:row;justify-content:center;align-items:center;gap:20px;list-style:none;display:flex;position:absolute;bottom:-40px;left:50%;transform:translate(-50%)}@media (max-width:820px){.hero__pagination-list{position:relative;bottom:auto;left:auto;transform:translate(0)}}.hero__pagination-item{background-color:#0000;border:2px solid #ff9698;border-radius:50%;width:20px;height:20px;transition:background-color .3s ease-out}@media only screen and (max-width:1024px){.hero__pagination-item{width:15px;height:15px}}.hero__pagination-item.active{background-color:#ff9698}
