.product_card_wrapper{padding:24px 0;height:fit-content;display:flex;gap:48px;flex-shrink:0;height:100%}.product_card_wrapper .img_container{height:100%;width:100px;display:flex}.product_card_wrapper .img_container img{width:100px;height:100px;object-fit:contain}.product_card_wrapper .product_card_content{display:flex;flex-direction:column;width:196px;height:100%}.product_card_wrapper .product_card_content .product_title{color:rgb(var(--color-primary-1));font-family:var(--font-family-copy, Poppins);font-size:var(--font-size-small-text, 14px);font-style:normal;font-weight:400;word-break:auto-phrase;line-height:20px;max-height:40px;min-height:40px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal}.product_card_wrapper .product_card_content .product_vendor{color:rgb(var(--color-primary-2));margin-top:4px;font-family:var(--font-family-copy, Poppins);font-size:var(--font-size-xsmall-text, 12px);font-weight:600;line-height:20px;max-height:20px;min-height:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;white-space:normal;margin-bottom:auto}.product_card_wrapper .product_card_content .product-cart__extended-info-row{display:flex;gap:16px;padding-top:8px;padding-bottom:4px}.product_card_wrapper .product_card_content .product-cart__extended-info-row:empty{display:none}.product_card_wrapper .product_card_content .product-cart__extended-info-row .product-card__data-sheet{width:fit-content;padding:0;text-decoration:underline;background:none;cursor:pointer;border:none;color:rgb(var(--color-primary-1));font-family:var(--font-family-copy, Poppins);font-size:var(--font-size-xsmall-text, 12px);font-style:normal;font-weight:400;line-height:var(--line-height-xsmall-text, 12px)}.product_card_wrapper .product_card_content .product-cart__extended-info-row .product-card__label-container{border:none;background:none;display:flex;cursor:pointer;width:51px;height:28px;padding:0}.product_card_wrapper .product_card_content .product-cart__extended-info-row .product-card__label-container img{width:51px;height:28px}.product_card_wrapper .product_card_content .compare_at_price{color:rgb(var(--color-primary-1));font-family:var(--font-family-copy, Poppins);font-size:12px;font-style:normal;font-weight:400;line-height:var(--line-height-small-text, 10px);text-decoration:line-through;margin-top:10px}.product_card_wrapper .product_card_content .product_price_info--container{display:flex;justify-content:space-between;position:relative}.product_card_wrapper .product_card_content .product_price_info--container .price_info--wrapper{display:flex;flex-direction:column}.product_card_wrapper .product_card_content .product_price_info--container .price_info--wrapper .product_price{color:rgb(var(--color-primary-1));font-size:var(--font-size-copy-large, 20px);font-style:normal;font-weight:800;line-height:var(--line-height-h5, 20px);display:flex;align-items:center}.product_card_wrapper .product_card_content .product_price_info--container .price_info--wrapper .product_price .discount_percentage{margin-left:10px;color:var(--semantic-price, var(--Color, #DB1420));font-family:var(--font-family-copy, Poppins);padding:0 4px;border:1px solid var(--semantic-price, #DB1420);background:var(--basic-white, #FFF);font-size:var(--font-size-xsmall-text, 12px);font-style:normal;font-weight:400;line-height:normal}.product_card_wrapper .product_card_content .product_price_info--container .price_info--wrapper .tax_price{color:rgb(var(--color-primary-1));font-family:var(--font-family-copy, Poppins);font-size:var(--font-size-xsmall-text, 12px);font-style:normal;font-weight:400;line-height:var(--line-height-xsmall-text, 20px)}.product_card_wrapper .product_card_content .add_to_cart_container{display:flex;gap:12px;margin-top:12px}.product_card_wrapper .product_card_content .add_to_cart_container .add_to_cart_btn{position:relative}.product_card_wrapper .product_card_content .add_to_cart_container .add_to_cart_btn .product-form__error-message-wrapper{position:absolute;width:fit-content;left:0;z-index:3;transform:translateY(-110%);top:0;background-color:#f5f1ef;padding-left:24px;padding-right:24px;display:flex;gap:10px;align-items:center;opacity:0;height:0;transition:all .1s ease-in-out}.product_card_wrapper .product_card_content .add_to_cart_container .add_to_cart_btn .product-form__error-message-wrapper span{color:#0a1119;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.product_card_wrapper .product_card_content .add_to_cart_container .add_to_cart_btn .product-form__error-message-wrapper svg.info{flex-shrink:0;width:20px;height:20px;margin-right:0;margin-top:0}.product_card_wrapper .product_card_content .add_to_cart_container .add_to_cart_btn .product-form__error-message-wrapper svg.arrow{width:16px;height:8px;margin:0;position:absolute;bottom:0;left:50%;transform:translate(-50%,82%)}.product_card_wrapper .product_card_content .add_to_cart_container .add_to_cart_btn .product-form__error-message-wrapper.show{opacity:1;height:auto;padding-top:24px;padding-bottom:24px}.product_card_wrapper .product_card_content .add_to_cart_container .add_to_cart_btn .product-form__error-message-wrapper.hide{opacity:0;height:0;padding-top:0;padding-bottom:0}.product_card_wrapper .product_card_content .add_to_cart_container .add_to_cart_btn .button{cursor:pointer;width:auto;flex-grow:1;height:48px;background-color:rgb(var(--color-primary-4));display:flex;justify-content:center;align-items:center;gap:8px;border:none}.product_card_wrapper .product_card_content .add_to_cart_container .add_to_cart_btn .button:after{display:none}.product_card_wrapper .product_card_content .add_to_cart_container .add_to_cart_btn .button:before{display:none}.product_card_wrapper .product_card_content .add_to_cart_container .add_to_cart_btn .button span{color:#fff;text-transform:uppercase;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:20px;display:none}.product_card_wrapper .product_card_content .add_to_cart_container .add_to_cart_btn .button svg{width:16px;height:16px;object-fit:contain}.product_card_wrapper .product_card_content .add_to_cart_container .add_to_cart_btn .product-form__submit-unavailable{background-color:#dfdede;color:var(--greyscale-Medium-Grey, #838487);text-transform:uppercase;box-shadow:none}.product_card_wrapper .product_card_content .add_to_cart_container .add_to_cart_btn .product-form__submit-unavailable span{color:var(--greyscale-Medium-Grey, #838487)}.product_card_wrapper .product_card_content .add_to_cart_container .add_to_cart_btn .product-form__submit-unavailable svg{display:none!important}.product_card_wrapper .product_card_content .add_to_cart_container .add_to_cart_btn .product-form__submit-unavailable svg path{fill:var(--greyscale-Medium-Grey, #838487)}.product_card_wrapper .product_card_content .add_to_cart_container .like_btn{cursor:pointer;width:48px;height:48px;flex-shrink:0;padding:0;border:none;background:none;display:flex}.product_card_wrapper .product_card_content .add_to_cart_container .like_btn svg{width:100%;height:100%}.product_card_wrapper .product_card_content .add_to_cart_container .like_btn.wk-selected svg rect{fill:#0a1119}.product_card_wrapper .product_card_content .add_to_cart_container .like_btn.wk-selected svg path{stroke:#fff}.product_card_wrapper .product_card_content .availability{display:flex;margin-top:0;gap:8px;align-items:center}.product_card_wrapper .product_card_content .availability svg{width:16px;height:16px}.product_card_wrapper .product_card_content .availability span{color:rgb(var(--color-primary-1));font-family:var(--font-family-copy, Poppins);font-size:var(--font-size-xsmall-text, 12px);font-style:normal;font-weight:400;line-height:var(--line-height-xsmall-text, 20px)}@media screen and (max-width: 749px){.product_card_wrapper{padding:24px 0;height:fit-content;display:flex;gap:24px;flex-shrink:0;width:100%}.product_card_wrapper .img_container{height:100%;width:100px;display:flex}.product_card_wrapper .img_container img{width:100px;height:100px;object-fit:contain}.product_card_wrapper .product_card_content{display:flex;flex-direction:column;width:100%}.product_card_wrapper .product_card_content .product_title{color:rgb(var(--color-primary-1));font-family:var(--font-family-copy, Poppins);font-size:var(--font-size-small-text, 14px);font-style:normal;font-weight:400;line-height:20px;max-height:40px;min-height:40px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal}.product_card_wrapper .product_card_content .product_vendor{color:rgb(var(--color-primary-2));margin-top:4px;font-family:var(--font-family-copy, Poppins);font-size:var(--font-size-xsmall-text, 12px);font-weight:600;line-height:20px;max-height:20px;min-height:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;white-space:normal;margin-bottom:auto}.product_card_wrapper .product_card_content .compare_at_price{color:rgb(var(--color-primary-1));font-family:var(--font-family-copy, Poppins);font-size:12px;font-style:normal;font-weight:400;line-height:var(--line-height-small-text, 10px);text-decoration:line-through;margin-top:10px}.product_card_wrapper .product_card_content .product_price_info--container{display:flex;justify-content:space-between;align-items:center}.product_card_wrapper .product_card_content .product_price_info--container .price_info--wrapper{display:flex;flex-direction:column}.product_card_wrapper .product_card_content .product_price_info--container .price_info--wrapper .product_price{color:rgb(var(--color-primary-1));font-size:var(--font-size-copy-large, 16px);font-style:normal;font-weight:800;line-height:var(--line-height-h5, 30px);display:flex;align-items:center}.product_card_wrapper .product_card_content .product_price_info--container .price_info--wrapper .product_price .discount_percentage{margin-left:10px;color:var(--semantic-price, var(--Color, #DB1420));font-family:var(--font-family-copy, Poppins);padding:0 4px;border:1px solid var(--semantic-price, #DB1420);background:var(--basic-white, #FFF);font-size:var(--font-size-xsmall-text, 14px);font-style:normal;font-weight:400;line-height:normal}.product_card_wrapper .product_card_content .product_price_info--container .price_info--wrapper .tax_price{color:rgb(var(--color-primary-1));font-family:var(--font-family-copy, Poppins);font-size:var(--font-size-xsmall-text, 12px);font-style:normal;font-weight:400;line-height:var(--line-height-xsmall-text, 20px)}.product_card_wrapper .product_card_content .add_to_cart_container{margin-top:0;display:flex;gap:12px}.product_card_wrapper .product_card_content .add_to_cart_container .add_to_cart_btn .button{min-width:0!important;cursor:pointer;width:auto;flex-grow:1;height:48px;background-color:rgb(var(--color-primary-4));display:flex;justify-content:center;align-items:center;gap:8px;border:none}.product_card_wrapper .product_card_content .add_to_cart_container .add_to_cart_btn .button:after{display:none}.product_card_wrapper .product_card_content .add_to_cart_container .add_to_cart_btn .button:before{display:none}.product_card_wrapper .product_card_content .add_to_cart_container .add_to_cart_btn .button span{display:none}.product_card_wrapper .product_card_content .add_to_cart_container .add_to_cart_btn .button svg{width:16px;height:16px;object-fit:contain}.product_card_wrapper .product_card_content .add_to_cart_container .add_to_cart_btn .product-form__submit-unavailable{background-color:#dfdede;color:var(--greyscale-Medium-Grey, #838487);text-transform:uppercase;box-shadow:none}.product_card_wrapper .product_card_content .add_to_cart_container .add_to_cart_btn .product-form__submit-unavailable span{color:var(--greyscale-Medium-Grey, #838487)}.product_card_wrapper .product_card_content .add_to_cart_container .add_to_cart_btn .product-form__submit-unavailable svg{display:block!important}.product_card_wrapper .product_card_content .add_to_cart_container .add_to_cart_btn .product-form__submit-unavailable svg path{fill:var(--greyscale-Medium-Grey, #838487)}.product_card_wrapper .product_card_content .add_to_cart_container .like_btn{cursor:pointer;width:48px;height:48px}.product_card_wrapper .product_card_content .availability{display:flex;margin-top:0;gap:8px;align-items:center}.product_card_wrapper .product_card_content .availability svg{width:16px;height:16px}.product_card_wrapper .product_card_content .availability span{color:rgb(var(--color-primary-1));font-family:var(--font-family-copy, Poppins);font-size:var(--font-size-xsmall-text, 12px);font-weight:400;line-height:var(--line-height-xsmall-text, 20px)}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/product-card-snippet-1.css.map */
