.product-card-v2{--v2-blue: #3682f8;--v2-blue-txt: #1f5fd8;--v2-blue-tint: #eaf1ff;--v2-navy: var(--pdp-navy, #21294f);--v2-ink: #141414;--v2-ink-soft: #4a4a52;--v2-muted: #8b8b91;--v2-line: #e6e6e8;--v2-line-strong: #d9d9dd;--v2-paper: #f6f6f7;--v2-gold: #f5a623;--v2-gold-dk: #e0a020;--v2-red: #e0322c;--v2-green: #2e5f52;--v2-cream: #fbeecf;--v2-radius: 16px;position:relative;display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid var(--v2-line);border-radius:var(--v2-radius);box-shadow:0 1px 2px #1414140d;overflow:visible;container-type:inline-size;container-name:pcardv2}.product-card-v2__media{position:relative;background:var(--v2-paper);border-radius:var(--v2-radius) var(--v2-radius) 0 0;overflow:hidden}.product-card-v2__media-link{display:block}.product-card-v2__image{position:relative;width:100%;aspect-ratio:var(--aspect-ratio, 1);background:var(--v2-paper)}.product-card-v2__image .product-card-v2__img,.product-card-v2__image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;padding:0;box-sizing:border-box}.product-card-v2__image svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;padding:2%;box-sizing:border-box}.product-card-v2__media .product-card__badge{position:absolute;top:12px;left:12px;z-index:2;display:flex;flex-wrap:wrap;gap:6px}.product-card-v2 .f-badge{border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:6px 10px;line-height:1}.product-card-v2 .f-badge--sale{background:var(--v2-red);color:#fff}.product-card-v2 .f-badge--soldout{background:var(--v2-muted);color:#fff}.product-card-v2 .f-badge--new,.product-card-v2 .f-badge--hot,.product-card-v2 .f-badge--coming{background:var(--v2-navy);color:#fff}.product-card-v2__compare{position:absolute;top:12px;right:12px;z-index:2}.product-card-v2__thumbs-outer{--v2-thumb-gap: 5px;position:relative;display:flex;align-items:center;gap:var(--v2-thumb-gap);padding:10px 14px 0}.product-card-v2__thumbnails{flex:1 1 auto;min-width:0;display:flex;gap:var(--v2-thumb-gap);padding:0;flex-wrap:nowrap;overflow:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.product-card-v2__thumbnails::-webkit-scrollbar{width:0;height:0;display:none}.product-card-v2__thumb{flex-grow:0;flex-shrink:0;flex-basis:44px;max-width:44px;aspect-ratio:1;width:auto;height:auto;border-radius:8px;border:1px solid var(--v2-line);background:var(--v2-paper);overflow:hidden;display:grid;place-items:center;padding:0;cursor:pointer;font-family:inherit;text-decoration:none;transition:border-color .15s ease}.product-card-v2__thumb img{width:100%;height:auto;aspect-ratio:1;object-fit:contain;padding:1px;box-sizing:border-box}.product-card-v2__thumb.is-active{border-color:var(--v2-ink)}.product-card-v2__thumb-arrow{position:relative;flex:0 0 auto;z-index:3;width:24px;height:24px;padding:0;border:1px solid var(--v2-line);border-radius:50%;background:#fff;color:var(--v2-ink);font-family:inherit;font-size:17px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 5px #14141438;transition:opacity .15s ease,border-color .15s ease,background .15s ease}.product-card-v2__thumb-arrow:hover{background:var(--v2-blue-tint);border-color:var(--v2-blue)}.product-card-v2__thumb-arrow:focus-visible{outline:2px solid var(--v2-blue-txt);outline-offset:2px}.product-card-v2__thumb-arrow:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px}.product-card-v2__thumb-arrow[disabled]{opacity:.32;cursor:default;box-shadow:none}.product-card-v2__thumb-arrow[disabled]:after{display:none}.product-card-v2__content{display:flex;flex-direction:column;gap:4px;padding:12px 14px 0;flex:1 1 auto}.product-card-v2__title{margin:0;font-size:15px;font-weight:600;line-height:1.3;letter-spacing:-.01em}.product-card-v2__title a{color:var(--v2-ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}.product-card-v2:hover .product-card-v2__title a{color:var(--v2-navy)}.product-card-v2__rating-row{display:flex;align-items:center;justify-content:space-between;gap:8px 0;min-height:18px}.product-card-v2__stars{display:inline-flex;gap:1px}.product-card-v2__star{width:14px;height:14px;fill:var(--v2-line-strong)}.product-card-v2__star.is-on{fill:var(--v2-gold)}.product-card-v2__reviews{font-size:12px;color:var(--v2-ink-soft);margin-right:auto;margin-left:3px}a.product-card-v2__reviews{text-decoration:none;cursor:pointer;position:relative;border-radius:4px}a.product-card-v2__reviews:hover,a.product-card-v2__reviews:focus-visible{color:var(--v2-blue-txt);text-decoration:underline;text-underline-offset:2px}a.product-card-v2__reviews:focus-visible{outline:2px solid var(--v2-blue-txt);outline-offset:2px}a.product-card-v2__reviews:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;min-width:44px;min-height:44px}.product-card-v2__sku{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:var(--v2-ink-soft);background:none;border:0;padding:0;margin-left:auto;flex:0 0 auto}.product-card-v2__sku .text{color:var(--v2-blue-txt);font-weight:700;letter-spacing:.02em}.product-card-v2__sku button{display:inline-grid;place-items:center;padding:0;border:0;background:none;color:var(--v2-ink-soft);cursor:pointer}.product-card-v2__sku button:hover{color:var(--v2-blue-txt)}.product-card-v2__sku svg{width:15px;height:15px}.product-card-v2__sku button:before{top:-34px;right:0;background:var(--v2-navy);color:#fff;padding:4px 9px;border-radius:8px;font-size:12px}.product-card-v2__areviews-slot{min-height:16px}.product-card-v2__price-block{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px;margin-top:2px}.product-card-v2__price-block .f-price{margin:0;align-items:baseline;gap:6px}.product-card-v2 .f-price .f-price-item--regular,.product-card-v2 .f-price__regular,.product-card-v2 .f-price__regular .f-price-item{color:var(--v2-ink)!important;font-weight:800;font-size:22px;letter-spacing:-.02em;line-height:1}.product-card-v2 .f-price__sale .f-price-item--sale{color:var(--v2-red)!important;font-weight:800;font-size:22px;letter-spacing:-.02em;line-height:1}.product-card-v2 .f-price__sale .f-price-item--regular,.product-card-v2 .f-price s,.product-card-v2 .f-price .f-price-item--regular s{color:var(--v2-muted)!important;font-weight:600;font-size:14px;text-decoration:line-through}.product-card-v2 .f-price__unit{color:var(--v2-ink-soft);font-size:12px}.product-card-v2__per{font-size:12px;font-weight:500;color:var(--v2-ink-soft)}.product-card-v2__price-from{font-size:11.5px;color:var(--v2-ink-soft);font-weight:500}.product-card-v2__price-was{font-size:14px;color:var(--v2-muted);font-weight:600;text-decoration:line-through}.product-card-v2 .f-price-item.is-tier-price{color:var(--v2-red)!important}.product-card-v2__iva{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--v2-ink-soft)}.product-card-v2__iva svg{width:14px;height:14px;color:var(--v2-green)}.product-card-v2__msi{display:block;align-self:flex-start;font-size:12px;font-weight:600;color:var(--v2-blue-txt);background:none;border:0;border-radius:0;padding:0}.product-card-v2__vol{position:relative;display:block;margin-top:2px}.product-card-v2__vol-trigger{display:flex;align-items:center;gap:9px;width:100%;border:1.5px solid var(--v2-blue);border-radius:11px;padding:7px 11px;min-height:42px;background:#fff;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.product-card-v2__vol-trigger::-webkit-details-marker{display:none}.product-card-v2__vol-trigger::marker{content:""}.product-card-v2__vol[open] .product-card-v2__vol-trigger{border-radius:11px 11px 0 0}.product-card-v2__vol-ic{width:26px;height:26px;border-radius:8px;flex:none;background:var(--v2-blue);color:#fff;display:grid;place-items:center}.product-card-v2__vol-ic svg{width:15px;height:15px}.product-card-v2__vol-txt{flex:1;min-width:0;font-size:11.5px;font-weight:600;color:var(--v2-blue-txt);line-height:1.2;text-align:left}.product-card-v2__vol-off{flex:none;background:var(--v2-blue);color:#fff;font-weight:700;font-size:11px;padding:2px 7px;border-radius:6px;letter-spacing:.02em}.product-card-v2__vol-chev{display:inline-flex;flex:none;color:var(--v2-blue-txt);transition:transform .22s ease}.product-card-v2__vol-chev svg{width:16px;height:16px}.product-card-v2__vol[open] .product-card-v2__vol-chev{transform:rotate(180deg)}.product-card-v2__vol-pop{position:absolute;top:calc(100% - 2px);left:0;right:0;z-index:40;background:#fff;border:1.5px solid var(--v2-blue);border-top:none;border-radius:0 0 11px 11px;padding:12px 9px;box-shadow:0 16px 34px -12px #14141447}.product-card-v2__vol-title{margin:0 0 10px;font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--v2-muted);font-weight:700}.product-card-v2__vol-tier{display:flex;align-items:center;justify-content:space-between;gap:3px;padding:8px 5px;border-radius:9px;font-size:13px}.product-card-v2__vol-tier+.product-card-v2__vol-tier{margin-top:2px}.product-card-v2__vol-tier.is-active{background:var(--v2-blue-tint);box-shadow:inset 0 0 0 1.5px var(--v2-blue)}.product-card-v2__vol-tier .qty{color:var(--v2-ink-soft);font-weight:500;white-space:nowrap;flex-shrink:0;min-width:fit-content}.product-card-v2__vol-tier .val{display:flex;align-items:center;justify-content:flex-end;flex:1;gap:4px;white-space:nowrap}.product-card-v2__vol-tier .val b{color:var(--v2-ink);font-weight:700}.product-card-v2__vol-tier .off{font-size:10.5px;font-weight:700;color:var(--v2-red);background:#fdecea;padding:2px 4px;border-radius:6px;flex-shrink:0}.product-card-v2__vol-tier.is-active .off{background:#fff}.product-card-v2__stock{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:700;color:var(--v2-navy)}.product-card-v2__stock-dot{width:7px;height:7px;border-radius:50%;background:var(--v2-blue);box-shadow:0 0 0 3px var(--v2-blue-tint);flex:none}.product-card-v2__restock{display:flex;align-items:center;gap:8px;background:var(--v2-cream);border:1px solid rgba(224,160,32,.4);border-radius:11px;padding:8px 10px;font-size:11.5px;color:var(--v2-ink)}.product-card-v2__restock-ic{width:30px;height:30px;border-radius:8px;background:#fff;flex:none;display:grid;place-items:center;color:var(--v2-gold-dk)}.product-card-v2__restock-ic svg{width:16px;height:16px}.product-card-v2 [hidden]{display:none!important}.product-card-v2__format{display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--v2-ink-soft)}.product-card-v2__format .sales-format-text{display:inline!important;background:none!important;border:0!important;padding:0!important;margin:0!important;box-shadow:none!important;font-size:inherit;color:var(--v2-ink)}.product-card-v2__format svg{width:15px;height:15px;color:var(--v2-muted);flex:none}.product-card-v2__format b{color:var(--v2-ink);font-weight:700}.product-card-v2__todo{display:inline-block;background:var(--v2-cream);color:var(--v2-gold-dk);border:1px dashed var(--v2-gold-dk);border-radius:6px;padding:1px 8px;font-size:11.5px;font-weight:700}.product-card-v2__subtotal{font-size:12.5px;color:var(--v2-ink-soft)}.product-card-v2__subtotal-val{font-weight:800;color:var(--v2-red);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}.product-card-v2__purchase{display:flex;align-items:stretch;gap:10px;padding:14px 14px 0;margin-top:auto}.product-card-v2__qty{flex:none}.product-card-v2 quantity-input.quantity{display:grid;grid-template-columns:30px minmax(0,1fr) 30px;align-items:stretch;border:1.5px solid var(--v2-line-strong);border-radius:999px;background:#fff;width:100%;max-width:100%;min-width:0;height:44px;min-height:44px;box-sizing:border-box;padding:0;overflow:hidden}.product-card-v2 quantity-input.quantity:focus-within{outline:2px solid var(--v2-blue);outline-offset:2px}.product-card-v2 quantity-input.quantity .quantity__button{position:static;inset:auto;width:100%;height:100%;border:0;background:none;color:var(--v2-ink);border-radius:0;cursor:pointer;display:grid;place-items:center}.product-card-v2 quantity-input.quantity .quantity__button:hover{background:var(--v2-paper)}.product-card-v2 quantity-input.quantity .quantity__input{grid-column:2;width:100%;height:100%;min-width:0;max-width:100%;box-sizing:border-box;border:0;outline:0;box-shadow:none;background:transparent;border-radius:0;padding:0;text-align:center;font-weight:700;font-variant-numeric:tabular-nums;color:var(--v2-ink);-moz-appearance:textfield}.product-card-v2 quantity-input.quantity .quantity__input::-webkit-outer-spin-button,.product-card-v2 quantity-input.quantity .quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-card-v2__form{flex:1 1 auto;display:flex}.product-card-v2__atc{flex:1 1 auto;width:100%;min-height:44px;border-radius:999px;background-color:var(--v2-blue)!important;color:#fff!important;border:1px solid var(--v2-blue)!important;font-weight:600;font-size:13.5px;box-shadow:none;transform:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}@media(min-width:750px){.product-card-v2__purchase{display:grid;grid-template-columns:1fr;align-items:stretch}.product-card-v2__qty{justify-self:stretch}.product-card-v2 quantity-input.quantity{width:100%;max-width:100%}.product-card-v2__form{min-width:0;flex:initial}.product-card-v2__atc{min-width:0;max-width:100%;box-sizing:border-box}@container pcardv2 (min-width: 350px){.product-card-v2__purchase{grid-template-columns:minmax(110px,130px) minmax(181px,1fr)}.product-card-v2 quantity-input.quantity{width:100%;grid-template-columns:30px minmax(0,1fr) 30px}}}.product-card-v2__atc:before{display:none!important}.product-card-v2__atc:hover{background-color:var(--v2-blue-txt)!important;border-color:var(--v2-blue-txt)!important;transform:none;box-shadow:none}.product-card-v2__atc[disabled]{background-color:var(--v2-muted)!important;border-color:var(--v2-muted)!important;cursor:not-allowed}.product-card-v2__atc-text{color:#fff!important}.product-card-v2__atc.product-card-v2__atc--whatsapp{background-color:#25d366!important;border-color:#25d366!important}.product-card-v2__atc.product-card-v2__atc--whatsapp:hover{background-color:#1ebc59!important;border-color:#1ebc59!important}.product-card-v2__secondary{padding:0 14px 14px}@container pcardv2 (max-width: 339.98px){.product-card-v2__secondary .create-modal-popup.btn,.product-card-v2__secondary .btn,.product-card-v2__secondary button{font-size:12px}}.product-card-v2__secondary .create-modal-popup.btn,.product-card-v2__secondary .btn,.product-card-v2__secondary button{width:100%;background:var(--v2-blue-tint)!important;color:var(--v2-blue-txt)!important;border:1.5px solid var(--v2-blue-tint)!important;border-radius:999px;box-shadow:none;font-weight:600;font-size:13px}.product-card-v2__secondary .create-modal-popup.btn:hover,.product-card-v2__secondary .btn:hover{background:#3682f829!important;border-color:var(--v2-blue)!important}.product-card-v2--home:hover .product-card-v2__title a,.product-card-v2--home .product-card-v2__title a:hover,.product-card-v2--home .product-card-v2__title a:active{color:var(--v2-ink);text-decoration:none;transform:none;opacity:1;filter:none}.product-card-v2--home .product-card-v2__secondary .btn,.product-card-v2--home .product-card-v2__secondary .btn:hover,.product-card-v2--home .product-card-v2__secondary .btn:active,.product-card-v2--home .product-card-v2__secondary button,.product-card-v2--home .product-card-v2__secondary button:hover,.product-card-v2--home .product-card-v2__secondary button:active,.product-card-v2--home .product-card-v2__secondary .create-modal-popup.btn:hover{background:var(--v2-blue-tint)!important;color:var(--v2-blue-txt)!important;border-color:var(--v2-blue-tint)!important;transform:none!important;box-shadow:none!important;animation:none!important;filter:none!important;opacity:1!important;text-decoration:none}.product-card-v2--home .product-card-v2__secondary .btn:before,.product-card-v2--home .product-card-v2__secondary .btn:after,.product-card-v2--home .product-card-v2__secondary button:before,.product-card-v2--home .product-card-v2__secondary button:after{display:none!important;animation:none!important;transition:none!important}.product-card-v2--home .product-card-v2__secondary .btn:focus-visible,.product-card-v2--home .product-card-v2__secondary button:focus-visible{outline:2px solid var(--v2-blue);outline-offset:2px}.product-card-v2 a:focus-visible,.product-card-v2 button:focus-visible{outline:2px solid var(--v2-blue);outline-offset:2px;border-radius:6px}@media(max-width:1023.98px){.product-card-v2__content{padding:11px 11px 0;gap:5px}.product-card-v2__purchase{padding:11px 11px 0}.product-card-v2__secondary{padding:0 11px 11px}.product-card-v2__title{font-size:14px}.product-card-v2 .f-price .f-price-item--regular,.product-card-v2 .f-price__regular,.product-card-v2 .f-price__sale .f-price-item--sale{font-size:19px}}@media(max-width:989px){.product-card-v2__vol-tier .qty{white-space:nowrap;flex-shrink:0;min-width:fit-content;font-size:10px}.product-card-v2__vol-tier{display:flex;align-items:center;gap:4px;flex-wrap:nowrap}.product-card-v2__vol-tier .val{flex:1}.product-card-v2__price-was,.product-card-v2 .f-price__sale .f-price-item--regular,.product-card-v2 .f-price s,.product-card-v2 .f-price .f-price-item--regular s{font-size:11px}.product-card-v2 .f-price-item.is-tier-price{font-size:24px;font-weight:900}[data-vol-tiers]{overflow:hidden}.product-card-v2__vol-tier .val b{font-size:10px}.product-card-v2__vol-tier .off{font-size:9px;padding:2px 5px;flex-shrink:0;margin-left:auto}.product-card-v2__vol-tier.is-tight .qty,.product-card-v2__vol-tier.is-tight .val b{font-size:8.5px}.product-card-v2__vol-tier.is-tight .off{font-size:8px;padding:1px 4px}.product-card-v2__vol-tier.is-tight{gap:3px}}.fmt-label-mobile{display:none}.fmt-label-desktop{display:inline}.fmt-unit-mobile{display:none}.fmt-unit-desktop{display:inline}@media(max-width:749px){.product-card-v2__thumbs-outer{padding:8px 11px 0}.product-card-v2__thumb{border-radius:7px}.product-card-v2__thumbs-outer{--v2-thumb-gap: 5px}.product-card-v2__thumb-arrow{width:22px;height:22px;font-size:15px}.product-card-v2__purchase{flex-wrap:wrap}.product-card-v2__qty{flex:1 1 100%;min-width:0}.product-card-v2 quantity-input.quantity{grid-template-columns:44px minmax(0,1fr) 44px;width:100%;max-width:100%;min-width:0}.product-card-v2__form{flex:1 1 100%;min-width:0}.product-card-v2__rating-row{overflow:hidden;min-width:0;gap:0}.product-card-v2__stars svg,.product-card-v2__star{width:11px;height:11px}.product-card-v2__reviews{font-size:10px;margin-left:3px;flex-shrink:1}.product-card-v2__volume{padding:7px 9px;font-size:11.5px}.fmt-label-mobile{display:inline}.fmt-label-desktop{display:none}.fmt-unit-mobile{display:inline}.fmt-unit-desktop{display:none}.product-card-v2__sku{font-size:10px;flex:0 1 auto;min-width:0;overflow:visible;white-space:nowrap;margin-left:5px}.product-card-v2__sku>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card-v2__sku .text{overflow:hidden;text-overflow:ellipsis}.product-card-v2__sku button{flex:none}.product-card-v2__vol-pop{padding:9px 10px}.product-card-v2__vol-title{margin:0 0 7px;font-size:9.5px;letter-spacing:.08em}.product-card-v2__vol-tier{font-size:11px;padding:4px 6px;gap:4px}.product-card-v2 .f-price-item.is-tier-price{font-size:24px!important;font-weight:900!important}.product-card-v2__vol-tier .val{gap:5px}.product-card-v2__vol-tier .off{font-size:9px;padding:2px 5px}.product-card-v2__vol-txt{font-size:11px;line-height:1.25;flex:1 1 auto;min-width:0}.product-card-v2__vol-off{padding-left:4px;padding-right:4px;font-size:9.5px;letter-spacing:0;margin-left:auto;flex-shrink:0}.product-card-v2__vol-trigger{gap:6px;padding:7px 8px;align-items:center}.product-card-v2__vol-ic{padding:4px;min-width:unset;width:auto;margin-left:0}.product-card-v2__vol-ic svg{width:14px;height:14px;flex-shrink:0}.product-card-v2__vol-chev{flex-shrink:0}.collection .products-list.f-grid{--f-column-gap-mobile: .8rem}.collection.page-width{--page-padding: 1rem}}@media(max-width:360px){.product-card-v2__title{font-size:13.5px}.product-card-v2 .f-price .f-price-item--regular,.product-card-v2 .f-price__regular,.product-card-v2 .f-price__sale .f-price-item--sale{font-size:18px}.product-card-v2 .f-price-item.is-tier-price{font-size:24px}}@media(prefers-reduced-motion:reduce){.product-card-v2,.product-card-v2:hover{transition:none;transform:none}}@media(min-width:990px){.product-card-v2__vol-tier.is-tight{font-size:11.5px}.product-card-v2__vol-tier.is-tight .off{font-size:9.5px;padding:2px 3px}}@media(max-width:430px){.product-card-v2__thumb{flex-basis:calc((100% - 1 * var(--v2-thumb-gap)) / 2)}}
/*# sourceMappingURL=/cdn/shop/t/104/assets/component-card-product-v2.css.map */
