.cart-btn{filter:grayscale(0);width:100%;position:relative}.cart-btn.in-flight{filter:grayscale();transition:filter .2s}.cart-btn__product-list{cursor:pointer;background:#ff5c5f;border:none;border-radius:15px;outline:none;flex-direction:row;justify-content:center;align-items:center;gap:10px;width:100%;padding:10px 0;display:flex}@media only screen and (max-width:767px){.cart-btn__product-list{border-radius:10px}}.cart-btn__product-list-icon svg path{stroke:#fcfdff}@media only screen and (max-width:767px){.cart-btn__product-list-icon svg{width:18px;height:18px}}.cart-btn__product-list-price{font-family:var(--font-montserrat),sans-serif;color:#fcfdff;font-size:1rem;font-weight:600;line-height:19.2px}@media only screen and (max-width:767px){.cart-btn__product-list-price{font-size:.875rem;line-height:16.8px}}.cart-btn:has(.cart-btn__product-details){width:90%;height:70px;margin-top:50px;margin-bottom:50px}@media only screen and (max-width:1024px){.cart-btn:has(.cart-btn__product-details){width:100%;margin-top:40px;margin-bottom:40px}}@media only screen and (max-width:767px){.cart-btn:has(.cart-btn__product-details){margin-top:30px;margin-bottom:30px}}.cart-btn__product-details{cursor:pointer;background-color:#ff5c5f;border:none;border-radius:15px;outline:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:100%;height:100%;display:flex}.cart-btn__product-details-price,.cart-btn__product-details-text{font-family:var(--font-uncage),sans-serif;color:#fcfdff;font-size:1.25rem;line-height:24px}@media only screen and (max-width:767px){.cart-btn__product-details-price,.cart-btn__product-details-text{font-size:1.125rem;line-height:21.6px}}
.product-list{--items-per-column:4;grid-template-columns:repeat(var(--items-per-column),1fr);gap:40px;width:100%;display:grid}@media only screen and (max-width:1280px){.product-list{gap:30px}}@media only screen and (max-width:1024px){.product-list{--items-per-column:3}}@media only screen and (max-width:767px){.product-list{--items-per-column:2;gap:20px 10px}}.product-card{justify-content:none;flex-direction:column;align-items:center;gap:20px;width:100%;display:flex;position:relative}@media only screen and (max-width:767px){.product-card{gap:15px}}.product-card__info{background-color:#fcfdff;border-radius:15px;padding-bottom:20px;box-shadow:0 10px 30px #0000001a}@media only screen and (max-width:767px){.product-card__info{border-radius:10px;padding-bottom:15px}}.product-card__image-container{border-top-left-radius:inherit;border-top-right-radius:inherit;aspect-ratio:3/2.9;width:100%;height:auto;position:relative}.product-card__image{border-top-left-radius:inherit;border-top-right-radius:inherit;object-fit:cover}.product-card__name{font-family:var(--font-uncage),sans-serif;color:#262525;text-align:center;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;margin-top:20px;padding:0 20px;font-size:1rem;font-weight:500;line-height:19px;display:-webkit-box;overflow:hidden}@media only screen and (max-width:1024px){.product-card__name{padding:0 5px}}@media only screen and (max-width:767px){.product-card__name{margin-top:10px;font-size:.75rem;line-height:13.2px}}.product-card__description{font-family:var(--font-montserrat),sans-serif;color:#262525;text-align:center;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-top:10px;padding:0 20px;font-size:.875rem;font-weight:400;line-height:18.2px;display:-webkit-box;overflow:hidden}@media only screen and (max-width:767px){.product-card__description{padding:0 5px;font-size:.625rem;font-weight:500;line-height:13px}}.product-card__banners{width:100%;position:absolute;top:15px;left:0}@media only screen and (max-width:767px){.product-card__banners{top:10px}}.product-card__banners-list{justify-content:space-between;align-items:center;gap:none;flex-direction:row;width:100%;padding:0 15px;list-style:none;display:flex}@media only screen and (max-width:912px){.product-card__banners-list{padding:0 10px}}.product-card__badge,.product-card__metric{font-family:var(--font-uncage),sans-serif;text-align:center;border-radius:10px;padding:10px 15px;font-size:.8125rem;line-height:15.6px}@media only screen and (max-width:912px){.product-card__badge,.product-card__metric{padding:10px}}@media only screen and (max-width:767px){.product-card__badge,.product-card__metric{border-radius:8px;padding:4px 8px;font-size:.625rem;line-height:13px}}.product-card__metric{color:#fcfdff;background-color:#ff5c5f}.product-card__badge{color:#ff5c5f;background-color:#fcfdff}.product-card.skeleton{border-radius:15px 15px 0 0;gap:15px;overflow:hidden}@media only screen and (max-width:1024px){.product-card.skeleton{gap:5px}}.product-card__image-container.skeleton{background-color:#e6e9ef;position:relative;overflow:hidden}.product-card__name.skeleton,.product-card__description.skeleton{background-color:#e6e9ef;align-self:flex-start;width:50%;height:4vh;margin:0;position:relative;overflow:hidden}@media only screen and (max-width:1024px){.product-card__name.skeleton,.product-card__description.skeleton{height:2vh}}.product-card__image-container.skeleton:after,.product-card__name.skeleton:after,.product-card__description.skeleton:after{content:" ";background:linear-gradient(90deg,#0000,#f1f3f7,#0000);width:100%;height:100%;animation:1.5s infinite shimmer;position:absolute;top:0;left:0}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}
.product-not-found{flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;height:30vh;display:flex}@media only screen and (max-width:767px){.product-not-found svg{width:100px;height:100px}}.product-not-found__title{font-family:var(--font-uncage),sans-serif;color:#262525;font-size:1.5rem;font-weight:500;line-height:26.4px}@media only screen and (max-width:767px){.product-not-found__title{font-size:1.125rem;line-height:19.8px}}.product-not-found__text{font-family:var(--font-montserrat),sans-serif;color:#262525;text-align:center;width:500px;font-size:1.125rem;font-weight:400;line-height:20.1px}@media only screen and (max-width:767px){.product-not-found__text{width:100%;font-size:1rem;line-height:19px}}
