.relative{position:relative}.product-card{overflow:hidden;border:none;border-radius:8px;background-color:rgb(var(--color-card-background))}.product-card__media{position:relative}.product-card__media .badges{position:relative;z-index:9;left:0;top:0;gap:.5rem;display:flex;flex-direction:row;margin-bottom:1rem;padding:1.5rem}.badges .badge{width:max-content;padding:.625rem 1rem;border-radius:.75rem;font-size:calc(var(--font-body-scale) * 1.5rem);font-family:var(--font-body-family);font-weight:var(--font-body-weight)}.badges .badge--featured{background-color:var(--badge-featured-bg-color, #000);color:var(--badge-featured-text-color, #fff)}.badges .badge--featured:hover{background-color:var(--badge-featured-hover-bg-color, #333);color:var(--badge-featured-hover-text-color, #fff)}.badges .badge--image{padding:0;background:transparent;border-radius:0}.badges .badge--image img{display:block;width:auto;height:30px;max-width:100px}.badges .badge--onsale{background-color:var(--badge-onsale-bg-color, #FFDB00);border-color:var(--badge-onsale-bg-color, #FFDB00);color:var(--badge-onsale-text-color, #000)}.badges .badge--onsale:hover{background-color:var(--badge-onsale-hover-bg-color, #E5C200);border-color:var(--badge-onsale-hover-bg-color, #E5C200);color:var(--badge-onsale-hover-text-color, #000)}.product-card__media .countdown-wrapper{position:absolute;top:50%;right:50%;z-index:10;padding:1.5rem;transform:translate(50%,-50%);background-color:rgb(var(--color-card-countdown-background));color:rgb(var(--color-card-countdown-text));--countdown-text-color: rgb(var(--color-card-countdown-text))}.product-card__media .countdown-wrapper common-countdown{display:block}.product-card__content{padding:1.875vw calc(20vw / 19.2)}.product-media ul,.product-media li{margin:0;padding:0}.product-media li,.product-media li img{overflow:hidden;width:100%;height:auto;aspect-ratio:1080 / 640;object-fit:contain}.product-card .product-title{overflow:visible;height:auto;line-height:1.2;font-size:calc(var(--font-heading-scale) * 1.8rem);font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);max-width:100%;color:rgb(var(--color-card-title))}.product-card .product-title h3{margin:0;overflow:visible}.product-card .product-title p{margin:5px 0 0;line-height:1.4;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight)}.product-price{display:flex;justify-content:space-between;align-items:center;white-space:nowrap;margin-top:15px}.product-price .price-wrapper{flex:1}.product-price .price .price__sale{display:flex;flex-direction:column-reverse}.product-price .price .price__sale>span{line-height:1}.price-item--sale{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:calc(var(--font-body-scale) * 28px)}@media screen and (max-width:749px){.price-item--sale{font-size:calc(var(--font-body-scale) * 20px)}}.product-price .price .price__sale .price-item--regular{color:rgb(var(--color-card-price-regular))}.product-price .action{background-color:rgb(var(--color-card-button-background));padding:15px 30px;border:none;border-radius:var(--button-border-radius, 8px);color:rgb(var(--color-card-button-text));text-decoration:none;font-family:var(--font-body-family);font-weight:var(--font-body-weight);display:flex;align-items:center;justify-content:center;gap:8px;vertical-align:middle;min-width:unset;min-height:unset;font-size:16px}.product-price .action .button-icon{width:20px;height:20px;object-fit:contain;vertical-align:middle;flex-shrink:0}.product-price .action span{vertical-align:middle}.product-price .action.button-size-small{padding:10px 20px;font-size:14px}.product-price .action.button-size-small .button-icon{width:16px;height:16px}.product-price .action.button-size-medium{padding:15px 30px;font-size:16px}.product-price .action.button-size-large{padding:20px 40px;font-size:18px}.product-price .action.button-size-large .button-icon{width:24px;height:24px}.card__view-more{display:flex;align-items:center;justify-content:center;gap:8px;vertical-align:middle;min-width:unset;min-height:unset;font-size:16px}.card__view-more .button-icon{width:20px;height:20px;object-fit:contain;vertical-align:middle;flex-shrink:0}.card__view-more span{vertical-align:middle}.card__view-more.button--small{padding:10px 20px;font-size:14px}.card__view-more.button--small .button-icon{width:16px;height:16px}.card__view-more.button--medium{padding:15px 30px;font-size:16px}.card__view-more.button--large{padding:20px 40px;font-size:18px}.card__view-more.button--large .button-icon,.product-card-wrapper .product-price .action.button-size-large .button-icon{width:24px;height:24px}.product-card-wrapper .product-price .action:hover{background-color:rgba(var(--color-card-button-background),.8);color:rgb(var(--color-card-button-text))}@media screen and (max-width:749px){.product-card-wrapper .product-price .action{padding:12px 24px}.product-card-wrapper .product-price .action.button-size-small{padding:8px 16px}.product-card-wrapper .product-price .action.button-size-large{padding:16px 32px}}.product-price .action:hover:before{background-color:rgb(var(--color-card-button-text))}.spec-rows{display:flex;justify-content:space-between;margin-top:20px;gap:calc(34vw / 19.2)}.spec-row{flex:1}.spec-row>p{margin:0;padding:0;line-height:1;white-space:nowrap}.spec-row .spec-row__content{margin-bottom:5px;color:#000;font-size:calc(var(--font-body-scale) * 15px);font-family:var(--font-body-family);font-weight:var(--font-body-weight)}.spec-row .spec-row__label{color:rgb(var(--color-card-description));font-size:calc(var(--font-body-scale) * 13px);font-family:var(--font-body-family)}.product-selling-points{margin-top:20px;padding-top:20px;border-top:1px solid #f0f0f0}.selling-points-grid{display:grid;grid-template-columns:repeat(var(--selling-points-desktop, 4),1fr);gap:20px;padding-bottom:5px}@media screen and (max-width:749px){.selling-points-grid{grid-template-columns:repeat(var(--selling-points-mobile, 2),1fr);gap:15px}}.selling-point-item{display:flex;flex-direction:column;align-items:center;text-align:center}.selling-point-value{margin:0;padding:0;font-size:calc(var(--font-body-scale) * 1.8rem);font-family:var(--font-body-family);font-weight:var(--font-body-weight);color:#000;line-height:1.2}.selling-point-label{margin:5px 0 0;padding:0;font-size:calc(var(--font-body-scale) * 1.6rem);font-family:var(--font-body-family);color:rgb(var(--color-card-description));line-height:1.2}.card-wrapper{overflow:hidden;color:inherit;height:100%;position:relative;text-decoration:none;border:none;border-radius:8px;background-color:rgb(var(--color-card-background))}.card{text-decoration:none;text-align:var(--text-alignment);background-color:rgb(var(--color-card-background))}.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:none;background-color:rgb(var(--color-card-background))}.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;height:100%;z-index:0;border-radius:calc(var(--border-radius) - var(--border-width) - var(--image-padding))}.card__media-link{display:block;width:100%;text-decoration:none;color:inherit}.card__media-link:hover{text-decoration:none}.card__media-link .card__media{width:100%;position:relative}.card__badges{position:absolute;top:0;left:0;z-index:10;display:flex;gap:.5rem;background:transparent}.card__badges .card__badge-discount{display:inline-block;padding:.4rem .8rem;background-color:rgb(var(--color-card-badge-background));color:rgb(var(--color-card-badge-text));font-size:1.2rem;font-weight:600;line-height:1}.card__badges .card__badge-tag{display:inline-block;padding:.4rem .8rem;background-color:rgb(var(--color-card-badge-background));color:rgb(var(--color-card-badge-text));font-size:1.1rem;font-weight:500;line-height:1}.card__heading .card__title-link{color:rgb(var(--color-card-title));text-decoration:none}.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:relative;top:0}.card .media{width:100%;height:100%;overflow:hidden}.card__media{margin:0;width:100%;aspect-ratio:var(--ratio-aspect, 4/3);position:relative}.card--standard .card__media{margin:var(--image-padding)}.card__inner{width:100%;background-color:rgb(var(--color-card-background));overflow:hidden}.card__content{display:flex;flex-direction:column;padding:1rem;width:100%;flex-grow:1;overflow:hidden;background-color:rgb(var(--color-card-background))}.card .card__inner .card__content{display:none}.card__information{flex:1;padding:1.3rem 1rem;overflow:hidden;width:100%;max-width:100%}.card__heading{margin-top:0;margin-bottom:0;max-width:100%;width:100%}.card__heading a{display:block;max-width:100%;width:100%;color:rgb(var(--color-card-title))}.card:not(.ratio)>.card__content{overflow:hidden}.card-information .card__information-volume-pricing-note{margin-top:.6rem;line-height:calc(.5 + .4 / var(--font-body-scale));color:rgba(var(--color-card-description),.75)}.card__information-volume-pricing-note--button,.card__information-volume-pricing-note--button.quantity-popover__info-button--icon-with-label{position:relative;z-index:1;cursor:pointer;padding:0;margin:0;text-align:var(--text-alignment);min-width:auto}.card__information-volume-pricing-note--button+.global-settings-popup.quantity-popover__info{transform:initial;top:auto;bottom:4rem;max-width:20rem;width:calc(95% + 2rem)}.card__information-volume-pricing-note--button+.global-settings-popup.quantity-popover__info span:first-of-type{padding-right:.3rem}.card__information-volume-pricing-note--button-right+.global-settings-popup.quantity-popover__info{right:0;left:auto}.card__information-volume-pricing-note--button-center+.global-settings-popup.quantity-popover__info{left:50%;transform:translate(-50%)}.card__information-volume-pricing-note--button+.global-settings-popup.quantity-popover__info .quantity__rules{text-align:left}@media screen and (min-width:990px){.grid--6-col-desktop .card__content quick-add-bulk .quantity{width:auto}.grid--6-col-desktop .card__content quick-add-bulk .quantity__button{width:calc(3rem / var(--font-body-scale))}.grid--6-col-desktop .card__information-volume-pricing-note--button+.global-settings-popup.quantity-popover__info{left:50%;transform:translate(-50%);width:calc(100% + var(--border-width) + 3.5rem)}.grid--6-col-desktop .card--standard .card__information-volume-pricing-note--button+.global-settings-popup.quantity-popover__info{width:calc(100% + var(--border-width) + 1rem)}}@media screen and (max-width:749px){.grid--2-col-tablet-down .card__content quick-add-bulk .quantity__button{width:calc(3.5rem / var(--font-body-scale))}.grid--2-col-tablet-down .card--card .card__information-volume-pricing-note--button+.global-settings-popup.quantity-popover__info,.grid--2-col-tablet-down .card--standard .card__information-volume-pricing-note--button+.global-settings-popup.quantity-popover__info{left:50%;transform:translate(-50%)}.grid--2-col-tablet-down .card--standard .card__information-volume-pricing-note--button+.global-settings-popup.quantity-popover__info{width:100%}.grid--2-col-tablet-down .card--card .card__information-volume-pricing-note--button+.global-settings-popup.quantity-popover__info{width:calc(100% + var(--border-width) + 4rem)}.grid--2-col-tablet-down .card__content quick-add-bulk .quantity{width:auto}}.card-information quantity-popover volume-pricing{margin-top:0}@media screen and (max-width:989px){.card-information quantity-popover .quantity__rules~volume-pricing{margin-top:0}.card-information quantity-popover volume-pricing{margin-top:4.2rem}}@media screen and (min-width:750px){.card__information{padding-bottom:1.7rem;padding-top:1.7rem}}.card__badge{align-self:flex-end;justify-self:flex-start}.card__badge.top{align-self:flex-start}.card__badge.right{justify-self:flex-end}.card:not(.card--horizontal)>.card__content>.card__badge{margin:1.3rem}.card__media .media img{height:auto;object-fit:cover;object-position:center center;width:100%;aspect-ratio:var(--ratio-aspect, 4/3);position:absolute;top:0;left:0;right:0;bottom:0}.card__media .media img.card__media-primary{position:relative;z-index:1;transition:opacity .3s ease}.card__media .media img.card__media-secondary{position:absolute;top:0;left:0;z-index:2;opacity:0;transition:opacity .3s ease;display:block!important}.card-wrapper:hover .card__media .media img.card__media-secondary,.card-wrapper:hover .media.media--hover-effect>img.card__media-secondary{opacity:1!important;display:block!important}.card-wrapper:hover .card__media .media img.card__media-primary:not(:only-child),.card-wrapper:hover .media.media--hover-effect>img.card__media-primary:not(:only-child){opacity:0}.card__inner:not(.ratio)>.card__content{height:auto}.card__heading{margin-top:0;margin-bottom:0;overflow:hidden;max-width:100%;width:100%;color:rgb(var(--color-card-title))}.card__heading a{display:block;overflow:hidden;max-width:100%;width:100%;color:rgb(var(--color-card-title))}.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:none}}.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--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-card-description))}.card-information>.card__heading,.card-information>h3,.card-information>.full-unstyled-link{white-space:nowrap;overflow:hidden;max-width:100%;width:100%;display:block}.card-information>.price{color:rgb(var(--color-card-price-sale))}.card--horizontal .card-information>.price{color:rgb(var(--color-card-price-sale))}.card-information>.rating{margin-top:.4rem}.card-information>*:not(.visually-hidden:first-child)+quantity-popover:not(.rating):not(.card__information-volume-pricing-note),.card-information .card__information-volume-pricing-note.card__information-volume-pricing-note--button{margin-top:0}.card-information>*:not(.visually-hidden:first-child)+*:not(.rating):not(.card__information-volume-pricing-note){margin-top:.7rem}.card-information .caption{letter-spacing:.07rem;color:rgb(var(--color-card-description))}.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))}}.card__cart-icon{display:flex;align-items:center;justify-content:center;padding:15px;background-color:rgb(var(--color-card-button-background));border-radius:var(--button-border-radius, 4px);color:rgb(var(--color-card-button-text));cursor:pointer;transition:all .3s ease;min-width:unset;min-height:unset;font-size:16px}.card__cart-icon.button-size-small{padding:10px;font-size:14px}.card__cart-icon.button-size-large{padding:20px;font-size:18px}.card__cart-icon:hover{background-color:rgba(var(--color-card-button-background),.8)}.card__cart-icon svg{width:20px;height:20px;fill:rgb(var(--color-card-button-text))}.card__cart-icon.button-size-small svg{width:16px;height:16px}.card__cart-icon.button-size-large svg{width:24px;height:24px}.card-price .price__container{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.card-price .price__sale{display:flex!important;flex-direction:column-reverse!important;flex-wrap:nowrap!important;align-items:flex-start;gap:.3rem}.card-price .price__sale .price-item--sale{font-size:1.5rem;color:rgb(var(--color-card-price-sale));order:1;font-weight:700}.card-price .price__sale .price-item--regular{font-size:1.2rem;color:rgb(var(--color-card-price-regular));order:2}.card__price-section{display:flex;align-items:flex-start;gap:.5rem;margin-top:.8rem;padding:0 1rem}.card__price-left{flex:1}.card__price-right{display:flex;align-items:center;gap:.5rem}.card__selling-points{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem 1rem;margin-top:.8rem;padding:0 1rem}.card__selling-point{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem}.card__selling-point-value{font-size:1.4rem;font-weight:600;color:#000;line-height:1.2}.card__selling-point-label{font-size:1.2rem;color:#666;line-height:1.2}.card__actions{display:flex;gap:.8rem;margin-top:1rem;padding:0 1rem 1rem}.card__view-more{flex:1;text-align:center;padding:.8rem 1rem;border-radius:var(--button-border-radius, 4px);background-color:rgb(var(--color-card-button-background));color:rgb(var(--color-card-button-text));text-decoration:none;font-weight:var(--button-font-weight, 500);transition:all .3s ease}.card__view-more:hover{background-color:rgba(var(--color-card-button-background),.8);color:rgb(var(--color-card-button-text))}.card__actions .quick-add{flex:1}.card__actions .quick-add__submit{width:100%;padding:15px 30px;font-size:16px}.card__actions .quick-add__submit.button-size-small{padding:10px 20px;font-size:14px}.card__actions .quick-add__submit.button-size-large{padding:20px 40px;font-size:18px}@media screen and (max-width:749px){.card__price-section{flex-direction:column;align-items:flex-start;gap:.5rem}.card__selling-points{gap:.4rem .8rem}.card__selling-point-value{font-size:1.2rem}.card__selling-point-label{font-size:1rem}.card__actions{flex-direction:column}.card-price .price__container{flex-direction:column;align-items:flex-start;justify-content:flex-start}.card-price .price__sale{flex-direction:column-reverse!important;align-items:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/36/assets/component-card-v2.css.map */
