.product_card_wrapper{display:flex;flex-direction:column;gap:10px;height:100%;position:relative}.product_card_image{background:var(--card-bg-color);border-radius:var(--card-border-r);position:relative;padding-top:2rem;padding-bottom:1rem}.product-card-title{word-break:break-all}.product_card_image_inner img{width:100%;height:100%;object-fit:contain}.product_card_image_inner{text-align:center;width:90%;height:300px;object-fit:contain;margin:0 auto;padding:0 5px;position:relative;display:flex}.product_card_link{position:absolute;top:0;left:0;width:100%;height:100%;font-size:0;border-radius:var(--img-border-radius);z-index:1}.product_card_info{background:var(--card-bg-color);border-radius:var(--card-border-r);height:100%}.product_card__content{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:1.5rem 15px;grid-gap:5px}.product-card-title,.product-card-title a{font-family:var(--font-heading-family);text-decoration:none;color:var(--card-text);font-weight:600;font-size:15px;line-height:1.4;text-align:center}.product-card-price span,.product-card-price s{font-family:var(--font-body-family);font-size:14px;font-weight:500;color:var(--card-price);opacity:.7;line-height:1.4}.product_card_price_wrapper{display:flex;flex-wrap:wrap;flex-direction:column;align-items:center}.card-product-tags{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin:5px 2px 1rem}.card-product-tags .tag-pill{border:2px solid var(--tag-c-border);font-size:12px;font-weight:600;font-family:var(--font-body-family);padding:8px;line-height:7px;color:var(--tag-c-color)}@media screen and (max-width:768px){.card-product-tags .tag-pill{font-size:10px;font-weight:500;font-family:var(--font-body-family);padding:4px;line-height:1.1}}.product-card-offer-block{width:100%;max-width:350px;background:var(--marquee-bg);border-radius:6px;border:1px solid var(--marquee-border);padding:0 5px}.product_card_marquee{display:flex;max-width:100%;overflow:hidden}.product_card_marquee_inner{display:flex;flex:1 1 auto;white-space:nowrap;gap:2rem;padding:.5rem 0}.product_card_marquee_inner.marquee_card--left{animation:leftScroll var(--marquee-speed) linear infinite}.product_card_marquee_inner.marquee_card--right{animation:rightScroll var(--marquee-speed) linear infinite}.pcard-style-two .top-marque .product-card-offer-block{display:none}@media(min-width:1000px){.pcard-style-one .top-marque .product-card-offer-block{display:none}}.bottom-marque{display:flex;justify-content:center}@keyframes leftScroll{0%{transform:translate(0)}to{transform:translate(0)}}@keyframes rightScroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.product_card_marquee_inner span{font-size:1.4rem;line-height:calc(1.4rem * 1.6);color:var(--marquee-text)}.product-card-thumbs{display:flex;align-items:center;justify-content:center;position:relative;z-index:1;gap:5px;padding:10px 0 15px}.product-card-thumbs img{width:100%;height:100%;object-fit:cover;border-radius:10px}.product-card-thumbs button{background:#f0e1cb;width:65px;height:65px;object-fit:contain;padding:0;border:1px solid #dbdbdb;border-radius:10px;cursor:pointer}.product-card-thumbs button.is-active{border-color:#000}@media screen and (max-width:1200px){.product-card-thumbs{display:none}}.product-card-nav.product-card-prev{left:-15px}.product-card-nav.product-card-next{right:-15px}.product-card-nav{background:transparent;border:none;width:30px;height:30px;cursor:pointer;position:absolute;top:44.9%;z-index:1}.product-card-nav.swiper-button-disabled{opacity:.5;cursor:not-allowed}.product-card-nav.product-card-next svg{width:18px;height:18px}.product-card-nav.product-card-prev svg{width:18px;height:18px}.product-card-nav{opacity:0;visibility:hidden;transition:cubic-bezier(.4,0,1,1) .6s}.product_card_image:hover .product-card-nav{opacity:1;visibility:visible}.badges-wrapper{position:absolute;top:16px;left:6px;z-index:2}.badges-wrapper .badge{writing-mode:vertical-rl;padding:4px 3px;border-radius:5px;border:2px solid #F0E1CB;line-height:1.5;text-transform:uppercase;letter-spacing:0;font-weight:600;font-size:12px;color:var(--badges_color);background:var(--badges_color_bg);border-color:var(--badges_color_border)}@media screen and (min-width:1100px){.badges-wrapper .badge.horizontal{writing-mode:horizontal-tb}}@media screen and (max-width:749px){.product_card_wrapper{display:flex;flex-direction:column;gap:10px;height:100%}.product_card_image{padding-top:1rem;padding-bottom:1rem}.product_card_image_inner{width:95%;height:190px}.card-product-tags{flex-wrap:wrap;gap:4px;margin:5px 2px 1rem;justify-content:center}.product-card-title,.product-card-title a{font-weight:600;font-size:13px;line-height:1.3;overflow:hidden}.product-card-price span,.product-card-price s{font-size:13px;font-weight:500;opacity:.8;line-height:1.4}.product_card_marquee_inner span{font-size:1.1rem}.product_card_marquee_inner{gap:2rem;padding:.2rem 0}.product_card__content{padding:1rem 5px}.badges-wrapper .badge{padding:2px;font-size:10px}.badges-wrapper{top:4px}}.pdp_quickyview{position:absolute;bottom:-8px;right:15px;padding:0;border:1px solid var(--qv-border);border-radius:6px;z-index:2;height:45px;width:45px;background:var(--qv-background)}.pcard-style-two .pdp_quickyview{position:absolute;bottom:20px;right:15px;padding:0;border:1px solid var(--qv-border);border-radius:6px;z-index:2;height:45px;width:45px;background:var(--qv-background)}.pcard-style-one .pdp_quickyview{position:absolute;top:20px;right:15px;padding:0;border:1px solid var(--qv-border);border-radius:6px;z-index:2;height:45px;width:45px;background:var(--qv-background)}.pdp_quickyview button{width:100%;height:100%;background:transparent;border:none;display:flex;align-items:center;justify-content:center;padding:2px;border-radius:5px}.quick_view_innerblock.no_variants form,.shopify-product-form{width:100%;height:100%}.pdp_quickyview svg{width:2.5rem;height:2.5rem}.pdp_quickyview svg path{fill:var(--qv-color)}.pdp_quickyview button[disabled]{opacity:.5;cursor:no-drop}.quick_view_innerblock{width:100%}.pdp_quickyview button:focus-visible{outline-offset:1px}.quick_view_wrap{display:flex;height:100%;justify-content:center;width:100%}.product-card-vendor{font-size:12px;color:var(--card-text)}@media screen and (max-width:768px){.pdp_quickyview{height:35px;width:35px}}.pcard-style-two .product_card_image_inner{width:100%;height:100%;padding:0;border-top-right-radius:var(--card-border-r);border-top-left-radius:var(--card-border-r);align-items:self-start}.pcard-style-two .product-card-nav{display:none}.pcard-style-two .product_card_image_inner img{border-top-right-radius:var(--card-border-r);border-top-left-radius:var(--card-border-r)}.pcard-style-two .imag-szie-cover .product_card_image_inner img{object-fit:cover;aspect-ratio:1 / 1}.pcard-style-two .imag-szie-contain .product_card_image_inner img{object-fit:contain;aspect-ratio:1 / 1;background:var(--card-bg-color)}.pcard-style-two .product-card-offer-block{width:100%;max-width:90%;margin-top:0;position:absolute;top:-18px;z-index:1}.pcard-style-two .product_card__content{padding:2.2rem 2.3rem 1.8rem;grid-gap:5px}.pcard-style-two .product_card_image{padding-top:0;background:transparent;padding-bottom:0}.pcard-style-two .product_card_wrapper{gap:0}.pcard-style-two .product_card_info{border-bottom-right-radius:var(--card-border-r);border-bottom-left-radius:var(--card-border-r);border-top-left-radius:0;border-top-right-radius:0;position:relative}.pcard-style-two .pdp_quickyview{position:relative;top:0;right:0;height:40px;width:40px}.pcard-style-two .product-card-thumbs button{width:40px;height:40px}.product_card_wrapper.pcard-style-two{gap:0}.pcard-style-two .product-card-thumbs{justify-content:flex-start;padding:0}.pcard-style-two .thmb-img-btn-wrap{display:grid;grid-template-columns:2fr auto;align-items:center;padding:15px 0 12px;width:100%}.pcard-style-two .info-card-product-block{width:100%}.pcard-style-two .product-card-title,.pcard-style-two .product-card-title a{font-size:16px;text-align:left}.pcard-style-two .product_card_price_wrapper{align-items:flex-start;padding-top:2px}.pcard-style-two .product-card-price span,.pcard-style-two .product-card-price s{color:var(--card-price);opacity:.9}.pcard-style-two .product-card-price .regular_price{font-weight:600}@media screen and (max-width:768px){.pcard-style-two .thmb-img-btn-wrap{display:none}.pcard-style-two .product_card__content{padding:2.2rem 1.5rem 1rem;grid-gap:5px}.pcard-style-two .product-card-title,.pcard-style-two .product-card-title a{font-size:15px}}.product_card_wrapper.pcard-style-three,.pcard-style-three .product_card_wrapper{gap:0}.pcard-style-three .badges-wrapper.bw-three{position:relative;left:0}.pcard-style-three .badges-wrapper.bw-three .badge{writing-mode:horizontal-tb;border-radius:0;padding:4px 5px}.pcard-style-three .info-card-product-block-top{display:flex;flex-direction:row;justify-content:space-between;padding:0 15px}.pcard-style-three .top-heading-pc{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.product_card_wrapper.pcard-style-three{background:var(--card-bg-color);padding:15px 5px}.pcard-style-three .imag-szie-cover .product_card_image_inner{width:100%;height:490px}.pcard-style-three .product_card_image_inner img{width:100%;height:100%}.pcard-style-three .imag-szie-cover .product_card_image_inner img{object-fit:cover;aspect-ratio:1 / 1}.pcard-style-three .imag-szie-contain .product_card_image_inner img{object-fit:contain;aspect-ratio:1 / 1;background:var(--card-bg-color)}.pcard-style-three .imag-szie-cover .product-card-nav.product-card-prev{left:10px}.pcard-style-three .imag-szie-cover .product-card-nav.product-card-next{right:15px}.pcard-style-three .product-card-price span,.pcard-style-three .product-card-price s{font-size:12px;line-height:1.5;letter-spacing:0;opacity:1}.pcard-style-three .product-card-price s{color:var(--color-highlight);font-weight:600}.pcard-style-three .product_card_price_inner{display:flex;flex-direction:row-reverse;gap:5px}.pcard-style-three .product-card-title,.pcard-style-three .product-card-title a{font-weight:500;text-align:left}.pcard-style-three .product_card__content{padding:0}.pcard-style-three .product-card-thumbs button{background:#efefef;width:47px;height:60px;object-fit:contain;padding:0;border:none;border-radius:0;cursor:pointer}.pcard-style-three .product-card-thumbs img{width:100%;height:100%;object-fit:cover;border-radius:0}.pcard-style-three .product-card-thumbs button.is-active{border:1px solid gray}.card-product-three.pc_product_inventory_wrapper{font-family:var(--font-heading-family);font-weight:500;font-size:13px;line-height:10px;letter-spacing:0px}.pcard-style-three .info-card-product-block{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px}.pdp_quickyview.pcqw-three{position:absolute;bottom:18%;right:20px;width:90%;opacity:0;transform:translateY(30px);transition:all .4s ease;pointer-events:none;background:var(--qv-background);height:45px;border:1px solid var(--qv-border);border-radius:6px}.pdp_quickyview.pcqw-three .atc_status,.pdp_quickyview.pcqw-three .btn_text{color:var(--qv-color);display:flex;align-items:center;gap:7px;justify-content:center}.pcard-style-three .product-card-thumbs{padding:0}.product_card_wrapper.pcard-style-three:hover .pdp_quickyview.pcqw-three{opacity:1;transform:translateY(0);pointer-events:auto;z-index:2}.card-product-three-bottom{display:flex;flex-direction:column;gap:10px}button.card-swatch-btn{width:24px;height:24px;cursor:pointer;padding:0;border:none}@media(max-width:1200px){.pcard-style-three .info-card-product-block{display:flex;flex-direction:column-reverse;align-items:flex-start;gap:5px}.pcard-style-three .product-card-thumbs{padding:0;display:block}}@media screen and (max-width:768px){.product_card_wrapper.pcard-style-three:hover .pdp_quickyview.pcqw-three{opacity:1;transform:none;pointer-events:auto}.pdp_quickyview.pcqw-three{position:relative;bottom:unset;right:unset;width:100%;opacity:1;transform:none;margin-top:10px;pointer-events:auto}.product_card_wrapper.pcard-style-three{display:flex;flex-direction:column;height:100%}.pcard-style-three .product_card_image_inner{height:180px}.pcard-style-three .product_card_image_inner img{width:100%;height:100%;object-fit:cover}.pcard-style-three .product-card-thumbs{display:flex;flex-wrap:nowrap;gap:5px;overflow-x:auto}.pcard-style-three .product-card-thumbs button{flex:0 0 auto}.product-card-swatches{display:flex!important;flex-wrap:nowrap;gap:6px;overflow-x:auto}.pdp_quickyview.pcqw-three{position:relative;width:100%;margin-top:auto;opacity:1;transform:none}.pdp_quickyview.pcqw-three button{width:100%}.pcard-style-three .product-card-thumbs button:nth-child(n+4){display:none}.pcard-style-three .product-card-thumbs{display:flex;gap:5px}.pcard-style-three .product-card-thumbs button{width:32%}}@media(max-width:600px){.pcard-style-three .imag-szie-cover .product_card_image_inner{width:100%;height:100%}.pcard-style-three .product-card-thumbs button{width:40px;height:40px}.pcard-style-three .product_card__content{padding:0;justify-content:flex-start}.pcard-style-three .card-swatch-btn{width:18px!important;height:18px!important}}@media(max-width:800px){.pcard-style-three .badges-wrapper.bw-three .badge{display:none}.pcard-style-three .info-card-product-block-top{padding:0 5px;order:2}.pcard-style-three .product_card_image{order:1;padding-top:0}.pcard-style-three .product_card_info{order:3}.pcard-style-three .pdp_quickyview.pcqw-three{display:none}.pcard-style-three .out_of_stock,.pcard-style-three .in_stock{padding:5px 0 0;display:block}.pcard-style-three .info-card-product-block{padding:10px 2px 5px}}@media(min-width:801px){.pcard-style-three .badges-wrapper.bw-three{width:35%;text-align:right}.pcard-style-three .info-card-product-block-top{align-items:flex-start;gap:10px}}.pcard-style-two.marquee-top-enabled .product-card-offer-block{top:0;position:relative;max-width:100%;border-radius:var(--card-border-r) var(--card-border-r) 0 0}.pcard-style-two.marquee-top-enabled .product_card_image_inner,.pcard-style-two.marquee-top-enabled .product_card_image_inner img{border-top-left-radius:0;border-top-right-radius:0}.pcard-style-two.marquee-top-enabled .product_card_marquee_inner{padding:.8rem 0}.pcard-style-two.marquee-top-enabled .badges-wrapper{top:8%}.tab-section-p-card .pcard-style-two.marquee-top-enabled .badges-wrapper{top:15%}.product-card-main{position:relative}@keyframes badgePop{0%{transform:scale(1);box-shadow:0 0 #c5523c00}70%{transform:scale(1);box-shadow:0 0 #c5523c00}80%{transform:scale(1.35);box-shadow:0 4px 12px #c5523c80}88%{transform:scale(.92);box-shadow:0 2px 6px #c5523c4d}94%{transform:scale(1.1);box-shadow:0 2px 8px #c5523c33}to{transform:scale(1);box-shadow:0 0 #c5523c00}}.badges-wrapper .badge.sale-card{animation:badgePop 2s ease-in-out infinite;transform-origin:center center;will-change:transform}.product_card_marquee_inner{animation:none!important;transform:none!important;justify-content:center}@media screen and (max-width:749px){.badges-wrapper .badge.sale-card{animation:badgePop 2s ease-in-out infinite!important;transform-origin:center center!important;will-change:transform!important;display:inline-block!important}.product_card_marquee_inner{animation:none!important;transform:none!important;justify-content:center!important;padding:.3rem 0!important}.product-card-offer-block{display:block!important;width:calc(100% - 10px)!important;max-width:100%!important;margin:0 auto!important}.discount-off{display:block!important;text-align:center!important;visibility:visible!important;opacity:1!important;font-size:1.2rem!important}}@media screen and (max-width:768px){.badges-wrapper .badge.sale-card{animation:badgePop 2s ease-in-out infinite!important;transform-origin:center center!important;will-change:transform!important}.product_card_marquee_inner{animation:none!important;transform:none!important;justify-content:center!important}.product-card-offer-block{display:block!important;max-width:100%!important}}.product_card_wrapper .product-card-title,.product_card_wrapper .product-card-title a{font-size:1.9rem;line-height:1.3;font-weight:600;letter-spacing:.06em;word-break:normal}.product_card_wrapper .product_card_price_inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;column-gap:1.2rem;row-gap:.5rem;margin-top:.4rem}.product_card_wrapper .price-block{display:inline-flex;flex-direction:column;align-items:center;line-height:1.15}.product_card_wrapper .price-label{display:block;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:500;letter-spacing:.09em;text-transform:uppercase;opacity:.6;margin-bottom:.2rem}.product_card_wrapper .product_card_price_inner s.cap{font-size:1.5rem;font-weight:500;opacity:.6;text-decoration:line-through}.product_card_wrapper .product_card_price_inner .regular_price{font-size:2.1rem;font-weight:700}.product_card_wrapper .save-pill{display:inline-block;background:#01411c;color:#fff;font-family:DM Sans,sans-serif;font-size:1.15rem;font-weight:600;letter-spacing:.03em;line-height:1;padding:.6rem .95rem;border-radius:999px;white-space:nowrap}@media screen and (max-width:768px){.product_card_wrapper .product-card-title,.product_card_wrapper .product-card-title a{font-size:1.6rem}.product_card_wrapper .product_card_price_inner{column-gap:.9rem}.product_card_wrapper .product_card_price_inner .regular_price{font-size:1.8rem}.product_card_wrapper .product_card_price_inner s.cap{font-size:1.35rem}.product_card_wrapper .save-pill{font-size:1.05rem;padding:.5rem .8rem}.product_card_wrapper .price-label{font-size:.95rem}}.product_card_wrapper .product_card_price_inner .save-pill{opacity:1;color:#fff;margin-top:1.5rem}.product_card_wrapper .product_card_price_inner .price-label,.product_card_wrapper .product_card_price_inner s.cap{color:#8c8378;opacity:1}.product_card_wrapper .product-card-offer-block,.product_card_info .product-card-offer-block{display:none!important}.product_card_wrapper .product_card_price_inner .price-block--now,.product_card_wrapper .product_card_price_inner .regular_price{color:#01411c!important;opacity:1}.product_card_wrapper .product_card_price_inner .price-block--now .price-label{color:#8c8378}.product_card_wrapper .product_card_info p.product-card-title,.product_card_wrapper .product_card_info p.product-card-title a{color:#e67e22!important}.product_card_wrapper.pcard-style-one{gap:0;height:100%;background:#fef9f2;border:1px solid rgba(51,31,23,.07);border-radius:22px;box-shadow:0 2px 10px #331f170d;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.product_card_wrapper.pcard-style-one:hover{transform:translateY(-4px);box-shadow:0 14px 32px #331f1721;border-color:#e67e2259}.product_card_wrapper .product_card_image{background:transparent;border-radius:22px 22px 0 0;padding:1.6rem 1.6rem .4rem}.product_card_wrapper .product_card_info{background:transparent;border-radius:0 0 22px 22px;border-top:1px solid rgba(51,31,23,.07);display:flex;flex-direction:column;justify-content:flex-end}.product_card_wrapper .product_card__content{padding:1.5rem 1.6rem 1.8rem}.product_card_wrapper .product_card_info .product-card-title{margin-bottom:.7rem}.product_card_wrapper .product-main-image img{border-radius:14px}.product_card_wrapper .badges-wrapper{top:1.4rem;left:1.4rem;right:auto}.product_card_wrapper .badge.badge--top.sale-card{writing-mode:horizontal-tb;padding:.55rem 1.1rem;border-radius:999px;font-size:1.05rem;line-height:1;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 3px 10px #01411c47}.product_card_wrapper .product-card-thumbs{gap:.8rem;padding:1.1rem 0 .2rem;justify-content:center}.product_card_wrapper .product-card-thumbs>*{border-radius:10px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,opacity .3s ease}.product_card_wrapper .product-card-thumbs>*:hover{transform:translateY(-2px);box-shadow:0 4px 12px #331f1729}.product_card_wrapper .sa-progress-track{border-radius:999px;overflow:hidden;height:3px!important;background:#331f171a!important}.product_card_wrapper .sa-progress-bar{border-radius:999px}.product_card_wrapper .product-card-nav{opacity:0;border-radius:50%;background:#fef9f2eb;box-shadow:0 2px 8px #331f1729;transition:opacity .3s ease,background .3s ease,box-shadow .3s ease}.product_card_wrapper:hover .product-card-nav{opacity:1}.product_card_wrapper .product-card-nav:hover{background:#fff;box-shadow:0 4px 14px #331f1738}.product_card_wrapper .product_card_price_inner{align-items:flex-end;gap:1.2rem;row-gap:.6rem}.product_card_wrapper .price-block{gap:.25rem}.product_card_wrapper .price-label{font-size:.95rem;letter-spacing:.14em}.product_card_wrapper .save-pill{align-self:center;box-shadow:0 3px 10px #01411c38}@media screen and (max-width:768px){.product_card_wrapper.pcard-style-one{border-radius:16px}.product_card_wrapper .product_card_image{border-radius:16px 16px 0 0;padding:1rem 1rem .3rem}.product_card_wrapper .product_card_info{border-radius:0 0 16px 16px}.product_card_wrapper .product_card__content{padding:1.1rem 1rem 1.3rem}.product_card_wrapper .badges-wrapper{top:1rem;left:1rem}.product_card_wrapper .badge.badge--top.sale-card{font-size:.95rem;padding:.45rem .9rem}.product_card_wrapper .product-card-nav{opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/card-product.css.map */
