.card-wrapper{color:inherit;height:100%;position:relative;text-decoration:none}.card{text-decoration:none;text-align:var(--text-alignment)}.card:not(.ratio){display:flex;flex-direction:column;height:100%}.card.card--horizontal{--text-alignment: left;--image-padding: 0rem;flex-direction:row;align-items:flex-start;gap:1.5rem}.card--horizontal.ratio:before{padding-bottom:0}.card--card.card--horizontal{padding:1.2rem}.card--card.card--horizontal.card--text{column-gap:0}.card--card{height:100%}.card--card,.card--standard .card__inner{position:relative;box-sizing:border-box;border-radius:var(--border-radius);border:var(--border-width) solid rgba(var(--color-foreground),var(--border-opacity))}.card--card:after,.card--standard .card__inner:after{content:"";position:absolute;z-index:-1;width:calc(var(--border-width) * 2 + 100%);height:calc(var(--border-width) * 2 + 100%);top:calc(var(--border-width) * -1);left:calc(var(--border-width) * -1);border-radius:var(--border-radius);box-shadow:var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow),var(--shadow-opacity))}.card--card.gradient,.card__inner.gradient{transform:perspective(0)}.card__inner.color-scheme-1{background:transparent}.card .card__inner .card__media{overflow:hidden;z-index:0;border-radius:calc(var(--border-radius) - var(--border-width) - var(--image-padding))}.card--card .card__inner .card__media{border-bottom-right-radius:0;border-bottom-left-radius:0}.card--standard.card--text{background-color:transparent}.card-information{text-align:var(--text-alignment)}.card__media,.card .media{bottom:0;position:absolute;top:0}.card .media{width:100%}.card__media{margin:var(--image-padding);width:calc(100% - 2 * var(--image-padding))}.card--standard .card__media{margin:var(--image-padding)}.card__inner{width:100%}.card--media .card__inner .card__content{position:relative;padding:calc(var(--image-padding) + 1rem)}.card__content{display:grid;grid-template-rows:minmax(0,1fr) max-content minmax(0,1fr);padding:1rem;width:100%;flex-grow:1}.card__content--auto-margins{grid-template-rows:minmax(0,auto) max-content minmax(0,auto)}.card__information{grid-row-start:2;padding:1.3rem 1rem}.card:not(.ratio)>.card__content{grid-template-rows:max-content minmax(0,1fr) max-content auto}.card-information .card__information-volume-pricing-note{margin-top:.6rem;line-height:calc(.5 + .4 / var(--font-body-scale));color:rgba(var(--color-foreground),.75)}@media screen and (min-width:750px){.card__information{padding-bottom:1.7rem;padding-top:1.7rem}}.card__badge{align-self:flex-end;grid-row-start:3;justify-self:flex-start}.card__badge.top{align-self:flex-start;grid-row-start:1}.card__badge.right{justify-self:flex-end}.card:not(.card--horizontal)>.card__content>.card__badge{margin:1.3rem}.card__media .media img{height:100%;object-fit:cover;object-position:center center;width:100%}.card__inner:not(.ratio)>.card__content{height:100%}.card__heading{margin-top:0;margin-bottom:0}.card__heading:last-child{margin-bottom:0}.card--horizontal .card__heading,.card--horizontal .price__container .price-item,.card--horizontal__quick-add{font-size:calc(var(--font-heading-scale) * 1.2rem)}.card--horizontal .card-information>*:not(.visually-hidden:first-child)+*:not(.rating):not(.card__information-volume-pricing-note){margin-top:0}.card--horizontal__quick-add:before{box-shadow:none}@media only screen and (min-width:750px){.card--horizontal .card__heading,.card--horizontal .price__container .price-item,.card--horizontal__quick-add{font-size:calc(var(--font-heading-scale) * 1.3rem)}}.card--card.card--media>.card__content{margin-top:calc(0rem - var(--image-padding))}.card--standard.card--text a:after,.card--card .card__heading a:after{bottom:calc(var(--border-width) * -1);left:calc(var(--border-width) * -1);right:calc(var(--border-width) * -1);top:calc(var(--border-width) * -1)}.card__heading a:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.card__heading a:after{outline-offset:.3rem}.card__heading a:focus:after{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3);outline:.2rem solid rgba(var(--color-foreground),.5)}.card__heading a:focus-visible:after{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3);outline:.2rem solid rgba(var(--color-foreground),.5)}.card__heading a:focus:not(:focus-visible):after{box-shadow:none;outline:0}.card__heading a:focus{box-shadow:none;outline:0}@media screen and (min-width:990px){.card .media.media--hover-effect>img:only-child,.card-wrapper .media.media--hover-effect>img:only-child{transition:transform var(--duration-long) ease}.card:hover .media.media--hover-effect>img:first-child:only-child,.card-wrapper:hover .media.media--hover-effect>img:first-child:only-child{transform:scale(1.03)}.card-wrapper:hover .media.media--hover-effect>img:first-child:not(:only-child){opacity:0}.card-wrapper:hover .media.media--hover-effect>img+img{opacity:1;transition:transform var(--duration-long) ease;transform:scale(1.03)}.underline-links-hover:hover a{text-decoration:underline;text-underline-offset:.3rem}}.card--standard.card--media .card__inner .card__information,.card--standard.card--text:not(.card--horizontal)>.card__content .card__heading:not(.card__heading--placeholder),.card--standard:not(.card--horizontal)>.card__content .card__badge,.card--standard.card--text.article-card>.card__content .card__information,.card--standard>.card__content .card__caption{display:none}.card--standard:not(.card--horizontal) .placeholder-svg{width:100%}.card--standard>.card__content{padding:0}.card--standard>.card__content .card__information{padding-left:0;padding-right:0}.card--card.card--media .card__inner .card__information,.card--card.card--text .card__inner,.card--card.card--media>.card__content .card__badge{display:none}.card--horizontal .card__badge,.card--horizontal.card--text .card__inner{display:none}.card--extend-height{height:100%}.card--extend-height.card--standard.card--text,.card--extend-height.card--media{display:flex;flex-direction:column}.card--extend-height.card--standard.card--text .card__inner,.card--extend-height.card--media .card__inner{flex-grow:1}.card .icon-wrap{margin-left:.8rem;white-space:nowrap;transition:transform var(--duration-short) ease;overflow:hidden}.card-information>*+*{margin-top:.5rem}.card-information{width:100%}.card-information>*{line-height:calc(1 + .4 / var(--font-body-scale));color:rgb(var(--color-foreground))}.card-information>.price{color:rgb(var(--color-foreground))}.card--horizontal .card-information>.price{color:rgba(var(--color-foreground),.75)}.card-information>.rating{margin-top:.4rem}.card-information>*:not(.visually-hidden:first-child)+*:not(.rating):not(.card__information-volume-pricing-note){margin-top:.7rem}.card-information .caption{letter-spacing:.07rem}.card-article-info{margin-top:1rem}.card--shape .card__content{padding-top:0}.card--shape.card--standard:not(.card--text) .card__inner{border:0;background-color:transparent;filter:drop-shadow(var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow),var(--shadow-opacity)))}.card--shape.card--standard:not(.card--text) .card__inner:after{display:none}.grid__item:nth-child(2n) .shape--blob{clip-path:polygon(var(--shape--blob-2))}.grid__item:nth-child(3n) .shape--blob{clip-path:polygon(var(--shape--blob-3))}.grid__item:nth-child(4n) .shape--blob{clip-path:polygon(var(--shape--blob-4))}.grid__item:nth-child(5n) .shape--blob{clip-path:polygon(var(--shape--blob-5))}.grid__item:nth-child(7n) .shape--blob{clip-path:polygon(var(--shape--blob-6))}.grid__item:nth-child(8n) .shape--blob{clip-path:polygon(var(--shape--blob-1))}@media(prefers-reduced-motion:no-preference){.product-card-wrapper .shape--round{transition:clip-path var(--duration-long) ease}.product-card-wrapper:hover .shape--round{clip-path:ellipse(47% 47% at 50% 50%)}.product-card-wrapper .shape--blob{transition:clip-path var(--duration-long) ease-in-out}.product-card-wrapper:hover .shape--blob{clip-path:polygon(var(--shape--blob-5))}.grid__item:nth-child(2n) .product-card-wrapper:hover .shape--blob{clip-path:polygon(var(--shape--blob-6))}.grid__item:nth-child(3n) .product-card-wrapper:hover .shape--blob{clip-path:polygon(var(--shape--blob-1))}.grid__item:nth-child(4n) .product-card-wrapper:hover .shape--blob{clip-path:polygon(var(--shape--blob-2))}.grid__item:nth-child(5n) .product-card-wrapper:hover .shape--blob{clip-path:polygon(var(--shape--blob-3))}.grid__item:nth-child(7n) .product-card-wrapper:hover .shape--blob{clip-path:polygon(var(--shape--blob-4))}.grid__item:nth-child(8n) .product-card-wrapper:hover .shape--blob{clip-path:polygon(var(--shape--blob-5))}}.product-card-wrapper{height:100%}.product-card{background:#fff;border-radius:16px;padding:24px;box-sizing:border-box;border:1px solid #e2e8f0;display:flex;flex-direction:column;transition:all .35s cubic-bezier(.16,1,.3,1);height:100%;position:relative;text-align:left}.product-card:hover{transform:translateY(-8px);border-color:#ff2e2e26;box-shadow:0 20px 40px #ff2e2e14}.card-top-header{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:4px}.product-card-title{font-family:Outfit,sans-serif;font-weight:800;font-size:14px;color:#111625;margin:0;letter-spacing:-.01em;text-transform:none;line-height:1.25}.product-card-title a{color:inherit;text-decoration:none}.product-details-arrow{width:32px;height:32px;border-radius:50%;border:1.5px solid #ff2e2e;color:#ff2e2e;display:flex;align-items:center;justify-content:center;text-decoration:none;flex-shrink:0;transition:all .3s ease}.product-details-arrow svg{width:14px;height:14px;transition:transform .3s ease}.product-card:hover .product-details-arrow{background-color:#ff2e2e;color:#fff}.product-card:hover .product-details-arrow svg{transform:translate(1px,-1px)}.product-card-subtitle{font-size:12px;color:#2c3340;margin:0 0 20px;font-weight:500}.product-image-container{background-color:#f6eedf;border-radius:12px;height:300px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:24px;position:relative;width:100%;flex-shrink:0}.product-bottle-img{max-width:85%;max-height:85%;object-fit:contain;transition:transform .5s ease}.product-card:hover .product-bottle-img{transform:scale(1.06)}.fallback-bottle-graphic{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.bottle-glow{position:absolute;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,#ff2e2e14,#ff2e2e00 70%);z-index:1}.bottle-body{position:relative;width:90px;height:165px;background-color:#1a1b1f;border-radius:16px 16px 14px 14px;border:1px solid rgba(255,255,255,.05);box-shadow:0 15px 30px #00000040,inset 0 2px 5px #ffffff1a;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:2;transition:transform .4s cubic-bezier(.16,1,.3,1)}.product-card:hover .bottle-body{transform:translateY(-4px) scale(1.03)}.bottle-cap{position:absolute;top:-12px;width:60px;height:15px;background:linear-gradient(to right,#333,#111,#333);border-radius:4px 4px 1px 1px;border-bottom:2px solid #000}.bottle-label{width:78px;height:100px;background-color:#111215;border-radius:6px;padding:8px 4px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:space-between;border:1px solid rgba(255,255,255,.06)}.label-brand{font-family:Outfit,sans-serif;color:#ff2e2e;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.label-product{color:#fff;font-size:8px;font-weight:700;text-transform:uppercase;text-align:center;line-height:1.1;word-break:break-word;max-width:100%}.label-badge{color:#ffd000;font-size:10px}.pills-scattered{position:absolute;width:100%;height:100%;top:0;left:0;z-index:3;pointer-events:none}.pill-graphic{position:absolute;width:20px;height:9px;background:linear-gradient(135deg,#ff9e9e,#ff2e2e);border-radius:10px;box-shadow:0 4px 8px #00000026;transition:transform .4s ease}.pill-graphic.p1{bottom:40px;left:55px;transform:rotate(-15deg)}.pill-graphic.p2{bottom:35px;right:50px;transform:rotate(30deg);background:linear-gradient(135deg,#fff,#e2e8f0)}.pill-graphic.p3{bottom:25px;left:100px;transform:rotate(50deg)}.product-card:hover .pill-graphic.p1{transform:rotate(-25deg) translate(-2px,-3px)}.product-card:hover .pill-graphic.p2{transform:rotate(40deg) translate(3px,-2px)}.card-bottom-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;gap:15px;width:100%}.product-card-price-container{display:flex;flex-direction:column;gap:2px}.product-card-price{font-family:Outfit,sans-serif;font-weight:800;font-size:20px;color:#111625;line-height:1.1}.product-card-price-compare{font-size:13px;text-decoration:line-through;color:#475569;line-height:1.1}.product-card .quick-add{margin:0}.shop-now-btn{background-color:#c81515;color:#fff;font-family:Outfit,sans-serif;font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.05em;padding:10px 18px;border-radius:8px;text-decoration:none!important;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 12px #c8151526;transition:all .25s ease;border:none;cursor:pointer;line-height:1.2}.shop-now-btn:hover{background-color:#a81010;box-shadow:0 6px 16px #c8151559;transform:translateY(-1px);color:#fff!important}.shop-now-btn:disabled,.shop-now-btn[disabled],.shop-now-btn.disabled,.shop-now-btn[data-disabled=true]{background-color:#e2e8f0!important;color:#1e293b!important;cursor:not-allowed;opacity:1!important;box-shadow:none!important}.shop-now-btn .cart-icon{width:14px;height:14px;stroke:currentColor}.shop-now-btn.quick-add__submit{width:auto}.shop-now-btn.loading{color:transparent!important;position:relative}.shop-now-btn.loading>.loading__spinner{top:50%;left:50%;transform:translate(-50%,-50%);position:absolute;height:100%;display:flex;align-items:center;justify-content:center}.shop-now-btn.loading>.loading__spinner .spinner{width:18px;height:18px}.shop-now-btn.loading>.loading__spinner .path{stroke:#fff}@media screen and (max-width:749px){.product-card{padding:16px;border-radius:12px}.product-image-container{height:200px;margin-bottom:16px}.product-card-title{font-size:13px}.product-card-subtitle{margin-bottom:12px}.product-card-price{font-size:17px}.shop-now-btn{padding:8px 12px;font-size:10px;border-radius:6px}.product-details-arrow{width:26px;height:26px}.product-details-arrow svg{width:12px;height:12px}}.card-flavors-container{margin-top:15px;margin-bottom:15px;width:100%}.card-flavor-label{font-family:Outfit,sans-serif;font-weight:800;font-size:11px;text-transform:uppercase;color:#111625;margin-bottom:8px;letter-spacing:.05em}.card-flavor-selected-name{color:#111625;font-weight:500}.card-flavors-grid{display:flex;flex-wrap:wrap;gap:8px}.card-flavor-swatch-btn{background:none;border:2px solid transparent;border-radius:50%;padding:2px;cursor:pointer;display:flex;align-items:center;justify-content:center;width:64px;height:64px;transition:all .2s ease;box-sizing:border-box}.card-flavor-swatch-btn:hover{transform:scale(1.08)}.card-flavor-swatch-btn.active{border-color:#111625}.card-flavor-swatch-btn.disabled{opacity:.5;position:relative}.card-flavor-swatch-btn.disabled:after{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background-color:#ff2e2e;transform:rotate(-45deg)}.card-swatch-inner{display:block;width:100%;height:100%;border-radius:50%;background-position:center;background-repeat:no-repeat;box-shadow:inset 0 1px 3px #0000001a}.card-middle-layout{display:flex;flex-direction:column;gap:16px;margin-bottom:20px;width:100%}.product-image-container{margin-bottom:0;width:100%}.card-flavors-container{margin:0;width:100%;display:flex;justify-content:center}.card-flavors-grid{display:flex;flex-direction:row;gap:12px;align-items:center;justify-content:center;overflow-x:auto;overflow-y:hidden;width:100%;padding-bottom:4px;scrollbar-width:none}@media screen and (min-width:750px){.card-middle-layout{flex-direction:row;align-items:stretch;gap:12px;margin-bottom:24px}.product-image-container{flex:1;width:auto}.card-flavors-container{width:60px;flex-shrink:0;flex-direction:column;justify-content:flex-start}.card-flavors-grid{flex-direction:column;justify-content:flex-start;overflow-y:auto;overflow-x:hidden;height:100%;max-height:300px;padding-right:2px;padding-bottom:0}}@media screen and (max-width:749px){.card-flavor-swatch-btn{width:48px!important;height:48px!important;flex-shrink:0}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/component-card.css.map */
