.product-cards-expandable{width:100%;display:flex;justify-content:center;align-items:center}.product-cards-expandable__container{display:flex;flex-direction:column;gap:32px;width:100%}.product-cards-expandable__header{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px}.product-cards-expandable__tag{padding:4px 16px;background:var(--bone-white);border-radius:48px;display:inline-flex;justify-content:center;align-items:center;gap:10px}.product-cards-expandable__tag-text{text-align:center;color:var(--dark-graphite);font-size:12px;font-weight:600;text-transform:uppercase;line-height:24px;letter-spacing:.5px;word-wrap:break-word;margin:0}.product-cards-expandable__title,.product-cards-expandable__title span{font-size:24px;font-weight:600;line-height:33.6px;word-wrap:break-word;margin:0;text-align:left}.product-cards-expandable__description{font-size:16px;font-weight:400;line-height:24px;word-wrap:break-word;color:var(--dark-graphite)}.product-cards-expandable__description p{margin:0}.product-cards-expandable__content{display:flex;flex-direction:column;gap:24px;width:100%}.product-cards-expandable__grid{display:flex;gap:16px;width:100%}.product-cards-expandable__card{position:relative;width:100%;height:400px;background:#ff0000;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .3s ease}.product-cards-expandable__card:before{content:"";position:absolute;top:0;left:0;width:100%;height:344px;background:#000;border-bottom-left-radius:32px;border-bottom-right-radius:32px;z-index:0}.product-cards-expandable__card-red-accent{position:absolute;bottom:0;left:0;width:100%;height:56px;background:#ff0000;z-index:1;opacity:1;transition:all .3s ease;border-bottom-left-radius:16px;border-bottom-right-radius:16px}.product-cards-expandable__card-image{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:2}.product-cards-expandable__image{object-fit:cover;transition:transform .3s ease}.product-cards-expandable__card-title{position:absolute;top:40px;left:40px;color:#ff0000;font-size:32px;font-weight:400;line-height:38.4px;word-wrap:break-word;margin:0;z-index:4;transition:opacity .3s ease}.product-cards-expandable__card-cta{position:absolute;bottom:19px;left:46px;width:76px;height:76px;background:#212121;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#ff0000;font-size:20px;z-index:4;opacity:1;outline:6px solid #ff0000;transform:scale(.8);transition:all .3s ease}@keyframes slideUp{0%{transform:translateY(15px);opacity:0}to{transform:translateY(0);opacity:1}}.product-cards-expandable__card-description{color:#fff;font-size:14px;font-weight:400;line-height:21px}.product-cards-expandable__card-description p{margin:0}.product-cards-expandable__slider{width:100%;overflow:hidden}.product-cards-expandable__slider-track{display:flex;gap:16px;width:100%}.product-cards-expandable__navigation{display:flex;justify-content:center;align-items:center;gap:12px}.product-cards-expandable__nav-button{width:40px;height:40px;padding:8px;background:transparent;border:none;border-radius:4px;color:#000;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:opacity .3s ease;font-size:20px}.product-cards-expandable__nav-button:hover:not(:disabled){opacity:.8}.product-cards-expandable__nav-button:disabled{cursor:not-allowed}@media (min-width:768px){.product-cards-expandable__container{gap:48px}.product-cards-expandable__header{gap:24px}.product-cards-expandable__tag{padding:8px 20px}.product-cards-expandable__tag-text{font-size:14px}.product-cards-expandable__title,.product-cards-expandable__title span{font-size:48px;line-height:57.6px;width:100%}.product-cards-expandable__description{font-size:16px;line-height:24px;text-align:center;width:100%}.product-cards-expandable__grid{gap:28px;align-items:start}.product-cards-expandable__card{width:25%;cursor:pointer;background:#000;box-shadow:-4px 4px 32px rgba(0,0,0,.08);transition:all .3s ease}.product-cards-expandable__card-cta{bottom:13px;left:52px;width:64px;height:64px}.product-cards-expandable__card--expanded.product-cards-expandable__card{background:#ff0000!important}.product-cards-expandable__card-cta,.product-cards-expandable__card-red-accent{opacity:0}.product-cards-expandable__card--expanded{width:50%;grid-column:span 2}.product-cards-expandable__card--expanded .product-cards-expandable__card-red-accent{opacity:1}.product-cards-expandable__card--expanded .product-cards-expandable__card-cta{opacity:1;transform:scale(1)}.product-cards-expandable__card-image{top:50px;left:-60%;width:160%;transition:all .3s ease}.product-cards-expandable__card--expanded .product-cards-expandable__card-image{top:0;left:0;width:100%;height:400px}.product-cards-expandable__card--expanded .product-cards-expandable__image{width:100%;height:100%}.product-cards-expandable__card-title{opacity:0;transition:opacity .3s ease;font-size:32px;line-height:38.4px;bottom:auto;top:40px;left:40px}.product-cards-expandable__card--expanded .product-cards-expandable__card-title{opacity:1}.product-cards-expandable__card-description{position:absolute;bottom:60px;left:52px;width:auto;background:#212121;border-radius:40px;outline:5px solid #ff0000;padding:16px;color:#fff;font-size:14px;font-weight:400;line-height:21px}.product-cards-expandable__card-description p{margin:0}.product-cards-expandable__slider-track{display:flex;gap:28px}.product-cards-expandable__slider .product-cards-expandable__card{flex:0 0 calc(25% - 19px)}.product-cards-expandable__slider .product-cards-expandable__card--expanded{flex:0 0 calc(50% - 14px)}.product-cards-expandable__navigation{justify-content:flex-start}.product-cards-expandable__nav-button{background:#000;color:#fff}}