.dg-product-card{position:relative;display:flex;flex-direction:column;background:var(--dg-surface, #1c2128);border:1px solid rgba(255,255,255,.05);border-radius:16px;overflow:hidden;transition:border-color .25s ease,box-shadow .25s ease,transform .22s ease;height:100%;isolation:isolate}@media(hover:hover){.dg-product-card:hover{transform:translateY(-3px)}}.dg-product-card:active{transform:scale(.98)}.dg-product-card--compact .dg-product-card__info{padding:10px 12px 12px;gap:6px}.dg-product-card--compact .dg-product-card__title{font-size:.875rem}.dg-product-card--compact .dg-variant-pill{height:24px;font-size:.68rem;padding:0 8px}.dg-product-card__media{position:relative;aspect-ratio:1 / 1;width:100%;background:#fff;overflow:hidden;flex-shrink:0}.dg-product-scroll .dg-product-card__media{aspect-ratio:4 / 3}.dg-product-card__link{display:block;width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.dg-product-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .5s ease}.dg-product-card__img--hover{opacity:0;z-index:1;transition:opacity .35s ease}@media(hover:hover){.dg-product-card:hover .dg-product-card__img:not(.dg-product-card__img--hover){transform:scale(1.05)}.dg-product-card:hover .dg-product-card__img--hover{opacity:1}}.dg-product-card__img--placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:22%;box-sizing:border-box;color:#0000002e}.dg-product-card__image-badges{position:absolute;top:0;left:0;display:flex;flex-direction:column;gap:0;z-index:4}.dg-price-expiry-subtle{font-size:.7rem;color:#facc15;font-weight:600;margin-top:1px}.dg-quick-view-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-40%);z-index:6;display:flex;align-items:center;justify-content:center;padding:8px 16px;background:#ffffffe6;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:20px;border:none;font-size:.75rem;font-weight:700;color:#111418;cursor:pointer;opacity:0;transition:opacity .25s ease,transform .25s ease;box-shadow:0 4px 14px #00000040}@media(hover:hover){.dg-product-card:hover .dg-quick-view-overlay{opacity:1;transform:translate(-50%,-50%)}}.dg-product-card__wishlist{position:absolute;bottom:10px;left:10px;z-index:5;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:none;background:#11141899;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:#fff;cursor:pointer;opacity:.85;transform:scale(1);transition:opacity .2s ease,transform .2s ease,color .18s ease,background .18s ease;padding:0}@media(hover:hover){.dg-product-card:hover .dg-product-card__wishlist{opacity:1}}.dg-product-card__wishlist:hover{color:#ff4d6d;background:#111418f2;transform:scale(1.08)}.dg-product-card__wishlist.is-wishlisted{opacity:1;color:#ff4d6d}.dg-product-card__wishlist.is-wishlisted svg{fill:#ff4d6d;stroke:#ff4d6d}.dg-product-card__wishlist svg{pointer-events:none;transition:fill .18s ease,stroke .18s ease}.dg-product-card__actions{display:none}.dg-product-card__diet-badge{position:absolute;bottom:8px;right:8px;z-index:4;display:inline-flex;align-items:center;height:20px;padding:0 8px;background:#111418c7;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.14);border-radius:20px;font-size:.6rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#c8f0d8;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none}.dg-product-card__info{display:flex;flex-direction:column;flex:1;padding:10px 12px 12px;gap:6px;position:relative;background:#18191c}.dg-product-card__meta-status{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:2px}.dg-product-card__availability{font-size:.72rem;font-weight:600;letter-spacing:.02em;line-height:1;margin:0;display:flex;align-items:center;gap:5px}.dg-product-card__availability--in{color:#4ade80}.dg-product-card__availability--out{color:#f87171}.dg-product-card__meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.dg-diet-icons{display:flex;align-items:center;gap:4px}.dg-diet-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:#0096641a;border:1px solid rgba(0,150,100,.22);border-radius:50%;color:#4db68c;cursor:default;flex-shrink:0;transition:background .15s ease,transform .15s ease}.dg-diet-icon:hover{background:#00966433;transform:scale(1.12)}.dg-diet-icon svg{width:12px;height:12px;flex-shrink:0;pointer-events:none}.dg-diet-icon__tooltip{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%) translateY(4px);background:#1c2128;color:#fff;border:1px solid rgba(255,255,255,.1);border-radius:6px;font-size:.65rem;font-weight:600;white-space:nowrap;padding:4px 8px;pointer-events:none;opacity:0;transition:opacity .15s ease,transform .15s ease;z-index:20;box-shadow:0 4px 12px #0006}.dg-diet-icon:hover .dg-diet-icon__tooltip{opacity:1;transform:translate(-50%) translateY(0)}.dg-product-card__title{margin:0 0 4px;font-size:.78rem;font-weight:700;color:#fff;line-height:1.25;letter-spacing:-.01em;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dg-product-card__title a{color:inherit;text-decoration:none;transition:color .18s ease}.dg-product-card__title a:hover{color:var(--dg-accent, #1366ec)}.dg-variant-select{width:100%;height:26px;padding:0 28px 0 8px;background:#ffffff0d url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.45)' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 8px center;border:1px solid rgba(255,255,255,.1);border-radius:6px;font-family:var(--dg-font-family);font-size:.68rem;font-weight:500;color:#ffffffbf;cursor:pointer;appearance:none;-webkit-appearance:none;outline:none;transition:border-color .15s ease,color .15s ease;margin-bottom:4px}.dg-variant-select:hover,.dg-variant-select:focus{border-color:#1366ec80;color:#fff}.dg-variant-select option{background:#1c2128;color:#fff}.dg-variant-select option:disabled{color:#ffffff4d}.dg-product-card__format-badge{display:inline-flex;align-items:center;height:22px;padding:0 8px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:5px;font-size:.68rem;font-weight:600;color:#ffffffe0;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;box-sizing:border-box;margin-bottom:4px;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dg-variant-pill{display:inline-flex;align-items:center;justify-content:center;flex:1;min-width:0;height:22px;padding:0 6px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:5px;font-family:var(--dg-font-family);font-size:.68rem;font-weight:500;color:#ffffff8c;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background .15s ease,border-color .15s ease,color .15s ease;line-height:1}.dg-variant-pill:hover:not(:disabled){background:#1366ec1f;border-color:#1366ec66;color:#fff}.dg-variant-pill:active:not(:disabled){transform:scale(.97)}.dg-variant-pill.selected,.dg-variant-pill[aria-pressed=true]{background:#1366ec26;border-color:var(--dg-accent, #1366ec);color:#fff;font-weight:600}.dg-variant-pill.disabled,.dg-variant-pill:disabled{opacity:.3;cursor:not-allowed;pointer-events:none;text-decoration:line-through}.dg-product-card__footer{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:4px}.dg-product-card__qv-footer-btn{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#ffffff59;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease;padding:0}.dg-product-card__qv-footer-btn:hover{border-color:#1366ec80;color:var(--dg-accent, #1366ec);background:#1366ec14}.dg-product-card__qv-footer-btn svg{pointer-events:none}.dg-product-card__price-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.dg-product-card__price-block{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0}.dg-product-card__price{display:flex;flex-direction:column;align-items:flex-start;gap:2px;line-height:1}.dg-price{font-size:1.25rem;font-weight:800;color:#fff;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.dg-price--sale{font-size:1.25rem;font-weight:800;color:#0f6;text-shadow:0 0 12px rgba(0,255,102,.35);letter-spacing:-.02em;font-variant-numeric:tabular-nums}.dg-price--regular{font-size:.85rem;font-weight:500;color:#ffffff73;text-decoration:line-through;letter-spacing:0}.dg-unit-price{font-size:.7rem;color:#ffffffa6;font-weight:500;line-height:1.3;font-variant-numeric:tabular-nums;margin-top:2px}.dg-product-card__counter-row{display:flex;flex-wrap:wrap;align-items:center;width:100%}.dg-product-card__counter-row .dg-product-card__form{display:flex;width:100%}.dg-product-card__add-btn-inline{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;height:38px;background:linear-gradient(135deg,#1366ec,#0b4cb5);color:#fff;border:none;border-radius:99px;font-family:var(--dg-font-family);font-size:.85rem;font-weight:700;letter-spacing:.01em;cursor:pointer;box-shadow:0 4px 12px #1366ec40;transition:transform .15s cubic-bezier(.34,1.56,.64,1),box-shadow .15s ease,background .15s ease,color .15s ease;padding:0 16px;overflow:hidden;position:relative;z-index:1}.dg-btn-icon-plus{display:inline-flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .3s ease,width .3s ease,margin .3s ease}.dg-btn-text{position:relative;z-index:2;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.dg-btn-icon-arrow{position:absolute;right:16px;display:inline-flex;align-items:center;justify-content:center;transform:translate(30px);opacity:0;transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .3s ease}.dg-product-card__add-btn-inline.is-added,.dg-product-card__add-btn-inline.is-added:hover{background:linear-gradient(135deg,#22c55e,#16a34a)!important;box-shadow:0 4px 18px #22c55e66!important;transform:scale(1.05)!important;color:#fff!important}@media(hover:hover){.dg-product-card__add-btn-inline:hover{background:linear-gradient(135deg,#1d74ff,#1366ec);transform:translateY(-2px);box-shadow:0 6px 18px #1366ec73}.dg-product-card__add-btn-inline:not(.is-added):hover .dg-btn-icon-plus{transform:scale(0);opacity:0;width:0;margin:0}.dg-product-card__add-btn-inline:not(.is-added):hover .dg-btn-text{transform:translate(-8px)}.dg-product-card__add-btn-inline:not(.is-added):hover .dg-btn-icon-arrow{transform:translate(0);opacity:1}}.dg-product-card__add-btn-inline:active{transform:scale(.97)}.dg-product-card__counter{display:none;align-items:center;width:100%;background:#1366ec1f;border:1.5px solid rgba(19,102,236,.4);border-radius:8px;overflow:visible;position:relative;height:36px;animation:dg-counter-in .18s ease both}.dg-counter-confirm{position:absolute;right:-10px;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:50%;border:none;background:#22c55e;color:#fff;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #22c55e73;animation:dg-confirm-pop .2s ease both;z-index:10;transition:background .15s ease,transform .15s ease}.dg-counter-confirm:hover{background:#16a34a;transform:translateY(-50%) scale(1.15)}@keyframes dg-counter-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.dg-counter-btn{display:flex;align-items:center;justify-content:center;flex:0 0 36px;height:36px;background:transparent;border:none;color:#ffffffb3;cursor:pointer;transition:background .15s ease,color .15s ease;padding:0}.dg-counter-btn svg{width:13px;height:13px;stroke:currentColor;stroke-width:2.5}.dg-counter-btn:hover{background:#1366ec33;color:#fff}.dg-counter-btn:active{background:#1366ec59}.dg-counter-val{flex:1;text-align:center;font-size:.9rem;font-weight:700;color:#fff;line-height:1;font-variant-numeric:tabular-nums;background:transparent;border:none;outline:none;padding:0;cursor:text;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;width:100%;min-width:0;font-family:inherit}.dg-counter-val::-webkit-inner-spin-button,.dg-counter-val::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.dg-product-card__form{display:contents}.dg-product-card__backorder-msg{width:100%;max-height:0;overflow:hidden;transition:max-height .25s ease,opacity .2s ease,margin-top .25s ease;opacity:0;margin-top:0;font-size:.68rem;font-weight:600;color:#f87171;line-height:1.3;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none}.dg-product-card__backorder-msg.is-visible{max-height:22px;opacity:1;margin-top:4px}.dg-product-card.is-selected{border-color:#1f7affd9;box-shadow:0 0 0 2px #1f7aff66,0 0 25px 8px #1f7aff59,0 8px 30px #00000059;transform:translateY(-4px)}.dg-product-card.is-selected .dg-product-card__image-badges{transform:translateY(2px);transition:transform .2s ease}.dg-product-card__image-badges{transition:transform .2s ease}.dg-badge{display:inline-flex;align-items:center;height:20px;padding:0 7px;border-radius:6px;font-size:.6rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;line-height:1;flex-shrink:0}.dg-badge--sale{background:linear-gradient(135deg,#ff3b30,#d92318);color:#fff;height:auto;padding:6px 16px;font-size:1.15rem;font-weight:900;border-radius:8px;box-shadow:4px 8px 24px #d923188c,0 2px 6px #0006;letter-spacing:-.01em;text-shadow:0 2px 4px rgba(0,0,0,.3);transform:rotate(-10deg);margin-top:14px;margin-left:10px;border:1px solid rgba(255,255,255,.25)}.dg-badge--soldout{background:#ffffff14;color:#ffffff80;border:1px solid rgba(255,255,255,.1)}.dg-badge--form{background:#1366ec26;color:#6baeff;border:1px solid rgba(19,102,236,.25)}.dg-badge--diet{background:#0096641f;color:#4db68c;border:1px solid rgba(0,150,100,.22)}.dg-badge--info{background:#1366ec26;color:#6baeff;border:1px solid rgba(19,102,236,.25)}.dg-badge--custom{background:#0096641f;color:#4db68c;border:1px solid rgba(0,150,100,.22)}@media(max-width:380px){.dg-product-card__info{padding:10px 12px 12px}.dg-variant-pill{height:24px;font-size:.68rem;padding:0 8px}.dg-price,.dg-price--sale{font-size:1.05rem}}@media(max-width:480px){.dg-grid-mobile-2 .dg-product-card__media{aspect-ratio:1 / 1}.dg-grid-mobile-2 .dg-product-card__info{padding:8px 10px 10px;gap:5px}.dg-grid-mobile-2 .dg-product-card__name{font-size:.78rem;line-height:1.3;-webkit-line-clamp:2;line-clamp:2}.dg-grid-mobile-2 .dg-price,.dg-grid-mobile-2 .dg-price--sale{font-size:.95rem}.dg-grid-mobile-2 .dg-price--compare,.dg-grid-mobile-2 .dg-price-unit{font-size:.68rem}.dg-grid-mobile-2 .dg-variant-select{height:28px;font-size:.72rem;padding:0 22px 0 8px;border-radius:6px}.dg-grid-mobile-2 .dg-product-card__atc{height:34px;font-size:.78rem;border-radius:8px}.dg-grid-mobile-2 .dg-card-counter__btn{width:28px;height:28px}.dg-grid-mobile-2 .dg-card-counter__val{width:28px;font-size:.85rem}.dg-grid-mobile-2 .dg-product-card__badges{display:none}.dg-grid-mobile-2 .dg-product-card__wishlist,.dg-grid-mobile-2 .dg-product-card__qv-btn{opacity:1;transform:scale(1);width:28px;height:28px}}@media(hover:none)and (pointer:coarse){.dg-product-card{transition:none}.dg-product-card:hover{transform:none;border-color:#ffffff0d;box-shadow:none}.dg-product-card__wishlist{opacity:1;transform:scale(1)}.dg-product-card:hover .dg-product-card__img:not(.dg-product-card__img--hover){transform:none}.dg-product-card__img--hover{display:none}.dg-product-card__qv-btn{opacity:1;transform:scale(1)}.dg-product-card__atc,.dg-product-card__wishlist,.dg-product-card__qv-btn,.dg-card-counter__btn,.dg-variant-pill,.dg-variant-select{touch-action:manipulation}.dg-variant-select{font-size:16px!important;transform:scale(.82);transform-origin:left center;width:calc(100% / .82);margin-right:calc(-100% * (1/.82 - 1));height:32px}}@keyframes dgPulseAdd{0%{background-color:inherit;transform:scale(1)}20%{background-color:#22c55e73;transform:scale(1.22)}60%{background-color:#22c55e33;transform:scale(1.1)}to{background-color:inherit;transform:scale(1)}}@keyframes dgPulseRemove{0%{background-color:inherit;transform:scale(1)}20%{background-color:#ef444480;transform:scale(1.22)}60%{background-color:#ef444438;transform:scale(1.1)}to{background-color:inherit;transform:scale(1)}}.dg-counter-btn--plus.dg--pulse-add,.dg-product-card__add-btn-inline.dg--pulse-add{animation:dgPulseAdd .5s cubic-bezier(.2,.9,.4,1) both}.dg-counter-btn--minus.dg--pulse-remove{animation:dgPulseRemove .5s cubic-bezier(.2,.9,.4,1) both}
/*# sourceMappingURL=/cdn/shop/t/23/assets/dg-product-card.css.map */
