.btn--block{display:flex;width:100%}.cart-drawer__footer .btn--block+.btn--block{margin-top:10px}@media(max-width:768px){.site-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px}.mobile-nav-toggle{justify-self:start}.site-header__logo{justify-self:center}.site-header__actions{justify-self:end;gap:4px}.site-header .site-header__actions .site-header__account,.site-header .site-header__actions .site-header__wishlist{display:none}}.mobile-nav .mobile-nav__account{display:flex;align-items:center;gap:10px;color:var(--color-primary);font-weight:700}.mobile-nav .mobile-nav__account svg{width:20px;height:20px;flex-shrink:0}.product-card{display:flex;flex-direction:column;height:100%}.product-card__media-link{display:block}.product-card__body{display:flex;flex-direction:column;flex:1 1 auto}.product-card__media img{object-fit:contain;padding:6px}.product-card__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden;font-size:15px;font-weight:500;line-height:1.5;min-height:4.5em}.product-card .jdgm-preview-badge{min-height:19px;margin-bottom:6px}@media(max-width:749px){.product-card__title{-webkit-line-clamp:2;line-clamp:2;min-height:3em}}.pcard{background:#fff;border:1px solid var(--color-border);border-radius:14px;box-shadow:0 2px 10px #1111110a}.stock-alert{display:inline-block;margin:4px 0 16px;padding:7px 13px;border-radius:100px;background:#e5393514;color:var(--color-sale);font-size:13px;font-weight:700}.stock-alert:empty{display:none}.product-info__price-note{font-size:13px;font-weight:500;color:var(--color-text-muted);margin-left:4px}.product-info__price-note[hidden]{display:none}.bundle-offers{margin:4px 0 24px}.bundle-offers__title{display:flex;align-items:center;gap:8px;font-weight:700;font-size:14.5px;margin-bottom:12px}.bundle-offers__title svg{width:16px;height:16px;stroke:var(--color-primary);flex-shrink:0}.bundle-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding-top:10px;align-items:stretch}.bundle-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:3px;min-width:0;padding:16px 10px 14px;text-align:center;cursor:pointer;background:#fff;border:1.5px solid var(--color-border);border-radius:14px;transition:border-color .22s ease,background-color .22s ease,box-shadow .22s ease,transform .22s ease}.bundle-card:hover{border-color:var(--color-primary);transform:translateY(-2px)}.bundle-card.is-selected{border-color:var(--color-primary);background:#00c8530f;box-shadow:0 0 0 1px var(--color-primary),0 10px 24px #00c8531a}.bundle-card:focus-within{outline:2px solid var(--color-primary);outline-offset:2px}.bundle-card__input{position:absolute;opacity:0;width:1px;height:1px;margin:0;pointer-events:none}.bundle-card__badge{position:absolute;top:-9px;left:50%;transform:translate(-50%);background:var(--color-primary);color:#fff;font-size:9.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:3px 9px;border-radius:100px;white-space:nowrap}.bundle-card__check{position:absolute;top:8px;right:8px;width:18px;height:18px;border-radius:50%;background:var(--color-primary);color:#fff;display:none;align-items:center;justify-content:center}.bundle-card.is-selected .bundle-card__check{display:flex}.bundle-card__check svg{width:10px;height:10px}.bundle-card__title{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted)}.bundle-card.is-selected .bundle-card__title{color:var(--color-primary)}.bundle-card__price{font-family:var(--font-heading);font-size:18px;font-weight:800;line-height:1.15;color:var(--color-text);margin-top:2px}.bundle-card__compare{font-size:11.5px;color:var(--color-text-muted);text-decoration:line-through}.bundle-card__unit{font-size:10.5px;color:var(--color-text-muted)}.bundle-card__save{margin-top:5px;font-size:10.5px;font-weight:700;color:var(--color-sale)}.bundle-offers__note{font-size:12px;color:var(--color-text-muted);margin:12px 0 0}@media(max-width:749px){.bundle-cards{gap:7px}.bundle-card{padding:15px 6px 12px;border-radius:13px}.bundle-card__title{font-size:10.5px;letter-spacing:.02em}.bundle-card__price{font-size:14.5px}.bundle-card__compare{font-size:10.5px}.bundle-card__unit{display:none}.bundle-card__badge{font-size:8.5px;padding:3px 7px}}.trust-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin:18px 0 0;align-items:stretch}.trust-card{display:flex;align-items:flex-start;gap:10px;min-width:0;padding:13px 14px;background:#fff;border:1px solid var(--color-border);border-radius:14px;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.trust-card:hover{border-color:var(--color-primary);box-shadow:0 8px 20px #1111110f;transform:translateY(-2px)}.trust-card__icon{flex-shrink:0;width:32px;height:32px;border-radius:9px;background:#00c8531a;display:flex;align-items:center;justify-content:center}.trust-card__icon svg{width:16px;height:16px;stroke:var(--color-primary)}.trust-card__text{min-width:0}.trust-card__title{display:block;font-size:12.5px;font-weight:700;line-height:1.3;color:var(--color-text)}.trust-card__sub{display:block;margin-top:2px;font-size:11px;line-height:1.4;color:var(--color-text-muted)}@media(max-width:749px){.trust-cards{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px}.trust-card{padding:11px 12px;gap:9px}.trust-card__icon{width:28px;height:28px;border-radius:8px}.trust-card__icon svg{width:14px;height:14px}}.delivery-card{background:#fff;border:1px solid var(--color-border);border-radius:16px;padding:18px 20px;margin-top:20px;box-shadow:0 2px 12px #1111110a}.delivery-card__title{display:flex;align-items:center;gap:9px;font-weight:700;font-size:14px;margin-bottom:20px}.delivery-card__title-icon{width:28px;height:28px;border-radius:8px;background:#00c8531a;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.delivery-card__title-icon svg{width:15px;height:15px;stroke:var(--color-primary)}.delivery-steps{display:grid;grid-template-columns:repeat(3,1fr);list-style:none;margin:0;padding:0}.delivery-step{position:relative;display:flex;flex-direction:column;align-items:center;gap:2px;padding-top:40px;text-align:center;min-width:0}.delivery-step:before{content:"";position:absolute;top:15px;left:50%;right:-50%;height:2px;background:var(--color-border)}.delivery-step:last-child:before{display:none}.delivery-step.is-done:before{background:var(--color-primary)}.delivery-step__dot{position:absolute;top:0;left:50%;margin-left:-16px;width:32px;height:32px;border-radius:50%;border:2px solid var(--color-border);background:#fff;display:flex;align-items:center;justify-content:center;z-index:1}.delivery-step__dot svg{width:15px;height:15px;stroke:var(--color-text-muted)}.delivery-step.is-done .delivery-step__dot{border-color:var(--color-primary);background:var(--color-primary)}.delivery-step.is-done .delivery-step__dot svg{stroke:#fff}.delivery-step__label{font-size:12px;font-weight:700;color:var(--color-text)}.delivery-step__when{font-size:11.5px;font-weight:600;color:var(--color-primary)}.delivery-step__date{font-size:10.5px;color:var(--color-text-muted);line-height:1.4}@media(max-width:749px){.delivery-card{padding:16px;border-radius:14px;margin-top:18px}.delivery-card__title{font-size:13.5px;margin-bottom:18px}.delivery-step{padding-top:36px}.delivery-step__dot{width:28px;height:28px;margin-left:-14px}.delivery-step__dot svg{width:13px;height:13px}.delivery-step:before{top:13px}.delivery-step__label{font-size:11px}.delivery-step__when{font-size:10.5px}.delivery-step__date{font-size:9.5px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/custom.css.map */
