/* MWB Product v1 — presentation only, scoped to the product page. */
body#product {
  --mwb-rose: #a64469;
  --mwb-ink: #282126;
  --mwb-muted: #6c6267;
  --mwb-line: #eadfe4;
  --mwb-blush: #faf2f4;
}
body#product #wrapper { background: #fff; color: var(--mwb-ink); }
body#product #wrapper > .container { width: 100%; max-width: 1480px; padding-left: 32px; padding-right: 32px; }
body#product #desktop-header .header-top { padding-top: 0; padding-bottom: 0; }
body#product #desktop_logo img { width: 198px; max-height: 98px; object-fit: contain; }
body#product #desktop-header-container { max-width: 1480px; }
body#product .row-mobile-buttons { margin-left: 0 !important; margin-right: 0 !important; width: 100%; }
body#product #iqitmegamenu-horizontal { width: 100%; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
body#product #search_widget { max-width: 620px; margin-left: auto; margin-right: auto; }
body#product #search_widget .form-search-control { min-height: 44px; border: 1px solid var(--mwb-line); border-radius: 6px; background: #fcfafb; }
body#product .breadcrumb { background: #fff; border: 0; padding-top: 14px; padding-bottom: 14px; margin-bottom: 18px; }
body#product .breadcrumb .container { max-width: 1480px; }
body#product #main-product-wrapper > .product-info-row { margin-left: -20px; margin-right: -20px; align-items: flex-start; }
body#product #main-product-wrapper > .product-info-row > .col-product-image,
body#product #main-product-wrapper > .product-info-row > .col-product-info { padding-left: 20px; padding-right: 20px; min-width: 0; }
body#product #main-product-wrapper > .product-info-row > .col-product-image { flex: 0 0 48%; max-width: 48%; }
body#product #main-product-wrapper > .product-info-row > .col-product-info { flex: 0 0 52%; max-width: 52%; }
body#product #main-product-wrapper > .product-info-row > .product-sidebar { flex: 0 0 100%; max-width: 100%; }
body#product .col-product-image .product-cover { background: var(--mwb-blush); border: 0; border-radius: 10px; overflow: hidden; }
body#product #product-images-large { background: var(--mwb-blush); }
body#product #product-images-large .product-lmage-large { background: var(--mwb-blush); }
body#product #product-images-large .product-lmage-large > picture { display: block; }
body#product #product-images-large .product-lmage-large > picture > img {
  display: block; width: 100%; height: 590px; object-fit: contain; padding: 22px;
  mix-blend-mode: multiply;
}
body#product .product-cover .expander {
  width: 42px; height: 42px; right: 14px; bottom: 14px; border-radius: 50%;
  background: #fff; color: var(--mwb-rose); box-shadow: 0 2px 12px #3923300d;
}
body#product .product-flags { top: 18px; left: 18px; }
body#product .product-flags .product-flag { border-radius: 4px; padding: 7px 12px; font-size: 12px; background: #f3dfe6; color: #823650; }
body#product .product-images-small { margin-top: 12px; }
body#product .product-images-small .swiper-slide { border-radius: 5px; }
body#product .images-container.mwb-single-product-image > .js-qv-mask { display: none; }
body#product .product_header_container { padding: 0 0 16px; border-color: var(--mwb-line); margin-bottom: 18px; }
body#product #main .product_header_container .page-title {
  color: var(--mwb-ink); font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(29px, 2.7vw, 42px); line-height: 1.12; font-weight: 600;
  margin: 0 0 16px; padding: 0; border: 0; letter-spacing: -.35px; overflow-wrap: anywhere;
}
body#product #main .product_header_container .page-title span { border: 0; padding: 0; }
body#product .product-manufacturer-next { max-width: 78px; margin-left: 16px; }
body#product .product-manufacturer-next img { width: 78px !important; max-width: 100% !important; height: auto; }
body#product .product-context-links { margin-bottom: 0 !important; line-height: 1.8; }
body#product .product-context-links a { color: #7d3954; text-decoration: underline; text-underline-offset: 3px; }
body#product #col-product-info .product-description {
  font-size: 14px; line-height: 1.75; color: #52494e; padding: 0; margin-bottom: 20px;
}
body#product #col-product-info .product-description p:last-child { margin-bottom: 0; }
body#product .mwb-product-highlights { display: flex; gap: 8px; flex-wrap: wrap; margin: 0 0 20px; }
body#product .mwb-product-highlights span { padding: 6px 12px; border-radius: 20px; background: var(--mwb-blush); color: #853851; font-size: 12px; line-height: 1.4; }
body#product .product_p_price_container { border-top: 1px solid var(--mwb-line); padding-top: 18px; margin-top: 4px; }
body#product .product-prices { margin-bottom: 2px; }
body#product .product-prices .product-reference { font-size: 12px; color: var(--mwb-muted); margin-bottom: 8px; }
body#product .product-prices .current-price-value { font-size: 32px; line-height: 1.3; font-weight: 700; color: var(--mwb-rose); }
body#product .product-prices .regular-price { font-size: 16px; color: var(--mwb-muted); }
body#product .product-prices .tax-shipping-delivery-label { font-size: 12px; color: var(--mwb-muted); }
body#product .product-add-to-cart { padding-top: 18px !important; }
body#product .product-quantity { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; }
body#product .product-quantity .col-add-qty { flex: 0 0 132px; width: 132px; padding: 0; }
body#product .product-quantity .col-add-btn { flex: 1 1 170px; padding: 0; }
body#product .product-quantity .qty { width: 100%; }
body#product .product-quantity .input-group { width: 100%; max-width: 100%; }
body#product .product-quantity #quantity_wanted { width: 58px; min-height: 52px; border-color: var(--mwb-line); border-radius: 5px; font-size: 16px; }
body#product .product-quantity .bootstrap-touchspin .btn { border-color: var(--mwb-line); min-width: 30px; }
body#product .product-quantity .bootstrap-touchspin { display: grid; grid-template-columns: 44px 44px 44px; width: 132px; }
body#product .product-quantity .bootstrap-touchspin .input-group-btn-vertical { display: contents; }
body#product .product-quantity .bootstrap-touchspin #quantity_wanted { grid-column: 2; grid-row: 1; width: 44px; text-align: center; padding: 8px 2px; border-radius: 0; margin: 0; }
body#product .product-quantity .bootstrap-touchspin .btn { grid-row: 1; width: 44px; height: 52px; min-height: 52px; margin: 0; padding: 0; border: 1px solid var(--mwb-line); background: #fff; color: var(--mwb-ink); position: static; }
body#product .product-quantity .bootstrap-touchspin .bootstrap-touchspin-up { grid-column: 3; border-radius: 0 5px 5px 0; }
body#product .product-quantity .bootstrap-touchspin .bootstrap-touchspin-down { grid-column: 1; border-radius: 5px 0 0 5px; }
body#product .product-quantity .bootstrap-touchspin .btn i { display: none; }
body#product .product-quantity .bootstrap-touchspin .bootstrap-touchspin-up::before { content: '+'; font-size: 21px; }
body#product .product-quantity .bootstrap-touchspin .bootstrap-touchspin-down::before { content: '−'; font-size: 21px; }
body#product .product-quantity .add-to-cart {
  width: 100%; min-height: 52px; padding: 13px 18px; font-size: 15px; font-weight: 600;
  border: 1px solid var(--mwb-rose); border-radius: 5px; background: var(--mwb-rose); color: #fff;
}
body#product .product-quantity .add-to-cart:hover:not(:disabled) { background: #883654; border-color: #883654; }
body#product .product-quantity .add-to-cart:disabled { opacity: .5; cursor: not-allowed; }
body#product .product-minimal-quantity:empty { margin: 0; }
body#product .mwb-product-services {
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
  border-top: 1px solid var(--mwb-line); padding: 20px 0; margin-top: 18px;
}
body#product .mwb-product-services a { display: flex; align-items: flex-start; gap: 12px; color: var(--mwb-ink); text-decoration: none; font-size: 13px; line-height: 1.6; }
body#product .mwb-product-services a:hover strong { text-decoration: underline; text-underline-offset: 3px; }
body#product .mwb-product-services .fa { color: var(--mwb-rose); font-size: 22px; margin-top: 4px; width: 24px; }
body#product .mwb-product-services strong { display: block; font-weight: 600; }
body#product .mwb-product-services small { display: block; color: var(--mwb-muted); font-size: 12px; }
body#product .product-additional-info { padding-top: 12px; margin-top: 0; border-color: var(--mwb-line); }
body#product .mwb-product-tablist { display: flex; flex-wrap: wrap; border-bottom: 1px solid var(--mwb-line); gap: 8px 28px; margin-bottom: 26px; }
body#product .mwb-product-tablist button {
  appearance: none; border: 0; border-bottom: 3px solid transparent; background: transparent;
  color: var(--mwb-muted); font: inherit; font-size: 14px; font-weight: 500;
  padding: 16px 0 13px; cursor: pointer; border-radius: 0;
}
body#product .mwb-product-tablist button[aria-selected="true"] { border-bottom-color: var(--mwb-rose); color: #883654; }
body#product .product-tabs { margin-top: 38px; }
body#product .mwb-tabs-ready > section[hidden] { display: none !important; }
body#product .product-tabs > section { padding: 0; border: 0; }
body#product .product-tabs > section > .section-title { font-size: 21px; }
body#product .mwb-tabs-ready > section > .section-title { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
body#product .product-tabs .rte-content { font-size: 14px; line-height: 1.85; max-width: 1120px; }
body#product .product-tabs .rte-content h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 29px; line-height: 1.2; color: var(--mwb-ink); margin-top: 26px; margin-bottom: 14px; }
body#product .product-tabs .rte-content h2:first-child { margin-top: 0; }
body#product .product-tabs .rte-content h3 { font-size: 18px; line-height: 1.4; }
body#product .product-features .data-sheet { max-width: 1000px; }
body#product .product-features .data-sheet .name,
body#product .product-features .data-sheet .value { margin-bottom: 0; padding: 14px 16px; border-bottom: 1px solid var(--mwb-line); }
body#product .product-features .data-sheet .name { background: #faf7f8; }
body#product .product-accessories { background: #fcf7f9; padding: 26px; margin-top: 32px; border-radius: 8px; }
body#product .product-accessories > .section-title { color: #883654; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 28px; margin-bottom: 20px; }
body#product .mwb-sticky-purchase { display: none; }
body#product .mwb-product-tablist button:focus-visible,
body#product .mwb-sticky-purchase button:focus-visible { outline: 2px solid #7d3954; outline-offset: 3px; }
@media (min-width: 768px) and (max-width: 1100px) {
  body#product #wrapper > .container { padding-left: 22px; padding-right: 22px; }
  body#product #main-product-wrapper > .product-info-row { margin-left: -12px; margin-right: -12px; }
  body#product #main-product-wrapper > .product-info-row > .col-product-image,
  body#product #main-product-wrapper > .product-info-row > .col-product-info { padding-left: 12px; padding-right: 12px; }
  body#product #product-images-large .product-lmage-large > picture > img { height: 480px; padding: 12px; }
  body#product .mwb-product-services { gap: 12px; grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  body#product #mobile-header .col-mobile-logo img { width: 170px; height: auto; max-height: 92px; object-fit: contain; }
  body#product #mobile-header .mobile-main-bar { padding-top: 0; padding-bottom: 0; }
  body#product #mobile-header .row-mobile-buttons { margin-left: 0; margin-right: 0; }
  body#product #main-product-wrapper .product-add-to-cart { position: static !important; width: auto !important; padding: 18px 0 0 !important; box-shadow: none; background: transparent; bottom: auto; left: auto; right: auto; z-index: auto; }
  body#product #main-product-wrapper .col-add-qty { flex: 0 0 132px !important; max-width: 132px !important; width: 132px !important; }
  body#product #main-product-wrapper .col-add-btn { flex: 1 1 150px !important; max-width: none !important; }
  body#product #wrapper > .container { padding-left: 16px; padding-right: 16px; }
  body#product .breadcrumb { padding: 10px 0; margin-bottom: 10px; font-size: 11px; }
  body#product #main-product-wrapper > .product-info-row { margin-left: 0; margin-right: 0; }
  body#product #main-product-wrapper > .product-info-row > .col-product-image,
  body#product #main-product-wrapper > .product-info-row > .col-product-info { flex: 0 0 100%; max-width: 100%; padding-left: 0; padding-right: 0; }
  body#product #product-images-large .product-lmage-large > picture > img { height: 350px; padding: 14px; }
  body#product .product_header_container { margin-top: 22px; padding-bottom: 14px; margin-bottom: 16px; }
  body#product #main .product_header_container .page-title { font-size: 30px; line-height: 1.12; margin-bottom: 12px; }
  body#product #col-product-info .product-description { font-size: 14px; line-height: 1.7; }
  body#product .product-prices .current-price-value { font-size: 29px; }
  body#product .mwb-product-services { grid-template-columns: 1fr; padding-top: 16px; gap: 16px; }
  body#product .product-tabs { margin-top: 28px; }
  body#product .mwb-product-tablist { gap: 4px 18px; margin-bottom: 20px; }
  body#product .mwb-product-tablist button { font-size: 13px; padding-top: 12px; padding-bottom: 12px; min-height: 44px; }
  body#product .product-tabs .rte-content h2 { font-size: 26px; }
  body#product .product-accessories { padding: 18px 14px; }
  body#product .mwb-sticky-purchase:not([hidden]) {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    position: fixed; z-index: 1020; bottom: 0; left: 0; right: 0;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--mwb-line); background: #fff; box-shadow: 0 -4px 22px #3923300a;
  }
  body#product .mwb-sticky-purchase-price { color: var(--mwb-rose); font-size: 20px; font-weight: 700; white-space: nowrap; }
  body#product .mwb-sticky-purchase small { display: block; font-size: 11px; color: var(--mwb-muted); font-weight: 400; }
  body#product .mwb-sticky-purchase button { border: 1px solid var(--mwb-rose); background: var(--mwb-rose); border-radius: 5px; color: #fff; padding: 13px 16px; min-height: 48px; font-size: 14px; font-weight: 600; cursor: pointer; }
  body#product .mwb-sticky-purchase button:disabled { opacity: .5; cursor: not-allowed; }
  body#product.mwb-has-sticky-purchase { padding-bottom: 90px; }
  body#product.modal-open .mwb-sticky-purchase { display: none; }
}
@media (max-width: 360px) {
  body#product #product-images-large .product-lmage-large > picture > img { height: 300px; }
  body#product .mwb-sticky-purchase { gap: 8px; }
  body#product .mwb-sticky-purchase-price { font-size: 17px; }
  body#product .mwb-sticky-purchase button { padding-left: 12px; padding-right: 12px; font-size: 13px; }
}
@media print {
  body#product .mwb-sticky-purchase, body#product .mwb-product-tablist { display: none !important; }
  body#product .mwb-tabs-ready > section[hidden] { display: block !important; }
}
