.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__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--collection .card__inner{height:15.7rem;background-color:transparent}@media screen and (min-width: 750px){.card--collection .card__inner{height:30rem}}.card--collection .card__link{position:absolute;top:0;left:0;z-index:5;width:100%;height:100%}.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{position:relative;grid-row-start:2;padding:.6rem 1rem}.card:not(.ratio)>.card__content{grid-template-rows:max-content minmax(0,1fr) max-content auto}@media screen and (min-width: 750px){.card__information{padding-bottom:.5rem;padding-top:3.2rem}}.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{object-fit:contain;object-position:center center}.card__inner:not(.ratio)>.card__content{height:100%}.card__heading{margin-top:0;margin-bottom:0;font-weight:400;font-size:1.6rem;letter-spacing:0;color:var(--color-black);font-family:Lato}@media screen and (min-width: 990px){.card__heading{font-size:2.4rem}}.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){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}.card .button--secondary{padding:1rem;line-height:1}@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)}}.card--standard.card--media .card__inner .card__information,.card--standard.card--text:not(.card--horizontal)>.card__content .card__heading,.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>.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{width:100%;padding-bottom:1.4rem}@media screen and (min-width: 750px){.card-information{padding-bottom:0}}.card-information>*{line-height:calc(1 + .4 / var(--font-body-scale));color:rgb(var(--color-foreground))}.card-information>.price{position:absolute;bottom:.6rem;left:0;width:100%;font-size:1.4rem;font-weight:var(--font-body-weight-light);color:var(--color-black);letter-spacing:0;line-height:1}.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(.price){margin-top:.7rem}.card-information .caption{letter-spacing:.07rem}.card-article-info{margin-top:1rem}.category-card-wrapper .card__heading{letter-spacing:0;color:var(--color-black)}.BIS_trigger.quick-add__submit.button.button-notify{background-color:transparent;color:#000;font-weight:700;border:1px solid #0000}.card .quick-add__submit{width:250px;min-height:38px!important}@media screen and (max-width: 749px){.category-card-wrapper .card__heading{margin-bottom:-.2rem;font-size:2.8rem}}.category-card-wrapper .card__information{padding:3.4rem 0}@media screen and (min-width: 990px){.category-card-wrapper .card__information{padding:1.3rem 0}}.category-card-wrapper .link{font-size:1.6rem;letter-spacing:0;color:var(--color-black)}@media screen and (min-width: 750px){.category-card-wrapper .link{font-size:1.8rem;font-family:Lato}}@media screen and (max-width: 749px){.card .quick-add__submit{display:block;width:100%;min-width:155px!important;font-size:12px;font-family:Lato;line-height:14px;min-height:32px!important;display:flex;justify-content:center;align-items:center}.card .card__inner .quick-add__price{display:none}}.card .price-item--sale{color:var(--color-pink-2)}span.price-item.price-item--regular{font-size:16px;font-family:Lato;line-height:19px;font-weight:400;color:#000}span.price-item.price-item--regular{font-size:16px;font-family:Lato;line-height:19px}.card .price-item--sale{color:red;font-size:16px;line-height:19px;font-family:Lato;font-weight:400;margin:0!important}.card span.off-percentage{font-size:12px;line-height:14px;font-family:Lato;color:red;text-transform:uppercase;font-weight:400}@media screen and (min-width: 990px){.card__heading{line-height:19px;font-size:16px;font-family:Lato;font-weight:600}}@media (min-width: 767px){.show-on-hover{visibility:hidden}.wrapper:hover .show-on-hover{visibility:visible}}.quick-add__price{font-weight:300;font-size:16px!important;font-family:Lato;color:var(--color-black);line-height:19px!important}img.badge-img{width:62px;height:62px}@media screen and (max-width: 600px){img.badge-img{width:32px;height:32px}.show-on-hover{display:block}}.hidden{display:none}.next-page-button{display:flex;width:175px;height:55px;line-height:19px;justify-content:center;align-items:center;font-weight:700;font-family:Lato;font-size:16px;color:#000;text-decoration:none;background-color:transparent;border:1px solid #000000;border-radius:23px}.next-btn{display:flex;justify-content:center}button.link.js-collection-load-more{min-height:40px;padding:14px;border:1px solid #000000;font-family:Lato;margin-top:20px;border-radius:23px;text-decoration:none;max-width:200px;font-size:14px;line-height:16px;font-weight:700}.collection-pagination__details{color:#000;font-family:Lato;font-size:18px;line-height:21px;font-weight:400}collection-pagination.collection-pagination{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:30px}.back-to-top{position:relative;margin-bottom:35px}#back-to-top-btn{position:absolute;bottom:20px;right:5rem;z-index:10;color:#fff;border:none;cursor:pointer;transition:opacity .3s ease}#back-to-top-btn svg{width:50px;height:50px;fill:#009eb4}.back-to-top span{position:absolute;bottom:0;right:4rem;font-size:12px;font-family:Lato;line-height:14px;z-index:10;text-decoration:underline;display:none}.not-custom-badge{width:62px;height:62px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:12px;font-family:Lato;line-height:12px}.sale-badge{width:62px;height:62px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:12px;line-height:12px;background-color:#e61d37}.avail-badge{width:62px;height:62px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:12px;font-family:Lato;line-height:12px;background-color:#858383}.avail-badge.vday{background-image:url(/cdn/shop/files/badge-heart.png?v=1736183437);background-repeat:no-repeat;background-color:transparent;border-radius:0;background-size:cover;width:68px;height:68px}@media (max-width: 767px){.desktop-breadcrumb{display:none}.collection-pagination__details{font-size:14px;line-height:16px;font-family:Lato;font-weight:400}.card__heading{margin-bottom:0;font-weight:600;font-size:14px;font-family:Lato;letter-spacing:0;color:var(--color-black);line-height:16px;margin-top:24px}.card-information{padding-bottom:0}#back-to-top-btn{right:10px}.back-to-top span{position:absolute;bottom:0;right:5px;z-index:10;font-size:10px;font-family:Lato;line-height:12px;text-decoration:underline;color:#000}#back-to-top-btn svg{width:40px;height:40px;fill:#009eb4}.back-to-top{padding-top:6rem}.not-custom-badge{width:32px;height:32px;font-size:8px!important;line-height:8px!important;font-family:Lato}.sale-badge{width:32px;height:32px;font-size:8px!important;font-family:Lato;line-height:8px!important}.avail-badge{width:32px;height:32px;font-size:6px!important;font-family:Lato;line-height:6px!important}.avail-badge.vday{background-size:cover;width:32px;height:32px}.yotpo-sr-bottom-line-left-panel.yotpo-sr-bottom-line-score{font-size:11px!important;line-height:12px!important;font-family:Lato!important}.star-container{width:12px!important;height:12px!important}.quick-add__price{font-size:14px!important;line-height:16px!important;font-family:Lato}span.price-item.price-item--regular{font-size:14px;line-height:16px;font-family:Lato}.card .price-item--sale{color:red;font-size:14px;line-height:16px;font-weight:400;margin:0!important}.card span.off-percentage{font-size:10px;line-height:10px;color:red;text-transform:uppercase;font-family:Lato;font-weight:400}.next-page-button{display:flex;width:160px;height:48px;line-height:16px;justify-content:center;align-items:center;font-weight:700;font-size:14px;font-family:Lato;color:#000;text-decoration:none;background-color:transparent;border:1px solid #000000;border-radius:20px}.facets-wrapper{padding-left:19px;padding-right:19px}}.yotpo-sr-bottom-line-summary{display:flex;flex-direction:row!important}.yotpo-sr-bottom-line-right-panel{display:none!important}.yopto-review{display:flex;justify-content:center;align-items:center}.yopto-review svg path{fill:#009db4!important;stroke:#009db4!important}.yopto-review .yotpo-sr-bottom-line-score{color:#000!important}.card__heading:visited{text-decoration:none}.padding-bottom-grid{padding-bottom:5rem}.yopto-review .star-container{margin-right:1px!important}.yotpo-sr-bottom-line-left-panel.yotpo-sr-bottom-line-score{font-size:12px!important;line-height:13px!important;font-weight:400!important;font-family:Lato!important;display:flex!important;justify-content:center!important;align-items:center!important;margin-bottom:0!important}.breadcrumbs a{text-decoration:underline;font-family:Lato}.pagination__item--current:after{content:none!important}@media screen and (min-width: 750px){.collection .pagination__item{font-size:16px;font-family:Lato;line-height:19px}}.yotpo-sr-bottom-line-left-panel.yotpo-sr-bottom-line-score{margin-bottom:0!important;margin-top:4px!important;margin-left:5px!important}.conatiner .size-medium{z-index:20!important}product-card .card__heading{margin-top:0}product-card .card__information:not(:has(.yotpo-reviews-star-ratings-widget))+.quick-add .price{display:none!important}product-card .yopto-review:not(:has(.yotpo-reviews-star-ratings-widget))+.quick-add__price.price{display:block!important;position:static;padding-top:1.8rem}.pagination-btns{display:flex;align-items:center;justify-content:center;gap:15px;margin-top:25px}product-card:not(:has(.yopto-review)) .price.quick-add__price.medium-hide.large-up-hide.small-hide.price--on-sale,product-card:not(:has(.yopto-review)) .price.quick-add__price.medium-hide.large-up-hide.small-hide{display:block!important;position:static;padding-top:.8rem}#product-grid product-card:not(:has(.yopto-review)) .card__inner+.card__content .card__information{display:grid;grid-template-rows:max-content minmax(0,1fr) max-content auto;align-items:flex-end}@media screen and (min-width: 990px){.component .card__heading{min-height:40px}}@media screen and (min-width: 481px) and (max-width: 767px){.card--collection .card__inner{height:25rem!important}}@media screen and (max-width: 480px){.card--collection .card__inner{height:20rem!important}}
/*# sourceMappingURL=/cdn/shop/t/856/assets/component-card.css.map */
