:root {
  --wui-text: #1d1d1f;
  --wui-muted: #6e6e73;
  --wui-line: #d7d7dc;
  --wui-soft: #f5f5f7;
  --wui-panel: #ffffff;
  --wui-accent: #ff5a14;
  --wui-dark: #191919;
}

body.single-product {
  background: var(--wui-soft);
}

.wui-product {
  --wui-topbar-height: 74px;
  --wui-sticky-offset: 0px;
  --wui-gallery-top: var(--wui-topbar-height);
  --wui-product-viewport-height: calc(100vh - var(--wui-topbar-height));
  color: var(--wui-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wui-product button{
  min-height: auto;
}
.wui-product button,
.wui-product input{
  margin: 0;
}

.wui-topbar {
  align-items: center;
  background: #fff;
  /* border-bottom: 1px solid #e8e8ed; */
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(180px, 1fr) auto minmax(260px, 1fr);
  min-height: 74px;
  padding: 0 38px;
  position: sticky;
  top: var(--wui-sticky-offset);
  transform: translateZ(0);
  z-index: 1;
  box-shadow: 0 1px #f0f0f0;
}

.wui-topbar.is-fixed {
  left: 0;
  position: fixed;
  right: 0;
  top: var(--wui-sticky-offset);
}

.wui-topbar-placeholder {
  display: block;
  height: var(--wui-topbar-height);
}

.wui-topbar-placeholder[hidden] {
  display: none;
}

.wui-topbar__title,
.wui-topbar__buy,
.wui-price-row,
.wui-total,
.wui-cart-line,
.wui-qty {
  align-items: center;
  display: flex;
}

.wui-cart-line{
  align-items: start;
}

.wui-topbar__title {
  gap: 8px;
}

.wui-topbar h1 {
  font-size: 22px;
  line-height: 1.1;
  margin: 0;
  font-weight: bold;
}

.wui-topbar__links {
  display: flex;
  gap: 42px;
  justify-content: center;
}

.wui-topbar__links a {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.wui-topbar__buy {
  gap: 22px;
  justify-content: flex-end;
}

.wui-topbar__buy strong {
  font-size: 18px;
  white-space: nowrap;
  font-weight: 600 !important;
}

.wui-product__grid {
  align-items: start;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 36.5vw);
  min-height: var(--wui-product-viewport-height);
}

.wui-gallery {
  align-items: center;
  background: #f6f7f9;
  display: flex;
  height: var(--wui-product-viewport-height);
  justify-content: center;
  overflow: hidden;
  position: sticky;
  top: var(--wui-gallery-top);
}

.wui-gallery__stage {
  align-items: center;
  display: flex;
  height: calc(var(--wui-product-viewport-height) - 160px);
  justify-content: center;
  width: min(58vw, 820px);
}

.wui-gallery__stage img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.wui-gallery__arrow {
  align-items: center;
  background: rgba(25, 25, 25, 0.32);
  border: 0;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 24px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  padding: 0;
}

.wui-gallery__arrow--prev {
  left: 40px;
}

.wui-gallery__arrow--next {
  right: 40px;
}

.wui-gallery__thumbs {
  bottom: 30px;
  display: flex;
  gap: 10px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.wui-gallery__thumb {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  height: 42px;
  overflow: hidden;
  padding: 2px;
  width: 42px;
  margin: 0;
}

.wui-gallery__thumb.is-active {
  border-color: var(--wui-accent);
}

.wui-gallery__thumb img {
  border-radius: 8px;
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.wui-panel {
  background: var(--wui-panel);
  min-height: var(--wui-product-viewport-height);
  padding: 32px clamp(28px, 3.5vw, 60px);
}

.wui-price-row {
  justify-content: space-between;
  margin-bottom: 48px;
}

.wui-price {
  color: var(--wui-accent);
  font-size: clamp(30px, 2.4vw, 40px);
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}

.wui-price del,
.wui-line-price del {
  color: var(--wui-muted);
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
}

.wui-price ins,
.wui-line-price ins {
  text-decoration: none;
}

.wui-icon-button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--wui-text);
  cursor: pointer;
  display: inline-flex;
  font-size: 22px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.wui-short-description {
  color: #000;
  margin: -26px 0 34px;
}

.wui-gift-teaser {
  margin: -30px 0 42px;
}

.wui-gift-teaser button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--wui-text);
  cursor: pointer;
  display: flex;
  gap: 9px;
  font-size: 15px;
  padding: 0;
  text-align: left;
  text-transform: initial;
  letter-spacing: 0;
}
.wui-gift-teaser button strong {
  font-weight: bold !important;
}
.wui-gift-teaser button span{
  font-weight: normal;
}

.wui-gift-teaser button:hover{
  background: transparent;
  color: initial;
}

.wui-gift-teaser__icon {
  display: inline-block;
  height: 24px;
  position: relative;
  width: 24px;
}

.wui-gift-teaser p {
  color: var(--wui-muted);
  font-size: 13px;
  margin: 14px 0 0;
}

.wui-options {
  margin-bottom: 35px;
}
.wui-related-products h2,
.wui-reviews__header h2,
.wui-options h2,
.wui-content h2 {
  font-size: 26px;
  line-height: 1.15;
  margin: 0 0 15px;
  font-weight: bold !important;
}

.wui-option-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

button.wui-option {
  align-items: center;
  background: #fff;
  border: 1px solid #d1d1d6;
  border-radius: 8px;
  color: var(--wui-text);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: normal;
  gap: 5px;
  justify-content: center;
  min-height: 90px;
  padding: 10px;
  text-align: center;
  letter-spacing: 0;
      text-transform: capitalize;
      line-height: 1.3;
}

.wui-option.is-active {
  border-color: var(--wui-accent);
  box-shadow: inset 0 0 0 1px var(--wui-accent);
}

.wui-option.is-active span{
  font-weight: bold;
}

.wui-option:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.wui-option.is-out-stock {
  border-color: #ececf1;
  border-style: dashed;
  color: #ababaf;
  opacity: 0.58;
}

.wui-option.is-out-stock .wui-option__swatch {
  filter: grayscale(1);
  opacity: 0.72;
}

.wui-option.is-out-stock.is-active {
  border-color: var(--wui-accent);
  border-style: solid;
  box-shadow: inset 0 0 0 1px var(--wui-accent), 0 0 0 3px rgba(255, 90, 20, 0.18);
  color: var(--wui-text);
  opacity: 1;
}

.wui-option__image {
  border-radius: 9px;
  display: block;
  height: 28px;
  object-fit: cover;
  width: 28px;
}

.wui-option__color {
  background: var(--wui-option-color, #d8d8dc);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 9px;
  display: block;
  height: 28px;
  width: 28px;
}

button.wui-option--label {
  min-height: 64px;
}

.wui-cart-line {
  gap: 24px;
  justify-content: space-between;
  margin: 10px 0 28px;
}

.wui-cart-line strong {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  max-width: 280px;
}

.wui-meta {
  color: var(--wui-muted);
  display: block;
  font-size: 12px;
  margin-top: 6px;
}

.wui-cart-line__side {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wui-line-price {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.wui-qty {
  gap: 8px;
}

.wui-qty button {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  height: 30px;
  line-height: 1;
  color: #000;
  padding: 0;
}
.wui-qty button:hover{
  background: transparent;
  color: #30d17d;
}
.wui-qty input {
  background: var(--wui-soft);
  border: 0;
  border-radius: 6px;
  font-size: 15px;
  height: 34px;
  text-align: center;
  width: 42px;
}

.wui-qty input::-webkit-outer-spin-button,
.wui-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.wui-qty input[type="number"] {
  -moz-appearance: textfield;
  width: 42px;
  height: 34px;
  background: #f0f0f0;
  font-weight: bold;
  font-size: 16px;
  border-color: #f0f0f0;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 4px;
}

.wui-qty.is-disabled {
  opacity: 0.38;
}

.wui-qty.is-disabled button,
.wui-qty.is-disabled input {
  cursor: not-allowed;
}

.wui-total {
  border-top: 1px dashed #dedee4;
  justify-content: space-between;
  margin-top: 22px;
  padding: 26px 0 28px;
}

.wui-total span {
  font-size: 22px;
  font-weight: 600;
}

.wui-total strong {
  font-size: 28px;
  line-height: 1;
  font-weight: 800 !important;
}

.wui-buy-together {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin: 0 0 22px;
  padding: 14px;
}

.wui-buy-together__heading {
  margin-top: 5px;
  margin-bottom: 15px;
}

.wui-buy-together__heading h2 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
}

.wui-buy-together__box {
  border: 1px solid #e5e7eb;
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
}

.wui-buy-together__main,
.wui-buy-together__item,
.wui-buy-together__summary {
  display: grid;
  gap: 12px;
  padding: 12px 14px;
}

.wui-buy-together__main {
  grid-template-columns: 62px 1fr;
}

.wui-buy-together__main img,
.wui-buy-together__thumb img {
  display: block;
  height: 62px;
  object-fit: contain;
  width: 62px;
}

.wui-buy-together__main p {
  color: #000;
  font-size: 14px;
  line-height: 1.35;
  margin: 0 0 6px;
  font-weight: 500 !important;
}

.wui-buy-together__prices {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wui-buy-together__prices strong,
.wui-buy-together__prices b,
.wui-buy-together__summary strong {
  color: #1f2937;
  font-size: 14px;
  font-weight: 800;
}

.wui-buy-together__prices del,
.wui-buy-together__summary del {
  color: #9ca3af;
  font-size: 14px;
}

.wui-buy-together__options {
  display: grid;
  gap: 8px;
  margin-top: 5px;
}

.wui-buy-together__option {
  cursor: default;
  display: grid;
  gap: 4px;
}

.wui-buy-together__option > span {
  color: #6b7280;
  font-size: 12px;
  font-weight: 600;
}

.wui-buy-together__option select {
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  color: #111827;
  font-size: 13px;
  min-height: 36px;
  padding: 6px 9px;
  width: 100%;
  margin: 0;
}

.wui-buy-together__plus {
  border-top: 1px solid #e5e7eb;
  color: #1f2937;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  padding: 5px 0 0 54px;
      margin-bottom: -31px;
        padding: 0;
        background: #fff;
        width: 40px;
        position: relative;
        top: -20px;
        border: none;
        right: -25px;
        text-align: center;
}

.wui-buy-together__item {
  align-items: center;
  border-top: 1px solid #e5e7eb;
  cursor: pointer;
  grid-template-columns: 20px 74px 1fr;
  margin: 0;
}

.wui-buy-together__item input {
  height: 18px;
  margin: 0;
  width: 18px;
}

.wui-buy-together__check {
  display: none;
}

.wui-buy-together__thumb {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.wui-buy-together__thumb em {
  background: #dcfce7;
  border-radius: 4px;
  color: #16a34a;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  padding: 5px 8px;
  white-space: nowrap;
}

.wui-buy-together__info strong {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 6px;
}

.wui-buy-together__link {
  color: #0066ff;
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  margin-top: 4px;
}

.wui-buy-together__summary {
  border-top: 1px solid #e5e7eb;
  grid-template-columns: 1fr;
}

.wui-buy-together__summary > div {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wui-buy-together__summary span {
  color: #333;
  font-size: 15px;
  font-weight: 700;
}

.wui-buy-together__summary strong[data-wui-buy-together-total] {
  color: #ef1f1f;
  font-size: 18px;
}

.wui-buy-together__button {
  background: #30d17d;
  border: 0;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  display: grid;
  gap: 3px;
  min-height: 46px;
  padding: 8px 12px;
  text-align: center;
  width: 100%;
  letter-spacing: 0;
  text-transform: initial;
}

.wui-buy-together__button:hover {
  background: #28bd70;
}

.wui-buy-together__button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.wui-buy-together__button strong,
.wui-buy-together__button small {
  color: #fff;
  line-height: 1.15;
}

.wui-buy-together__button strong {
  font-size: 16px;
  font-weight: 600;
}

.wui-buy-together__button small {
  font-size: 14px;
  font-weight: 400;
}

.wui-recently-viewed {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin: 0 0 22px;
  padding: 14px;
}

.wui-recently-viewed__header {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 12px;
}

.wui-recently-viewed__header h2 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
}

.wui-recently-viewed__header button {
  background: transparent;
  border: 0;
  color: #94a3b8;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  white-space: nowrap;
  width: 120px;
  text-transform: initial;
  letter-spacing: 0;
}

.wui-recently-viewed__body {
  position: relative;
}

.wui-recently-viewed__list {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 1px 2px 2px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.wui-recently-viewed__list::-webkit-scrollbar {
  display: none;
}

.wui-viewed-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 7px;
  flex: 0 0 min(210px, calc(50% - 5px));
  min-width: 0;
  position: relative;
  scroll-snap-align: start;
}

.wui-viewed-card a {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 58px 1fr;
  min-height: 82px;
  padding: 6px;
  text-decoration: none;
}

.wui-viewed-card__image img {
  display: block;
  height: 58px;
  object-fit: contain;
  width: 58px;
}

.wui-viewed-card__body {
  min-width: 0;
  line-height: 1.3;
}

.wui-viewed-card__body strong {
  color: #111827;
  display: -webkit-box;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.wui-viewed-card__body span {
  color: #000;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.wui-viewed-card__body span del {
  display: none;
  color: #9ca3af;
  font-size: 12px;
  font-weight: 500;
  margin-right: 4px;
}

.wui-viewed-card__body span ins {
  color: #000;
  text-decoration: none;
}

.wui-viewed-card__body em {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}

.wui-viewed-card__remove {
  align-items: center;
  background: #94a3b8;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  height: 18px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 7px;
  top: 6px;
  width: 18px;
}

.wui-recently-viewed__arrow {
  align-items: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
  color: #475569;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  height: 36px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  z-index: 2;
  opacity: 0.6;
}

.wui-recently-viewed__arrow--prev {
  left: -12px;
}

.wui-recently-viewed__arrow--next {
  right: -12px;
}
.wui-recently-viewed__arrow--prev:hover,
.wui-recently-viewed__arrow--next:hover{
  opacity: 1;
}
.wui-out-stock-hint {
  color: var(--wui-muted);
  font-size: 14px;
  margin: -8px 0 14px;
}

button.wui-button {
  background: var(--wui-dark);
  border: 0;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  min-height: 44px;
  padding: 0 28px;
  letter-spacing: 0;
  text-transform: inherit;
}
.wui-button:hover{
  background: #30d17d;
}

.wui-topbar button.wui-button{
  min-height: 38px;
      font-weight: normal;
        text-transform: inherit;
}

.wui-button--wide {
  min-height: 42px;
  width: 100%;
}

.wui-product.is-loading .wui-button {
  opacity: 0.65;
  pointer-events: none;
}

.wui-notice {
  color: #24713d;
  font-size: 14px;
  min-height: 22px;
  padding-top: 12px;
}

.wui-notice.is-error {
  color: #bf2b2b;
}

.wui-buy-reasons {
  margin-top: 15px;
  padding-top: 15px;
}

.wui-buy-reasons__header {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--wui-text);
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  justify-content: space-between;
  line-height: 1.2;
  padding: 0 0 22px;
  text-align: left;
  width: 100%;
  text-transform: initial;
  letter-spacing: 0;
}
.wui-buy-reasons__header:hover{
  background: transparent;
  color: initial;
}

.wui-buy-reasons__chevron {
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  display: block;
  height: 10px;
  transform: rotate(-45deg);
  transition: transform 0.18s ease;
  width: 10px;
}

.wui-buy-reasons.is-collapsed .wui-buy-reasons__chevron {
  transform: rotate(135deg);
}

.wui-buy-reasons__body {
  border-top: 1px dotted #dedee4;
  display: grid;
  gap: 20px;
  padding-top: 20px;
}

.wui-buy-reasons.is-collapsed .wui-buy-reasons__body {
  display: none;
}

.wui-buy-reason {
  display: grid;
  gap: 10px;
  grid-template-columns: 34px minmax(0, 1fr);
}

.wui-buy-reason h3 {
  font-size: 19px;
  line-height: 1.25;
  margin: 0 0 6px;
}

.wui-buy-reason p {
  color: #555;
  font-size: 14px;
  line-height: 1.28;
  margin: 0;
}

.wui-buy-reason__icon {
  border: 2px solid var(--wui-text);
  border-radius: 8px;
  display: block;
  height: 26px;
  margin-top: 2px;
  position: relative;
  width: 26px;
}
.wui-buy-reason__icon--truck{
  background-image: url(../images/truck.svg);
      border: none;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        width: 32px;
        height: 32px;
}

.wui-buy-reason__icon--return {
  background-image: url(../images/return.svg);
  border: none;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}

.wui-buy-reason__icon--truck::before,
.wui-buy-reason__icon--truck::after {
  /* background: #fff;
  border: 2px solid var(--wui-text);
  border-radius: 50%;
  bottom: -7px;
  content: "";
  height: 7px;
  position: absolute;
  width: 7px; */
}

.wui-buy-reason__icon--truck::before {
  left: 1px;
}

.wui-buy-reason__icon--truck::after {
  right: 1px;
}

.wui-buy-reason__icon--return::before {
  border-left: 2px solid var(--wui-text);
  border-top: 2px solid var(--wui-text);
  content: "";
  height: 7px;
  left: 6px;
  position: absolute;
  top: 7px;
  transform: rotate(-45deg);
  width: 7px;
}

.wui-buy-reason__icon--card {
  border-radius: 7px;
}

.wui-buy-reason__icon--card::before {
  background: var(--wui-text);
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 8px;
}

.wui-buy-reason__icon--shield {
  border-radius: 14px 14px 9px 9px;
}

.wui-buy-reason__icon--chat::before {
  border-bottom: 7px solid var(--wui-text);
  border-left: 7px solid transparent;
  bottom: -4px;
  content: "";
  position: absolute;
  right: 2px;
}

.wui-buy-reasons__support {
  border-top: 1px dotted #dedee4;
  color: var(--wui-text);
  font-size: 15px;
  line-height: 1.45;
  margin-top: 20px;
  padding-top: 20px;
}

.wui-buy-reasons__support a {
  color: var(--wui-accent);
}

.wui-content {
  background: #fff;
  border-top: 1px solid #e8e8ed;
  padding: 56px clamp(24px, 8vw, 140px);
  padding-bottom: 20px;
}

.wui-content > div {
  color: #333;
  font-size: 17px;
  line-height: 1.7;
}

.wui-content__layout {
  align-items: flex-start;
}

.wui-content__main,
.wui-content__side {
  min-width: 0;
}

.wui-content--with-side:not(.has-buy-together) .wui-content__main {
  flex-basis: 100%;
  max-width: 100%;
}

.wui-content--with-side:not(.has-buy-together) .wui-content__side {
  display: none;
}

.wui-content__side {
  position: sticky !important;
  top: calc(var(--wui-topbar-height, 74px) + var(--wui-sticky-offset, 0px) + 16px);
}

.wui-related-products {
  background: #fff;
  border-top: 1px solid #e8e8ed;
  padding: 48px clamp(18px, 6vw, 96px) 30px;
}

.wui-related-products h2 {
  font-size: 26px;
  line-height: 1.15;
  margin: 0 0 24px;
}

.wui-related-products__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.wui-related-card {
  background: #f6f7f9;
  /* border: 1px solid #ececf1; */
  border-radius: 8px;
  color: var(--wui-text);
  display: grid;
  gap: 14px;
  grid-template-rows: 170px minmax(90px, auto);
  padding: 16px;
  text-decoration: none;
  position: relative;
}

.wui-related-card:hover {
  border-color: #d5d5dc;
  color: var(--wui-text);
}

.wui-related-card__image {
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.wui-related-card__image img {
  display: block;
  height: 160px;
  max-width: 100%;
  object-fit: contain;
  width: 160px;
}

.wui-related-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.wui-related-card__body strong {
  display: -webkit-box;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  overflow: hidden;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.wui-related-card__price {
  align-items: baseline;
  color: var(--wui-accent);
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 800;
  gap: 5px;
  line-height: 1.2;
      display: flex;
        flex-direction: row-reverse;
        justify-content: start;
}

.wui-related-card__price del {
  color: var(--wui-muted);
  font-size: 14px;
  font-weight: 600;
}

.wui-related-card__price ins {
  color: var(--wui-accent);
  text-decoration: none;
}

.wui-related-card__saving {
  align-self: flex-start;
  background: #fff0e5;
  border: 1px solid rgba(255, 90, 20, 0.28);
  border-radius: 6px;
  color: var(--wui-accent);
  font-size: 12px;
  line-height: 1.2;
  padding: 5px 8px;
}

.wui-modal[hidden] {
  display: none;
}

.wui-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: fixed;
  z-index: 1000;
}

.wui-modal__backdrop {
  background: rgba(0, 0, 0, 0.42);
  inset: 0;
  position: absolute;
}

.wui-modal__dialog {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
  display: grid;
  gap: 16px;
  max-width: 460px;
  padding: 28px;
  position: relative;
  width: 100%;
}

.wui-modal__dialog h2 {
  font-size: 25px;
  line-height: 1.2;
  margin: 0;
}

.wui-modal__dialog p {
  color: var(--wui-muted);
  margin: -4px 0 4px;
}

.wui-modal__dialog label {
  display: grid;
  gap: 7px;
  font-size: 14px;
  font-weight: 700;
}

.wui-modal__dialog input {
  border: 1px solid var(--wui-line);
  border-radius: 8px;
  font-size: 16px;
  min-height: 42px;
  padding: 8px 12px;
}

.wui-modal__close {
  align-items: center;
  background: var(--wui-soft);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  font-size: 24px;
  height: 34px;
  justify-content: center;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 34px;
}

.wui-modal-open {
  overflow: hidden;
}

.wui-drawer {
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.28s ease;
  z-index: 1000;
}

.wui-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}

.wui-drawer__backdrop {
  background: rgba(0, 0, 0, 0.58);
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.28s ease;
}

.wui-drawer.is-open .wui-drawer__backdrop {
  opacity: 1;
}

.wui-drawer__panel {
  background: #fff;
  bottom: 0;
  box-shadow: -22px 0 80px rgba(0, 0, 0, 0.14);
  max-width: 560px;
  overflow-y: auto;
  padding: 62px 56px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
  width: min(560px, 100vw);
}

.wui-drawer.is-open .wui-drawer__panel {
  transform: translateX(0);
}

.wui-drawer__close {
  align-items: center;
  background: #9b9b9b;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  height: 24px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 28px;
  top: 70px;
  width: 24px;
  padding: 0;
}

.wui-drawer__panel h2 {
  font-size: 27px;
  line-height: 1.15;
  margin: 0 0 8px;
}

.wui-drawer__panel h3 {
  font-size: 22px;
  line-height: 1.2;
  margin: 25px 0 16px;
}

.wui-drawer__panel p {
  color: var(--wui-muted);
  font-size: 13px;
  line-height: 1.35;
  margin: 10px 0 12px;
}

.wui-drawer__line {
  border-top: 1px solid #dedee4;
  margin: 30px 0 0;
}

.wui-gift-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.wui-gift-card {
  align-items: start;
  background: #f6f7f9;
  border: 1px solid transparent;
  border-radius: 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: 22px 66px minmax(0, 1fr);
  min-height: 90px;
  padding: 15px;
  position: relative;
  text-align: left;
  width: 100%;
}
.wui-gift-card:hover{
  background: #f6f7f9;
}

.wui-gift-card.is-selectable {
  cursor: pointer;
}

.wui-gift-card.is-auto {
  cursor: default;
}

.wui-gift-card.is-active {
  border-color: var(--wui-accent);
}

.wui-gift-card__choice {
  border: 2px solid #b8b8bd;
  border-radius: 50%;
  display: block;
  height: 18px;
  margin-top: 29px;
  position: relative;
  flex: 0 0 auto;
  width: 18px;
}

.wui-gift-card.is-active .wui-gift-card__choice {
  border-color: var(--wui-accent);
}

.wui-gift-card.is-active .wui-gift-card__choice::after {
  background: var(--wui-accent);
  border-radius: 50%;
  content: "";
  height: 9px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 9px;
}

.wui-gift-card.is-auto .wui-gift-card__choice {
  border-color: var(--wui-accent);
  border-radius: 5px;
}

.wui-gift-card.is-auto .wui-gift-card__choice::after {
  border-bottom: 2px solid var(--wui-accent);
  border-right: 2px solid var(--wui-accent);
  content: "";
  height: 9px;
  left: 5px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg);
  width: 5px;
}

.wui-gift-card img {
  height: 75px;
  object-fit: contain;
  width: 75px;
}

.wui-gift-card strong,
.wui-gift-card em,
.wui-gift-card del {
  display: inline-block;
}

.wui-gift-card strong {
  color: var(--wui-text);
  display: block;
  font-size: 16px;
  font-weight: 400;
  overflow-wrap: anywhere;
      text-transform: initial;
        letter-spacing: 0;
}

.wui-gift-card small {
  color: var(--wui-accent);
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
  display: none;
}

.wui-gift-card em {
  color: var(--wui-text);
  font-size: 18px;
  font-style: normal;
  margin-right: 8px;
}

.wui-gift-card del {
  color: var(--wui-muted);
  font-weight: normal;
}

.wui-gift-card span {
  min-width: 0;
  text-transform: initial;
}

.wui-gift-time {
  margin-top: 14px !important;
}


@media (max-width: 1100px) {
  .wui-topbar {
    grid-template-columns: 1fr auto;
  }

  .wui-topbar__links {
    display: none;
  }

  .wui-product__grid {
    grid-template-columns: 1fr;
  }

  .wui-gallery {
    height: min(560px, var(--wui-product-viewport-height));
    position: relative;
    top: auto;
  }

  .wui-gallery__stage {
    height: min(470px, calc(var(--wui-product-viewport-height) - 90px));
    width: 100%;
  }

  .wui-panel {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .wui-topbar {
    gap: 12px;
    grid-template-columns: 1fr;
    padding: 12px 18px;
  }

  .wui-topbar__buy {
    justify-content: space-between;
  }

  .wui-topbar h1 {
    font-size: 20px;
  }

  .wui-gallery {
    height: min(420px, var(--wui-product-viewport-height));
  }

  .wui-gallery__stage {
    height: min(340px, calc(var(--wui-product-viewport-height) - 80px));
    padding: 18px;
  }

  .wui-gallery__arrow--prev {
    left: 16px;
  }

  .wui-gallery__arrow--next {
    right: 16px;
  }

  .wui-gallery__thumbs {
    bottom: 16px;
    gap: 14px;
  }

  .wui-panel {
    padding: 28px 18px;
  }

  .wui-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wui-options {
    margin-bottom: 36px;
  }

  .wui-cart-line {
    align-items: flex-start;
    flex-direction: column;
  }

  .wui-cart-line__side {
    align-items: flex-start;
    width: 100%;
  }

  .wui-content__side {
    position: static;
  }

  .wui-buy-together {
    padding: 10px;
  }

  .wui-buy-together__heading {
    gap: 10px;
  }

  .wui-buy-together__main {
    grid-template-columns: 54px 1fr;
    background: #fff;
  }

  .wui-buy-together__main img,
  .wui-buy-together__thumb img {
    height: 54px;
    width: 54px;
  }

  .wui-buy-together__item {
    grid-template-columns: 20px 60px 1fr;
    padding: 12px 10px;
  }

  .wui-buy-together__plus {
    padding-left: 44px;
  }

  .wui-related-products {
    padding: 36px 18px 44px;
  }

  .wui-related-products__grid {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wui-related-card {
    grid-template-rows: 132px minmax(128px, auto);
    padding: 12px;
  }

  .wui-related-card__image img {
    height: 124px;
    width: 124px;
  }

  .wui-related-card__body strong {
    font-size: 14px;
  }

  .wui-related-card__price {
    font-size: 16px;
  }
}
