.points-grid-section{background-color:var(--light-white);padding:var(--points-grid-padding-top, 1.25rem) 0 var(--points-grid-padding-bottom, 1.25rem)}.points-grid-section__header{text-align:left}.points-grid-section__title{font-size:1.45625rem;font-weight:600;color:var(--color-text-cards);margin:0 0 .75rem;line-height:1.60625rem}.points-grid-section__title strong{font-weight:700}.points-grid-section__description{font-size:1rem;color:var(--light-gray);margin:0 0 1.25rem;line-height:120%;letter-spacing:-.0175rem}.points-grid-section__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1.25rem;margin:0 auto;justify-content:center}.points-grid-card{background:var(--color-foreground-main);border-radius:1.125rem;padding:1.5rem .3125rem;text-align:center;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.points-grid-card__image-wrapper{margin-bottom:1.25rem;display:flex;justify-content:center;align-items:center}.points-grid-card--icon .points-grid-card__image-wrapper{width:5.5rem;height:5.5rem}.points-grid-card__image{width:100%;height:100%;object-fit:contain}.points-grid-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--light-gray);border-radius:50%}.points-grid-card--image .points-grid-card__image-wrapper{width:10rem;height:10rem;border-radius:50%;overflow:hidden}.points-grid-card__content{text-align:center}.points-grid-card__title{font-size:1.375rem;font-weight:600;color:var(--light-black);margin:0 0 .75rem;line-height:1.6875rem}.points-grid-card--image .points-grid-card__title{margin:0 0 .625rem}.points-grid-card__title strong{font-weight:700}.points-grid-card__content-inner{display:flex;flex-direction:row;align-items:center;justify-content:center;column-gap:.25rem;row-gap:.75rem;flex-wrap:wrap}.points-grid-card--image .points-grid-card__content-inner{flex-direction:column;gap:1rem}.points-grid-card__description{font-size:1rem;color:var(--light-black);margin:0;line-height:1.3rem}.points-grid-card__points{display:inline-block;background:transparent;color:var(--dark-red);border:1px solid var(--dark-red);padding:.46875rem .75rem;border-radius:1.875rem;font-size:1.125rem;font-weight:500;text-align:center;line-height:1.3rem}.point-card-progress-bar{display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(1.875rem,1fr));margin-top:1rem;padding:0 .5625rem;width:100%}.point-card-progress-bar.point-card-progress-bar--single{display:none}.points-grid-card:has(.point-card-progress-bar.point-card-progress-bar--completed){background-color:var(--dark-red);color:var(--white)}.points-grid-card:has(.point-card-progress-bar.point-card-progress-bar--completed) .points-grid-card__title,.points-grid-card:has(.point-card-progress-bar.point-card-progress-bar--completed) .points-grid-card__description{color:var(--white)}.points-grid-card:has(.point-card-progress-bar.point-card-progress-bar--completed) .points-grid-card__points{background-color:var(--white);color:var(--dark-red);border-color:var(--white)}.points-grid-card:has(.point-card-progress-bar.point-card-progress-bar--completed) .point-card-progress-bar__step.point-card-progress-bar__step--active{background-color:var(--white);border-color:var(--white)}.points-grid-card .points-grid-card__completed-state-text,.points-grid-card:has(.point-card-progress-bar.point-card-progress-bar--completed):has(.points-grid-card__completed-state-text) .points-grid-card__points-value{display:none}.points-grid-card:has(.point-card-progress-bar.point-card-progress-bar--completed) .points-grid-card__completed-state-text{display:block}.points-grid-card:has(.point-card-progress-bar) .points-grid-card__image-wrapper{position:relative}.points-grid-card:has(.point-card-progress-bar) .points-grid-card__image-wrapper:before{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:var(--dark-red-overlay);z-index:10}.points-grid-card:has(.point-card-progress-bar) .points-grid-card__image-wrapper:after{position:absolute;top:0;right:0;bottom:0;left:0;width:84%;height:100%;background-image:var(--custom-action-completed-image);background-size:contain;background-repeat:no-repeat;background-position:center;z-index:11;margin:0 auto}.points-grid-card:has(.point-card-progress-bar.point-card-progress-bar--completed) .points-grid-card__image-wrapper:before{content:""}.points-grid-card:has(.point-card-progress-bar.point-card-progress-bar--completed) .points-grid-card__image-wrapper:after{content:""}.point-card-progress-bar__step{background-color:transparent;border-radius:1.875rem;border:.0625rem solid var(--eerie-black);flex:1;height:.75rem}.point-card-progress-bar__step--active{background-color:var(--dark-red);border-color:var(--dark-red)}.points-grid-card__content:has(.point-card-progress-bar){width:100%;display:flex;flex-direction:column;flex:1}.points-grid-card__content:has(.point-card-progress-bar) .points-grid-card__content-inner{justify-content:space-between;flex:1}@media screen and (min-width: 769px){.points-grid-section{padding:var(--padding-top-desktop, 1.25rem) 0 var(--padding-bottom-desktop, 1.25rem)}.points-grid-section__header{text-align:left}.points-grid-section__title{font-size:1.75rem;margin:0 0 1rem;line-height:1.875rem}.points-grid-section__title strong{font-weight:700}.points-grid-section__description{font-size:1.25rem;color:var(--light-gray);margin:0 0 1.25rem;line-height:1;letter-spacing:-.0175rem}.points-grid-section__grid{display:grid;grid-template-columns:repeat(var(--columns-desktop),minmax(0,32.875rem));gap:1.875rem}.points-grid-card{padding:1.5rem .3125rem}.points-grid-card--image.points-grid-card{padding:1.625rem .875rem}.points-grid-card--image .points-grid-card__image-wrapper{width:12.8125rem;height:12.8125rem}.points-grid-card__content{text-align:center}.points-grid-card__title{font-size:1.5rem;margin:0 0 .875rem;line-height:1.8125rem}.points-grid-card--image .points-grid-card__title{margin:0 0 .875rem}.points-grid-card__title strong{font-weight:700}.points-grid-card__content-inner{column-gap:.25rem;row-gap:.75rem}.points-grid-card--image .points-grid-card__content-inner{flex-direction:column;column-gap:.25rem;row-gap:.75rem}.points-grid-card__description{font-size:1.25rem;color:var(--light-black);margin:0;line-height:1.3rem}.points-grid-card__points{display:inline-block;background:transparent;color:var(--dark-red);border:1px solid var(--dark-red);padding:.46875rem .625rem;border-radius:1.875rem;font-size:1.25rem;font-weight:500;text-align:center;line-height:1.3rem}.point-card-progress-bar{margin-top:.875rem;padding:0}}@media screen and (min-width: 1520px){.points-grid-section__grid{max-width:90%}.points-grid-section__title{font-size:clamp(1.75rem,calc(1.75rem + .5vw),2.5rem);line-height:clamp(1.875rem,calc(1.875rem + .5vw),2.7rem)}.points-grid-section__description{font-size:clamp(1.25rem,calc(1.25rem + .3vw),1.8rem);line-height:clamp(1rem,calc(1rem + .3vw),1.5rem)}.points-grid-card__title{font-size:clamp(1.5rem,calc(1.5rem + .4vw),2.2rem);line-height:clamp(1.8125rem,calc(1.8125rem + .4vw),2.5rem)}.points-grid-card__description{font-size:clamp(1.25rem,calc(1.25rem + .3vw),1.8rem);line-height:clamp(1.3rem,calc(1.3rem + .3vw),1.8rem)}.points-grid-card__points{font-size:clamp(1.25rem,calc(1.25rem + .3vw),1.75rem);line-height:clamp(1.3rem,calc(1.3rem + .3vw),1.8rem)}}@media screen and (min-width: 1921px){.points-grid-section__grid{grid-template-columns:repeat(var(--columns-desktop),minmax(0,50rem))}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/section-points-grid.css.map */
