.product_card_wrapper{display:flex;flex-flow:column;gap:.3rem;position:relative}.product_card_image{position:relative;display:flex;flex-flow:column;gap:2rem;border-radius:12px!important;overflow:hidden!important;background:var(--bg-color);z-index:1}a.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_image_inner img,.product_card_image_inner svg.placeholder_svg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:var(--img-size);border-radius:12px!important;transition:opacity .4s ease-in-out}.product_card_image_inner svg.placeholder_svg{background:#0000000d}.product_card_image p.p_title{color:var(--color-text);margin-inline:1rem;margin-bottom:0;word-break:break-word}.p_description{color:var(--color-text);margin-inline:1rem;word-break:break-word;font-size:1.3rem}.p_variant_info ul{list-style:none;padding-left:0;padding-top:1rem}.card_align_left .p_title,.card_align_left .p_description{text-align:left}.card_align_center .p_title,.card_align_center .p_description{text-align:center}.card_align_right .p_title,.card_align_right .p_description{text-align:right}.card_align_left .product_card_content .product_card_price_inner{justify-content:start}.card_align_center .product_card_content .product_card_price_inner{justify-content:center}.card_align_right .product_card_content .product_card_price_inner{justify-content:end}.product_card_image.product-title-top{flex-direction:column-reverse;padding-top:1.2rem}.product_card_image p.p_title.has_bg{margin-bottom:1rem}span.product_vendor{font-size:1.4rem;line-height:1.4;color:var(--color-text);text-align:center;display:flex;justify-content:center;word-break:break-word}.product_card_price_inner{display:flex;justify-content:center;align-items:center;margin:.2rem 0 0;gap:.9rem;flex-wrap:wrap}.product_card_price_inner span.regular_price,.product_card_price_inner span.product_card_price_varies{font-size:1.6rem;line-height:1;letter-spacing:0;color:var(--color-text);font-weight:600}.product_card_price_inner .cap{font-size:1.4rem;line-height:1;color:var(--color-text);opacity:.6;letter-spacing:0}.product_card_price_wrapper .unit-price{display:flex;justify-content:center;margin:1rem 0 0}.badge{position:absolute;z-index:1;display:flex;width:fit-content}.badge.badge--top_left{top:1rem;left:1rem}.badge.badge--bottom_left{bottom:1rem;left:1rem}.badge.badge--top_right{top:1rem;right:1rem}.badge.badge--bottom_right{bottom:1rem;right:1rem}.badge_inner{padding:.8rem 1.1rem;display:flex;background:var(--color-background);border-radius:var(--badge-border-radius)}.badge_inner span{font-size:1.4rem;line-height:1;color:var(--color-text)}.badge_inner.badge--sold_out{background-color:#eae6df!important;border-radius:0!important;padding:.9rem 1.4rem}.badge_inner.badge--sold_out span{color:#4a4a4a!important;font-size:1.1rem;font-weight:700;letter-spacing:.25rem;text-transform:uppercase}a.product_card_link{z-index:5!important}.badge{z-index:20!important;pointer-events:none!important}.badge_inner{position:relative;z-index:21!important}.product_card_image_inner img.main_img{opacity:1!important;transform:scale(1);z-index:1;pointer-events:none!important}.product_card_image_inner img.hover_img{opacity:0;transform:scale(1.025);z-index:2;pointer-events:none!important}.product_card_image.multiple_imgs:hover img.main_img{opacity:1!important;transform:scale(1)}.product_card_image.multiple_imgs:hover img.hover_img{opacity:1;transform:scale(1)}.product_card_image_inner img{transition:opacity .22s ease-out,transform .35s cubic-bezier(.22,.61,.36,1)!important;backface-visibility:hidden;will-change:opacity,transform}.product_card_image_inner{overflow:hidden;border-radius:12px!important;padding:8px;background-color:#f5f5f5;position:relative;aspect-ratio:1 / 1;display:block}.product_card_image_inner.ratio:before{content:none}.quick_view_wrapper{position:absolute;right:1rem;width:3rem;height:3rem;z-index:1;border-radius:50%;transform:translate(150%);transition:transform .3s ease-in}.quick_view_wrapper.qv--top_right{top:1rem}.quick_view_wrapper.qv--bottom_right{bottom:1rem}.product_card_wrapper:hover .quick_view_wrapper{transform:translate(0)}.quick_view_inner button:disabled{opacity:.5;cursor:not-allowed}.quick_view_inner,.quick_view_inner product-form,.quick_view_inner product-form form,.quick_view_inner quick-add{width:100%;height:100%;display:flex}.quick_view_inner button{width:100%;height:100%;padding:0;display:flex;justify-content:center;align-items:center;background:var(--color-primary-button-bg);border:1px solid var(--color-primary-button-bg);border-radius:50%;cursor:pointer}.quick_view_inner button span{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.quick_view_inner button svg{width:2rem;height:2rem}.quick_view_inner.no_variants button svg path{stroke:var(--color-primary-button-text);stroke-width:1.5px;fill:none}.quick_view_inner button svg path{fill:var(--color-primary-button-text)}.quick_view_inner button span.loader{width:1.4rem;height:1.4rem;top:50%;left:50%;transform:translate(-50%,-50%);background:transparent;border:2px solid var(--color-primary-button-text);border-top:2px solid transparent;border-radius:50%;font-size:0;animation:rotation 2s linear infinite}@keyframes rotation{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.product_card_wrapper.product_card_horizontal{flex-flow:row}.product_card_wrapper.product_card_horizontal .product_card_image{flex:1 1 10rem;max-width:10rem;width:100%}.product_card_wrapper.product_card_horizontal .product_card_price_wrapper{display:flex}.product_card_wrapper.product_card_horizontal .quick_view_wrapper{position:static;width:fit-content;border-radius:0;transform:none;margin:2rem 0 0}.product_card_wrapper.product_card_horizontal .quick_view_inner button{border-radius:var(--button-border-radius);color:var(--color-primary-button-text);padding:5px 1.5rem;height:fit-content;position:relative}.featured_coll_inner_empt_svg.ratio svg.placeholder-svg{border-radius:var(--img-border-radius)}.card_block_bottom .has_collection .product_card_wrapper:after,.card_block_bottom .dis_has_collection .product_card_wrapper:after{content:"";position:absolute;bottom:0;left:0;top:unset;height:65%;width:100%;background:var(--card_color);border-radius:var(--border-radius);z-index:0;transition:height .3s ease-in-out,background .3s ease-in-out}.has_collection .product_card_content,.dis_has_collection .product_card_content{padding:0rem 1rem 2rem;z-index:1}.card_block_top .has_collection .product_card_wrapper:after,.card_block_top .dis_has_collection .product_card_wrapper:after{content:"";position:absolute;top:0;left:0;bottom:unset;height:60%;width:100%;background:var(--card_color);border-radius:var(--border-radius);z-index:-1;transition:height .3s ease-in-out,background .3s ease-in-out}.card_block_top .featured_coll_inner:hover .product_card_wrapper:after{height:100%}.card_align_left span.product_vendor{justify-content:start}.card_align_right span.product_vendor{justify-content:end}.card_block_bottom .featured_coll_inner:hover .product_card_wrapper:after{height:100%}@media screen and (max-width:640px){.product_card_price_inner span.regular_price,.product_card_price_inner span.product_card_price_varies{font-size:1.4rem}.product_card_price_inner span.product_card_price_varies{text-align:center;line-height:1.4}.product_card_price_inner .cap,.badge_inner span{font-size:1.2rem}.badge_inner{padding:.6rem 1rem}.quick_view_wrapper{transform:translate(0)}}.badge.badge--top_left{top:auto!important;left:0!important;bottom:1rem!important;width:100%!important;padding:0!important}.badge_inner.badge--sold_out{width:100%!important;justify-content:center;align-items:center;background:#eae6dfad!important;border-radius:0!important;padding:1.2rem 0!important}.badge_inner.badge--sold_out span{color:#4a4a4a!important;font-size:1.2rem!important;font-weight:700;letter-spacing:.3rem;text-transform:uppercase}product-card>.product_card_wrapper:not(.product_card_horizontal){--vantho-card-radius: clamp(18px, 1.4vw, 20px);--vantho-card-inline-space: clamp(18px, 1.65vw, 24px);--vantho-card-action-size: 42px;gap:0;isolation:isolate;overflow:hidden;border:1px solid rgba(17,17,17,.045);border-radius:var(--vantho-card-radius);background:linear-gradient(180deg,#fff,#fbfbfa);box-shadow:0 1px 2px #11111106,0 10px 30px #1111110e;transition:transform .28s cubic-bezier(.22,.61,.36,1),box-shadow .28s ease,border-color .28s ease}product-card>.product_card_wrapper:not(.product_card_horizontal) .product_card_image{gap:0;overflow:visible!important;border-radius:0!important;background:transparent}product-card>.product_card_wrapper:not(.product_card_horizontal) .product_card_image_inner{overflow:hidden;padding:clamp(6px,.7vw,10px);border-radius:var(--vantho-card-radius) var(--vantho-card-radius) 0 0!important;background-color:var(--bg-color, #f5f5f5)}product-card>.product_card_wrapper:not(.product_card_horizontal) .product_card_image_inner img,product-card>.product_card_wrapper:not(.product_card_horizontal) .product_card_image_inner svg.placeholder_svg{border-radius:calc(var(--vantho-card-radius) - 7px) calc(var(--vantho-card-radius) - 7px) 3px 3px!important}product-card>.product_card_wrapper:not(.product_card_horizontal) .product_card_image p.p_title{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:0;padding:clamp(19px,1.7vw,24px) var(--vantho-card-inline-space) 0;color:var(--color-text, #171717);font-size:clamp(1.4rem,1.15vw,1.65rem);font-weight:600;line-height:1.35;letter-spacing:-.018em;text-align:left;text-wrap:balance;background:linear-gradient(180deg,#f7f6f361,#fbfbfa00 72%);box-shadow:inset 0 1px #11111109}product-card>.product_card_wrapper:not(.product_card_horizontal) .product_card_image p.p_title.has_bg{margin-bottom:0}product-card>.product_card_wrapper:not(.product_card_horizontal) .p_description{margin:0;padding:9px var(--vantho-card-inline-space) 0;color:var(--color-text, #171717);font-size:1.25rem;line-height:1.5;text-align:left;opacity:.62}product-card>.product_card_wrapper:not(.product_card_horizontal) .product_card_content{position:relative;z-index:2;min-width:0;margin-top:auto;padding:clamp(13px,1.2vw,17px) var(--vantho-card-inline-space) clamp(21px,1.8vw,26px)}product-card>.product_card_wrapper:not(.product_card_horizontal).has_quick_view .product_card_content{padding-right:calc(var(--vantho-card-inline-space) + var(--vantho-card-action-size) + 14px)}product-card>.product_card_wrapper:not(.product_card_horizontal) span.product_vendor{justify-content:flex-start;margin-bottom:6px;font-size:1.15rem;line-height:1.3;letter-spacing:.04em;text-align:left;opacity:.56}product-card>.product_card_wrapper:not(.product_card_horizontal) .product_card_price_inner{justify-content:flex-start;margin:0;gap:.8rem}product-card>.product_card_wrapper:not(.product_card_horizontal) .product_card_price_inner span.regular_price,product-card>.product_card_wrapper:not(.product_card_horizontal) .product_card_price_inner span.product_card_price_varies{font-size:clamp(1.7rem,1.45vw,2rem);font-weight:700;line-height:1.2;letter-spacing:-.018em}product-card>.product_card_wrapper:not(.product_card_horizontal) .product_card_price_inner .cap{font-size:1.25rem;line-height:1.2;opacity:.48}product-card>.product_card_wrapper:not(.product_card_horizontal) .product_card_price_wrapper .unit-price{justify-content:flex-start;margin-top:7px}product-card>.product_card_wrapper:not(.product_card_horizontal) .badge{z-index:20!important;width:auto!important;padding:0!important;pointer-events:none!important}product-card>.product_card_wrapper:not(.product_card_horizontal) .badge.badge--top_left{top:14px!important;right:auto!important;bottom:auto!important;left:14px!important}product-card>.product_card_wrapper:not(.product_card_horizontal) .badge.badge--top_right{top:14px!important;right:14px!important;bottom:auto!important;left:auto!important}product-card>.product_card_wrapper:not(.product_card_horizontal) .badge.badge--bottom_left{top:auto!important;right:auto!important;bottom:14px!important;left:14px!important}product-card>.product_card_wrapper:not(.product_card_horizontal) .badge.badge--bottom_right{top:auto!important;right:14px!important;bottom:14px!important;left:auto!important}product-card>.product_card_wrapper:not(.product_card_horizontal) .badge.badge--vantho-soldout-position{top:14px!important;right:14px!important;bottom:auto!important;left:auto!important}product-card>.product_card_wrapper:not(.product_card_horizontal) .badge_inner.badge--sold_out{width:auto!important;padding:8px 14px!important;justify-content:center;border:1px solid rgba(255,255,255,.7)!important;border-radius:999px!important;background:#ffffff94!important;box-shadow:inset 0 1px #ffffff8c,0 4px 14px #1111;-webkit-backdrop-filter:blur(12px) saturate(125%);backdrop-filter:blur(12px) saturate(125%)}product-card>.product_card_wrapper:not(.product_card_horizontal) .badge_inner.badge--sold_out span{color:#262626!important;font-size:1.05rem!important;font-weight:650;line-height:1;letter-spacing:.14em;text-transform:uppercase}product-card>.product_card_wrapper:not(.product_card_horizontal) .quick_view_wrapper,product-card>.product_card_wrapper:not(.product_card_horizontal) .quick_view_wrapper.qv--top_right,product-card>.product_card_wrapper:not(.product_card_horizontal) .quick_view_wrapper.qv--bottom_right,product-card>.product_card_wrapper:not(.product_card_horizontal) .quick_view_wrapper.qv--bottom_card_detail{position:absolute;z-index:30;top:auto;right:var(--vantho-card-inline-space);bottom:clamp(14px,1.3vw,19px);display:block!important;width:var(--vantho-card-action-size);height:var(--vantho-card-action-size);margin:0;border-radius:50%;opacity:1;transform:none;transition:transform .28s ease}product-card>.product_card_wrapper:not(.product_card_horizontal) .quick_view_inner button{border:1px solid rgba(17,17,17,.075);background:#ffffffeb;color:#171717;box-shadow:inset 0 1px #ffffffd1,0 5px 16px #11111113;transition:background-color .28s ease,border-color .28s ease,box-shadow .28s ease}product-card>.product_card_wrapper:not(.product_card_horizontal) .quick_view_inner button svg{width:17px;height:17px;transition:transform .28s ease}product-card>.product_card_wrapper:not(.product_card_horizontal) .quick_view_inner button svg path{fill:#171717}product-card>.product_card_wrapper:not(.product_card_horizontal) .quick_view_inner.no_variants button svg path{fill:none;stroke:#171717}product-card>.product_card_wrapper:not(.product_card_horizontal) .quick_view_inner:not(.no_variants) button .btn_text{position:relative}product-card>.product_card_wrapper:not(.product_card_horizontal) .quick_view_inner:not(.no_variants) button .btn_text>svg{display:none}product-card>.product_card_wrapper:not(.product_card_horizontal) .quick_view_inner:not(.no_variants) button .btn_text:before{--vantho-card-basket-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3.392 6.875h13.216v8.016c0 .567-.224 1.112-.624 1.513-.4.402-.941.627-1.506.627H5.522a2.13 2.13 0 0 1-1.506-.627 2.15 2.15 0 0 1-.624-1.513zM8.818 2.969h2.333c.618 0 1.211.247 1.649.686a2.35 2.35 0 0 1 .683 1.658v1.562H6.486V5.313c0-.622.246-1.218.683-1.658a2.33 2.33 0 0 1 1.65-.686'/%3E%3C/svg%3E");content:"";display:block;width:17px;height:17px;background-color:currentColor;-webkit-mask:var(--vantho-card-basket-icon) center / contain no-repeat;mask:var(--vantho-card-basket-icon) center / contain no-repeat;transition:transform .28s ease}product-card>.product_card_wrapper:not(.product_card_horizontal) .quick_view_inner button:focus-visible{outline:2px solid rgba(17,17,17,.72);outline-offset:3px}@media(hover:hover)and (pointer:fine){product-card>.product_card_wrapper:not(.product_card_horizontal):hover{border-color:#11111112;box-shadow:0 2px 4px #11111106,0 18px 46px #11111116;transform:translateY(-4px)}product-card>.product_card_wrapper:not(.product_card_horizontal):hover .product_card_image_inner img.main_img,product-card>.product_card_wrapper:not(.product_card_horizontal):hover .product_card_image_inner img.hover_img{transform:scale(1.012)}product-card>.product_card_wrapper:not(.product_card_horizontal):hover .quick_view_wrapper{transform:translateY(-2px)}product-card>.product_card_wrapper:not(.product_card_horizontal):hover .quick_view_inner button:not(:disabled){border-color:#11111117;background:#fff;box-shadow:inset 0 1px #ffffffe6,0 8px 20px #1111111b}product-card>.product_card_wrapper:not(.product_card_horizontal):hover .quick_view_inner button:not(:disabled) svg{transform:scale(1.05)}product-card>.product_card_wrapper:not(.product_card_horizontal):hover .quick_view_inner button:not(:disabled) .btn_text:before{transform:scale(1.05)}}@media screen and (max-width:640px){product-card>.product_card_wrapper:not(.product_card_horizontal){--vantho-card-radius: 18px;--vantho-card-inline-space: 14px;--vantho-card-action-size: 40px}product-card>.product_card_wrapper:not(.product_card_horizontal) .product_card_image p.p_title{padding-top:16px;font-size:1.35rem;line-height:1.35}product-card>.product_card_wrapper:not(.product_card_horizontal) .p_description{font-size:1.15rem}product-card>.product_card_wrapper:not(.product_card_horizontal) .product_card_content{padding:11px var(--vantho-card-inline-space) 18px}product-card>.product_card_wrapper:not(.product_card_horizontal).has_quick_view .product_card_content{padding-right:calc(var(--vantho-card-inline-space) + var(--vantho-card-action-size) + 11px)}product-card>.product_card_wrapper:not(.product_card_horizontal) .quick_view_wrapper,product-card>.product_card_wrapper:not(.product_card_horizontal) .quick_view_wrapper.qv--top_right,product-card>.product_card_wrapper:not(.product_card_horizontal) .quick_view_wrapper.qv--bottom_right,product-card>.product_card_wrapper:not(.product_card_horizontal) .quick_view_wrapper.qv--bottom_card_detail{right:var(--vantho-card-inline-space);bottom:12px}product-card>.product_card_wrapper:not(.product_card_horizontal) .product_card_price_inner span.regular_price,product-card>.product_card_wrapper:not(.product_card_horizontal) .product_card_price_inner span.product_card_price_varies{font-size:1.45rem}product-card>.product_card_wrapper:not(.product_card_horizontal) .badge.badge--top_left{top:10px!important;left:10px!important}product-card>.product_card_wrapper:not(.product_card_horizontal) .badge.badge--top_right{top:10px!important;right:10px!important}product-card>.product_card_wrapper:not(.product_card_horizontal) .badge.badge--bottom_left{bottom:10px!important;left:10px!important}product-card>.product_card_wrapper:not(.product_card_horizontal) .badge.badge--bottom_right{right:10px!important;bottom:10px!important}product-card>.product_card_wrapper:not(.product_card_horizontal) .badge.badge--vantho-soldout-position{top:10px!important;right:10px!important;bottom:auto!important;left:auto!important}product-card>.product_card_wrapper:not(.product_card_horizontal) .badge_inner.badge--sold_out{padding:7px 11px!important}product-card>.product_card_wrapper:not(.product_card_horizontal) .badge_inner.badge--sold_out span{font-size:.95rem!important;letter-spacing:.12em}}@media(prefers-reduced-motion:reduce){product-card>.product_card_wrapper:not(.product_card_horizontal),product-card>.product_card_wrapper:not(.product_card_horizontal) .product_card_image_inner img,product-card>.product_card_wrapper:not(.product_card_horizontal) .quick_view_wrapper,product-card>.product_card_wrapper:not(.product_card_horizontal) .quick_view_inner button,product-card>.product_card_wrapper:not(.product_card_horizontal) .quick_view_inner button svg,product-card>.product_card_wrapper:not(.product_card_horizontal) .quick_view_inner button .btn_text:before{transition:none}}product-card>.product_card_wrapper:not(.product_card_horizontal) .quick_view_inner button:disabled{display:none!important}product-card>.product_card_wrapper:not(.product_card_horizontal):has(.quick_view_inner button:disabled) .quick_view_wrapper{display:none!important}product-card>.product_card_wrapper:not(.product_card_horizontal).has_quick_view:has(.quick_view_inner button:disabled) .product_card_content{padding-right:var(--vantho-card-inline-space)}product-card[data-vantho-length-card=true] .quick_view_wrapper,product-card[data-vantho-length-card=true] quick-add{display:none!important}product-card[data-vantho-length-card=true]>.product_card_wrapper:not(.product_card_horizontal) .product_card_content--length-picker{display:block!important;padding:clamp(12px,1vw,15px) var(--vantho-card-inline-space) clamp(18px,1.6vw,23px)!important}.vclp{position:relative;z-index:3;padding:0;color:#171717}.vclp__heading{margin:0 0 9px;color:#707070;font-size:1.05rem;font-weight:700;line-height:1.2;letter-spacing:.09em;text-transform:uppercase}.vclp__list{display:grid;gap:8px}.vclp__row{display:grid;grid-template-columns:minmax(0,1fr) auto 38px;min-height:52px;align-items:center;gap:12px;padding:6px 7px 6px 14px;border:1px solid #dedede;border-radius:11px;background:#ffffffbd}.vclp__length{min-width:0;color:#171717;font-size:1.3rem;font-weight:700;line-height:1.15;letter-spacing:-.01em;text-transform:uppercase}.vclp__length small{display:block;margin-top:3px;color:#969696;font-size:.85rem;font-weight:650;letter-spacing:.08em;text-transform:uppercase}.vclp__price{color:#171717;font-size:1.3rem;font-weight:650;line-height:1.2;white-space:nowrap}.vclp__product-form,.vclp__form{display:block;width:38px;height:38px;margin:0}.vclp__add{position:relative;display:inline-flex;width:38px;min-width:38px;height:38px;min-height:38px;align-items:center;justify-content:center;padding:0;border:1px solid #e1e1e1;border-radius:50%;background:#fff;color:#616161;box-shadow:0 4px 13px #1111110b;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.vclp__add--primary{border-color:#171717;background:#171717;color:#fff}.vclp__add .btn_text{display:inline-flex;align-items:center;justify-content:center;transition:opacity .14s ease}.vclp__add svg{display:block;width:18px;height:18px}.vclp__add .loader{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block;width:16px;height:16px;margin:auto!important;padding:0;box-sizing:border-box;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;background:transparent;color:inherit;font-size:0;line-height:0;transform:none;animation:vclp-spinner .65s linear infinite}.vclp__add .loader.hidden{display:none!important}.vclp__add.loading .btn_text,.vclp__add:has(.loader:not(.hidden)) .btn_text{opacity:0}.vclp__add.loading,.vclp__add:has(.loader:not(.hidden)){cursor:wait;transform:none}@keyframes vclp-spinner{to{transform:rotate(360deg)}}.vclp__add:hover:not(:disabled){border-color:#171717;background:#171717;color:#fff;transform:translateY(-1px)}.vclp__row--sold-out{border-style:dashed;background:#f8f8f8b8}.vclp__row--sold-out .vclp__length,.vclp__row--sold-out .vclp__price{color:#a0a0a0}.vclp__add:disabled{border-color:#e7e7e7;background:#f8f8f8;color:#b2b2b2;box-shadow:none;cursor:not-allowed}.vclp__error:not(.hidden){display:block;margin-top:5px;color:brown;font-size:1rem;line-height:1.2}@media screen and (max-width:640px){product-card[data-vantho-length-card=true]>.product_card_wrapper:not(.product_card_horizontal) .product_card_content--length-picker{padding:9px 10px 13px!important}.vclp__heading{margin-bottom:7px;font-size:.9rem}.vclp__list{gap:6px}.vclp__row{grid-template-columns:minmax(0,1fr) auto 32px;min-height:46px;gap:6px;padding:5px 5px 5px 9px;border-radius:9px}.vclp__length,.vclp__price{font-size:1.05rem}.vclp__product-form,.vclp__form,.vclp__add{width:32px;min-width:32px;height:32px;min-height:32px}.vclp__add svg{width:15px;height:15px}}.vantho_product_badge{position:absolute;z-index:20;top:1rem;right:1rem;left:auto;display:inline-flex;align-items:center;max-width:calc(100% - 2rem);overflow:hidden;padding:.8rem 1.4rem;border:1px solid rgba(255,255,255,.32);border-radius:999px;background:#171717e6;color:#fff;box-shadow:inset 0 1px #ffffff1f,0 5px 16px #11111124;font-size:1.05rem;font-weight:650;line-height:1;letter-spacing:.12em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;pointer-events:none;-webkit-backdrop-filter:blur(10px) saturate(120%);backdrop-filter:blur(10px) saturate(120%)}.vantho_product_badge--bestseller{border-color:#fff7e285;background:#bea66feb;color:#302817}.vantho_product_badge--nyhed{border-color:#ccd9e84d;background:#394c63eb;color:#f7f9fc}.vantho_product_badge--populaer{border-color:#d3e2d352;background:#526e56eb;color:#f6f9f5}product-card>.product_card_wrapper:not(.product_card_horizontal) .vantho_product_badge{top:14px;right:14px}@media screen and (max-width:640px){product-card>.product_card_wrapper:not(.product_card_horizontal) .vantho_product_badge{top:10px;right:10px;max-width:calc(100% - 20px);padding:7px 11px;font-size:.95rem;letter-spacing:.1em}}#quick_add_drawer.active .quick_add_drawer_main_inner{width:min(470px,calc(100vw - 16px));max-width:470px;margin-right:0;margin-left:auto;border-radius:24px 0 0 24px}#quick_add_drawer.active .quick_add_drawer_inner{width:100%;min-height:100%;padding:42px 28px 30px;box-sizing:border-box}#quick_add_drawer.active main-product,#quick_add_drawer.active .main_product_section_inner,#quick_add_drawer.active .main_product_inner,#quick_add_drawer.active .main_product_info,#quick_add_drawer.active .main_product_info_inner{width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important}#quick_add_drawer.active .main_product_inner,#quick_add_drawer.active .main_product_info_inner{display:flex!important;flex-direction:column!important;gap:0!important}#quick_add_drawer.active .main_product_media_wrapper,#quick_add_drawer.active .main_product_description,#quick_add_drawer.active .main_product_inventory_wrapper,#quick_add_drawer.active .main_product_pickup_availability_wrapper,#quick_add_drawer.active .vantho_delivery_estimate,#quick_add_drawer.active .pv_usp_bar,#quick_add_drawer.active .fbt_wrapper,#quick_add_drawer.active .vps,#quick_add_drawer.active .pv_accordion_wrapper{display:none!important}#quick_add_drawer.active .main_product_title{order:1!important;margin:0 0 10px!important}#quick_add_drawer.active .main_product_title h1{margin:0!important;color:#171717!important;font-size:clamp(2.6rem,4vw,3.4rem)!important;line-height:1!important;letter-spacing:-.035em!important}#quick_add_drawer.active .vantho_product_eyebrow{display:block;margin-bottom:7px;color:#77736f;font-size:1.05rem;font-weight:650;letter-spacing:.08em;text-transform:uppercase}#quick_add_drawer.active .vantho_product_usp_line{margin:8px 0 0;color:#6d6965;font-size:1.25rem;line-height:1.35}#quick_add_drawer.active .main_product_price{position:static!important;order:2!important;width:auto!important;height:auto!important;margin:8px 0 20px!important;padding:0 0 18px!important;overflow:visible!important;clip:auto!important;border-bottom:1px solid #e4e1dd!important;white-space:normal!important}#quick_add_drawer.active .main_product_price .product_block_price{color:#171717!important;font-size:2.1rem!important;font-weight:700!important}#quick_add_drawer.active .main_product_price .product_tax,#quick_add_drawer.active .main_product_price .product_installments_wrapper{display:none!important}#quick_add_drawer.active .main_product_variant_picker_wrapper{order:3!important;margin:0 0 20px!important}#quick_add_drawer.active .main_product_variant_picker_wrapper fieldset{min-width:0;margin:0 0 16px;padding:0;border:0}#quick_add_drawer.active .main_product_variant_picker_wrapper legend,#quick_add_drawer.active .main_product_options_header h4{margin:0 0 11px;color:#171717;font-size:1.3rem;font-weight:700;line-height:1.25;text-transform:none}#quick_add_drawer.active .main_product_variant_picker_wrapper input[type=radio]{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}#quick_add_drawer.active .main_product_variant_picker_wrapper input[type=radio]+label{display:inline-flex;min-width:74px;min-height:46px;align-items:center;justify-content:center;margin:0 6px 6px 0;padding:9px 14px;box-sizing:border-box;border:1px solid #dedbd7;border-radius:10px;background:#fbfaf8;color:#252525;font-size:1.2rem;font-weight:650;line-height:1;cursor:pointer}#quick_add_drawer.active .main_product_variant_picker_wrapper input[type=radio]:checked+label{border-color:#171717;background:#fff;box-shadow:inset 0 0 0 1px #171717}#quick_add_drawer.active .main_product_variant_picker_wrapper input[type=radio]:disabled+label{color:#aaa6a1;opacity:.55;cursor:not-allowed}#quick_add_drawer.active .main_product_quantity_wrapper{order:4!important;margin:0 0 18px!important}#quick_add_drawer.active .main_product_action_btns_wrapper{order:5!important;width:100%!important;margin:0!important}#quick_add_drawer.active .main_product_action_btns_wrapper product-form,#quick_add_drawer.active .main_product_action_btns_wrapper form,#quick_add_drawer.active .main_product_action_btns_wrapper .product_form_btns_wrapper,#quick_add_drawer.active .main_product_action_btns_wrapper .product_form_submit_button{width:100%!important}#quick_add_drawer.active .main_product_action_btns_wrapper .product_form_submit_button{min-height:52px!important;border:1px solid #171717!important;border-radius:11px!important;background:#171717!important;color:#fff!important;font-weight:700!important}@media screen and (max-width:640px){#quick_add_drawer.active .quick_add_drawer_main_inner{width:100%;max-width:none;border-radius:20px 20px 0 0}#quick_add_drawer.active .quick_add_drawer_inner{padding:38px 20px 24px}#quick_add_drawer.active .main_product_title h1{font-size:2.5rem!important}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/product-card.css.map */
