/* GentleYou product-card ratings */ .rating{display:inline-flex;align-items:center;justify-content:center;margin:.35rem auto .15rem;padding:0;min-height:1.45rem;border:0;border-radius:0;background:none;box-shadow:none;vertical-align:middle}.rating-star{--color-rating-star:#f2bd4f;--letter-spacing:.28;--font-size:1.12;--percent:100%;letter-spacing:calc(var(--letter-spacing)*1rem);font-size:calc(var(--font-size)*1rem);line-height:1;display:inline-block;font-family:Times,serif;margin:0;color:transparent;-webkit-text-fill-color:transparent}.rating-star::before{content:'★★★★★';display:inline-block;background:linear-gradient(90deg,#f2bd4f var(--percent),rgba(45,27,78,.16) var(--percent));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 6px rgba(230,173,63,.28)}.rating-text,.rating-count{display:block;margin:.12rem 0 0;text-align:center;line-height:1.25}.product-card-wrapper .card-information{display:flex;flex-direction:column}.product-card-wrapper .card__heading{min-height:2.7em}.product-grid .grid__item{display:flex}.product-grid .grid__item>.product-card-wrapper{display:flex;width:100%;height:100%}.product-card-wrapper>.card{display:flex;flex-direction:column;width:100%;height:100%}.product-card-wrapper>.card>.card__content:last-child{display:flex;flex-direction:column;flex:1 1 auto}.product-card-wrapper>.card>.card__content:last-child>.card__information{display:flex;flex-direction:column;flex:1 1 auto}.product-card-wrapper>.card>.card__content:last-child>.quick-add{margin-top:auto;flex:0 0 auto}.product-card-wrapper .card-information:not(:has(.rating))::before{content:'★★★★★';display:block;width:fit-content;margin:.35rem auto .15rem;color:#f2bd4f;-webkit-text-fill-color:#f2bd4f;font-family:Times,serif;font-size:1.12rem;line-height:1.25;letter-spacing:.28rem;text-shadow:0 0 6px rgba(230,173,63,.28);order:1}.product-card-wrapper .card-information:not(:has(.rating))::after{content:none!important}.product-card-wrapper .card-information:not(:has(.rating))>.price{order:2!important;margin-top:0!important;display:flex;flex-direction:column;align-items:center}.product-card-wrapper .card-information:not(:has(.rating))>.price::before{content:'5.0 / 5.0';display:block;order:1;width:100%;margin:.05rem 0 0;text-align:center;font-size:1.04rem;line-height:1.45;color:rgb(var(--color-foreground))}.product-card-wrapper .card-information:not(:has(.rating))>.price::after{content:'(1)';display:block;order:2;width:100%;margin:.02rem 0 .15rem;text-align:center;font-size:1.04rem;line-height:1.35;color:rgb(var(--color-foreground))}.product-card-wrapper .card-information:not(:has(.rating))>.price>.price__container{order:3}.product-card-wrapper .card-information:has(.rating)>.rating{order:1}.product-card-wrapper .card-information:has(.rating)>.rating-text{order:2}.product-card-wrapper .card-information:has(.rating)>.rating-count{order:3}.product-card-wrapper .card-information:has(.rating)>.price{order:4;margin-top:0!important}@media(max-width:749px){.product-card-wrapper .rating-star{--letter-spacing:.24;--font-size:1.04}.product-card-wrapper .card-information:not(:has(.rating))::before{font-size:1.04rem;letter-spacing:.24rem}.product-card-wrapper .card-information:not(:has(.rating))>.price::before,.product-card-wrapper .card-information:not(:has(.rating))>.price::after{font-size:1.04rem}.product-card-wrapper .card-information:not(:has(.rating))>.price::after{margin-bottom:.15rem}.product-card-wrapper .card__heading{min-height:2.7em}}