.product__list{margin-top:5rem}.product__card{position:relative;padding:2rem;margin-top:2rem;border:.2rem solid #eae9f2;transition:border-color .2s ease,background-color .2s ease}@media screen and (min-width:480px){.product__card{padding:3rem}}.product__card.is-selected{border-color:#2069f9;background-color:#f7faff}.product__card--main-product{margin-top:0}.product__card--main-product.is-selected{border-color:#eae9f2;background-color:#fff}.product__card--main-product .product__card-desc{padding-left:0}@media screen and (min-width:960px){.product__card--popular{padding-bottom:6.3rem}}.product__card--popular:has(:not(.product__card-sale)){padding-top:2.5rem}@media screen and (min-width:960px){.product__card--popular:has(:not(.product__card-sale)){padding-top:6rem}}.product__card--popular:has(.product__card-sale){padding-top:2.5rem}@media screen and (min-width:960px){.product__card--popular:has(.product__card-sale){padding-top:4.1rem}}.product__card-popular{position:absolute;top:0;left:-1.6rem;display:flex;align-items:center;column-gap:1rem;padding:.9rem 1rem;background-color:#2069f9}@media screen and (min-width:960px){.product__card-popular{padding:.9rem 2.2rem}}.product__card-popular::before{content:"";position:absolute;left:-1.6rem;bottom:-1.6rem;border-right:solid 1.6rem #2069f9;border-bottom:solid 1.6rem rgba(0,0,0,0);border-left:solid 1.6rem rgba(0,0,0,0)}.product__card-popular-tag{display:flex}.product__card-sale{display:flex;justify-content:flex-end}.product__card-sale-flash{position:relative;padding:0 1rem 0 .8rem;margin-bottom:1.5rem;background-color:#2069f9;font-size:16px;font-size:1.6rem;line-height:1.5}.product__card-sale-flash::before{content:"";position:absolute;right:0;bottom:-1.4rem;border-right:solid 1.4rem #2069f9;border-bottom:solid 1.4rem rgba(0,0,0,0);border-left:solid 1.4rem rgba(0,0,0,0)}.product__card-label{position:relative;display:block;padding-left:3rem;cursor:pointer}@media screen and (min-width:480px){.product__card-label{padding-left:4rem}}.product__card-label::before{content:"";position:absolute;top:.2rem;left:0;transform:translateY(.2rem);width:1.8rem;height:1.8rem;background:#fff;border:.2rem solid #eae9f2;border-radius:.1rem}@media screen and (min-width:480px){.product__card-label::before{width:2.3rem;height:2.3rem}}.product__card-header{display:flex}.product__card-name{max-width:54rem}.product__card-select{font-size:0;margin-right:1rem;padding-top:.6rem}@media screen and (min-width:480px){.product__card-select{margin-right:1.8rem}}.product__card-checkbox{display:none}.product__card-checkbox:checked+.product__card-label::before{background-color:#2069f9;background-image:url(../images/card-check.svg);background-repeat:no-repeat;background-position:center;border-color:#2069f9}.product__card-price{padding-left:2rem;margin-left:auto;white-space:nowrap}.product__card-desc{padding-top:2rem}@media screen and (min-width:960px){.product__card-desc{padding-right:.5rem}}@media screen and (min-width:480px){.product__card-desc{padding-left:4rem}}.product__card-desc p:not(:last-child){margin-bottom:2rem}.product__card-desc strong{color:#19191b}.product__card-desc ol,.product__card-desc ul{list-style:none;padding:2rem 0}.product__card-desc li{position:relative;padding-left:3rem}@media screen and (min-width:480px){.product__card-desc li{padding-left:4rem}}.product__card-desc li::before{content:"";position:absolute;top:0;left:0;width:1.8rem;height:1.5rem;overflow:hidden;background-image:url(../images/check.svg)}@media screen and (min-width:960px){.product__card-desc li::before{top:.4rem}}.product__card-desc li:not(:last-child){margin-bottom:1.5rem}