/*
 * MWB look v2 — product, cart and native checkout presentation only.
 * Every rule requires the reversible body.mwb-look-v2 activation class.
 * No replacement content, pseudo-content, price calculation or form behaviour.
 */
body#product.mwb-look-v2,
body#cart.mwb-look-v2,
body#checkout.mwb-look-v2 {
  --mwb-rose: #a54369;
  --mwb-ink: #272725;
  --mwb-muted: #6d6768;
  --mwb-line: #e8e1dd;
  --mwb-blush: #faf8f5;
  --mwb-look-berry: #a54369;
  --mwb-look-ivory: #faf8f5;
  --mwb-look-serif: 'Cormorant Garamond', Georgia, serif;
  color: var(--mwb-ink);
}

body#product.mwb-look-v2 #wrapper,
body#cart.mwb-look-v2 #wrapper,
body#checkout.mwb-look-v2 #wrapper {
  background: #fff;
  color: var(--mwb-ink);
}
body#product.mwb-look-v2 #wrapper > .container,
body#cart.mwb-look-v2 #wrapper > .container,
body#checkout.mwb-look-v2 #wrapper > .container {
  width: 100%;
  max-width: 1480px;
  padding-left: 32px;
  padding-right: 32px;
}

/* Product: the actual catalogue image and complete native product title. */
body#product.mwb-look-v2 #main-product-wrapper > .product-info-row {
  margin-left: -22px;
  margin-right: -22px;
  align-items: flex-start;
}
body#product.mwb-look-v2 #main-product-wrapper > .product-info-row > .col-product-image,
body#product.mwb-look-v2 #main-product-wrapper > .product-info-row > .col-product-info {
  flex: 0 0 50%;
  max-width: 50%;
  min-width: 0;
  padding-left: 22px;
  padding-right: 22px;
}
body#product.mwb-look-v2 .col-product-image .product-cover,
body#product.mwb-look-v2 #product-images-large,
body#product.mwb-look-v2 #product-images-large .product-lmage-large {
  background: var(--mwb-look-ivory);
  border-radius: 7px;
}
body#product.mwb-look-v2 #product-images-large .product-lmage-large > picture > img {
  width: 100%;
  height: clamp(440px, 42vw, 610px);
  object-fit: contain;
  padding: 24px;
  mix-blend-mode: normal;
}
body#product.mwb-look-v2 .product-cover .expander {
  width: 42px;
  height: 42px;
  background: #fff;
  color: var(--mwb-ink);
  box-shadow: 0 3px 14px rgb(39 39 37 / 7%);
}
body#product.mwb-look-v2 .product-images-small .swiper-slide {
  background: var(--mwb-look-ivory);
  border-radius: 5px;
}
body#product.mwb-look-v2 .product-images-small .thumb {
  border-radius: 5px;
}
body#product.mwb-look-v2 .product-images-small .thumb.selected {
  border-color: var(--mwb-look-berry);
}
body#product.mwb-look-v2 .product_header_container {
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-color: var(--mwb-line);
}
body#product.mwb-look-v2 #main .product_header_container .page-title {
  display: block;
  font-family: var(--mwb-look-serif);
  font-size: clamp(32px, 2.7vw, 43px);
  line-height: 1.13;
  font-weight: 600;
  letter-spacing: -.4px;
  color: var(--mwb-ink);
  white-space: normal;
  overflow: visible;
  overflow-wrap: anywhere;
  text-overflow: clip;
  -webkit-line-clamp: unset;
  max-height: none;
  margin-bottom: 14px;
}
body#product.mwb-look-v2 .product-context-links {
  font-size: 12px;
  color: var(--mwb-muted);
  line-height: 1.8;
}
body#product.mwb-look-v2 .product-context-links a {
  color: #764054;
  text-underline-offset: 3px;
}
body#product.mwb-look-v2 #col-product-info .product-description {
  font-size: 15px;
  line-height: 1.75;
  color: #605b5c;
  margin-bottom: 20px;
  overflow-wrap: anywhere;
}
body#product.mwb-look-v2 #col-product-info .product-description img,
body#product.mwb-look-v2 .product-tabs .rte-content img {
  max-width: 100%;
  height: auto;
}
body#product.mwb-look-v2 .mwb-product-highlights span {
  color: #754456;
  background: #f7f1f2;
}
body#product.mwb-look-v2 .product_p_price_container {
  border-color: var(--mwb-line);
  padding-top: 18px;
}
body#product.mwb-look-v2 .product-prices .current-price-value {
  color: var(--mwb-ink);
  font-size: 33px;
  font-weight: 650;
  line-height: 1.25;
}
body#product.mwb-look-v2 .product-prices .regular-price {
  color: var(--mwb-muted);
  font-size: 15px;
}
body#product.mwb-look-v2 .product-variants .control-label {
  font-size: 14px;
  font-weight: 600;
}
body#product.mwb-look-v2 .product-variants select.form-control {
  min-height: 44px;
  border-radius: 5px;
}
body#product.mwb-look-v2 .product-quantity {
  gap: 14px;
}
body#product.mwb-look-v2 .product-quantity .add-to-cart {
  min-height: 54px;
  background: var(--mwb-look-berry);
  border-color: var(--mwb-look-berry);
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  white-space: normal;
  line-height: 1.4;
}
body#product.mwb-look-v2 .product-quantity .add-to-cart:hover:not(:disabled),
body#product.mwb-look-v2 .mwb-sticky-purchase button:hover:not(:disabled) {
  background: #873651;
  border-color: #873651;
}
body#product.mwb-look-v2 .product-quantity .bootstrap-touchspin .btn,
body#product.mwb-look-v2 .product-quantity .bootstrap-touchspin #quantity_wanted {
  height: 54px;
  min-height: 54px;
  border-color: var(--mwb-line);
}
body#product.mwb-look-v2 .mwb-product-services {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  padding: 22px 0;
  margin-top: 20px;
  border-color: var(--mwb-line);
}
body#product.mwb-look-v2 .mwb-product-services a {
  min-width: 0;
  font-size: 13px;
  overflow-wrap: anywhere;
}
body#product.mwb-look-v2 .mwb-product-services .fa {
  color: var(--mwb-look-berry);
}
body#product.mwb-look-v2 .mwb-product-services small {
  color: var(--mwb-muted);
}
body#product.mwb-look-v2 .product-tabs {
  margin-top: 32px;
}
body#product.mwb-look-v2 .mwb-product-tablist {
  gap: 4px 28px;
  border-color: var(--mwb-line);
}
body#product.mwb-look-v2 .mwb-product-tablist button {
  min-height: 44px;
  line-height: 1.45;
  padding: 14px 0 12px;
}
body#product.mwb-look-v2 .mwb-product-tablist button[aria-selected="true"] {
  color: var(--mwb-look-berry);
  border-bottom-color: var(--mwb-look-berry);
}
body#product.mwb-look-v2 .product-tabs .rte-content {
  color: #605b5c;
  font-size: 15px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}
body#product.mwb-look-v2 .product-tabs .rte-content h2 {
  color: var(--mwb-ink);
  font-family: var(--mwb-look-serif);
  font-weight: 600;
}
body#product.mwb-look-v2 .product-features .data-sheet .name {
  background: var(--mwb-look-ivory);
}
body#product.mwb-look-v2 .product-accessories {
  background: #faf6f6;
  border-radius: 7px;
  padding: 28px;
  margin-top: 36px;
}
body#product.mwb-look-v2 .product-accessories > .section-title {
  color: var(--mwb-ink);
  font-family: var(--mwb-look-serif);
  font-weight: 600;
  font-size: 32px;
}

/* Cart: preserve native rows, quantity controls, totals and empty state. */
body#cart.mwb-look-v2 #main > .page-title,
body#checkout.mwb-look-v2 #main > .page-title {
  color: var(--mwb-ink);
  font-family: var(--mwb-look-serif);
  font-size: clamp(32px, 3.4vw, 46px);
  font-weight: 600;
  line-height: 1.15;
  text-transform: none;
  letter-spacing: -.3px;
  margin-bottom: 28px;
}
body#cart.mwb-look-v2 #main > .page-title span,
body#checkout.mwb-look-v2 #main > .page-title span {
  padding-bottom: 0;
  border: 0;
}
body#cart.mwb-look-v2 .cart-grid {
  align-items: flex-start;
}
body#cart.mwb-look-v2 .cart-grid-body,
body#cart.mwb-look-v2 .cart-grid-right {
  min-width: 0;
}
body#cart.mwb-look-v2 .cart-container {
  background: #fff;
  border: 1px solid var(--mwb-line);
  border-radius: 7px;
}
body#cart.mwb-look-v2 .cart-overview {
  padding: 8px 24px;
}
body#cart.mwb-look-v2 .cart-item {
  padding-top: 24px;
  padding-bottom: 24px;
  border-color: var(--mwb-line);
}
body#cart.mwb-look-v2 .product-line-grid {
  align-items: center;
}
body#cart.mwb-look-v2 .product-line-grid-left .product-image {
  background: var(--mwb-look-ivory);
  border-radius: 5px;
}
body#cart.mwb-look-v2 .product-line-grid-left img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 5px;
}
body#cart.mwb-look-v2 .product-line-grid-body,
body#cart.mwb-look-v2 .product-line-grid-right {
  min-width: 0;
}
body#cart.mwb-look-v2 .product-line-info,
body#cart.mwb-look-v2 .product-line-info a.label {
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.55;
}
body#cart.mwb-look-v2 .product-line-info a.label {
  color: var(--mwb-ink);
  font-size: 15px;
  font-weight: 500;
}
body#cart.mwb-look-v2 .product-line-info .current-price {
  color: var(--mwb-look-berry);
  font-size: 16px;
  font-weight: 600;
}
body#cart.mwb-look-v2 .product-line-grid-right .product-price {
  color: var(--mwb-ink);
  font-size: 16px;
  font-weight: 600;
}
body#cart.mwb-look-v2 .cart-summary {
  background: var(--mwb-look-ivory);
  border: 1px solid var(--mwb-line);
  border-radius: 7px;
  box-shadow: none;
  overflow-wrap: anywhere;
}
body#cart.mwb-look-v2 .cart-summary .card-block {
  padding: 22px;
}
body#cart.mwb-look-v2 .cart-summary-line {
  font-size: 14px;
  line-height: 1.65;
  color: var(--mwb-ink);
}
body#cart.mwb-look-v2 .cart-summary-line .label,
body#cart.mwb-look-v2 .cart-summary-line .value {
  color: inherit;
}
body#cart.mwb-look-v2 .cart-summary-line.cart-total {
  font-size: 18px;
  font-weight: 600;
}
body#cart.mwb-look-v2 .cart-summary .cart-detailed-actions .btn-primary {
  display: block;
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--mwb-look-berry);
  border-radius: 5px;
  padding: 14px 18px;
  background: var(--mwb-look-berry);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  white-space: normal;
  line-height: 1.4;
}
body#cart.mwb-look-v2 .cart-summary .cart-detailed-actions .btn-primary:hover:not(:disabled):not(.disabled) {
  background: #873651;
  border-color: #873651;
}
body#cart.mwb-look-v2 .cart-grid-body > .btn-secondary {
  border: 1px solid #d7cbce;
  background: #fff;
  color: var(--mwb-ink);
  min-height: 44px;
  border-radius: 5px;
  padding: 12px 18px;
  white-space: normal;
}
body#cart.mwb-look-v2 .cart-grid-body > .btn-secondary:hover {
  color: var(--mwb-look-berry);
  border-color: var(--mwb-look-berry);
  background: #faf6f6;
}
body#cart.mwb-look-v2 .cart-discount {
  border-color: var(--mwb-line);
}

/* Checkout stays in its native document flow and keeps validation colours. */
body#checkout.mwb-look-v2 #checkout .checkout-step,
body#checkout.mwb-look-v2 section.checkout-step {
  border-radius: 7px;
  border-color: var(--mwb-line);
  background: #fff;
  box-shadow: none;
}
body#checkout.mwb-look-v2 .checkout-step .step-title {
  font-family: var(--mwb-look-serif);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
}
body#checkout.mwb-look-v2 .cart-summary {
  background: var(--mwb-look-ivory);
  border-color: var(--mwb-line);
  border-radius: 7px;
  box-shadow: none;
}
body#checkout.mwb-look-v2 .checkout-step .form-control {
  border-radius: 5px;
}
body#checkout.mwb-look-v2 .checkout-step button.continue,
body#checkout.mwb-look-v2 #payment-confirmation button[type="submit"] {
  min-height: 46px;
  border-radius: 5px;
  background: var(--mwb-look-berry);
  border-color: var(--mwb-look-berry);
  color: #fff;
  white-space: normal;
  line-height: 1.4;
}
body#checkout.mwb-look-v2 .checkout-step button.continue:hover:not(:disabled),
body#checkout.mwb-look-v2 #payment-confirmation button[type="submit"]:hover:not(:disabled) {
  background: #873651;
  border-color: #873651;
}

body#product.mwb-look-v2 #main button:focus-visible,
body#product.mwb-look-v2 #main a:focus-visible,
body#cart.mwb-look-v2 #main a:focus-visible,
body#cart.mwb-look-v2 #main button:focus-visible,
body#checkout.mwb-look-v2 #main a:focus-visible,
body#checkout.mwb-look-v2 #main button:focus-visible {
  outline: 2px solid #873651;
  outline-offset: 3px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  body#product.mwb-look-v2 #wrapper > .container,
  body#cart.mwb-look-v2 #wrapper > .container,
  body#checkout.mwb-look-v2 #wrapper > .container {
    padding-left: 22px;
    padding-right: 22px;
  }
  body#product.mwb-look-v2 #main-product-wrapper > .product-info-row {
    margin-left: -14px;
    margin-right: -14px;
  }
  body#product.mwb-look-v2 #main-product-wrapper > .product-info-row > .col-product-image,
  body#product.mwb-look-v2 #main-product-wrapper > .product-info-row > .col-product-info {
    padding-left: 14px;
    padding-right: 14px;
  }
  body#product.mwb-look-v2 #product-images-large .product-lmage-large > picture > img {
    height: 460px;
    padding: 18px;
  }
  body#product.mwb-look-v2 .mwb-product-services {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
}

@media (max-width: 991px) {
  body#cart.mwb-look-v2 .cart-grid-right {
    margin-top: 18px;
  }
}

@media (max-width: 767px) {
  body#product.mwb-look-v2 #wrapper > .container,
  body#cart.mwb-look-v2 #wrapper > .container,
  body#checkout.mwb-look-v2 #wrapper > .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  body#product.mwb-look-v2 #main-product-wrapper > .product-info-row {
    margin-left: 0;
    margin-right: 0;
  }
  body#product.mwb-look-v2 #main-product-wrapper > .product-info-row > .col-product-image,
  body#product.mwb-look-v2 #main-product-wrapper > .product-info-row > .col-product-info {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  body#product.mwb-look-v2 #product-images-large .product-lmage-large > picture > img {
    height: clamp(320px, 94vw, 460px);
    padding: 18px;
  }
  body#product.mwb-look-v2 .product_header_container {
    margin-top: 24px;
  }
  body#product.mwb-look-v2 #main .product_header_container .page-title {
    font-size: 32px;
    line-height: 1.13;
    letter-spacing: -.2px;
  }
  body#product.mwb-look-v2 .product-prices .current-price-value {
    color: var(--mwb-look-berry);
    font-size: 29px;
  }
  body#product.mwb-look-v2 .product-quantity {
    gap: 10px;
  }
  body#product.mwb-look-v2 .mwb-product-services {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    padding: 20px 0;
  }
  body#product.mwb-look-v2 .product-tabs {
    margin-top: 24px;
  }
  body#product.mwb-look-v2 .mwb-product-tablist {
    gap: 0 20px;
  }
  body#product.mwb-look-v2 .product-accessories {
    padding: 20px 14px;
    margin-top: 28px;
  }
  body#product.mwb-look-v2 .product-accessories > .section-title {
    font-size: 28px;
  }
  body#product.mwb-look-v2 .mwb-sticky-purchase:not([hidden]) {
    background: #fff;
    border-color: var(--mwb-line);
    box-shadow: 0 -3px 14px rgb(39 39 37 / 5%);
  }
  body#product.mwb-look-v2 .mwb-sticky-purchase button {
    background: var(--mwb-look-berry);
    border-color: var(--mwb-look-berry);
    border-radius: 5px;
  }
  body#cart.mwb-look-v2 #main > .page-title,
  body#checkout.mwb-look-v2 #main > .page-title {
    font-size: 36px;
    margin-bottom: 22px;
  }
  body#cart.mwb-look-v2 .cart-container {
    border: 0;
    border-radius: 0;
  }
  body#cart.mwb-look-v2 .cart-overview {
    padding: 0;
  }
  body#cart.mwb-look-v2 .cart-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body#cart.mwb-look-v2 .product-line-info a.label {
    font-size: 14px;
  }
  body#cart.mwb-look-v2 .cart-summary .card-block {
    padding: 18px;
  }
  body#cart.mwb-look-v2 .cart-grid-body > .btn-secondary {
    width: 100%;
  }
  body#checkout.mwb-look-v2 .checkout-step .step-title {
    font-size: 25px;
  }
}

@media (max-width: 360px) {
  body#product.mwb-look-v2 #main .product_header_container .page-title {
    font-size: 29px;
  }
  body#product.mwb-look-v2 #main-product-wrapper .col-add-btn {
    flex-basis: 100% !important;
  }
}

/* Cart finishing: compact native TouchSpin and quieter delivery notice. */
body#cart.mwb-look-v2 .product-line-grid-right.product-line-actions > .row {
  align-items: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  margin-left: 0;
  margin-right: 0;
}
body#cart.mwb-look-v2 .product-line-grid-right.product-line-actions > .row > .unit-price {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}
body#cart.mwb-look-v2 .product-line-grid-right.product-line-actions > .row > .qty {
  flex: 0 0 104px;
  width: 104px;
  max-width: 104px;
  min-width: 104px;
  padding-left: 0;
  padding-right: 0;
}
body#cart.mwb-look-v2 .product-line-grid-right.product-line-actions > .row > .price {
  flex: 1 1 80px;
  width: auto;
  max-width: none;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}
body#cart.mwb-look-v2 .product-line-grid-right.product-line-actions > .row > :last-child:not(.qty):not(.price):not(.unit-price) {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
body#cart.mwb-look-v2 .product-line-grid-right .qty .input-group.bootstrap-touchspin {
  display: grid;
  grid-template-columns: 32px 40px 32px;
  width: 104px;
  max-width: 104px;
  min-width: 0;
  margin: 0;
}
body#cart.mwb-look-v2 .product-line-grid-right .qty .bootstrap-touchspin > .js-cart-line-product-quantity {
  grid-column: 2;
  grid-row: 1;
  flex: none;
  width: 40px;
  max-width: 40px;
  min-width: 0;
  height: 44px;
  min-height: 44px;
  padding: 8px 2px;
  margin: 0;
  text-align: center;
  border: 1px solid var(--mwb-line);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background: #fff;
  color: var(--mwb-ink);
  font-size: 16px;
}
body#cart.mwb-look-v2 .product-line-grid-right .qty .bootstrap-touchspin > .input-group-btn-vertical {
  display: contents;
  position: static;
  width: auto;
}
body#cart.mwb-look-v2 .product-line-grid-right .qty .bootstrap-touchspin .input-group-btn-vertical > .btn {
  grid-row: 1;
  position: static;
  width: 32px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  margin: 0;
  border: 1px solid var(--mwb-line);
  background: #fff;
  color: var(--mwb-ink);
  line-height: 1;
}
body#cart.mwb-look-v2 .product-line-grid-right .qty .bootstrap-touchspin .bootstrap-touchspin-up {
  grid-column: 3;
  border-radius: 0 5px 5px 0;
}
body#cart.mwb-look-v2 .product-line-grid-right .qty .bootstrap-touchspin .bootstrap-touchspin-down {
  grid-column: 1;
  border-radius: 5px 0 0 5px;
}
body#cart.mwb-look-v2 .product-line-grid-right .qty .bootstrap-touchspin .input-group-btn-vertical > .btn i {
  position: static;
}
body#cart.mwb-look-v2 .product-line-grid-right .qty .bootstrap-touchspin .input-group-btn-vertical > .btn:hover:not(:disabled) {
  background: var(--mwb-look-ivory);
  color: var(--mwb-look-berry);
}
body#cart.mwb-look-v2 .cart-summary .alert-info {
  background: #f7eeee;
  border: 1px solid #e7d5db;
  color: #754456;
  border-radius: 5px;
  line-height: 1.55;
}
body#cart.mwb-look-v2 .cart-summary .alert-info a {
  color: #754456;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 767px) {
  body#cart.mwb-look-v2 .product-line-grid-right.product-line-actions > .row {
    column-gap: 10px;
    row-gap: 10px;
  }
}
