.collection-products-grid{background-color:var(--color-background);width:100%;overflow:hidden}.collection-products-grid>.page-width{max-width:1400px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem;box-sizing:border-box}@media screen and (min-width: 750px){.collection-products-grid>.page-width{padding-left:4rem;padding-right:4rem}}.collection-products-grid__title{text-align:center;margin-bottom:4rem;color:#032776}.collection-products-grid__container{display:grid;grid-template-columns:1fr;gap:2.9rem;width:100%;box-sizing:border-box}@media screen and (min-width: 750px){.collection-products-grid__container{grid-template-columns:repeat(2,1fr);gap:2.4rem}}@media screen and (min-width: 990px){.collection-products-grid__container{grid-template-columns:repeat(3,1fr);gap:2.4rem}}.collection-product-card{display:flex;flex-direction:column;min-width:0}.collection-product-card__inner{display:flex;flex-direction:column;height:100%;min-width:0}.collection-product-card__image-wrapper{position:relative;overflow:hidden;border-radius:12px;background-color:#f5f5f5;aspect-ratio:16 / 9}.collection-product-card__image-link{display:block;width:100%;height:100%}.collection-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.collection-product-card__image-wrapper:hover .collection-product-card__image{transform:scale(1.03)}.collection-product-card__badges{position:absolute;top:1.2rem;left:1.2rem;display:flex;flex-wrap:wrap;gap:.6rem;z-index:2}.collection-product-card__badge{display:inline-flex;align-items:center;padding:.8rem 1.6rem;border-radius:20px;font-size:1.2rem;font-weight:500;line-height:1.2}.collection-product-card__badge--comfort{background:#565c6726;color:#fff!important;text-transform:lowercase!important;z-index:2!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.17)}.collection-product-card__badge--discount{background-color:#73dfcb;color:#1a365d}.collection-product-card__size-badge{position:absolute;bottom:1.2rem;right:1.2rem;display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:#fff;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:#1a365d;z-index:2}.collection-product-card__size-text{font-size:1rem;font-weight:600}.collection-product-card__height-badge{position:absolute;bottom:1.2rem;right:1.2rem;display:inline-flex;align-items:center;gap:.6rem;padding:.8rem 1.2rem;background-color:#f8f6f4;border-radius:8px;box-shadow:0 2px 8px #0000001a;color:#1a365d;font-size:1.4rem;font-weight:700;z-index:2}.collection-product-card__height-badge svg{flex-shrink:0;width:20px;height:24px}.collection-product-card__content{padding:1.6rem .4rem 0;display:flex;flex-direction:column;flex-grow:1}.collection-product-card__rating{margin-bottom:.6rem}.collection-product-card__rating .jdgm-star{color:#c9a227}.collection-product-card__rating .jdgm-preview-badge{display:inline-flex;align-items:center;gap:.4rem}.collection-product-card__title{margin:0 0 .4rem;font-size:2.4rem;font-weight:600;line-height:1.3}.collection-product-card__title a{color:#032776;text-decoration:none;transition:color .2s ease}.collection-product-card__title a:hover{color:#032776;text-decoration:underline}.collection-product-card__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem;margin-bottom:1rem;font-size:1.4rem}.collection-product-card__price-label{color:#666;font-weight:400}.collection-product-card__price-current{font-weight:700;color:var(--color-foreground)}.collection-product-card__price-current--sale{color:var(--color-foreground);font-size:1.6rem}.collection-product-card__price-compare{text-decoration:line-through;color:#999;font-weight:400}.collection-product-card__description{margin:0 0 1rem;font-size:1.5rem;line-height:1.5;color:#555}.collection-product-card__bullets{margin:0;font-size:1.3rem;line-height:1.6;color:#555}.collection-product-card__bullets ul{margin:0;padding-left:1rem;list-style:disc}.collection-product-card__bullets li{margin-bottom:.4rem;padding-left:.2rem}.collection-product-card__bullets li:last-child{margin-bottom:0}.collection-product-card--placeholder .collection-product-card__image-wrapper{background-color:#e8e8e8;display:flex;align-items:center;justify-content:center}.collection-product-card--placeholder .placeholder-svg{width:60%;height:auto;fill:#ccc}.collection-cta-card{display:flex;align-items:flex-start}.collection-cta-card__inner{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;aspect-ratio:16 / 9;padding:2rem;border-radius:12px;background:linear-gradient(135deg,#0f1c3f,#1a365d 40%,#1e4a8d,#2563eb);text-align:center;box-sizing:border-box;overflow:hidden}.collection-cta-card__inner:before{content:"";position:absolute;top:-50%;left:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(147,51,234,.3) 0%,transparent 60%);pointer-events:none}.collection-cta-card__inner:after{content:"";position:absolute;top:20%;right:-30%;width:80%;height:80%;background:radial-gradient(circle,rgba(59,130,246,.4) 0%,transparent 50%);pointer-events:none}.collection-cta-card__title{position:relative;z-index:1;margin:0 0 2rem;font-size:2.2rem;font-weight:600;color:#fff;line-height:1.3;max-width:280px}@media screen and (min-width: 750px){.collection-cta-card__title{font-size:2.2rem}}.collection-cta-card__button{position:relative;z-index:1;display:inline-flex;align-items:center;gap:.8rem;padding:1.2rem 2.4rem;background-color:#fff;color:#1a365d;border:none;border-radius:30px;font-size:1.4rem;font-weight:500;text-decoration:none;transition:all .2s ease;cursor:pointer}.collection-cta-card__button:hover{background-color:#f0f0f0;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.collection-cta-card__button svg{width:16px;height:16px;transition:transform .2s ease}.collection-cta-card__button:hover svg{transform:translate(4px)}.collection-product-card__rating .jdgm-prev-badge{display:inline-flex!important;align-items:center;gap:.4rem}.collection-product-card__rating .jdgm-prev-badge__stars{color:#c9a227!important}.collection-product-card__rating .jdgm-prev-badge__text{font-size:1.3rem;color:#c9a227;font-weight:500}.collection-product-card__rating-stars{display:inline-flex;align-items:center;gap:.2rem;color:#c9a227}.collection-product-card__rating-stars svg{width:16px;height:16px;fill:currentColor}.collection-product-card__rating-value{margin-left:.4rem;font-size:1.3rem;color:#c9a227;font-weight:500}@media screen and (max-width: 749px){.collection-products-grid>.page-width{padding-left:1.5rem;padding-right:1.5rem}.collection-products-grid__title{font-size:2.4rem;margin-bottom:2.5rem}.collection-products-grid__container{gap:2rem}.collection-product-card__image-wrapper{aspect-ratio:16 / 10;border-radius:10px}.collection-product-card__title{font-size:2.4rem}.collection-product-card__content{padding:1.2rem 0 0}.collection-product-card__description{font-size:1.5rem}.collection-product-card__bullets{font-size:1.2rem}.collection-product-card__bullets ul{padding-left:1rem}.collection-product-card__height-badge{padding:.6rem 1rem;font-size:1.2rem;gap:.4rem;bottom:1rem;right:1rem}.collection-product-card__height-badge svg{width:16px;height:20px}.collection-product-card__badges{top:1rem;left:1rem;gap:.5rem}.collection-cta-card__inner{aspect-ratio:16 / 10;padding:2rem 1.5rem}.collection-cta-card__title{font-size:2.2rem;margin-bottom:2.2rem;max-width:100%}.collection-cta-card__button{padding:1rem 2rem;font-size:1.3rem}}@media (prefers-reduced-motion: no-preference){.collection-product-card{animation:fadeInUp .4s ease forwards;opacity:0}.collection-product-card:nth-child(1){animation-delay:.1s}.collection-product-card:nth-child(2){animation-delay:.2s}.collection-product-card:nth-child(3){animation-delay:.3s}.collection-product-card:nth-child(4){animation-delay:.1s}.collection-product-card:nth-child(5){animation-delay:.2s}.collection-product-card:nth-child(6){animation-delay:.3s}.collection-cta-card{animation:fadeInUp .4s ease forwards;opacity:0;animation-delay:.3s}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/55/assets/section-collection-products-grid.css.map */
