.productdetails-view .product-top-meta {
  margin: 0 0 .75rem;
}

.productdetails-view .bouquet-composition-list {
  display: grid;
  gap: .42rem;
}

.productdetails-view .bouquet-composition-list__item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: .75rem;
  padding: .42rem 0;
  border-bottom: 1px solid rgba(30, 41, 59, .08);
}

.productdetails-view .bouquet-composition-list__item:last-child {
  border-bottom: 0;
}

.productdetails-view .bouquet-composition-list__item strong {
  white-space: nowrap;
  color: #1f2937;
}

.productdetails-view .bouquet-composition-inline {
  line-height: 1.55;
  color: #475569;
}

.productdetails-view .related_products-fields-container {
  margin-top: .25rem;
}

.productdetails-view .product-related-showcase {
  padding: 0;
}

.productdetails-view .product-related-showcase__head {
  display: block;
  margin-bottom: 1.25rem;
}

.productdetails-view .product-related-showcase__eyebrow {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin-bottom: .38rem;
  padding: .26rem .62rem;
  border: 1px solid #d8e6ff;
  border-radius: 999px;
  background: #f6f9ff;
  color: #005bff;
  font-size: .76rem;
  font-weight: 650;
  line-height: 1;
}

.productdetails-view .product-related-showcase__head h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: 0;
}

.productdetails-view .product-related-showcase__head p {
  max-width: 520px;
  margin: .38rem 0 0;
  color: #667085;
  font-size: .94rem;
  line-height: 1.35;
}

.productdetails-view .product-related-showcase .vm-product-card-showcase {
  --gutter-x: 1.35rem;
  --gutter-y: 1.15rem;
}

.productdetails-view .product-related-showcase .product-container {
  margin-bottom: 0 !important;
}

.productdetails-view .product-related-showcase .product-list-images {
  aspect-ratio: 1 / 1.18;
}

.glightbox-container .gslide-image img {
  border-radius: 10px;
  overflow: hidden;
}

.glightbox-container .gslide-media {
  border-radius: 10px;
  overflow: hidden;
}

.productdetails-view .separator-line-above-tabs {
  margin-top: .25rem;
  margin-bottom: 1.15rem !important;
}

.productdetails-view .nav-tabs-simple {
  justify-content: center;
  gap: .5rem;
  margin: 0 0 .85rem;
  border: 0;
}

.productdetails-view .nav-tabs-simple .nav-item {
  margin: 0;
}

.productdetails-view .nav-tabs-simple .nav-link {
  position: relative;
  min-height: 44px;
  margin-bottom: 0;
  padding: .55rem 1.05rem .64rem;
  border: 1px solid rgba(0, 91, 255, .18);
  border-radius: 14px;
  background: linear-gradient(180deg, #f9fbff 0%, #eef5ff 100%);
  color: #0b2447;
  font-size: 1.08rem;
  font-weight: 760;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none;
}

.productdetails-view .nav-tabs-simple .nav-link::after {
  content: "";
  position: absolute;
  right: 1.05rem;
  bottom: .34rem;
  left: 1.05rem;
  height: 3px;
  border-radius: 999px;
  background: #005bff;
  opacity: .95;
}

.productdetails-view .nav-tabs-simple .nav-link.active,
.productdetails-view .nav-tabs-simple .nav-link:hover,
.productdetails-view .nav-tabs-simple .nav-link:focus-visible {
  border-color: rgba(0, 91, 255, .24);
  background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
  color: #005bff;
}

.productdetails-view .tab-content {
  padding-top: 0 !important;
  margin-bottom: 2rem !important;
}

.productdetails-view .product-description-head {
  display: block;
  margin: 0 0 1rem;
}

.productdetails-view .product-description-head span {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin-bottom: .38rem;
  padding: .26rem .62rem;
  border: 1px solid #d8e6ff;
  border-radius: 999px;
  background: #f6f9ff;
  color: #005bff;
  font-size: .76rem;
  font-weight: 650;
  line-height: 1;
}

.productdetails-view .product-description-head h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: 0;
}

.productdetails-view .product-description-head p {
  max-width: 560px;
  margin: .38rem 0 0;
  color: #667085;
  font-size: .94rem;
  line-height: 1.35;
}

.productdetails-view .product-description-copy {
  position: relative;
  max-width: 1180px;
  padding: 1.2rem 1.35rem 1.28rem 1.45rem;
  border: 1px solid #dfe9f8;
  border-radius: 20px;
  background: linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
  box-shadow: none;
  color: #3f4a5d;
  font-size: clamp(.96rem, 1.1vw, 1.06rem);
  font-weight: 400;
  line-height: 1.58;
}

.productdetails-view .product-description-copy::before {
  content: "";
  position: absolute;
  top: 1.05rem;
  bottom: 1.05rem;
  left: 0;
  width: 3px;
  border-radius: 999px;
  background: #005bff;
}

.productdetails-view .product-description-copy > * {
  max-width: 1050px;
}

.productdetails-view .product-description-copy > :first-child {
  margin-top: 0;
}

.productdetails-view .product-description-copy > :last-child {
  margin-bottom: 0;
}

.productdetails-view .product-description-copy p {
  margin: 0 0 .9rem;
}

.productdetails-view .product-description-copy p:first-of-type::first-letter {
  float: left;
  margin: .08rem .52rem 0 0;
  color: #005bff;
  font-size: 3.15rem;
  font-weight: 760;
  line-height: .86;
  text-transform: uppercase;
}

.productdetails-view .product-description-copy strong,
.productdetails-view .product-description-copy b {
  color: #172033;
  font-weight: 650;
}

.productdetails-view .product-description-copy ul,
.productdetails-view .product-description-copy ol {
  display: grid;
  gap: .45rem;
  margin: .85rem 0 .9rem;
  padding-left: 1.2rem;
}

.productdetails-view .product-description-copy li::marker {
  color: #005bff;
}

.productdetails-view .product-description-copy.fm-description-collapsible {
  max-height: var(--fm-description-collapsed-height);
  overflow: hidden;
  transition: max-height .28s ease;
}

.productdetails-view .product-description-copy.fm-description-collapsible::after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: 1px;
  left: 1px;
  height: min(5.8rem, 48%);
  border-radius: 0 0 19px 19px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(251, 253, 255, .88) 58%, #fff 100%);
  pointer-events: none;
  transition: opacity .22s ease;
}

.productdetails-view .product-description-copy.fm-description-collapsible.is-expanded {
  max-height: var(--fm-description-expanded-height);
}

.productdetails-view .product-description-copy.fm-description-collapsible.is-expanded::after {
  opacity: 0;
}

.productdetails-view .fm-description-toggle {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .42rem;
  min-height: 2.25rem;
  margin: -.65rem 0 0 1.15rem;
  padding: 0 .88rem;
  border: 1px solid #d8e6ff;
  border-radius: 999px;
  background: #fff;
  color: #005bff;
  box-shadow: 0 10px 24px rgba(0, 91, 255, .08);
  font: inherit;
  font-size: .86rem;
  font-weight: 760;
  line-height: 1;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

.productdetails-view .fm-description-toggle:hover,
.productdetails-view .fm-description-toggle:focus-visible {
  border-color: rgba(0, 91, 255, .42);
  color: #0049d8;
  box-shadow: 0 14px 30px rgba(0, 91, 255, .13);
  transform: translateY(-1px);
  outline: none;
}

.productdetails-view .fm-description-toggle svg {
  width: .9rem;
  height: .9rem;
  stroke: currentColor;
  stroke-width: 2.4;
  transition: transform .2s ease;
}

.productdetails-view .fm-description-toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

@media (max-width: 767.98px) {
  .productdetails-view .product-related-showcase__head {
    margin-bottom: .9rem;
  }

  .productdetails-view .product-related-showcase__eyebrow {
    margin-bottom: .32rem;
    padding: .22rem .52rem;
    font-size: .68rem;
  }

  .productdetails-view .product-related-showcase__head h2 {
    font-size: 1.28rem;
    line-height: 1.12;
  }

  .productdetails-view .product-related-showcase__head p {
    margin-top: .28rem;
    font-size: .82rem;
  }

  .productdetails-view .product-related-showcase .vm-product-card-showcase {
    --gutter-x: .8rem;
    --gutter-y: .95rem;
  }

  .productdetails-view .separator-line-above-tabs {
    margin-bottom: .8rem !important;
  }

  .productdetails-view .nav-tabs-simple {
    gap: .38rem;
    justify-content: center;
    margin-bottom: .55rem;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }

  .productdetails-view .nav-tabs-simple::-webkit-scrollbar {
    display: none;
  }

  .productdetails-view .nav-tabs-simple .nav-link {
    min-height: 38px;
    padding: .48rem .86rem .56rem;
    border-radius: 12px;
    font-size: .92rem;
    white-space: nowrap;
  }

  .productdetails-view .nav-tabs-simple .nav-link::after {
    right: .86rem;
    bottom: .27rem;
    left: .86rem;
  }

  .productdetails-view .product-description-head {
    margin-bottom: .75rem;
  }

  .productdetails-view .product-description-head span {
    margin-bottom: .32rem;
    padding: .22rem .52rem;
    font-size: .68rem;
  }

  .productdetails-view .product-description-head h2 {
    font-size: 1.28rem;
    line-height: 1.12;
  }

  .productdetails-view .product-description-head p {
    margin-top: .28rem;
    font-size: .82rem;
  }

  .productdetails-view .product-description-copy {
    padding: .92rem .9rem .96rem 1rem;
    border-radius: 16px;
    font-size: .9rem;
    line-height: 1.5;
  }

  .productdetails-view .product-description-copy::before {
    top: .85rem;
    bottom: .85rem;
    width: 2px;
  }

  .productdetails-view .product-description-copy p {
    margin-bottom: .7rem;
  }

  .productdetails-view .product-description-copy p:first-of-type::first-letter {
    margin: .06rem .38rem 0 0;
    font-size: 2.45rem;
    line-height: .86;
  }

  .productdetails-view .product-description-copy.fm-description-collapsible::after {
    height: min(4.6rem, 46%);
    border-radius: 0 0 15px 15px;
  }

  .productdetails-view .fm-description-toggle {
    min-height: 2.18rem;
    margin-top: -.55rem;
    margin-left: .85rem;
    padding: 0 .78rem;
    font-size: .8rem;
  }
}

.productdetails-view .product-meta-pills {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: .5rem;
  max-width: 100%;
  overflow-x: auto;
  padding: .1rem 0 .18rem;
  scrollbar-width: none;
}

.productdetails-view .product-meta-pills::-webkit-scrollbar {
  display: none;
}

.productdetails-view .product-meta-labels,
.productdetails-view .product-meta-labels .product-labels {
  position: static !important;
  display: contents !important;
  pointer-events: auto;
}

.productdetails-view .product-meta-labels .product-label,
.productdetails-view .product-meta-pill {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 32px;
  aspect-ratio: auto;
  margin: 0;
  border-radius: 10px;
  white-space: nowrap;
  line-height: 1;
}

.productdetails-view .product-meta-labels .product-label {
  gap: .32rem;
  padding: .46rem .78rem;
  border: 1px solid #19c759;
  background: #19c759 !important;
  color: #fff !important;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .02em;
  text-transform: uppercase;
  word-break: normal;
}

.productdetails-view .product-meta-labels .product-label::before {
  content: "\2605";
  color: #fff;
  font-size: .78rem;
  line-height: 1;
}

.productdetails-view .product-meta-pill {
  gap: .36rem;
  padding: .46rem .78rem;
  border: 1px solid #e5eaf2;
  background: #f6f8fc;
  color: #101828;
  font-size: .8rem;
  font-weight: 500;
}

.productdetails-view .product-stock.product-meta-pill {
  border-color: rgba(22, 128, 61, .14);
}

.productdetails-view .product-stock.product-meta-pill::before {
  content: "";
  width: .46rem;
  height: .46rem;
  border-radius: 50%;
  background: #22c55e;
}

.productdetails-view .product-stock.product-meta-pill.product-stock--on-order {
  border-color: rgba(241, 17, 126, .24);
  background: rgba(241, 17, 126, .06);
}

.productdetails-view .product-stock.product-meta-pill.product-stock--on-order::before {
  background: rgb(241 17 126);
}

.productdetails-view .product-stock-on-order {
  color: #101828;
  font-weight: 650;
}

.productdetails-view .product-meta-pill .has-tooltip {
  color: inherit !important;
  text-decoration: none;
}

.productdetails-view .product-meta-pill .text-success,
.productdetails-view .product-meta-pill .normal-stock {
  color: #000000 !important;
}

.productdetails-view .product-meta-pill .text-danger,
.productdetails-view .product-meta-pill .no-stock {
  color: #d92d20 !important;
}

.productdetails-view .product-meta-pill .text-warning,
.productdetails-view .product-meta-pill .low-stock {
  color: #b54708 !important;
}

.productdetails-view .product-sku.product-meta-pill {
  background: #fff;
}

.productdetails-view .product-shop-verify-wrap {
  position: relative;
  flex: 0 0 auto;
}

.productdetails-view .product-shop-verify {
  width: 34px;
  height: 34px;
  padding: 0;
  border-color: rgba(0, 91, 255, .14);
  background: #fff;
  color: #005bff;
  cursor: pointer;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

.productdetails-view .product-shop-verify svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: currentColor;
}

.productdetails-view .product-shop-verify:hover,
.productdetails-view .product-shop-verify[aria-expanded="true"] {
  border-color: rgba(0, 91, 255, .28);
  background: #eef4ff;
  color: #005bff;
}

.productdetails-view .product-meta-quick-actions {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  min-height: 34px;
  padding: 2px;
  border: 1px solid #e2e9f3;
  border-radius: 11px;
  background: #f4f7fb;
}

.productdetails-view .product-meta-action {
  display: flex;
  flex: 0 0 auto;
}

.productdetails-view .product-meta-action form {
  margin: 0;
}

.productdetails-view .product-meta-action__remove-form {
  display: none !important;
}

.productdetails-view .product-meta-action a,
.productdetails-view .product-meta-action button {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #1265ff;
  box-shadow: none;
  text-decoration: none;
  line-height: 1;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

.productdetails-view .product-meta-action a:hover,
.productdetails-view .product-meta-action button:hover,
.productdetails-view .product-meta-action a:focus-visible,
.productdetails-view .product-meta-action button:focus-visible {
  border-color: rgba(0, 91, 255, .3);
  background: #fff;
  color: #005bff;
  outline: 0;
}

.productdetails-view .product-meta-action .vme-btn-text {
  display: none;
}

.productdetails-view .product-meta-action .vme-hide {
  display: none !important;
}

.productdetails-view .product-meta-action__icon {
  display: grid !important;
  place-items: center !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  color: currentColor !important;
  line-height: 1 !important;
}

.productdetails-view .product-meta-action__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.productdetails-view .product-meta-action.is-active .btn-item-added {
  background: rgb(241 17 126);
  color: #fff;
}

.productdetails-view .product-meta-action.is-active .btn-item-added:hover,
.productdetails-view .product-meta-action.is-active .btn-item-added:focus-visible {
  background: rgb(220 10 112);
  color: #fff;
}

.productdetails-view .product-meta-action.is-pending {
  pointer-events: none;
  opacity: .58;
}

.productdetails-view .product-meta-pills.product-meta-pills--popover-open {
  overflow: visible;
}

.productdetails-view .product-shop-popover {
  position: absolute;
  top: calc(100% + .7rem);
  right: 0;
  z-index: 80;
  width: min(380px, calc(100vw - 2rem));
  padding: .95rem;
  border: 1px solid rgba(198, 214, 236, .95);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(248, 251, 255, .98) 100%);
  box-shadow: 0 28px 70px rgba(15, 23, 42, .18), 0 6px 18px rgba(15, 23, 42, .08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.productdetails-view .product-shop-popover::before {
  content: "";
  position: absolute;
  top: -.44rem;
  right: 1.2rem;
  width: .86rem;
  height: .86rem;
  border-top: 1px solid rgba(198, 214, 236, .95);
  border-left: 1px solid rgba(198, 214, 236, .95);
  background: #fff;
  transform: rotate(45deg);
}

.productdetails-view .product-shop-popover__head {
  display: grid;
  grid-template-columns: 5.9rem minmax(0, 1fr);
  gap: .82rem;
  align-items: center;
  margin-bottom: .78rem;
  padding-bottom: .78rem;
  border-bottom: 1px solid #edf1f7;
}

.productdetails-view .product-shop-popover__head strong {
  display: block;
  color: #101828;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.15;
}

.productdetails-view .product-shop-popover__head span {
  display: inline-flex;
  align-items: center;
  gap: .32rem;
  margin-top: .18rem;
  color: #16803d;
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.25;
}

.productdetails-view .product-shop-popover__head span::before {
  content: "";
  width: .42rem;
  height: .42rem;
  border-radius: 50%;
  background: #19c759;
}

.productdetails-view .product-shop-popover__details {
  display: grid;
  gap: .5rem;
  margin: 0;
}

.productdetails-view .product-shop-popover__details div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: .55rem;
  align-items: start;
}

.productdetails-view .product-shop-popover__details dt,
.productdetails-view .product-shop-popover__details dd {
  margin: 0;
  font-size: .78rem;
  line-height: 1.35;
}

.productdetails-view .product-shop-popover__details dt {
  color: #667085;
  font-weight: 500;
}

.productdetails-view .product-shop-popover__details dd {
  color: #101828;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.productdetails-view .product-meta-pill__label {
  color: #667085;
  font-weight: 700;
}

.productdetails-view .product-image-gallery__main-wrapper {
  position: relative;
}

.productdetails-view .product-image-gallery__main-wrapper > .product-labels {
  position: absolute;
  top: 1.05rem;
  left: 1.05rem;
  z-index: 12;
  display: flex !important;
  flex-wrap: wrap;
  gap: .45rem;
  align-items: flex-start;
  max-width: calc(100% - 2.1rem);
  pointer-events: none;
}

.productdetails-view .product-image-gallery__main-wrapper > .product-labels .product-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 2.25rem;
  width: auto !important;
  height: auto !important;
  aspect-ratio: auto !important;
  margin: 0;
  padding: .54rem .82rem;
  border: 1px solid rgba(22, 199, 93, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94) !important;
  color: #17a85b !important;
  font-size: .96rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  word-break: normal;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}

.productdetails-view .product-secondary-meta {
  display: grid;
  gap: .3rem;
  color: #667085;
  font-size: .92rem;
}

.productdetails-view .product-short-description {
  max-width: 760px;
  color: #536071;
  font-size: clamp(.92rem, 1.12vw, 1rem);
  line-height: 1.45;
}

.productdetails-view .product-buy-info-layout {
  max-width: 680px;
}

.productdetails-view .product-purchase-card {
  max-width: 560px;
  padding: 1.25rem;
  border: 1px solid #e5eaf2;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(16, 24, 40, .08);
}

.productdetails-view .product-purchase-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin: 0 0 1rem;
  padding: .76rem .86rem;
  border: 1px solid #e5eaf2;
  border-radius: 16px;
  background: #f8fafc;
  color: #101828;
  line-height: 1.15;
}

.productdetails-view .product-purchase-card__topline span {
  color: #667085;
  font-size: .86rem;
  font-weight: 650;
}

.productdetails-view .product-purchase-card__topline b {
  color: #005bff;
  font-size: .86rem;
  font-weight: 600;
  white-space: nowrap;
}

.productdetails-view .product-purchase-card .product-overview-container {
  display: block !important;
}

.productdetails-view .product-purchase-card .product-sales-price {
  display: inline-flex;
  align-items: center;
  width: auto;
  padding: .2rem .56rem;
  border-radius: 12px;
  background: #19c759;
  color: #fff;
}

.productdetails-view .product-purchase-card .product-sales-price,
.productdetails-view .product-purchase-card .product-sales-price * {
  color: #fff !important;
  font-size: clamp(1.85rem, 2.3vw, 2.2rem) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.productdetails-view .product-price-row {
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(180px, 1fr);
  align-items: center;
  gap: .7rem;
  margin: 0 0 .9rem;
}

.productdetails-view .product-price-row .product-prices-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: auto;
  gap: .32rem;
  align-items: center;
  justify-content: start;
  flex: 0 1 auto;
  min-width: 0;
}

.productdetails-view .product-price-row .product-prices-wrapper:has(.product-price-before-discount),
.productdetails-view .product-price-row .product-prices-wrapper:has(.product-discount-amount) {
  padding-left: 0;
}

.productdetails-view .product-purchase-card .product-price-before-discount {
  position: static;
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  width: max-content;
  max-width: 100%;
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  color: #667085;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
  transform: none;
}

.productdetails-view .product-purchase-card .product-price-before-discount .PricebasePriceWithTax,
.productdetails-view .product-purchase-card .product-price-before-discount .PricesalesPriceWithDiscount {
  text-decoration: line-through;
}

.productdetails-view .product-purchase-card .product-discount-amount {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.55rem;
  padding: .24rem .52rem;
  border: 1px solid #bfead3;
  border-radius: 999px;
  background: #eefaf3;
  color: #129052;
  margin: 0;
  font-size: .8rem;
  font-weight: 760;
  line-height: 1;
  white-space: nowrap;
  transform: none;
}

.productdetails-view .product-price-current-row {
  display: block;
  grid-column: 1;
  grid-row: 2;
}

.productdetails-view .product-purchase-card .product-price-current-row .product-discount-amount {
  display: none !important;
}

.productdetails-view .product-price-current-row ~ .product-discount-amount {
  display: none !important;
}

.productdetails-view .product-purchase-card .product-sales-price {
  justify-self: start;
}

.productdetails-view .product-composition-card {
  position: relative;
  max-width: 760px;
  margin: .72rem 0 1rem !important;
  padding: .92rem 1.05rem 1.3rem 1.12rem;
  border: 1px solid rgba(17, 100, 255, .16);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .06);
  overflow: hidden;
}

.productdetails-view .product-composition-card::before {
  content: "";
  position: absolute;
  top: .9rem;
  bottom: .9rem;
  left: 0;
  width: 3px;
  border-radius: 999px;
  background: #1164ff;
}

.productdetails-view .product-composition-card__label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 .5rem;
  padding: 0 0 .18rem;
  border-bottom: 1px solid rgba(17, 100, 255, .22);
  color: #2c5fb8;
  font-size: .7rem;
  font-weight: 650;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.productdetails-view .product-composition-card__label::before {
  content: none;
}

.productdetails-view .product-short-description {
  max-width: none;
  margin: 0 !important;
  padding: 0;
  border: 0;
  background: transparent;
  color: #4f5c70;
  font-size: clamp(.9rem, 1.05vw, .98rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  box-shadow: none;
  overflow-wrap: anywhere;
}

.productdetails-view .product-short-description::before {
  content: none;
}

.productdetails-view .product-short-description p,
.productdetails-view p.product-short-description {
  margin: 0;
}

.productdetails-view .product-short-description strong,
.productdetails-view .product-short-description b {
  color: #172033;
  font-weight: 700;
}

.productdetails-view .product-pickup-saving {
  position: relative;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: .42rem;
    justify-self: start;
    align-self: center;
    min-width: 210px;
    max-width: none;
    margin: 0;
    padding: .54rem .64rem .54rem .72rem;
    border: 1px solid rgb(138 138 138 / 28%);
    border-radius: 16px;
    color: #000000;
    line-height: 1;
    overflow: hidden;
}

.productdetails-view .product-pickup-saving::after {
  content: "";
  position: absolute;
  inset: 5px;
  z-index: -1;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .8);
}

.productdetails-view .product-pickup-saving::before {
  content: "";
  flex: 0 0 auto;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: #19c759;
  box-shadow: 0 0 0 5px rgba(25, 199, 89, .13);
}

.productdetails-view .product-pickup-saving span {
  color: #000000;
    font-size: .8rem;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.productdetails-view .product-pickup-saving strong {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: .2rem .42rem;
  border-radius: 999px;
  background: rgb(241 17 126);
  color: #16803d;
  color: #fff;
  font-size: .96rem;
  font-weight: 900;
  white-space: nowrap;
}

.productdetails-view .product-delivery-brief {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .9rem;
  margin: .95rem 0 1.05rem;
  padding: .9rem .95rem;
  border-radius: 16px;
  background: #f2f6ff;
}

.productdetails-view .product-add-actions + .product-delivery-brief {
  margin: .72rem 0 0;
}

.productdetails-view .product-delivery-brief strong,
.productdetails-view .product-delivery-brief span {
  display: block;
}

.productdetails-view .product-delivery-brief strong {
  color: #101828;
  font-size: .94rem;
  font-weight: 700;
  line-height: 1.2;
}

.productdetails-view .product-delivery-brief span {
  margin-top: .18rem;
  color: #667085;
  font-size: .82rem;
  line-height: 1.28;
}

.productdetails-view .product-delivery-brief em {
  flex: 0 0 auto;
  padding: .35rem .52rem;
  border-radius: 10px;
  background: #000000;
  color: #fff;
  font-size: .78rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

.productdetails-view .product-purchase-card .vm-customfields-container {
  display: grid;
  gap: .55rem;
  margin: -.1rem 0 .9rem;
}

.productdetails-view .product-purchase-card .product-fields,
.productdetails-view .product-purchase-card .product-field,
.productdetails-view .product-purchase-card .custom-field-C-container {
  margin: 0;
}

.productdetails-view .product-purchase-card .product-fields-title-wrapper {
  display: flex;
  align-items: center;
  gap: .38rem;
  margin: 0 0 .42rem;
}

.productdetails-view .product-purchase-card .product-fields-title {
  color: #101828;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.2;
}

.productdetails-view .product-purchase-card .product-field-display,
.productdetails-view .product-purchase-card .custom-field-C-container,
.productdetails-view .product-purchase-card .vm-field-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .42rem;
}

.productdetails-view .product-purchase-card .product-field-display {
  display: grid;
  gap: .42rem;
}

.productdetails-view .product-purchase-card .btn-vm-customfield {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}

.productdetails-view .product-purchase-card .btn-vm-customfield input[type="radio"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.productdetails-view .product-purchase-card .btn-vm-customfield .form-check-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.9rem;
  min-height: 2.35rem;
  padding: .52rem .82rem;
  border: 1px solid #dbe4ef;
  border-radius: 12px;
  background: #fff;
  color: #202938;
  cursor: pointer;
  box-shadow: none;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

.productdetails-view .product-purchase-card .btn-vm-customfield .form-check-label-text {
  display: inline !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  font-size: .92rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap;
}

.productdetails-view .product-purchase-card .btn-vm-customfield:hover .form-check-label,
.productdetails-view .product-purchase-card .btn-vm-customfield input[type="radio"]:focus-visible + .form-check-label {
  border-color: #005bff;
  background: #f4f8ff;
  outline: 0;
}

.productdetails-view .product-purchase-card .btn-vm-customfield input[type="radio"]:checked + .form-check-label {
  border-color: #005bff;
  background: #005bff;
  color: #fff;
  box-shadow: none;
}

.productdetails-view .product-purchase-card .vm-customfield-choice {
  min-height: 2.35rem;
  padding: 0 .82rem;
  border: 1px solid #dbe4ef;
  border-radius: 12px;
  background: #fff;
  color: #202938;
  font-size: .92rem;
  font-weight: 750;
  outline: 0;
}

.productdetails-view .product-purchase-card .vm-customfield-choice:focus {
  border-color: #005bff;
  box-shadow: 0 0 0 3px rgba(0, 91, 255, .12);
}

.productdetails-view .product-add-actions .addtocart-bar {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) minmax(124px, .48fr) 44px;
  gap: .62rem !important;
  align-items: stretch !important;
}

.productdetails-view .product-add-actions .quantity-box {
  align-self: stretch;
  flex-wrap: nowrap;
  width: auto !important;
  height: 38px;
  align-items: center;
  align-self: center;
  border: 1px solid #dbe5f1;
  border-radius: 13px;
  background: #f8fbff;
  overflow: hidden;
}

.productdetails-view .product-add-actions .quantity-box .btn,
.productdetails-view .product-add-actions .quantity-box .form-control {
  min-height: 38px;
  height: 38px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.productdetails-view .product-add-actions .quantity-box .form-control {
  width: 28px;
  max-width: 28px;
  min-width: 28px;
  padding-right: .15rem;
  padding-left: .15rem;
  border-right: 1px solid #e4ebf4;
  border-left: 1px solid #e4ebf4;
  background: #fff;
  text-align: center;
  font-weight: 800;
  font-size: .9rem;
}

.productdetails-view .product-add-actions .quantity-box .btn {
  width: 23px;
  min-width: 23px;
  padding-right: .18rem;
  padding-left: .18rem;
  background: transparent;
  color: #243044;
  font-size: .82rem;
}

.productdetails-view .product-add-actions .quantity-box .btn:hover,
.productdetails-view .product-add-actions .quantity-box .btn:focus-visible {
  background: #eef5ff;
  color: #005bff;
  outline: 0;
}

.productdetails-view .product-add-actions .addtocart-button-container {
  display: flex;
  align-items: stretch;
  height: 46px;
  min-width: 0;
}

.productdetails-view .product-add-actions .addtocart-button-container .btn,
.productdetails-view .product-add-actions .addtocart-button-container button,
.productdetails-view .product-add-actions .addtocart-button-container input[type="submit"] {
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border-radius: 14px;
  background: #005bff;
  border-color: #005bff;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: none;
}

.productdetails-view .product-add-actions .addtocart-button-icon {
  display: block;
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 auto;
  align-self: center;
  line-height: 0;
}

.productdetails-view .product-add-actions .addtocart-button-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.productdetails-view .product-add-actions .addtocart-button-label {
  display: block;
  line-height: 1;
}

.productdetails-view .product-add-actions .vm-quick-order-trigger {
  width: 100%;
  height: 46px;
  min-height: 46px;
  margin: 0;
  box-sizing: border-box;
  padding: .42rem .75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .52rem;
  border: 1px solid #cfdff3;
  border-radius: 14px;
  background: #f8fbff;
  color: #005bff;
  line-height: 1.1;
  text-transform: none;
  box-shadow: none;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.productdetails-view .vm-quick-order-trigger__icon {
  display: grid;
  place-items: center;
  width: 1.65rem;
  height: 1.65rem;
  flex: 0 0 1.65rem;
  border: 1px solid #d8e6ff;
  border-radius: .55rem;
  background: #eaf2ff;
  line-height: 0;
}

.productdetails-view .vm-quick-order-trigger__icon svg {
  display: block;
  width: .95rem;
  height: .95rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.productdetails-view .vm-quick-order-trigger__copy {
  display: grid;
  gap: .04rem;
  min-width: 0;
  text-align: left;
  white-space: nowrap;
}

.productdetails-view .vm-quick-order-trigger__copy strong {
  color: #005bff;
  font-size: .96rem;
  font-weight: 720;
  line-height: 1;
}

.productdetails-view .vm-quick-order-trigger__copy small {
  color: #607089;
  font-size: .62rem;
  font-weight: 520;
  line-height: 1;
  letter-spacing: .01em;
}

.productdetails-view .product-add-actions .vm-quick-order-trigger:hover,
.productdetails-view .product-add-actions .vm-quick-order-trigger:focus-visible {
  border-color: rgba(0, 91, 255, .36);
  background: #f1f6ff;
  color: #004fde;
  outline: 0;
  transform: translateY(-1px);
}

.productdetails-view .product-add-actions .vm-quick-order-trigger:active {
  transform: translateY(0) scale(.99);
}

.productdetails-view .product-add-actions .fm-product-telegram--compact {
  display: grid;
  place-items: center;
  width: 44px;
  height: 46px;
  min-width: 44px;
  min-height: 46px;
  margin: 0;
  padding: 0;
  border: 1px solid #229ed9;
  border-radius: 14px;
  background: #229ed9;
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  transition: border-color .16s ease, background-color .16s ease, transform .16s ease;
}

.productdetails-view .product-add-actions .fm-product-telegram--compact:hover,
.productdetails-view .product-add-actions .fm-product-telegram--compact:focus-visible {
  border-color: #168bc3;
  background: #168bc3;
  color: #fff;
  outline: 0;
  transform: translateY(-1px);
}

.productdetails-view .product-add-actions .fm-product-telegram--compact:active {
  transform: translateY(0) scale(.98);
}

.productdetails-view .product-add-actions .fm-product-telegram--compact svg {
  display: block;
  width: 1.16rem;
  height: 1.16rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: translate(-.4px, .4px);
}

.quick-order-modal {
  position: fixed;
  inset: 0;
  z-index: 120000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(15, 23, 42, .42);
}

.quick-order-modal.is-open {
  display: flex;
}

.quick-order-modal-open {
  overflow: hidden;
}

.quick-order-modal,
.quick-order-modal * {
  box-sizing: border-box;
}

.quick-order-modal__dialog {
  position: relative;
  width: min(460px, 100%);
  max-height: calc(100vh - 2rem);
  display: grid;
  gap: .92rem;
  padding: 1.05rem;
  border: 1px solid #e7eef8;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, .18);
  overflow: auto;
}

.quick-order-modal__close {
  position: absolute;
  top: .82rem;
  right: .82rem;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #f4f7fb;
  color: #172033;
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
}

.quick-order-modal__header {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: .78rem;
  padding-right: 2.8rem;
  align-items: center;
}

.quick-order-modal__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #eef5ff;
  color: #005bff;
}

.quick-order-modal__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quick-order-modal__header h3 {
  margin: 0 0 .18rem;
  color: #101828;
  font-size: 1.35rem;
  font-weight: 850;
  line-height: 1.15;
}

.quick-order-modal__header p {
  margin: 0;
  color: #667388;
  font-size: .94rem;
  line-height: 1.32;
}

.quick-order-product {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: .75rem;
  align-items: center;
  padding: .72rem;
  border: 1px solid #e5edf7;
  border-radius: 16px;
  background: #f8fbff;
}

.quick-order-product__media {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: #eef3f9;
  overflow: hidden;
}

.quick-order-product__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quick-order-product strong {
  display: block;
  color: #172033;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.quick-order-product span {
  display: block;
  margin-top: .28rem;
  color: #ff2f75;
  font-size: 1.08rem;
  font-weight: 850;
}

.quick-order-form {
  display: grid;
  gap: .72rem;
}

.quick-order-form label {
  display: grid;
  gap: .34rem;
  margin: 0;
}

.quick-order-form label span {
  color: #4f5f75;
  font-size: .88rem;
  font-weight: 700;
}

.quick-order-form input,
.quick-order-form textarea {
  width: 100%;
  min-height: 50px;
  padding: .72rem .88rem;
  border: 1px solid #dbe5f1;
  border-radius: 14px;
  background: #fff;
  color: #172033;
  font-size: 1rem;
  outline: 0;
  box-shadow: none;
}

.quick-order-form textarea {
  min-height: 86px;
  resize: vertical;
}

.quick-order-form input:not([type="checkbox"]):focus,
.quick-order-form textarea:focus {
  border-color: #005bff;
  box-shadow: 0 0 0 3px rgba(0, 91, 255, .12);
}

.quick-order-consent {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: .62rem;
  padding: .72rem .78rem;
  border: 1px solid #dce6f4;
  border-radius: 14px;
  background: #f7faff;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease;
}

.quick-order-consent input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.quick-order-consent__control {
  width: 22px;
  height: 22px;
  border: 2px solid #b8c7dc;
  border-radius: 7px;
  background: #fff;
  box-sizing: border-box;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.quick-order-consent input:checked + .quick-order-consent__control {
  border-color: #005bff;
  background-color: #005bff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='m5 10.2 3.1 3.1L15.5 6.8'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
}

.quick-order-consent input:focus-visible + .quick-order-consent__control {
  box-shadow: 0 0 0 3px rgba(0, 91, 255, .16);
}

.quick-order-consent__text {
  color: #52627a;
  font-size: .82rem;
  font-weight: 500;
  line-height: 1.38;
}

.quick-order-consent__link {
  display: inline;
  width: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #005bff;
  font: inherit;
  font-weight: 650;
  line-height: inherit;
  text-align: left;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  cursor: pointer;
}

.quick-order-consent__link:hover,
.quick-order-consent__link:focus-visible {
  color: #0047c7;
  outline: 0;
  text-decoration-thickness: 2px;
}

.quick-order-consent.is-invalid {
  border-color: rgba(217, 35, 99, .48);
  background: #fff4f8;
}

.quick-order-consent.is-invalid .quick-order-consent__control {
  border-color: #d92363;
}

.quick-order-form__message {
  padding: .72rem .82rem;
  border-radius: 14px;
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.35;
}

.quick-order-form__message:empty,
.quick-order-form__message[hidden] {
  display: none;
}

.quick-order-form__message.is-error {
  border: 1px solid rgba(255, 47, 117, .24);
  background: #fff4f8;
  color: #d92363;
}

.quick-order-form__message.is-success {
  border: 1px solid rgba(25, 199, 89, .24);
  background: #f0fbf5;
  color: #137a3b;
}

.quick-order-submit {
  min-height: 54px;
  border: 0;
  border-radius: 16px;
  background: #005bff;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 850;
  cursor: pointer;
}

.quick-order-submit:hover,
.quick-order-submit:focus-visible {
  background: #004fde;
  outline: 0;
}

.quick-order-submit:disabled {
  opacity: .72;
  cursor: wait;
}

.quick-order-submit.is-form-disabled,
.quick-order-submit.is-form-disabled:hover {
  background: #d9e1ec;
  color: #718097;
  opacity: 1;
  cursor: not-allowed;
}

.quick-order-consent-popup[hidden] {
  display: none !important;
}

.quick-order-consent-popup {
  position: fixed;
  inset: 0;
  z-index: 120010;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .8rem;
}

.quick-order-consent-popup__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(15, 23, 42, .48);
  opacity: 0;
  transition: opacity .2s ease;
}

.quick-order-consent-popup__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(620px, 100%);
  max-height: min(82vh, 720px);
  max-height: min(82dvh, 720px);
  border: 1px solid #dce6f2;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .22);
  opacity: 0;
  overflow: hidden;
  transform: translateY(.7rem) scale(.98);
  transition: opacity .2s ease, transform .24s cubic-bezier(.2, .8, .2, 1);
}

.quick-order-consent-popup.is-open .quick-order-consent-popup__backdrop,
.quick-order-consent-popup.is-open .quick-order-consent-popup__dialog {
  opacity: 1;
}

.quick-order-consent-popup.is-open .quick-order-consent-popup__dialog {
  transform: translateY(0) scale(1);
}

.quick-order-consent-popup__header {
  display: grid;
  grid-template-columns: 2.6rem minmax(0, 1fr) 2.35rem;
  gap: .7rem;
  align-items: center;
  padding: .8rem;
  border-bottom: 1px solid #e4ebf4;
}

.quick-order-consent-popup__icon {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: .85rem;
  background: #eaf2ff;
  color: #005bff;
}

.quick-order-consent-popup__icon svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quick-order-consent-popup__heading {
  display: grid;
  gap: .15rem;
  min-width: 0;
}

.quick-order-consent-popup__heading strong {
  color: #101828;
  font-size: .98rem;
  font-weight: 780;
  line-height: 1.2;
}

.quick-order-consent-popup__heading small {
  color: #68758a;
  font-size: .7rem;
  line-height: 1.25;
}

.quick-order-consent-popup__close {
  position: relative;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  border: 1px solid #e0e7f0;
  border-radius: .8rem;
  background: #f6f8fb;
  color: #344054;
  cursor: pointer;
}

.quick-order-consent-popup__close::before,
.quick-order-consent-popup__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: .82rem;
  height: 1.5px;
  border-radius: 1px;
  background: currentColor;
}

.quick-order-consent-popup__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.quick-order-consent-popup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.quick-order-consent-popup__body {
  min-height: 8rem;
  padding: .8rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  color: #344054;
  scrollbar-gutter: stable;
}

.quick-order-consent-popup__loading,
.quick-order-consent-popup__error {
  display: grid;
  justify-items: center;
  gap: .6rem;
  padding: 2.4rem 1rem;
  color: #667085;
  font-size: .82rem;
  text-align: center;
}

.quick-order-consent-popup__loading i {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #d9e6fa;
  border-top-color: #005bff;
  border-radius: 50%;
  animation: quick-order-consent-spin .7s linear infinite;
}

.quick-order-consent-popup__error strong {
  color: #d92363;
  font-size: .92rem;
}

.quick-order-consent-popup__body .fm-legal-page {
  display: grid;
  gap: .65rem;
  margin: 0;
  padding: 0;
  color: #344054;
}

.quick-order-consent-popup__body .fm-legal-wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: .72rem .78rem;
  border: 1px solid #e1e9f3;
  border-radius: 13px;
  background: #f9fbfe;
  box-shadow: none;
}

.quick-order-consent-popup__body .fm-legal-hero {
  padding: .15rem .2rem .5rem;
  border: 0;
  background: transparent;
}

.quick-order-consent-popup__body .fm-legal-lead,
.quick-order-consent-popup__body .fm-legal-wrap p,
.quick-order-consent-popup__body .fm-legal-list {
  margin: 0;
  color: #4b586d;
  font-size: .78rem;
  line-height: 1.5;
}

.quick-order-consent-popup__body .fm-legal-wrap h2 {
  margin: 0 0 .35rem;
  color: #172033;
  font-size: .88rem;
  font-weight: 780;
  line-height: 1.3;
}

.quick-order-consent-popup__body .fm-legal-list {
  display: grid;
  gap: .25rem;
  padding-left: 1.1rem;
}

.quick-order-consent-popup__body a {
  color: #005bff;
}

.quick-order-consent-popup__body .fm-legal-note {
  border-color: #cfe0f6;
  background: #f2f7ff;
}

.quick-order-consent-popup__footer {
  display: flex;
  justify-content: flex-end;
  padding: .72rem .8rem;
  border-top: 1px solid #e4ebf4;
  background: #fff;
}

.quick-order-consent-popup__footer button {
  min-width: 7.5rem;
  min-height: 2.65rem;
  padding: .65rem 1rem;
  border: 0;
  border-radius: .85rem;
  background: #005bff;
  color: #fff;
  font-size: .86rem;
  font-weight: 750;
  cursor: pointer;
}

@keyframes quick-order-consent-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 575.98px) {
  .quick-order-consent-popup {
    align-items: flex-end;
    padding: .5rem;
  }

  .quick-order-consent-popup__dialog {
    max-height: calc(100dvh - 1rem);
    border-radius: 18px;
  }

  .quick-order-consent-popup__header {
    grid-template-columns: 2.35rem minmax(0, 1fr) 2.2rem;
    gap: .58rem;
    padding: .68rem;
  }

  .quick-order-consent-popup__icon {
    width: 2.35rem;
    height: 2.35rem;
  }

  .quick-order-consent-popup__heading strong {
    font-size: .88rem;
  }

  .quick-order-consent-popup__body {
    padding: .65rem;
  }

  .quick-order-consent-popup__footer {
    padding: .62rem .68rem calc(.62rem + env(safe-area-inset-bottom));
  }

  .quick-order-consent-popup__footer button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .quick-order-consent-popup__backdrop,
  .quick-order-consent-popup__dialog {
    transition: none;
  }

  .quick-order-consent-popup__loading i {
    animation: none;
  }
}

.quick-order-modal.is-success .quick-order-modal__dialog {
  width: min(520px, 100%);
  gap: 0;
  padding: clamp(1.1rem, 3vw, 1.55rem);
  overflow: hidden;
}

.quick-order-modal.is-success .quick-order-modal__header,
.quick-order-modal.is-success .quick-order-product {
  display: none;
}

.quick-order-success {
  position: relative;
  display: grid;
  gap: 1rem;
  padding: clamp(1.1rem, 4vw, 1.55rem);
  border: 1px solid #dfe9f7;
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 47, 117, .14), transparent 30%),
    radial-gradient(circle at 0 100%, rgba(20, 205, 116, .15), transparent 30%),
    linear-gradient(135deg, #fff, #f8fbff);
  color: #101828;
}

.quick-order-success[hidden] {
  display: none;
}

.quick-order-success__mark {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #19c772;
  color: #fff;
  box-shadow: 0 16px 34px rgba(25, 199, 114, .24);
}

.quick-order-success__mark svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quick-order-success__copy {
  display: grid;
  gap: .42rem;
}

.quick-order-success__eyebrow {
  margin: 0;
  color: #005bff;
  font-size: .82rem;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.quick-order-success__copy h3 {
  margin: 0;
  color: #101828;
  font-size: clamp(1.75rem, 5vw, 2.45rem);
  font-weight: 850;
  line-height: 1.02;
}

.quick-order-success__copy p:last-child {
  margin: 0;
  max-width: 30em;
  color: #435066;
  font-size: 1rem;
  line-height: 1.48;
}

.quick-order-success__steps {
  display: grid;
  gap: .58rem;
  margin-top: .25rem;
}

.quick-order-success__steps div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: .7rem;
  align-items: center;
  min-height: 48px;
  padding: .55rem .7rem;
  border: 1px solid rgba(0, 91, 255, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
}

.quick-order-success__steps span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #eaf2ff;
  color: #005bff;
  font-size: .9rem;
  font-weight: 850;
}

.quick-order-success__steps strong {
  color: #172033;
  font-size: .96rem;
  font-weight: 760;
  line-height: 1.22;
}

.quick-order-success__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .65rem;
  margin-top: .2rem;
}

.quick-order-success__button {
  display: inline-grid;
  place-items: center;
  min-height: 50px;
  padding: .78rem 1rem;
  border-radius: 15px;
  font-size: .98rem;
  font-weight: 760;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.quick-order-success__button--primary {
  border: 0;
  background: #005bff;
  color: #fff;
}

.quick-order-success__button--secondary {
  border: 1px solid #dce6f3;
  background: #fff;
  color: #172033;
}

.quick-order-success__button:hover,
.quick-order-success__button:focus-visible {
  text-decoration: none;
  outline: 0;
}

.quick-order-success__button--primary:hover,
.quick-order-success__button--primary:focus-visible {
  background: #004fde;
  color: #fff;
}

.quick-order-success__button--secondary:hover,
.quick-order-success__button--secondary:focus-visible {
  border-color: #bdd0ea;
  color: #005bff;
}

@media (max-width: 480px) {
  .quick-order-success__actions {
    grid-template-columns: 1fr;
  }
}

.productdetails-view .product-add-actions .product-utilities-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .5rem;
  margin-top: .65rem;
}

.productdetails-view .product-add-actions .product-utilities-container[data-items="1"] {
  grid-template-columns: minmax(0, 1fr);
}

.productdetails-view .product-add-actions .product-utilities-container[data-items="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.productdetails-view .product-add-actions .product-utility-item {
  margin: 0;
}

.productdetails-view .product-add-actions .product-utility-item form {
  margin: 0;
}

.productdetails-view .product-add-actions .product-utility-item a,
.productdetails-view .product-add-actions .product-utility-item button {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-height: 38px;
  padding: .35rem .65rem;
  border: 1px solid #e5eaf2;
  border-radius: 13px;
  background: #f7faff;
  color: #101828;
  text-decoration: none;
  font-size: .88rem;
  font-weight: 750;
  line-height: 1;
  transition: background .16s ease, border-color .16s ease, color .16s ease;
}

.productdetails-view .product-add-actions .product-utility-item a:hover,
.productdetails-view .product-add-actions .product-utility-item button:hover,
.productdetails-view .product-add-actions .product-utility-item a:focus-visible,
.productdetails-view .product-add-actions .product-utility-item button:focus-visible {
  border-color: rgba(0, 91, 255, .28);
  background: #eef4ff;
  color: #005bff;
  outline: 0;
}

.productdetails-view .product-add-actions .product-utility-item i {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  color: #005bff;
  font-size: .88rem;
}

.productdetails-view .product-add-actions .product-utility-item--telegram .fm-product-telegram {
  border-color: #229ed9;
  background: #229ed9;
  color: #fff;
  font-weight: 600;
}

.productdetails-view .product-add-actions .product-utility-item--telegram .fm-product-telegram:hover,
.productdetails-view .product-add-actions .product-utility-item--telegram .fm-product-telegram:focus-visible {
  border-color: #168bc3;
  background: #168bc3;
  color: #fff;
}

.productdetails-view .product-add-actions .product-utility-item--telegram i {
  display: grid;
  place-items: center;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  line-height: 0;
}

.productdetails-view .product-add-actions .product-utility-item--telegram svg {
  display: block;
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: translate(-.5px, 1px);
}

.productdetails-view .product-add-actions .btn-item-added {
  border-color: rgba(25, 199, 89, .22);
  background: #effaf3;
  color: #16803d;
}

.productdetails-view .product-add-actions .btn-item-added i {
  background: #19c759;
  color: #fff;
}

.productdetails-view .product-service-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .6rem;
  margin-top: 1rem;
}

.productdetails-view .product-service-highlight {
  min-width: 0;
  padding: .72rem .78rem;
  border: 1px solid #e5eaf2;
  border-radius: 16px;
  background: #f8fafc;
}

.productdetails-view .product-service-highlight span,
.productdetails-view .product-service-highlight strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.productdetails-view .product-service-highlight span {
  color: #667085;
  font-size: .78rem;
  font-weight: 500;
}

.productdetails-view .product-service-highlight strong {
  margin-top: .18rem;
  color: #101828;
  font-size: .9rem;
  font-weight: 650;
}

.productdetails-view .product-info-stack {
  display: grid;
  gap: .7rem;
  margin-top: 1rem;
}

.productdetails-view .product-info-card,
.productdetails-view .product-shop-card {
  border: 1px solid #e5eaf2;
  border-radius: 18px;
  background: #fff;
}

.productdetails-view .product-info-card {
  overflow: hidden;
}

.productdetails-view .product-info-card summary,
.productdetails-view .product-shop-legal summary {
  cursor: pointer;
  list-style: none;
}

.productdetails-view .product-info-card summary::-webkit-details-marker,
.productdetails-view .product-shop-legal summary::-webkit-details-marker {
  display: none;
}

.productdetails-view .product-info-card summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .9rem;
  min-height: 54px;
  padding: .78rem 2.45rem .78rem .9rem;
  color: #101828;
  font-weight: 900;
}

.productdetails-view .product-info-card summary::after {
  content: "";
  position: absolute;
  right: .95rem;
  top: 50%;
  width: .58rem;
  height: .58rem;
  border-right: 2px solid #98a2b3;
  border-bottom: 2px solid #98a2b3;
  transform: translateY(-65%) rotate(45deg);
  transition: transform .16s ease;
}

.productdetails-view .product-info-card[open] summary::after {
  transform: translateY(-35%) rotate(225deg);
}

.productdetails-view .product-info-card summary span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .96rem;
}

.productdetails-view .product-info-card summary b {
  flex: 0 0 auto;
  padding: .3rem .48rem;
  border-radius: 999px;
  background: #eef4ff;
  color: #005bff;
  font-size: .76rem;
  font-weight: 900;
  line-height: 1;
}

.productdetails-view .product-info-card__body {
  display: grid;
  gap: .58rem;
  padding: 0 .9rem .9rem;
  color: #344054;
  font-size: .86rem;
  line-height: 1.45;
}

.productdetails-view .product-info-card__body p {
  margin: 0;
}

.productdetails-view .product-info-row {
  display: grid;
  grid-template-columns: minmax(112px, .8fr) minmax(0, 1.2fr);
  gap: .75rem;
  align-items: start;
  padding-top: .58rem;
  border-top: 1px solid #eef2f7;
}

.productdetails-view .product-info-row span {
  color: #667085;
  font-weight: 500;
}

.productdetails-view .product-info-row strong {
  color: #101828;
  font-weight: 550;
}

.productdetails-view .product-care-list {
  display: grid;
  gap: .44rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.productdetails-view .product-care-list li {
  position: relative;
  padding-left: 1rem;
}

.productdetails-view .product-care-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: .36rem;
  height: .36rem;
  border-radius: 50%;
  background: #005bff;
}

.productdetails-view .product-info-tabs {
  display: grid;
  gap: .7rem;
  max-width: 560px;
  margin-top: 1rem;
}

.productdetails-view .product-info-tabs__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .5rem;
}

.productdetails-view .product-info-tabs__nav button {
  min-width: 0;
  min-height: 52px;
  padding: .62rem .7rem;
  border: 1px solid #e5eaf2;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
  color: #101828;
  font-size: .84rem;
  font-weight: 600;
  line-height: 1.05;
  text-align: left;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .48rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .78);
  transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.productdetails-view .product-info-tabs__nav button::before {
  content: "";
  flex: 0 0 auto;
  width: 1.28rem;
  height: 1.28rem;
  background: #005bff;
  mask: var(--vp-product-tab-icon) center / contain no-repeat;
  -webkit-mask: var(--vp-product-tab-icon) center / contain no-repeat;
}

.productdetails-view .product-info-tabs__nav button:nth-child(1) {
  --vp-product-tab-icon: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M3 6.5A2.5 2.5 0 0 1 5.5 4h8A2.5 2.5 0 0 1 16 6.5V8h1.6c.7 0 1.35.35 1.74.93l1.32 1.98c.22.34.34.73.34 1.13V17a1 1 0 0 1-1 1h-1.17a3.001 3.001 0 0 1-5.66 0H9.83a3.001 3.001 0 0 1-5.66 0H4a1 1 0 0 1-1-1V6.5Zm13 3.5v4h3v-1.96a.5.5 0 0 0-.08-.28L17.6 10H16ZM6 17.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0Zm8 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0Z'/%3E%3C/svg%3E");
}

.productdetails-view .product-info-tabs__nav button:nth-child(2) {
  --vp-product-tab-icon: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 2.5l7 3.1v5.35c0 4.45-2.84 8.45-7 10.55c-4.16-2.1-7-6.1-7-10.55V5.6l7-3.1Zm3.72 7.78a1 1 0 0 0-1.44-1.39l-3.42 3.56l-1.2-1.24a1 1 0 0 0-1.44 1.39l1.92 1.99a1 1 0 0 0 1.44 0l4.14-4.31Z'/%3E%3C/svg%3E");
}

.productdetails-view .product-info-tabs__nav button:nth-child(3) {
  --vp-product-tab-icon: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12.2 20.8c-.48.48-1.3.14-1.3-.54v-5.52a5.75 5.75 0 0 1-5.64-6.83c.1-.53.75-.74 1.14-.36l3.37 3.28l1.34-1.34L7.83 5.6c-.38-.45-.08-1.14.51-1.17a5.75 5.75 0 0 1 6.34 6.04h5.58c.68 0 1.02.82.54 1.3l-8.6 9.03Z'/%3E%3C/svg%3E");
}

.productdetails-view .product-info-tabs__nav button:hover,
.productdetails-view .product-info-tabs__nav button:focus-visible {
  border-color: rgba(0, 91, 255, .24);
  background: #eef4ff;
  color: #005bff;
  outline: 0;
  transform: translateY(-1px);
}

.productdetails-view .product-info-tabs__nav button[aria-expanded="true"] {
  border-color: #005bff;
  background: #005bff;
  color: #fff;
}

.productdetails-view .product-info-tabs__nav button[aria-expanded="true"]::before {
  background: #fff;
}

.productdetails-view .product-info-tabs__panels {
  display: grid;
}

.productdetails-view .product-info-panel {
  padding: .92rem;
  border: 1px solid rgba(198, 214, 236, .95);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(248, 251, 255, .98) 100%);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .10), inset 0 1px 0 rgba(255, 255, 255, .86);
  color: #344054;
  font-size: .86rem;
  line-height: 1.45;
}

.productdetails-view .product-info-panel[hidden] {
  display: none !important;
}

.productdetails-view .product-info-panel p {
  margin: 0;
}

.productdetails-view .product-info-panel p + p {
  margin-top: .6rem;
}

@media (min-width: 1200px) {
  .productdetails-view .product-buy-info-layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 560px) 96px;
    align-items: stretch;
    gap: .72rem;
    max-width: 680px;
  }

  .productdetails-view .product-buy-info-layout .product-purchase-card {
    max-width: none;
    height: 100%;
  }

  .productdetails-view .product-buy-info-layout .product-info-tabs {
    position: relative;
    align-self: stretch;
    display: block;
    max-width: none;
    margin: 0 !important;
  }

  .productdetails-view .product-buy-info-layout .product-info-tabs__nav {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: .52rem;
    height: 100%;
    min-height: 100%;
  }

  .productdetails-view .product-buy-info-layout .product-info-tabs__nav button {
    position: relative;
    flex-direction: column;
    min-height: 0;
    height: 100%;
    padding: .55rem .35rem;
    border-radius: 16px;
    font-size: .9rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.08;
    overflow: hidden;
  }

  .productdetails-view .product-buy-info-layout .product-info-tabs__nav button::before {
    width: 1.14rem;
    height: 1.14rem;
  }

  .productdetails-view .product-buy-info-layout .product-info-tabs__panels {
    position: absolute;
    top: 0;
    right: calc(100% + .72rem);
    z-index: 70;
    display: block;
    width: min(420px, 70vw);
    pointer-events: none;
  }

  .productdetails-view .product-buy-info-layout .product-info-panel {
    position: relative;
    padding: .95rem;
    border-color: rgba(198, 214, 236, .95);
    box-shadow: 0 28px 70px rgba(15, 23, 42, .18), 0 6px 18px rgba(15, 23, 42, .08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    pointer-events: auto;
  }

  .productdetails-view .product-buy-info-layout .product-info-panel::after {
    content: "";
    position: absolute;
    top: 1.3rem;
    right: -.43rem;
    width: .86rem;
    height: .86rem;
    border-top: 1px solid rgba(198, 214, 236, .95);
    border-right: 1px solid rgba(198, 214, 236, .95);
    background: #fff;
    transform: rotate(45deg);
  }

  .productdetails-view .product-buy-info-layout .product-info-row {
    grid-template-columns: minmax(104px, .72fr) minmax(0, 1.28fr);
    gap: .62rem;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .productdetails-view .product-page-title {
    font-size: clamp(1.8rem, 3.45vw, 2.35rem);
    line-height: 1.08;
    letter-spacing: -.025em;
  }

  .productdetails-view .product-composition-card {
    margin-bottom: .9rem !important;
  }

  .productdetails-view .product-buy-info-layout,
  .productdetails-view .product-purchase-card,
  .productdetails-view .product-buy-info-layout .product-info-tabs {
    width: 100%;
    max-width: none;
  }

  .productdetails-view .product-purchase-card {
    padding: 1rem;
    border-radius: 19px;
  }

  .productdetails-view .product-purchase-card__topline {
    gap: .45rem;
    margin-bottom: .78rem;
    padding: .62rem .68rem;
    border-radius: 14px;
  }

  .productdetails-view .product-purchase-card__topline span,
  .productdetails-view .product-purchase-card__topline b {
    min-width: 0;
    font-size: .76rem;
  }

  .productdetails-view .product-price-row {
    grid-template-columns: minmax(96px, auto) minmax(0, 1fr);
    gap: .5rem;
    margin-bottom: .72rem;
  }

  .productdetails-view .product-purchase-card .product-sales-price,
  .productdetails-view .product-purchase-card .product-sales-price * {
    font-size: clamp(1.55rem, 3.2vw, 1.9rem) !important;
    white-space: nowrap;
  }

  .productdetails-view .product-pickup-saving {
    width: 100%;
    min-width: 0;
    padding: .44rem .5rem .44rem .58rem;
    border-radius: 14px;
  }

  .productdetails-view .product-pickup-saving::after {
    inset: 4px;
    border-radius: 10px;
  }

  .productdetails-view .product-pickup-saving::before {
    width: .42rem;
    height: .42rem;
    box-shadow: 0 0 0 4px rgba(25, 199, 89, .12);
  }

  .productdetails-view .product-pickup-saving span {
    overflow: hidden;
    font-size: .7rem;
    text-overflow: ellipsis;
  }

  .productdetails-view .product-pickup-saving strong {
    min-height: 23px;
    padding: .18rem .36rem;
    font-size: .8rem;
  }

  .productdetails-view .product-delivery-brief {
    gap: .55rem;
    padding: .7rem .75rem;
    border-radius: 14px;
  }

  .productdetails-view .product-delivery-brief strong {
    font-size: .82rem;
  }

  .productdetails-view .product-delivery-brief span {
    font-size: .72rem;
  }

  .productdetails-view .product-add-actions .addtocart-bar {
    grid-template-columns: auto minmax(86px, 1fr) minmax(98px, .54fr) 40px;
    gap: .38rem !important;
  }

  .productdetails-view .product-add-actions .addtocart-button-container,
  .productdetails-view .product-add-actions .vm-quick-order-trigger,
  .productdetails-view .product-add-actions .fm-product-telegram--compact {
    height: 44px;
    min-height: 44px;
  }

  .productdetails-view .product-add-actions .fm-product-telegram--compact {
    width: 40px;
    min-width: 40px;
  }

  .productdetails-view .product-add-actions .addtocart-button-container .btn,
  .productdetails-view .product-add-actions .addtocart-button-container button,
  .productdetails-view .product-add-actions .addtocart-button-container input[type="submit"] {
    padding-right: .52rem;
    padding-left: .52rem;
    font-size: .92rem;
  }

  .productdetails-view .product-add-actions .vm-quick-order-trigger {
    padding: .32rem .42rem;
    gap: .32rem;
  }

  .productdetails-view .vm-quick-order-trigger__icon {
    width: 1.35rem;
    height: 1.35rem;
    flex-basis: 1.35rem;
  }

  .productdetails-view .vm-quick-order-trigger__copy strong {
    font-size: .78rem;
  }

  .productdetails-view .vm-quick-order-trigger__copy small {
    font-size: .55rem;
  }

  .productdetails-view .product-buy-info-layout .product-info-tabs {
    margin-top: .72rem;
  }

  .productdetails-view .product-buy-info-layout .product-info-tabs__nav button {
    min-height: 46px;
    border-radius: 14px;
    font-size: .78rem;
  }
}

.productdetails-view .product-shop-card {
  padding: .95rem;
  background: #fff;
}

.productdetails-view .product-shop-card__head {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 18px;
  gap: .75rem;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

.productdetails-view .product-shop-card__head::-webkit-details-marker {
  display: none;
}

.productdetails-view .product-shop-card__head::after {
  content: "";
  width: .58rem;
  height: .58rem;
  border-right: 2px solid #98a2b3;
  border-bottom: 2px solid #98a2b3;
  transform: rotate(45deg);
  transition: transform .16s ease;
}

.productdetails-view .product-shop-card[open] .product-shop-card__head::after {
  transform: rotate(225deg);
}

.productdetails-view .product-shop-logo {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #19c759;
  color: #fff;
  font-size: .86rem;
  font-weight: 800;
}

.productdetails-view .product-shop-logo--image {
  width: 5.9rem;
  height: 3.1rem;
  padding: .18rem 0;
  border-radius: 0;
  background: transparent;
}

.productdetails-view .product-shop-logo--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.productdetails-view .product-shop-card h2 {
  margin: 0;
  color: #101828;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.15;
}

.productdetails-view .product-shop-card__head span {
  display: block;
  margin-top: .2rem;
  color: #667085;
  font-size: .84rem;
  line-height: 1.25;
}

.productdetails-view .product-shop-about {
  display: grid;
  gap: .46rem;
  margin: .85rem 0 0;
  padding-top: .75rem;
  border-top: 1px solid #e5eaf2;
}

.productdetails-view .product-shop-about div {
  display: grid;
  grid-template-columns: minmax(105px, .68fr) minmax(0, 1.32fr);
  gap: .65rem;
  align-items: start;
}

.productdetails-view .product-shop-about dt,
.productdetails-view .product-shop-about dd {
  margin: 0;
  font-size: .8rem;
  line-height: 1.35;
}

.productdetails-view .product-shop-about dt {
  color: #667085;
  font-weight: 500;
}

.productdetails-view .product-shop-about dd {
  color: #101828;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.productdetails-view .product-shop-card__stats {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: .85rem;
}

.productdetails-view .product-shop-card__stats span {
  padding: .38rem .55rem;
  border-radius: 999px;
  background: #eef4ff;
  color: #005bff;
  font-size: .76rem;
  font-weight: 850;
  line-height: 1;
}

.productdetails-view .product-shop-legal {
  margin-top: .75rem;
  padding-top: .72rem;
  border-top: 1px solid #e5eaf2;
}

.productdetails-view .product-info-tabs .product-shop-card {
  display: none !important;
}

.productdetails-view .product-shop-legal summary {
  position: relative;
  color: #667085;
  font-size: .84rem;
  font-weight: 850;
}

.productdetails-view .product-shop-legal summary::after {
  content: "";
  display: inline-block;
  width: .46rem;
  height: .46rem;
  margin-left: .45rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-.12rem) rotate(45deg);
}

.productdetails-view .product-shop-legal[open] summary::after {
  transform: translateY(.08rem) rotate(225deg);
}

.productdetails-view .product-shop-legal dl {
  display: grid;
  gap: .42rem;
  margin: .65rem 0 0;
}

.productdetails-view .product-shop-legal dl div {
  display: grid;
  grid-template-columns: minmax(95px, .65fr) minmax(0, 1.35fr);
  gap: .65rem;
  padding-top: .42rem;
  border-top: 1px solid #eef2f7;
}

.productdetails-view .product-shop-legal dt,
.productdetails-view .product-shop-legal dd {
  margin: 0;
  font-size: .78rem;
  line-height: 1.32;
}

.productdetails-view .product-shop-legal dt {
  color: #667085;
  font-weight: 750;
}

.productdetails-view .product-shop-legal dd {
  color: #101828;
  font-weight: 750;
  overflow-wrap: anywhere;
}

#vme-message-box {
  position: fixed !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  left: 50% !important;
  width: min(440px, calc(100vw - 28px)) !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  transform: translate(-50%, calc(-50% + 12px)) scale(.96) !important;
  z-index: 20000 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity .18s ease, transform .18s ease !important;
}

#vme-message-box.vme-in {
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

#vme-message-box .vme-message {
  position: relative !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  border: 1px solid #e5eaf2 !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  background: #fff !important;
  box-shadow: 0 28px 80px rgba(16, 24, 40, .22) !important;
  transform: none !important;
  pointer-events: auto !important;
}

#vme-message-box.vme-fade .vme-message,
#vme-message-box.vme-fade.vme-in .vme-message {
  transform: none !important;
}

#vme-message-box .vme-message-content {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 48px 1fr !important;
  gap: .9rem !important;
  align-items: center !important;
  min-height: 104px !important;
  margin: 0 !important;
  padding: 1.18rem 3.1rem 1.18rem 1.18rem !important;
  background: #fff !important;
  color: #101828 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-align: left !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  pointer-events: auto !important;
}

#vme-message-box .vme-message-content::before {
  content: "\2713" !important;
  width: 48px !important;
  height: 48px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: #19c759 !important;
  color: #fff !important;
  box-shadow: 0 0 0 9px rgba(25, 199, 89, .12) !important;
  font-size: 1.35rem !important;
  font-weight: 900 !important;
}

#vme-message-box .vme-success .vme-message-content {
  border: 0 !important;
}

#vme-message-box .vme-error .vme-message-content {
  border: 0 !important;
}

#vme-message-box .vme-error .vme-message-content::before {
  content: "!" !important;
  background: #ff2f7d !important;
  box-shadow: 0 0 0 9px rgba(255, 47, 125, .12) !important;
}

#vme-message-box .vme-message-close {
  position: absolute !important;
  top: .72rem !important;
  right: .72rem !important;
  width: 1.85rem !important;
  height: 1.85rem !important;
  display: grid !important;
  place-items: center !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #f2f4f7 !important;
  color: #667085 !important;
  text-decoration: none !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  opacity: 1 !important;
}

#vme-message-box .vme-message-close:hover,
#vme-message-box .vme-message-close:focus-visible {
  background: #e5eaf2 !important;
  color: #101828 !important;
  outline: 0 !important;
}

@media (max-width: 767.98px) {
  .productdetails-view .product-top-meta {
    margin-bottom: .65rem;
	margin-top: .65rem;
  }

  .productdetails-view .product-meta-pills {
    gap: .42rem;
    margin-right: -.85rem;
    padding-right: .85rem;
  }

  .productdetails-view .product-meta-labels .product-label,
  .productdetails-view .product-meta-pill {
    min-height: 30px;
    padding: .4rem .64rem;
    font-size: .72rem;
  }

  .productdetails-view .product-shop-verify {
    width: 32px;
    height: 32px;
    padding: 0;
  }

  .productdetails-view .product-meta-quick-actions {
    min-height: 32px;
  }

  .productdetails-view .product-meta-action a,
  .productdetails-view .product-meta-action button {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
  }

  .productdetails-view .product-shop-popover {
    position: fixed;
    top: 50%;
    right: auto;
    left: 50%;
    width: calc(100vw - 2rem);
    max-width: 390px;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    transform: translate(-50%, -50%);
  }

  .productdetails-view .product-shop-popover::before {
    display: none;
  }

  .productdetails-view .product-purchase-card {
    padding: 1rem;
    border-radius: 18px;
  }

  .productdetails-view .product-price-row {
    grid-template-columns: minmax(0, auto) minmax(136px, 1fr);
    gap: .48rem;
  }

  .productdetails-view .product-price-row .product-prices-wrapper {
    padding-left: 0;
  }

  .productdetails-view .product-price-row .product-prices-wrapper:has(.product-price-before-discount),
  .productdetails-view .product-price-row .product-prices-wrapper:has(.product-discount-amount) {
    padding-left: 0;
  }

  .productdetails-view .product-pickup-saving {
    min-width: 136px;
    padding: .46rem .5rem;
    gap: .32rem;
  }

  .productdetails-view .product-pickup-saving::before {
    width: .38rem;
    height: .38rem;
    box-shadow: 0 0 0 4px rgba(25, 199, 89, .12);
  }

  .productdetails-view .product-pickup-saving span {
    font-size: .65rem;
  }

  .productdetails-view .product-pickup-saving strong {
    min-height: 23px;
    padding: .16rem .32rem;
    font-size: .76rem;
  }

  .productdetails-view .product-purchase-card .product-price-before-discount {
    font-size: .82rem;
  }

  .productdetails-view .product-purchase-card .product-discount-amount {
    min-height: 1.34rem;
    padding: .18rem .4rem;
    font-size: .68rem;
  }

  .productdetails-view .product-composition-card {
    margin: .6rem 0 .85rem !important;
    padding: .72rem .82rem .78rem .9rem;
    border-radius: 14px;
  }

  .productdetails-view .product-composition-card::before {
    top: .7rem;
    bottom: .7rem;
    width: 2px;
  }

  .productdetails-view .product-composition-card__label {
    margin-bottom: .36rem;
    padding: .22rem .5rem;
    font-size: .66rem;
  }

  .productdetails-view .product-short-description {
    font-size: .88rem;
    line-height: 1.4;
  }

  .productdetails-view .product-purchase-card__topline,
  .productdetails-view .product-delivery-brief {
    align-items: flex-start;
  }

  .productdetails-view .product-purchase-card__topline {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 0;
    margin-bottom: .72rem;
    padding: .62rem .68rem;
  }

  .productdetails-view .product-purchase-card__topline span,
  .productdetails-view .product-purchase-card__topline b {
    display: flex;
    align-items: center;
    min-width: 0;
    font-size: clamp(.68rem, 3.1vw, .78rem);
    line-height: 1.2;
    white-space: nowrap;
  }

  .productdetails-view .product-purchase-card__topline span {
    color: #475467;
  }

  .productdetails-view .product-purchase-card__topline b {
    justify-content: flex-end;
    padding-left: .62rem;
    border-left: 1px solid #dce4ef;
  }

  .productdetails-view .product-purchase-card__topline span::before,
  .productdetails-view .product-purchase-card__topline b::before {
    content: "";
    flex: 0 0 auto;
    width: .42rem;
    height: .42rem;
    margin-right: .38rem;
    border-radius: 50%;
    background: #19c86b;
  }

  .productdetails-view .product-purchase-card__topline b::before {
    background: #1265ff;
  }

  .productdetails-view .product-add-actions .product-utilities-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .42rem;
  }

  .productdetails-view .product-add-actions .product-utility-item a,
  .productdetails-view .product-add-actions .product-utility-item button {
    min-height: 38px;
    padding: .35rem .38rem;
    border-radius: 12px;
    font-size: clamp(.72rem, 3.2vw, .84rem);
  }

  .productdetails-view .product-add-actions .product-utility-item i {
    width: 1.35rem;
    height: 1.35rem;
    font-size: .76rem;
  }

  .productdetails-view .product-add-actions .quantity-box {
    justify-content: flex-start;
    width: auto !important;
  }

  .productdetails-view .product-add-actions .addtocart-bar {
    grid-template-columns: auto minmax(0, 1fr) minmax(88px, .42fr) 40px;
    gap: .34rem !important;
  }

  .productdetails-view .product-add-actions .vm-quick-order-trigger {
    grid-column: auto;
    height: 44px;
    min-height: 44px;
    padding: .35rem .4rem;
    gap: .32rem;
  }

  .productdetails-view .product-add-actions .vm-quick-order-trigger__icon {
    width: 1.3rem;
    height: 1.3rem;
    flex-basis: 1.3rem;
    border-radius: .44rem;
  }

  .productdetails-view .product-add-actions .vm-quick-order-trigger__icon svg {
    width: .75rem;
    height: .75rem;
  }

  .productdetails-view .product-add-actions .vm-quick-order-trigger__copy strong {
    font-size: .78rem;
  }

  .productdetails-view .product-add-actions .vm-quick-order-trigger__copy small {
    font-size: .56rem;
  }

  .productdetails-view .product-add-actions .quantity-box .form-control {
    width: 26px;
    min-width: 26px;
    max-width: 26px;
    flex: 0 0 26px;
  }

  .productdetails-view .product-add-actions .quantity-box .btn {
    width: 21px;
    min-width: 21px;
    padding-right: .12rem;
    padding-left: .12rem;
  }

  .productdetails-view .product-add-actions .addtocart-button-container .btn,
  .productdetails-view .product-add-actions .addtocart-button-container button,
  .productdetails-view .product-add-actions .addtocart-button-container input[type="submit"] {
    padding-right: .6rem;
    padding-left: .6rem;
    min-height: 0;
    font-size: clamp(.9rem, 4.1vw, 1rem);
  }

  .productdetails-view .product-add-actions .addtocart-button-container {
    height: 44px;
  }

  .productdetails-view .product-add-actions .fm-product-telegram--compact {
    width: 40px;
    height: 44px;
    min-width: 40px;
    min-height: 44px;
    border-radius: 13px;
  }

  .productdetails-view .product-info-tabs__nav {
    gap: .12rem;
    padding: .24rem;
    border: 1px solid #e3e9f2;
    border-radius: 14px;
    background: #f5f7fa;
  }

  .productdetails-view .product-info-tabs__nav button {
    min-height: 40px;
    padding: .5rem .38rem;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #475467;
    font-size: .74rem;
    font-weight: 580;
    gap: .28rem;
    justify-content: center;
    text-align: center;
    box-shadow: none;
    transform: none;
  }

  .productdetails-view .product-info-tabs__nav button:hover,
  .productdetails-view .product-info-tabs__nav button:focus-visible {
    border: 0;
    background: #eaf1fb;
    color: #005bff;
    transform: none;
  }

  .productdetails-view .product-info-tabs__nav button[aria-expanded="true"] {
    border: 0;
    background: #fff;
    color: #005bff;
    box-shadow: inset 0 0 0 1px #c9daf5;
  }

  .productdetails-view .product-info-tabs__nav button[aria-expanded="true"]::before {
    background: #005bff;
  }

  .productdetails-view .product-info-tabs__nav button::before {
    width: 1rem;
    height: 1rem;
  }

  .productdetails-view .product-info-panel {
    padding: .76rem;
    border-color: #e3e9f2;
    border-radius: 16px;
    background: #fff;
    box-shadow: none;
    font-size: .82rem;
  }

  .productdetails-view .product-info-tabs.is-mobile-relocated {
    width: 100%;
    max-width: none;
    margin: .65rem 0 .55rem !important;
  }

  .productdetails-view .product-info-tabs.is-mobile-relocated:not(.has-open-panel) {
    gap: 0;
  }

  .productdetails-view .product-info-tabs.is-mobile-relocated:not(.has-open-panel) .product-info-tabs__panels {
    display: none;
  }

  .productdetails-view .product-service-highlights {
    grid-template-columns: 1fr 1fr;
    gap: .48rem;
  }

  .productdetails-view .product-service-highlight {
    padding: .62rem .64rem;
    border-radius: 14px;
  }

  .productdetails-view .product-service-highlight span {
    font-size: .72rem;
  }

  .productdetails-view .product-service-highlight strong {
    font-size: .8rem;
  }

  .productdetails-view .product-info-card summary {
    min-height: 50px;
    padding: .72rem 2.25rem .72rem .76rem;
  }

  .productdetails-view .product-info-card summary span {
    font-size: .9rem;
  }

  .productdetails-view .product-info-card__body {
    padding-right: .76rem;
    padding-left: .76rem;
    font-size: .82rem;
  }

  .productdetails-view .product-info-row,
  .productdetails-view .product-shop-legal dl div {
    grid-template-columns: 1fr;
    gap: .22rem;
  }

  .productdetails-view .product-shop-card {
    padding: .82rem;
    border-radius: 16px;
  }

  .productdetails-view .product-shop-about div {
    grid-template-columns: 1fr;
    gap: .18rem;
  }

  .productdetails-view .product-shop-card__stats {
    gap: .36rem;
  }

  .productdetails-view .product-shop-card__stats span {
    font-size: .7rem;
  }
}

@media (max-width: 389.98px) {
  .productdetails-view .product-add-actions .addtocart-bar {
    grid-template-columns: auto minmax(0, 1fr) 78px 36px;
    gap: .28rem !important;
  }

  .productdetails-view .product-add-actions .quantity-box {
    grid-column: auto;
    justify-self: auto;
    height: 42px;
  }

  .productdetails-view .product-add-actions .quantity-box .btn,
  .productdetails-view .product-add-actions .quantity-box .form-control {
    height: 42px;
    min-height: 42px;
  }

  .productdetails-view .product-add-actions .addtocart-button-container,
  .productdetails-view .product-add-actions .vm-quick-order-trigger,
  .productdetails-view .product-add-actions .fm-product-telegram--compact {
    height: 42px;
    min-height: 42px;
  }

  .productdetails-view .product-add-actions .addtocart-button-container .btn,
  .productdetails-view .product-add-actions .addtocart-button-container button,
  .productdetails-view .product-add-actions .addtocart-button-container input[type="submit"] {
    gap: .32rem;
    padding-right: .42rem;
    padding-left: .42rem;
    font-size: .84rem;
  }

  .productdetails-view .product-add-actions .addtocart-button-icon {
    width: 1rem;
    height: 1rem;
  }

  .productdetails-view .product-add-actions .vm-quick-order-trigger {
    gap: .22rem;
    padding-right: .25rem;
    padding-left: .25rem;
  }

  .productdetails-view .product-add-actions .vm-quick-order-trigger__icon {
    width: 1.15rem;
    height: 1.15rem;
    flex-basis: 1.15rem;
  }

  .productdetails-view .product-add-actions .vm-quick-order-trigger__copy strong {
    font-size: .7rem;
  }

  .productdetails-view .product-add-actions .vm-quick-order-trigger__copy small {
    font-size: .48rem;
  }

  .productdetails-view .product-add-actions .fm-product-telegram--compact {
    width: 36px;
    min-width: 36px;
    border-radius: 12px;
  }
}

/* One vertical rhythm for the purchase rows on every viewport. */
.productdetails-view .product-bento-lead-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: .8rem;
  margin: 0 0 1rem;
  padding: .82rem .92rem;
  border: 1px solid rgba(241, 17, 126, .24);
  border-left: 4px solid rgb(241 17 126);
  border-radius: 16px;
  background: rgba(241, 17, 126, .055);
  color: #101b32;
}

.productdetails-view .product-bento-lead-note__icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgb(241 17 126);
  color: #fff;
}

.productdetails-view .product-bento-lead-note__icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.productdetails-view .product-bento-lead-note__copy {
  display: grid;
  gap: .12rem;
  min-width: 0;
}

.productdetails-view .product-bento-lead-note__copy strong {
  font-size: .95rem;
  line-height: 1.25;
}

.productdetails-view .product-bento-lead-note__copy > span {
  color: #5d6b80;
  font-size: .8rem;
  line-height: 1.35;
}

.productdetails-view .product-bento-lead-note__term {
  padding: .42rem .62rem;
  border-radius: 999px;
  background: rgb(241 17 126);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .productdetails-view .product-bento-lead-note {
    grid-template-columns: auto minmax(0, 1fr);
    gap: .62rem;
    margin-bottom: .8rem;
    padding: .72rem;
    border-radius: 14px;
  }

  .productdetails-view .product-bento-lead-note__icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .productdetails-view .product-bento-lead-note__copy strong {
    font-size: .86rem;
  }

  .productdetails-view .product-bento-lead-note__copy > span {
    font-size: .74rem;
  }

  .productdetails-view .product-bento-lead-note__term {
    grid-column: 2;
    justify-self: start;
    padding: .34rem .52rem;
    font-size: .68rem;
  }
}

.productdetails-view .product-purchase-card {
  --vp-purchase-row-gap: .78rem;
  display: flex;
  flex-direction: column;
  gap: var(--vp-purchase-row-gap);
}

.productdetails-view .product-purchase-card > .product-purchase-card__topline,
.productdetails-view .product-purchase-card > .product-overview-container,
.productdetails-view .product-purchase-card > .product-add-actions,
.productdetails-view .product-purchase-card > .product-delivery-brief,
.productdetails-view .product-purchase-card .product-price-row {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.productdetails-view .product-purchase-card > .product-delivery-brief {
  margin-top: .22rem !important;
}

@media (max-width: 1199.98px) {
  .productdetails-view .product-purchase-card {
    --vp-purchase-row-gap: .7rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .productdetails-view .product-image-gallery > .row > .col-lg-9,
  .productdetails-view .product-image-gallery > .row > .col-lg-3 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .productdetails-view .product-image-gallery > .row > .col-lg-9 {
    order: 1 !important;
  }

  .productdetails-view .product-image-gallery > .row > .col-lg-3 {
    order: 2 !important;
  }

  .productdetails-view .product-image-gallery__thumbnails-wrapper {
    padding-bottom: 0;
  }

  .productdetails-view .product-image-gallery__thumbnails .product-image-gallery__item {
    position: static;
    height: auto;
    overflow: visible;
  }

  .productdetails-view .product-image-gallery__thumbnails .product-image-gallery__item .product-image-gallery__item-inner {
    position: static;
    margin-bottom: 0;
  }

  .productdetails-view .product-image-gallery__thumbnails .product-image-gallery__item .product-image-gallery__item-inner img {
    max-height: none;
  }

  .productdetails-view .product-image-gallery__thumbnails-controls {
    position: absolute;
    inset: 0;
    display: block;
    transform: none;
    pointer-events: none;
  }

  .productdetails-view .product-image-gallery__thumbnails-controls .btn-nobg {
    position: absolute;
    top: 50%;
    left: 0;
    width: auto;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    background: transparent;
    transform: translateY(-50%);
    pointer-events: auto;
  }

  .productdetails-view .product-image-gallery__thumbnails-controls .btn-nobg:last-child {
    right: 0;
    left: auto;
  }

  .productdetails-view .product-image-gallery__thumbnails-controls .d-none.d-lg-inline-block {
    display: none !important;
  }

  .productdetails-view .product-image-gallery__thumbnails-controls .d-lg-none {
    display: inline-block !important;
  }
}
