.bundle-card{width:100%;background-color:rgb(var(--card-background, var(--color-background)));border-radius:var(--card-border-radius, var(--border-radius));box-shadow:var(--card-shadow-offset-x, 0px) var(--card-shadow-offset-y, 4px) var(--card-shadow-blur, 20px) rgba(0,0,0,var(--card-shadow-opacity, .1));overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;color:inherit}.bundle-card:hover{transform:translateY(-2px);box-shadow:var(--card-shadow-offset-x, 0px) calc(var(--card-shadow-offset-y, 4px) + 2px) calc(var(--card-shadow-blur, 20px) + 5px) rgba(0,0,0,calc(var(--card-shadow-opacity, .1) + .05));color:inherit}.bundle-card__media{position:relative;background:linear-gradient(var(--media-gradient-angle, 135deg),rgba(var(--media-gradient-start, var(--color-foreground)),var(--media-gradient-start-opacity, .05)) 0%,rgba(var(--media-gradient-end, var(--color-foreground)),var(--media-gradient-end-opacity, .02)) 100%);padding:3rem 2rem}@media screen and (max-width:749px){.bundle-card__media{padding:2rem 1.5rem}}.bundle-card__images{display:flex;align-items:center;justify-content:center;max-width:400px;margin:0 auto}.bundle-card__image{width:100%}.bundle-card__image--primary{max-width:400px}@media screen and (max-width:749px){.bundle-card__images,.bundle-card__image--primary{max-width:300px}}.bundle-card__image img{width:100%;height:auto;display:block;object-fit:contain;filter:drop-shadow(0px 20px 30px rgba(0,0,0,.2))}.bundle-card__content{padding:2.5rem;display:flex;flex-direction:column;gap:1.5rem}@media screen and (max-width:749px){.bundle-card__content{padding:2rem 1.5rem}}.bundle-card__title{font-size:3.6rem;line-height:1.2;font-weight:700;margin:0;color:rgb(var(--color-foreground))}@media screen and (max-width:749px){.bundle-card__title{font-size:2.8rem}}.bundle-card__description{font-size:1.5rem;line-height:1.6;color:rgba(var(--color-foreground),.8)}.bundle-card__items{font-size:1.4rem;line-height:1.8;color:rgba(var(--color-foreground),.75)}.bundle-card__items-list{list-style:none;padding:0;margin:0}.bundle-card__items-list li{padding-left:1.5rem;position:relative;margin-bottom:.5rem}.bundle-card__items-list li:before{content:"\2022";position:absolute;left:0;color:rgba(var(--color-foreground),.5)}.bundle-card__pricing{display:flex;align-items:baseline;gap:1rem;margin-top:.5rem}.bundle-card__price{font-size:4.8rem;font-weight:700;color:rgb(var(--color-foreground));line-height:1}@media screen and (max-width:749px){.bundle-card__price{font-size:3.6rem}}.bundle-card__original-price{font-size:2rem;color:rgba(var(--color-foreground),.5);text-decoration:line-through}@media screen and (max-width:749px){.bundle-card__original-price{font-size:1.6rem}}.bundle-card__pricing--has-sale{flex-direction:column;align-items:flex-start;gap:.5rem}.bundle-card__pricing--has-sale .bundle-card__original-price{order:-1;font-size:2.4rem;font-weight:400}.bundle-card__price--sale{font-size:4rem;font-weight:700;color:#dc2626;line-height:1}@media screen and (max-width:749px){.bundle-card__pricing--has-sale .bundle-card__original-price{font-size:2rem}.bundle-card__price--sale{font-size:3rem}}.bundle-card__actions{display:flex;margin-top:1rem}.bundle-card__button{width:100%;font-size:1.6rem;padding:1.5rem 2rem;border-radius:.6rem;border:2px solid rgb(var(--color-button));cursor:pointer;transition:all .2s ease;font-weight:600;text-align:center;position:relative;z-index:1}.bundle-card__button--secondary{background-color:rgb(var(--color-button));color:rgb(var(--color-button-text))}.bundle-card__button--secondary:hover{background-color:rgba(var(--color-button),.9);transform:translateY(-1px)}.bundle-card__button:disabled{background-color:rgba(var(--color-foreground),.1);border-color:rgba(var(--color-foreground),.2);color:rgba(var(--color-foreground),.3);cursor:not-allowed;transform:none}.bundle-card__savings{display:inline-block;background-color:rgba(var(--color-button),.15);color:rgb(var(--color-button));padding:.5rem 1rem;border-radius:.4rem;font-size:1.3rem;font-weight:600;margin-top:.5rem}
/*# sourceMappingURL=/cdn/shop/t/26/assets/component-bundle-card.css.map */
