/* BuildNexus production CSS bundle v3 */
@import url("/modules/src/shop_cart/assets/shop-cart-payment-fallback.css");
/* /skin/cache/modules/shop_cart/style.52f94bc3.css */


.shop_cart__module {
  --shop-cart-ink: #272727;
  --shop-cart-muted: #757575;
  --shop-cart-line: #e4e4e4;
  --shop-cart-line-strong: #cfd4da;
  --shop-cart-surface: #ffffff;
  --shop-cart-surface-soft: #f7f7f7;
  --shop-cart-surface-soft-alt: #efefef;
  --shop-cart-accent: #d7dce2;
  --shop-cart-accent-soft: rgba(215, 220, 226, 0.34);
  --shop-cart-border: rgba(228, 228, 228, 0.98);
  --shop-cart-border-soft: rgba(236, 236, 236, 0.96);
  --shop-cart-shadow: none;
  --shop-cart-panel-radius: 0;
  --shop-cart-control-radius: 0;
  --shop-cart-primary: #272727;
  --shop-cart-primary-hover: #1f1f1f;
  --shop-cart-success-bg: rgba(245, 247, 249, 0.98);
  --shop-cart-success-line: rgba(210, 216, 223, 0.9);
  --shop-cart-warning-bg: rgba(248, 249, 250, 0.98);
  --shop-cart-warning-line: rgba(205, 211, 218, 0.96);
  --shop-cart-danger: #9b4740;
  color: var(--shop-cart-ink);
  font-family: inherit;
}
.shop_cart__module:empty {
  display: none;
}
.shop_cart__module .container,
.shop_cart__module .cont-text-container {
  width: 100%;
}
.shop_cart__module *,
.shop_cart__module *::before,
.shop_cart__module *::after {
  box-sizing: border-box;
}
.shop_cart__module button,
.shop_cart__module input,
.shop_cart__module textarea {
  font: inherit;
}
.shop_cart__module .shop_cart__shell {
  width: 100%;
  margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 2.25rem) 1rem 3rem;
}
.shop_cart__module .shop_cart__shell--fixed {
  max-width: 1240px;
}
.shop_cart__module .shop_cart__shell--fluid {
  max-width: 100%;
}
.shop_cart__module .shop_cart__shell--off {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.shop_cart__module .shop_cart__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem 1.25rem;
  align-items: end;
}
.shop_cart__module .shop_cart__hero-copy {
  min-width: 0;
}
.shop_cart__module .shop_cart__hero-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.shop_cart__module .shop_cart__eyebrow {
  margin: 0;
  color: rgba(39, 39, 39, 0.58);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.shop_cart__module .shop_cart__title {
  margin: 0;
  color: var(--shop-cart-ink);
  font-size: clamp(1.85rem, 2.6vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.1;
}
.shop_cart__module .shop_cart__text {
  max-width: 62rem;
  margin: 0.85rem 0 0;
  color: var(--shop-cart-muted);
  font-size: 1rem;
  line-height: 1.65;
}
.shop_cart__module .shop_cart__continue-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  padding: 0 1rem;
  border: 1px solid var(--shop-cart-line);
  border-radius: var(--shop-cart-control-radius);
  background: var(--shop-cart-surface);
  color: var(--shop-cart-ink);
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.22s ease, background-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}
.shop_cart__module .shop_cart__continue-link:hover, .shop_cart__module .shop_cart__continue-link:focus-visible {
  border-color: rgba(39, 39, 39, 0.48);
  background: var(--shop-cart-surface-soft);
  outline: none;
}
.shop_cart__module .shop_cart__steps {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  overflow-x: auto;
  margin: 1.4rem 0 0;
  padding: 0;
  border-top: 1px solid var(--shop-cart-line);
  list-style: none;
  scrollbar-width: none;
}
.shop_cart__module .shop_cart__steps::-webkit-scrollbar {
  display: none;
}
.shop_cart__module .shop_cart__step {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex: 0 0 auto;
  padding: 0.95rem 1.35rem;
  border: 0;
  border-bottom: 1px solid var(--shop-cart-line-strong);
  background: transparent;
  color: var(--shop-cart-ink);
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  transition: color 0.22s ease, border-color 0.22s ease;
}
.shop_cart__module .shop_cart__step.is-active {
  color: var(--shop-cart-primary);
  border-bottom-color: var(--shop-cart-primary);
}
.shop_cart__module .shop_cart__step.is-complete {
  color: var(--shop-cart-ink);
  border-bottom-color: rgba(0, 91, 255, 0.34);
}
.shop_cart__module .shop_cart__step.is-complete .shop_cart__step-index, .shop_cart__module .shop_cart__step.is-active .shop_cart__step-index {
  color: rgba(39, 39, 39, 0.72);
}
.shop_cart__module .shop_cart__step-index {
  color: rgba(39, 39, 39, 0.46);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.shop_cart__module .shop_cart__step-label {
  font-weight: inherit;
}
.shop_cart__module .shop_cart__status {
  min-height: 1.35rem;
  margin-top: 1rem;
  color: var(--shop-cart-muted);
  font-size: 0.875rem;
  line-height: 1.45;
}
.shop_cart__module .shop_cart__surface {
  margin-top: 1.4rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.shop_cart__module .shop_cart__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.52fr) minmax(18rem, 22rem);
  gap: 2rem;
  align-items: start;
}
.shop_cart__module .shop_cart__panel {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.shop_cart__module .shop_cart__panel + .shop_cart__panel {
  margin-top: 1.75rem;
}
.shop_cart__module .shop_cart__panel-head,
.shop_cart__module .shop_cart__summary-title {
  margin: 0 0 1rem;
  color: var(--shop-cart-ink);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.25;
}
.shop_cart__module .shop_cart__items {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--shop-cart-line);
  border-bottom: 1px solid var(--shop-cart-line);
}
.shop_cart__module .shop_cart__subempty {
  padding: 1rem 1.1rem;
  border: 1px solid var(--shop-cart-line);
  border-radius: var(--shop-cart-panel-radius);
  background: var(--shop-cart-surface);
  color: var(--shop-cart-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}
.shop_cart__module .shop_cart__empty {
  display: grid;
  gap: 0.75rem;
  justify-items: center;
  align-content: start;
  padding: 2.4rem 0;
  text-align: center;
}
.shop_cart__module .shop_cart__empty-title {
  margin: 0;
  color: var(--shop-cart-ink);
  font-size: clamp(1.45rem, 2.6vw, 1.85rem);
  font-weight: 600;
  line-height: 1.15;
}
.shop_cart__module .shop_cart__empty-text {
  max-width: 28rem;
  margin: 0;
  color: var(--shop-cart-muted);
  line-height: 1.65;
}
.shop_cart__module .shop_cart__summary-card {
  position: sticky;
  top: 1rem;
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
  border: 1px solid var(--shop-cart-line);
  border-radius: var(--shop-cart-panel-radius);
  background: var(--shop-cart-surface);
  box-shadow: none;
}
.shop_cart__module .shop_cart__summary-grid {
  display: grid;
  gap: 0.7rem;
}
.shop_cart__module .shop_cart__summary-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  color: var(--shop-cart-muted);
  font-size: 0.875rem;
  line-height: 1.4;
}
.shop_cart__module .shop_cart__summary-row strong {
  color: var(--shop-cart-ink);
  font-size: 0.98rem;
  font-weight: 600;
  text-align: right;
}
.shop_cart__module .shop_cart__summary-row--total {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--shop-cart-line);
}
.shop_cart__module .shop_cart__summary-row--total strong {
  font-size: 1.35rem;
  font-weight: 700;
}
.shop_cart__module .shop_cart__auth {
  display: grid;
  gap: 0.75rem;
  padding-top: 0.1rem;
}
.shop_cart__module .shop_cart__auth-state {
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--shop-cart-line);
  border-radius: var(--shop-cart-control-radius);
  background: rgba(247, 248, 249, 0.92);
  color: var(--shop-cart-ink);
  font-size: 0.875rem;
  line-height: 1.5;
}
.shop_cart__module .shop_cart__auth-form {
  display: grid;
  gap: 0.65rem;
  padding: 0.95rem;
  border: 1px solid var(--shop-cart-line);
  border-radius: var(--shop-cart-control-radius);
  background: rgba(247, 248, 249, 0.92);
}
.shop_cart__module .shop_cart__auth-title {
  margin: 0;
  color: var(--shop-cart-ink);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.35;
}
.shop_cart__module .shop_cart__auth-text {
  margin: 0;
  color: var(--shop-cart-muted);
  font-size: 0.84rem;
  line-height: 1.55;
}
.shop_cart__module .shop_cart__auth-label {
  display: block;
  margin: 0;
  color: var(--shop-cart-ink);
  font-size: 0.8rem;
  font-weight: 600;
}
.shop_cart__module .shop_cart__auth-input {
  width: 100%;
  min-height: 2.7rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--shop-cart-line);
  border-radius: var(--shop-cart-control-radius);
  background: var(--shop-cart-surface);
  color: var(--shop-cart-ink);
  line-height: 1.45;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.shop_cart__module .shop_cart__auth-input:hover {
  border-color: rgba(39, 39, 39, 0.36);
}
.shop_cart__module .shop_cart__auth-input:focus {
  border-color: rgba(39, 39, 39, 0.52);
  box-shadow: 0 0 0 3px rgba(39, 39, 39, 0.08);
  outline: none;
}
.shop_cart__module .shop_cart__note-label {
  display: block;
  margin: 0;
  color: var(--shop-cart-ink);
  font-size: 0.875rem;
  font-weight: 600;
}
.shop_cart__module .shop_cart__note {
  width: 100%;
  min-height: 7.5rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--shop-cart-line);
  border-radius: var(--shop-cart-control-radius);
  background: var(--shop-cart-surface);
  color: var(--shop-cart-ink);
  line-height: 1.55;
  resize: vertical;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.shop_cart__module .shop_cart__note:hover {
  border-color: rgba(39, 39, 39, 0.36);
}
.shop_cart__module .shop_cart__note:focus {
  border-color: rgba(39, 39, 39, 0.52);
  box-shadow: 0 0 0 3px rgba(39, 39, 39, 0.08);
  outline: none;
}
.shop_cart__module .shop_cart__note--compact {
  min-height: 5.4rem;
}
.shop_cart__module .shop_cart__checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--shop-cart-primary);
  border-radius: var(--shop-cart-control-radius);
  background: var(--shop-cart-primary);
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.22s ease, background-color 0.22s ease, opacity 0.22s ease, transform 0.22s ease;
}
.shop_cart__module .shop_cart__checkout:hover:not(:disabled), .shop_cart__module .shop_cart__checkout:focus-visible:not(:disabled) {
  border-color: var(--shop-cart-primary-hover);
  background: var(--shop-cart-primary-hover);
  outline: none;
}
.shop_cart__module .shop_cart__checkout:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}
.shop_cart__module .shop_cart__checkout--secondary {
  width: auto;
  justify-self: start;
  border-color: var(--shop-cart-line);
  background: var(--shop-cart-surface);
  color: var(--shop-cart-ink);
}
.shop_cart__module .shop_cart__checkout--secondary:hover:not(:disabled), .shop_cart__module .shop_cart__checkout--secondary:focus-visible:not(:disabled) {
  border-color: rgba(39, 39, 39, 0.48);
  background: var(--shop-cart-surface-soft);
}
.shop_cart__module .shop_cart__result {
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--shop-cart-success-line);
  border-radius: var(--shop-cart-panel-radius);
  background: var(--shop-cart-success-bg);
  color: var(--shop-cart-ink);
  font-size: 0.875rem;
  line-height: 1.5;
}
.shop_cart__module .shop_cart__checkout-panel {
  padding: 1.2rem;
  border: 1px solid var(--shop-cart-line);
  background: var(--shop-cart-surface);
}
.shop_cart__module .shop_cart__checkout-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--shop-cart-line);
}
.shop_cart__module .shop_cart__checkout-eyebrow {
  margin: 0 0 0.4rem;
  color: rgba(39, 39, 39, 0.58);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.shop_cart__module .shop_cart__checkout-text {
  max-width: 48rem;
  margin: 0;
  color: var(--shop-cart-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}
.shop_cart__module .shop_cart__checkout-order {
  color: var(--shop-cart-ink);
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
}
.shop_cart__module .shop_cart__checkout-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 1.2rem;
}
.shop_cart__module .shop_cart__checkout-section {
  display: grid;
  gap: 0.9rem;
  align-content: start;
}
.shop_cart__module .shop_cart__checkout-section-head {
  display: grid;
  gap: 0.35rem;
}
.shop_cart__module .shop_cart__checkout-title {
  margin: 0;
  color: var(--shop-cart-ink);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}
.shop_cart__module .shop_cart__checkout-note {
  margin: 0;
  color: var(--shop-cart-muted);
  font-size: 0.84rem;
  line-height: 1.55;
}
.shop_cart__module {
  /* Окно итога оформления: заказ создан, и это должно быть видно сразу, а не блоком внизу. */
}
.shop_cart__module .shop_cart__modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(17, 17, 17, 0.55);
  overflow-y: auto;
}
.shop_cart__module .shop_cart__modal-card {
  position: relative;
  width: min(560px, 100%);
  max-height: calc(100vh - 2.5rem);
  overflow-y: auto;
  padding: 1.5rem;
  border-radius: var(--shop-cart-radius, 12px);
  background: var(--shop-cart-surface, #fff);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
  display: grid;
  gap: 1.25rem;
}
.shop_cart__module .shop_cart__modal-close {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  border: 0;
  background: none;
  padding: 0.25rem;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--shop-cart-text-muted, #6b6b6b);
  cursor: pointer;
}
.shop_cart__module .shop_cart__payment-blank {
  width: 100%;
  min-height: 180px;
  border: 1px solid var(--shop-cart-border, rgba(0, 0, 0, 0.12));
  border-radius: var(--shop-cart-radius-sm, 8px);
  background: #fff;
}
.shop_cart__module .shop_cart__account-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.shop_cart__module .shop_cart__account-skip {
  border: 0;
  background: none;
  padding: 0;
  font: inherit;
  color: var(--shop-cart-text-muted, #6b6b6b);
  text-decoration: underline;
  cursor: pointer;
}
.shop_cart__module .shop_cart__choice-list {
  display: grid;
  gap: 0.75rem;
}
.shop_cart__module .shop_cart__choice-option {
  display: block;
  cursor: pointer;
}
.shop_cart__module .shop_cart__choice-option:hover .shop_cart__choice-card, .shop_cart__module .shop_cart__choice-option:focus-within .shop_cart__choice-card {
  border-color: rgba(39, 39, 39, 0.34);
  background: var(--shop-cart-surface-soft);
}
.shop_cart__module .shop_cart__choice-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.shop_cart__module .shop_cart__choice-input:checked + .shop_cart__choice-card {
  border-color: var(--shop-cart-primary);
  box-shadow: inset 0 0 0 1px var(--shop-cart-primary);
}
.shop_cart__module .shop_cart__choice-input:checked + .shop_cart__choice-card::before {
  border-color: var(--shop-cart-primary);
  background: var(--shop-cart-primary);
  box-shadow: inset 0 0 0 3px #fff;
}
.shop_cart__module .shop_cart__choice-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  min-height: 4.5rem;
  padding: 0.95rem 1rem;
  border: 1px solid var(--shop-cart-line);
  background: var(--shop-cart-surface);
  border-radius: 0.5rem;
  position: relative;
  padding-left: 2.75rem;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}
.shop_cart__module .shop_cart__choice-card::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid var(--shop-cart-line, #D1D5DB);
  border-radius: 50%;
  background: #fff;
  transition: border-color 0.15s, background 0.15s;
}
.shop_cart__module .shop_cart__choice-card--payment {
  align-items: center;
  min-height: 5.1rem;
  padding: 0.9rem 1rem;
}
.shop_cart__module .shop_cart__choice-media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 4.25rem;
  width: 4.25rem;
  height: 4.25rem;
  padding: 0.45rem;
  border: 1px solid var(--shop-cart-line);
  background: rgba(255, 255, 255, 0.92);
}
.shop_cart__module .shop_cart__choice-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.shop_cart__module .shop_cart__choice-main {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}
.shop_cart__module .shop_cart__choice-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
.shop_cart__module .shop_cart__choice-name {
  color: var(--shop-cart-ink);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
}
.shop_cart__module .shop_cart__choice-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.55rem;
  padding: 0 0.55rem;
  border: 1px solid var(--shop-cart-line);
  color: var(--shop-cart-ink);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.shop_cart__module .shop_cart__choice-badge--sbp {
  border-color: rgba(20, 174, 92, 0.28);
  background: rgba(20, 174, 92, 0.1);
  color: #12784b;
}
.shop_cart__module .shop_cart__choice-badge--split {
  border-color: rgba(243, 115, 22, 0.26);
  background: rgba(243, 115, 22, 0.1);
  color: #c66010;
}
.shop_cart__module .shop_cart__choice-badge--card {
  border-color: rgba(37, 99, 235, 0.22);
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
}
.shop_cart__module .shop_cart__choice-meta {
  color: var(--shop-cart-muted);
  font-size: 0.8125rem;
  line-height: 1.5;
}
.shop_cart__module .shop_cart__choice-side {
  align-self: center;
  color: var(--shop-cart-ink);
  font-size: 0.9rem;
  font-weight: 600;
  text-align: right;
}
.shop_cart__module .shop_cart__checkout-empty {
  padding: 0.9rem 1rem;
  border: 1px dashed var(--shop-cart-line-strong);
  background: var(--shop-cart-surface-soft);
  color: var(--shop-cart-muted);
  font-size: 0.875rem;
  line-height: 1.55;
}
.shop_cart__module .shop_cart__address-selector {
  display: grid;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--shop-cart-line);
  background: rgba(247, 248, 249, 0.92);
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}
.shop_cart__module .shop_cart__address-select {
  width: 100%;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--shop-cart-line);
  border-radius: 0.375rem;
  font-size: 0.875rem;
  background: #fff;
  cursor: pointer;
}
.shop_cart__module .shop_cart__address-save-check {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8125rem;
  color: var(--shop-cart-muted, #64748B);
  cursor: pointer;
}
.shop_cart__module .shop_cart__delivery-fields {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
  border: 1px solid var(--shop-cart-line);
  background: rgba(247, 248, 249, 0.92);
}
.shop_cart__module .shop_cart__delivery-fields-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
.shop_cart__module .shop_cart__summary-contact {
  display: grid;
  gap: 0.55rem;
  padding-top: 0.2rem;
  border-top: 1px solid var(--shop-cart-line);
}
.shop_cart__module .shop_cart__summary-contact-lines {
  color: var(--shop-cart-muted);
  font-size: 0.875rem;
  line-height: 1.55;
}
.shop_cart__module .shop_cart__payment-render {
  padding: 1rem;
  border: 1px solid var(--shop-cart-line);
  background: var(--shop-cart-surface-soft);
}
.shop_cart__module .shop_cart__payment-render:empty {
  display: none;
}
.shop_cart__module .shop-cart-item {
  display: grid;
  grid-template-columns: auto 6rem minmax(0, 1fr) minmax(7rem, auto);
  gap: 0.9rem 1rem;
  align-items: start;
  padding: 1.15rem 10px;
  border: 0;
  border-top: 1px solid var(--shop-cart-line);
  border-radius: var(--shop-cart-panel-radius);
  background: transparent;
}
.shop_cart__module .shop-cart-item:first-child {
  border-top: 0;
}
.shop_cart__module .shop-cart-item--saved {
  background: rgba(247, 248, 249, 0.92);
}
.shop_cart__module .shop-cart-item--attention {
  box-shadow: inset 3px 0 0 var(--shop-cart-warning-line);
  background: var(--shop-cart-warning-bg);
}
.shop_cart__module .shop-cart-item__select {
  display: flex;
  align-items: flex-start;
  padding-top: 0.2rem;
}
.shop_cart__module .shop-cart-item__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(39, 39, 39, 0.82);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.35;
}
.shop_cart__module .shop-cart-item__toggle input[type=checkbox] {
  accent-color: var(--shop-cart-primary);
}
.shop_cart__module .shop-cart-item__image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 6rem;
  height: 6rem;
  overflow: hidden;
  padding: 0.35rem;
  border: 1px solid var(--shop-cart-line);
  border-radius: var(--shop-cart-control-radius);
  background: var(--shop-cart-surface);
  text-decoration: none;
}
.shop_cart__module .shop-cart-item__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.shop_cart__module .shop-cart-item__body {
  min-width: 0;
}
.shop_cart__module .shop-cart-item__header {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.65rem;
  align-items: flex-start;
}
.shop_cart__module .shop-cart-item__title {
  color: var(--shop-cart-ink);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}
.shop_cart__module .shop-cart-item__title:hover, .shop_cart__module .shop-cart-item__title:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.12em;
  outline: none;
}
.shop_cart__module .shop-cart-item__state {
  display: inline-flex;
  align-items: center;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(39, 39, 39, 0.7);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}
.shop_cart__module .shop-cart-item__options {
  margin-top: 0.45rem;
  color: var(--shop-cart-muted);
  font-size: 0.875rem;
  line-height: 1.5;
}
.shop_cart__module .shop-cart-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.7rem;
  margin-top: 0.55rem;
  color: var(--shop-cart-muted);
  font-size: 0.75rem;
  line-height: 1.4;
}
.shop_cart__module .shop-cart-item__prices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.7rem;
  align-items: center;
  margin-top: 0.65rem;
}
.shop_cart__module .shop-cart-item__price,
.shop_cart__module .shop-cart-item__line-total {
  color: var(--shop-cart-ink);
  font-weight: 600;
}
.shop_cart__module .shop-cart-item__price {
  font-size: 1rem;
}
.shop_cart__module .shop-cart-item__old-price {
  position: relative;
  display: inline-block;
  color: var(--shop-cart-muted);
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
}
.shop_cart__module .shop-cart-item__old-price::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0.2rem;
  height: 1px;
  background: #919191;
}
.shop_cart__module .shop-cart-item__line-total {
  color: var(--shop-cart-muted);
  font-size: 0.8125rem;
  font-weight: 500;
}
.shop_cart__module .shop-cart-item__qty {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  align-self: start;
  border: 1px solid var(--shop-cart-line);
  border-radius: var(--shop-cart-control-radius);
  overflow: hidden;
  background: var(--shop-cart-surface);
}
.shop_cart__module .shop-cart-item__qty-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  padding: 0;
  border: 0;
  background: var(--shop-cart-surface);
  color: var(--shop-cart-ink);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.18s ease;
}
.shop_cart__module .shop-cart-item__qty-button:hover, .shop_cart__module .shop-cart-item__qty-button:focus-visible {
  background: var(--shop-cart-surface-soft);
  outline: none;
}
.shop_cart__module .shop-cart-item__qty-input {
  width: 3.7rem;
  height: 2.3rem;
  padding: 0 0.3rem;
  border: 0;
  border-left: 1px solid var(--shop-cart-line);
  border-right: 1px solid var(--shop-cart-line);
  color: var(--shop-cart-ink);
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
}
.shop_cart__module .shop-cart-item__qty-input:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(39, 39, 39, 0.24);
}
.shop_cart__module .shop-cart-item__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
  grid-column: 4;
}
.shop_cart__module .shop-cart-item__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0 0.8rem;
  border: 1px solid var(--shop-cart-line);
  border-radius: var(--shop-cart-control-radius);
  background: var(--shop-cart-surface);
  color: var(--shop-cart-ink);
  font-size: 0.8125rem;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}
.shop_cart__module .shop-cart-item__action:hover, .shop_cart__module .shop-cart-item__action:focus-visible {
  border-color: rgba(39, 39, 39, 0.48);
  background: var(--shop-cart-surface-soft);
  outline: none;
}
.shop_cart__module .shop-cart-item__action--remove {
  color: var(--shop-cart-danger);
}
.shop_cart__module .shop-cart-item__action--remove:hover, .shop_cart__module .shop-cart-item__action--remove:focus-visible {
  border-color: rgba(155, 71, 64, 0.28);
  background: rgba(155, 71, 64, 0.04);
}
.shop_cart__module .is-hidden {
  display: none !important;
}
@media (max-width: 1080px) {
  .shop_cart__module .shop_cart__layout {
    grid-template-columns: 1fr;
  }
  .shop_cart__module .shop_cart__summary-card {
    position: static;
  }
  .shop_cart__module .shop_cart__checkout-columns {
    grid-template-columns: 1fr;
  }
  .shop_cart__module .shop-cart-item {
    grid-template-columns: auto 5.4rem minmax(0, 1fr);
  }
  .shop_cart__module .shop-cart-item__qty,
  .shop_cart__module .shop-cart-item__actions {
    grid-column: 2/4;
    justify-self: start;
  }
}
@media (max-width: 760px) {
  .shop_cart__module .shop_cart__hero {
    grid-template-columns: 1fr;
  }
  .shop_cart__module .shop_cart__hero-actions {
    justify-content: flex-start;
  }
  .shop_cart__module .shop_cart__checkout-head {
    flex-direction: column;
  }
  .shop_cart__module .shop_cart__delivery-fields-grid {
    grid-template-columns: 1fr;
  }
  .shop_cart__module .shop_cart__choice-card--payment {
    align-items: flex-start;
  }
  .shop_cart__module .shop_cart__choice-media {
    flex-basis: 3.8rem;
    width: 3.8rem;
    height: 3.8rem;
  }
  .shop_cart__module .shop_cart__choice-topline {
    flex-direction: column;
    gap: 0.45rem;
  }
  .shop_cart__module .shop-cart-item {
    grid-template-columns: 1fr;
  }
  .shop_cart__module .shop-cart-item__image-link {
    width: 100%;
    max-width: 13rem;
    height: auto;
    aspect-ratio: 1/1;
  }
  .shop_cart__module .shop-cart-item__qty,
  .shop_cart__module .shop-cart-item__actions {
    grid-column: auto;
  }
  .shop_cart__module .shop-cart-item__actions {
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .shop_cart__module .shop_cart__shell {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .shop_cart__module .shop_cart__continue-link,
  .shop_cart__module .shop_cart__checkout {
    width: 100%;
  }
  .shop_cart__module .shop_cart__step {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .shop_cart__module .shop_cart__checkout--secondary {
    width: 100%;
  }
  .shop_cart__module .shop-cart-item__actions {
    width: 100%;
  }
  .shop_cart__module .shop-cart-item__action {
    flex: 1 1 100%;
  }
}

/* /skin/global.20f2166b.css */
:root{--container:1920px;--pad:79px}@media (max-width:1919px){:root{--container:1440px;--pad:39px}}@media (max-width:1439px){:root{--container:1200px;--pad:20px}}@media (max-width:1199px){:root{--container:960px;--pad:10px}}@media (max-width:959px){:root{--container:640px;--pad:10px}}@media (max-width:639px){:root{--container:480px;--pad:10px}}@media (max-width:479px){:root{--container:375px;--pad:20px}}@font-face{font-display:swap;font-family:involve;font-style:normal;font-weight:400;src:url(/files/fonts/Involve-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:involve;font-style:normal;font-weight:500;src:url(/files/fonts/Involve-Medium.woff) format("woff")}@font-face{font-display:swap;font-family:involve;font-style:normal;font-weight:700;src:url(/files/fonts/Involve-Bold.woff) format("woff")}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:300;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggqxSuXd.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:300;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggOxSuXd.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:300;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggSxSuXd.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:300;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggixSuXd.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:300;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggmxSuXd.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:300;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggexSg.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:400;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggqxSuXd.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:400;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggOxSuXd.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:400;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggSxSuXd.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:400;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggixSuXd.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:400;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggmxSuXd.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:400;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggexSg.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:500;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggqxSuXd.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:500;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggOxSuXd.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:500;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggSxSuXd.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:500;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggixSuXd.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:500;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggmxSuXd.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:500;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggexSg.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:600;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggqxSuXd.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:600;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggOxSuXd.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:600;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggSxSuXd.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:600;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggixSuXd.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:600;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggmxSuXd.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:600;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggexSg.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:700;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggqxSuXd.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:700;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggOxSuXd.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:700;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggSxSuXd.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:700;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggixSuXd.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:700;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggmxSuXd.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:700;src:url(/files/fonts/manrope-xn7gYHE41ni1AdIRggexSg.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.hdr{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);background:hsla(0,0%,100%,.9);height:4.375rem;inset:0 0 auto 0;position:fixed;z-index:990}.hdr__in{height:4.375rem;margin:0 auto;max-width:var(--container);padding-left:var(--pad);padding-right:var(--pad);position:relative;width:100%}.hdr__brand,.hdr__in{align-items:center;display:flex}.hdr__brand{gap:1.125rem;left:50%;position:absolute;text-decoration:none;transform:translateX(-50%)}.hdr__logo{display:block;filter:brightness(0);height:auto;opacity:.8;width:5.5625rem}.hdr__affiliate{color:#292929;font:500 .75rem/1.2 Manrope,Arial,sans-serif;width:6.25rem}.hdr__menu{flex:1 1 auto;min-width:0}.hdr__menu ul{align-items:center;display:flex;gap:2.1875rem;list-style:none;margin:0;padding:0}.hdr__menu li{display:flex}.hdr__menu a{color:#292929;font:500 1.125rem/1.55 involve,Manrope,Arial,sans-serif;text-decoration:none;transition:opacity .2s ease-in-out;white-space:nowrap}.hdr__menu a:hover{opacity:.6}.hdr__menu li:nth-child(3){margin-right:auto}.hdr__menu li:nth-child(4){margin-left:0}.hdr__menu [data-menu-name=search] a:before{background:url(/images/icon-search.svg) no-repeat 50%/contain;content:"";display:inline-block;filter:brightness(.1);height:1.25rem;margin-right:.375rem;vertical-align:-3px;width:1.375rem}.hdr__phone{margin-left:1.875rem;text-decoration:none;white-space:nowrap}.hdr__phone-num{color:#000;display:block;font:700 1.125rem/1.55 involve,Manrope,Arial,sans-serif}.hdr__phone-label{color:#000;display:block;font:400 .8125rem/1.55 Manrope,Arial,sans-serif}.hdr__account{align-items:flex-start;display:flex;height:2rem;margin-left:1.125rem;text-decoration:none;transition:opacity .2s ease-in-out}.hdr__account:hover{opacity:.7}.hdr__account img{display:block;height:auto;width:1.5rem}.hdr__cart{align-items:flex-start;display:flex;height:2rem;margin-left:1.875rem;text-decoration:none;transition:opacity .2s ease-in-out}.hdr__cart:hover{opacity:.7}.hdr__cart img{display:block;height:auto;width:1.5rem}.hdr__cart-count{color:#4a4a4a;font:400 .875rem/1.55 involve,Manrope,Arial,sans-serif;margin-top:.625rem}.hdr__burger{background:transparent;border:0;cursor:pointer;display:none;height:1.25rem;padding:0;position:absolute;right:1.25rem;top:1.5625rem;width:1.75rem}.hdr__burger span{background:#292929;height:.125rem;left:0;position:absolute;transition:transform .3s ease,opacity .3s ease;width:100%}.hdr__burger span:first-child{top:0}.hdr__burger span:nth-child(2){top:.5625rem}.hdr__burger span:nth-child(3){top:1.125rem}.hdr__burger[aria-expanded=true] span:first-child{transform:translateY(9px) rotate(45deg)}.hdr__burger[aria-expanded=true] span:nth-child(2){opacity:0}.hdr__burger[aria-expanded=true] span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}@media (max-width:1439px){.hdr__menu a,.hdr__phone-num{font-size:1rem}}@media (max-width:1199px){.hdr__menu{display:none}.hdr__burger{display:block}.hdr__brand{gap:.4375rem;margin-right:auto;position:static;transform:none}.hdr__phone{left:26.25rem;margin-left:0;position:absolute}.hdr__cart{right:6.5rem}.hdr__account,.hdr__cart{left:auto;margin-left:0;position:absolute}.hdr__account{right:3.875rem}}@media (max-width:959px){.hdr__phone{left:16.25rem}}@media (max-width:639px){.hdr__phone{left:13.625rem}.hdr__logo{width:3.875rem}.hdr__affiliate{font-size:.6875rem}}@media (max-width:479px){.hdr__logo{width:3.8125rem}.hdr__affiliate{font-size:.625rem}.hdr__phone{display:none}}.page{padding-top:4.375rem}.ftr{background:#fff;border-top:1px solid rgba(0,0,0,.06)}.ftr,.ftr__in{position:relative}.ftr__in{align-items:start;display:grid;gap:.75rem 2.5rem;grid-template-areas:"brand gmp legal" "brand gmp phone";grid-template-columns:auto 1fr auto;margin:0 auto;max-width:var(--container);min-height:190px;padding-bottom:1.75rem;padding-left:var(--pad);padding-right:var(--pad);padding-top:1.125rem;width:100%}.ftr__brand{align-items:flex-start;display:flex;gap:1.3125rem;grid-area:brand}.ftr__logo{display:block;filter:brightness(0);height:auto;opacity:.8;width:6.1875rem}.ftr__legal-info{color:#383838;font:500 .875rem/1.55 involve,Manrope,Arial,sans-serif;opacity:.8}.ftr__gmp{grid-area:gmp;justify-self:center;text-decoration:none}.ftr__gmp-badge{align-items:center;border:1px solid #383838;border-radius:50%;color:#383838;display:flex;font:500 .625rem/1.55 involve,Manrope,Arial,sans-serif;height:3.125rem;justify-content:center;opacity:.6;width:3.125rem}.ftr__links{font:500 .875rem/1.55 involve,Manrope,Arial,sans-serif;grid-area:legal;justify-self:end;text-align:right}.ftr__links a{color:#383838;text-decoration:none}.ftr__links a:hover{text-decoration:underline}.ftr__phone{grid-area:phone;justify-self:end;margin-top:1.375rem;text-align:right;text-decoration:none}.ftr__phone-num{color:#000;display:block;font:700 1.375rem/1.55 involve,Manrope,Arial,sans-serif}.ftr__phone-label{color:#000;display:block;font:400 .8125rem/1.55 Manrope,Arial,sans-serif}.ftr__disclaimer{color:#4a4a4a;font:400 .75rem/1.55 Manrope,Arial,sans-serif;margin:0 auto;max-width:var(--container);padding-bottom:1.5rem;padding-left:var(--pad);padding-right:var(--pad);width:100%}@media (max-width:959px){.ftr__in{gap:1.5rem;grid-template-areas:"brand" "phone" "legal" "gmp";grid-template-columns:1fr;justify-items:center;text-align:center}.ftr__brand{align-items:center;flex-direction:column;gap:1rem}.ftr__links,.ftr__phone{justify-self:center;margin-top:0;text-align:center}.ftr__disclaimer{text-align:center}}.navpanel{background:#f6f6f6;inset:0 0 0 auto;max-width:16.25rem;overflow-y:auto;padding:4.375rem 1.875rem 1.875rem;position:fixed;transform:translateX(100%);transition:transform .3s ease-in-out;width:100%;z-index:1000}.navpanel[aria-hidden=false]{transform:translateX(0)}.navpanel__close{background:transparent;border:0;cursor:pointer;height:1.5rem;padding:0;position:absolute;right:1.375rem;top:1.375rem;width:1.5rem}.navpanel__close:after,.navpanel__close:before{background:#292929;content:"";height:.125rem;left:0;position:absolute;top:.6875rem;width:100%}.navpanel__close:before{transform:rotate(45deg)}.navpanel__close:after{transform:rotate(-45deg)}.navpanel ul{list-style:none;margin:0 0 2.5rem;padding:0}.navpanel li+li{margin-top:1.125rem}.navpanel a{color:#292929;font:500 1.125rem/1.3 involve,Manrope,Arial,sans-serif}.navpanel a:hover{opacity:.6}.navpanel li[data-menu-name=search]{display:none}.navpanel__phone{display:block;text-decoration:none}.navpanel__phone-num{color:#000;display:block;font:700 1.25rem/1.3 involve,Manrope,Arial,sans-serif}.navpanel__phone-label{color:#000;display:block;font:400 1rem/1.3 Manrope,Arial,sans-serif;margin-top:.25rem}.navpanel-backdrop{background:rgba(0,0,0,.35);inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .3s ease-in-out;z-index:999}.navpanel-backdrop[aria-hidden=false]{opacity:1;pointer-events:auto}.cta{padding:1.875rem 0}.cta__in{margin:0 auto;max-width:var(--container);padding-left:var(--pad);padding-right:var(--pad);width:100%}.cta__card{align-items:stretch;background:#3f806c;border-radius:20px;display:flex;height:24.0625rem;overflow:hidden}.cta__body{align-items:flex-start;display:flex;flex:1 1 50.4%;flex-direction:column;padding:3.6875rem 2.5rem 2.8125rem 4.3125rem}.cta__title{color:#fff;font:600 2.5rem/1.1 involve,Manrope,Arial,sans-serif;margin:0;max-width:35.625rem}.cta__note{color:#fff;font:400 1.125rem/1.45 Manrope,Arial,sans-serif;margin:1.875rem 0 0}.cta__button{align-items:center;background:#fff;border-radius:30px;color:#3f806c;display:inline-flex;font:500 .875rem/1.55 involve,Manrope,Arial,sans-serif;gap:.625rem;justify-content:center;margin-top:auto;min-height:65px;min-width:19.125rem;padding:0 1.75rem;transition:background-color .2s ease-in-out,color .2s ease-in-out}.cta__button:hover{background:#eaf2ef}.cta__button-chevron{background:currentColor;clip-path:polygon(0 0,100% 50%,0 100%,0 78%,62% 50%,0 22%);height:.625rem;width:.375rem}.cta__photo{background:#e1e1e1;flex:0 0 49.6%}.cta__photo img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media (max-width:959px){.cta__card{flex-direction:column;height:auto}.cta__body{padding:3.6875rem 1.875rem 2.8125rem}.cta__photo{flex:0 0 auto;height:17.8125rem}}@media (max-width:639px){.cta__title{font-size:2.1875rem;line-height:1.2}.cta__body{padding:2.5rem 1.5rem 2rem}.cta__button{min-width:0;width:100%}.cta__photo{height:16.0625rem}}@media (max-width:479px){.cta__title{font-size:1.875rem}}.publication_vitrine__show-shell{margin:0 auto;max-width:47.5rem;padding:5.5rem 1.25rem 4.9375rem}.publication_vitrine__show-title{color:#292929;font:500 3.25rem/1.2 involve,Manrope,Arial,sans-serif;margin:0 0 2.5rem}.publication_vitrine__show-note,.publication_vitrine__show-text{color:#292929;font:400 1.25rem/1.55 Manrope,Arial,sans-serif}.publication_vitrine__show-note p,.publication_vitrine__show-text p{margin:0 0 1em}.publication_vitrine__show-note p:last-child,.publication_vitrine__show-text p:last-child{margin-bottom:0}.publication_vitrine__show-note a,.publication_vitrine__show-text a{color:#3f806c;text-decoration:underline}.publication_vitrine__show-note{margin-bottom:1em}.publication_vitrine__show-image{border-radius:20px;display:block;height:auto;margin:0 0 2.5rem;width:100%}.publication_vitrine__show-meta{display:none}.publication_vitrine__show-back{color:#3f806c;display:inline-block;font:500 1rem/1.55 involve,Manrope,Arial,sans-serif;margin-bottom:1.5rem}.publication_vitrine__show-back:hover{text-decoration:underline}.publication_vitrine .container{margin:0 auto;max-width:72.5rem;padding:3.5rem 1.25rem 4.5rem}.publication_vitrine__card-media{border-radius:20px;display:block;overflow:hidden}.publication_vitrine__card-img{display:block;height:15rem;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease-in-out;width:100%}.publication_vitrine__card-img:hover{transform:scale(1.03)}.publication_vitrine__card-body{padding-top:1rem}.publication_vitrine__card-meta{color:#4a4a4a;font:400 .875rem/1.5 Manrope,Arial,sans-serif}.publication_vitrine__card-group{display:none}.publication_vitrine__card-title{color:#292929;font:500 1.375rem/1.25 involve,Manrope,Arial,sans-serif;margin:.5rem 0 0}.publication_vitrine__card-note{color:#4a4a4a;font:400 1rem/1.5 Manrope,Arial,sans-serif;margin-top:.625rem}.publication_vitrine__card-link{color:#3f806c;display:inline-block;font:500 .875rem/1.55 involve,Manrope,Arial,sans-serif;margin-top:.875rem}.publication_vitrine__card-link:hover{text-decoration:underline}@media (max-width:959px){.publication_vitrine__show-shell{padding:4rem 1.25rem 3.5rem}.publication_vitrine__show-title{font-size:2.1875rem;margin-bottom:2rem}.publication_vitrine__show-note,.publication_vitrine__show-text{font-size:1.125rem}}@media (max-width:479px){.publication_vitrine__show-title{font-size:1.875rem}}.publication_informer{padding:8.4375rem 1.25rem}.publication_informer .publication_informer__inner{max-width:87.5rem;padding:0}.publication_informer .publication_informer__head{display:block;margin-bottom:5.625rem;text-align:center}.publication_informer .publication_informer__copy{max-width:none}.publication_informer .publication_informer__title{color:#3c3c3c;font:500 4.375rem/1.2 involve,Manrope,Arial,sans-serif;margin:0;text-align:center}@media (max-width:960px){.publication_informer{padding:5rem 1.25rem}.publication_informer .publication_informer__head{margin-bottom:2.8125rem}.publication_informer .publication_informer__title{font-size:2.1875rem}}@media (max-width:640px){.publication_informer{padding:3.75rem .625rem}}.shop_account__module,.shop_cart__module{margin:0 auto;max-width:var(--container);padding-left:var(--pad);padding-right:var(--pad);width:100%}.shop_account__link,.shop_cart__module a:not([class]){color:#3f806c}.search{display:none;inset:0;position:fixed;z-index:1000}.search[aria-hidden=false]{display:block}.search__backdrop{background:rgba(41,41,41,.45);inset:0;position:absolute}.search__panel{background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.08);padding:1.625rem 1.25rem;position:relative}.search__form{align-items:center;display:flex;gap:.875rem;margin:0 auto;max-width:var(--container);padding-left:var(--pad);padding-right:var(--pad);width:100%}.search__icon{filter:brightness(.1);flex:0 0 auto;height:auto;opacity:.55;width:1.25rem}.search__input{background:transparent;border:0;border-bottom:1px solid #d9d9d9;color:#292929;flex:1 1 auto;font:400 1.25rem/1.4 Manrope,Arial,sans-serif;height:2.8125rem;min-width:0;padding:0}.search__input::-moz-placeholder{color:#9b9b9b}.search__input::placeholder{color:#9b9b9b}.search__input:focus{border-bottom-color:#3f806c;outline:none}.search__input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.search__submit{background:#3c3c3c;border:0;border-radius:30px;color:#fff;cursor:pointer;flex:0 0 auto;font:500 .875rem/1.4 involve,Manrope,Arial,sans-serif;height:2.8125rem;padding:0 1.875rem;transition:background-color .2s ease-in-out}.search__submit:hover{background:#3f806c}.search__close{background:transparent;border:0;cursor:pointer;flex:0 0 auto;height:1.375rem;opacity:.55;padding:0;position:relative;transition:opacity .2s ease-in-out;width:1.375rem}.search__close:hover{opacity:1}.search__close:after,.search__close:before{background:#292929;content:"";height:1.5px;left:1px;position:absolute;right:1px;top:.625rem}.search__close:before{transform:rotate(45deg)}.search__close:after{transform:rotate(-45deg)}.search__results{margin:1.125rem auto 0;max-height:60vh;max-width:var(--container);overflow-y:auto;padding-left:var(--pad);padding-right:var(--pad);width:100%}.search__item{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;gap:1rem;padding:.625rem 0;text-decoration:none}.search__item:last-child{border-bottom:0}.search__item:hover .search__item-name{color:#3f806c}.search__item-img{background:#ededed;border-radius:8px;flex:0 0 auto;height:3.5rem;-o-object-fit:cover;object-fit:cover;width:3.5rem}.search__item-body{min-width:0}.search__item-name{color:#292929;display:block;font:500 1.125rem/1.3 involve,Manrope,Arial,sans-serif;transition:color .2s ease-in-out}.search__item-note{color:#4a4a4a;display:block;font:400 .875rem/1.4 Manrope,Arial,sans-serif;margin-top:.25rem}.search__empty{color:#4a4a4a;font:400 1rem/1.5 Manrope,Arial,sans-serif;padding:.75rem 0}@media (max-width:639px){.search__panel{padding:1.125rem 0}.search__input{font-size:1.0625rem;height:2.5rem}.search__submit{display:none}}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:#fff;color:#292929;font:400 1rem/1.55 Manrope,Arial,sans-serif;margin:0}h1,h2,h3,h4,h5,h6{font-family:involve,Manrope,Arial,sans-serif;font-weight:500;line-height:1.2;margin:0 0 .5em}a{color:inherit;text-decoration:none}p{margin:0 0 1em}img{height:auto;max-width:100%}.container{margin:0 auto;max-width:var(--container);padding-left:var(--pad);padding-right:var(--pad);width:100%}.visually-hidden{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0 0 0 0);border:0;white-space:nowrap}.page__main{min-height:40vh}.atext__module .cont-text-container{margin:0 auto;max-width:75rem;padding:3rem 1.25rem 3.5rem}
/* /skin/default.ac26fc8e.css */
.page__main{padding:0}
