/* WooCommerce layout and component styling */
.olimo-shop-layout { display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 28px; align-items: start; }
.olimo-shop-layout.no-sidebar { grid-template-columns: 1fr; }
.olimo-shop-sidebar { position: sticky; top: 120px; padding: 18px; border: 1px solid var(--olimo-light); border-radius: 18px; background: #FFFFFF; box-shadow: 0 8px 16px -2px rgba(112,35,88,.09); }
.olimo-filter-head { display: none; align-items: center; justify-content: space-between; margin: -2px 0 15px; padding-bottom: 12px; border-bottom: 1px solid var(--olimo-light); }
.olimo-filter-head button { width: 34px; height: 34px; border: 0; border-radius: 50%; background: var(--olimo-light); font-size: 25px; line-height: 1; }
.olimo-filter-widget { padding: 0 0 18px; margin: 0 0 18px; border-bottom: 1px solid var(--olimo-light); }
.olimo-filter-widget:last-child { border: 0; margin-bottom: 0; padding-bottom: 0; }
.olimo-filter-widget .widget-title { font-size: 15px; color: var(--olimo-navy); }
.olimo-filter-widget ul { list-style: none; padding: 0; margin: 0; }
.olimo-filter-widget li { display: flex; justify-content: space-between; margin: 7px 0; font-size: 13px; }
.olimo-filter-widget .product-search-field, .olimo-filter-widget input[type=search] { width: 100%; height: 42px; padding: 0 10px; border: 1px solid #F8F4FF; border-radius: 10px; }
.olimo-filter-widget button { min-height: 38px; padding: 0 14px; border: 0; border-radius: 9px; background: var(--olimo-primary); color: #fff; }
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle { background-color: var(--olimo-primary); }
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content { background-color: #F8F4FF; }

.woocommerce .woocommerce-result-count { margin: 10px 0 22px; color: var(--olimo-gray-100); font-size: 13px; }
.woocommerce .woocommerce-ordering { margin: 0 0 22px; }
.woocommerce .woocommerce-ordering select { height: 44px; padding: 0 14px; border: 1px solid #F8F4FF; border-radius: 11px; background: #FFFFFF; color: var(--olimo-dark-600); }
.olimo-filter-toggle { display: none; align-items: center; gap: 8px; min-height: 44px; padding: 0 14px; margin: 0 0 20px; border: 1px solid #F8F4FF; border-radius: 11px; background: #FFFFFF; color: var(--olimo-navy); }

.woocommerce ul.products { display: grid; grid-template-columns: repeat(var(--wc-grid-columns,4), minmax(0,1fr)); gap: 20px; margin: 0; }
.woocommerce.columns-1 ul.products { --wc-grid-columns: 1; }
.woocommerce.columns-2 ul.products { --wc-grid-columns: 2; }
.woocommerce.columns-3 ul.products { --wc-grid-columns: 3; }
.woocommerce.columns-4 ul.products { --wc-grid-columns: 4; }
.woocommerce.columns-5 ul.products { --wc-grid-columns: 5; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { float: none; width: auto; margin: 0; padding: 12px 12px 16px; border: 1px solid var(--olimo-light); border-radius: 18px; background: #FFFFFF; box-shadow: 0 8px 16px -2px rgba(112,35,88,.10); transition: .25s ease; overflow: hidden; }
.woocommerce ul.products li.product:hover { transform: translateY(-5px); border-color: rgba(112,35,88,.25); box-shadow: var(--olimo-red-shadow); }
.woocommerce ul.products li.product a img { aspect-ratio: 1/1; object-fit: contain; margin: 0 0 14px; border-radius: 13px; background: var(--olimo-light); }
.olimo-product-category { display: block; margin: 0 2px 4px; color: var(--olimo-primary); font-size: 11px; font-weight: 700; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 54px; padding: 0; color: var(--olimo-dark-700); font-size: 15px; line-height: 1.8; }
.woocommerce ul.products li.product .price { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; min-height: 34px; margin: 8px 0 12px; color: var(--olimo-navy); font-size: 15px; font-weight: 700; }
.woocommerce ul.products li.product .price del { color: var(--olimo-gray-100); font-size: 12px; font-weight: 400; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce ul.products li.product .button { width: 100%; min-height: 44px; margin: 0; padding: 0 12px; border-radius: 11px; background: var(--olimo-primary); color: #fff; text-align: center; font-size: 12px; line-height: 44px; }
.woocommerce ul.products li.product .button:hover { background: var(--olimo-primary-light); color: #fff; }
.woocommerce span.onsale { top: 20px; right: 20px; left: auto; min-width: 44px; min-height: 28px; padding: 2px 8px; border-radius: 8px; background: var(--olimo-primary); font-size: 11px; line-height: 24px; }
.woocommerce a.added_to_cart { display: block; margin-top: 8px; color: var(--olimo-primary); text-align: center; font-size: 11px; }

.woocommerce nav.woocommerce-pagination { margin-top: 38px; }
.woocommerce nav.woocommerce-pagination ul { display: inline-flex; gap: 6px; border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { display: grid; place-items: center; min-width: 38px; height: 38px; padding: 0 8px; border: 1px solid var(--olimo-light); border-radius: 9px; background: #FFFFFF; color: var(--olimo-navy); }
.woocommerce nav.woocommerce-pagination ul li span.current { border-color: var(--olimo-primary); background: var(--olimo-primary); color: #fff; }

/* Single product */
.single-product div.product { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); gap: 55px; }
.single-product div.product .woocommerce-product-gallery { width: 100%; float: none; margin: 0; }
.single-product div.product .summary { width: 100%; float: none; margin: 0; }
.single-product .woocommerce-product-gallery__wrapper { border-radius: 24px; overflow: hidden; background: #FFFFFF; }
.single-product .flex-control-thumbs { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; margin-top: 10px!important; }
.single-product .flex-control-thumbs li { width: auto!important; float: none!important; }
.single-product .flex-control-thumbs img { border: 1px solid var(--olimo-light); border-radius: 10px; }
.single-product .product_title { color: var(--olimo-navy); font-size: clamp(1.8rem,3vw,2.7rem); }
.single-product .summary .price { color: var(--olimo-primary); font-size: 24px!important; font-weight: 700; }
.single-product .woocommerce-product-details__short-description { color: var(--olimo-gray-200); }
.woocommerce div.product form.cart { display: flex; gap: 10px; margin-top: 25px; }
.woocommerce .quantity .qty { width: 74px; height: 50px; border: 1px solid #F8F4FF; border-radius: 11px; }
.woocommerce div.product form.cart .button { flex: 1; min-height: 50px; border-radius: 11px; background: var(--olimo-primary); }
.woocommerce div.product form.cart .button:hover { background: var(--olimo-primary-light); }
.woocommerce div.product .woocommerce-tabs { grid-column: 1/-1; margin-top: 25px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; border-bottom: 1px solid var(--olimo-light); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0 0 -1px; padding: 0; border: 0; background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 14px 18px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--olimo-primary); border-bottom: 2px solid var(--olimo-primary); }
.woocommerce div.product .woocommerce-tabs .panel { padding: 28px 0; }
.related.products { grid-column: 1/-1; }

/* Forms, cart, checkout and account */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single { min-height: 46px; padding: 8px 12px; border: 1px solid #F8F4FF; border-radius: 10px; background: #FFFFFF; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 28px; }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { border: 1px solid var(--olimo-light); border-radius: 16px; }
.woocommerce table.shop_table { border-color: var(--olimo-light); border-radius: 16px; overflow: hidden; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 14px; }
.woocommerce .cart-collaterals .cart_totals, .woocommerce-checkout-review-order, .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content { padding: 24px; border: 1px solid var(--olimo-light); border-radius: 16px; background: #FFFFFF; }
.woocommerce .button, .woocommerce button.button, .woocommerce input.button { border-radius: 10px; }
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background: var(--olimo-primary); }
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { background: var(--olimo-primary-light); }
.woocommerce-message, .woocommerce-info { border-top-color: var(--olimo-primary); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--olimo-primary); }

@media (max-width: 1024px) {
  .olimo-shop-layout { grid-template-columns: 240px minmax(0,1fr); gap: 20px; }
  .woocommerce ul.products { --wc-grid-columns: 3; }
  .single-product div.product { gap: 30px; }
}

@media (max-width: 820px) {
  .olimo-shop-layout { display: block; }
  .olimo-filter-toggle { display: inline-flex; }
  .olimo-shop-sidebar { position: fixed; z-index: 1250; top: 0; right: 0; width: min(88vw,360px); height: 100dvh; border: 0; border-radius: 0; overflow-y: auto; transform: translateX(110%); transition: transform .28s ease; }
  .olimo-shop-sidebar.is-open { transform: translateX(0); }
  .olimo-filter-head { display: flex; }
  .woocommerce ul.products { --wc-grid-columns: 2; }
  .single-product div.product { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .woocommerce .woocommerce-result-count { float: none; }
  .woocommerce .woocommerce-ordering { float: none; width: 100%; }
  .woocommerce .woocommerce-ordering select { width: 100%; }
  body.olimo-mobile-columns-1 .woocommerce ul.products { --wc-grid-columns: 1; }
  body.olimo-mobile-columns-2 .woocommerce ul.products { --wc-grid-columns: 2; gap: 10px; }
  body.olimo-mobile-columns-2 .woocommerce ul.products li.product { padding: 8px 8px 12px; border-radius: 14px; }
  body.olimo-mobile-columns-2 .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 48px; font-size: 12px; }
  body.olimo-mobile-columns-2 .woocommerce ul.products li.product .price { font-size: 12px; }
  body.olimo-mobile-columns-2 .woocommerce ul.products li.product .button { min-height: 39px; padding: 0 5px; font-size: 10px; line-height: 39px; }
  .single-product .flex-control-thumbs { grid-template-columns: repeat(4,1fr); }
  .woocommerce div.product form.cart { flex-wrap: wrap; }
  .woocommerce div.product form.cart .button { min-width: calc(100% - 90px); }
  .woocommerce div.product .woocommerce-tabs ul.tabs { overflow-x: auto; white-space: nowrap; }
}

/* Version 0.11.0: sale badge and customer login styling. */
.woocommerce ul.products li.product { position: relative; }
.woocommerce ul.products li.product .onsale {
  top: auto;
  right: auto;
  left: 0;
  bottom: 68px;
  min-width: 50px;
  min-height: 26px;
  padding: 1px 9px;
  border-radius: 0 8px 8px 0;
  line-height: 24px;
  z-index: 4;
}
.woocommerce-account:not(.logged-in) .olimo-woocommerce-main,
.woocommerce-account:not(.logged-in) .olimo-page-main { background: #FFFFFF; }
.woocommerce-account:not(.logged-in) .woocommerce { width: min(100%, 980px); margin-inline: auto; }
.woocommerce-account:not(.logged-in) .woocommerce h2 { color: var(--olimo-navy); font-size: 24px; }
.woocommerce-account:not(.logged-in) .u-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.woocommerce-account:not(.logged-in) .u-column1,
.woocommerce-account:not(.logged-in) .u-column2 { float: none; width: auto; }
.woocommerce-account:not(.logged-in) form.login,
.woocommerce-account:not(.logged-in) form.register {
  height: 100%;
  margin: 0;
  padding: 28px;
  border: 1px solid #F8F4FF;
  border-radius: 22px;
  background: #FFFFFF;
  box-shadow: 0 16px 38px rgba(75,23,63,.09);
}
.woocommerce-account:not(.logged-in) form .form-row label { color: var(--olimo-dark-600); font-size: 12px; font-weight: 600; }
.woocommerce-account:not(.logged-in) form .input-text {
  min-height: 49px;
  border-radius: 13px !important;
  background: #FFFFFF !important;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.woocommerce-account:not(.logged-in) form .input-text:focus { border-color: rgba(112,35,88,.55); box-shadow: 0 0 0 4px rgba(112,35,88,.07); }
.woocommerce-account:not(.logged-in) form .woocommerce-button { min-height: 46px; padding-inline: 24px; background: var(--olimo-primary); color: #fff; box-shadow: var(--olimo-red-shadow); }
.woocommerce-account:not(.logged-in) .woocommerce-LostPassword a { color: var(--olimo-primary); font-size: 12px; }
@media (max-width: 720px) {
  .woocommerce-account:not(.logged-in) .u-columns { grid-template-columns: 1fr; }
  .woocommerce-account:not(.logged-in) form.login,
  .woocommerce-account:not(.logged-in) form.register { padding: 21px 17px; border-radius: 18px; }
  .woocommerce ul.products li.product .onsale { bottom: 62px; }
}
.olimo-account-login-brand { margin: 0 auto 28px; text-align: center; }
.olimo-account-login-brand img { width: 145px; max-height: 82px; object-fit: contain; }
.olimo-account-login-brand p { margin: 8px 0 0; color: var(--olimo-gray-100); font-size: 13px; }

/* Version 0.13.0: exact Olimo single-product experience. */
.single-product .olimo-woocommerce-main { padding-top: 34px; background: #FFFFFF; }
.single-product .olimo-shop-content { min-width: 0; }
.single-product div.product.olimo-single-product { display: block; width: 100%; }
.olimo-product-hero-grid {
  display: grid;
  grid-template-columns: minmax(245px,.72fr) minmax(320px,1fr) minmax(390px,1.08fr);
  grid-template-areas: "buy info gallery";
  gap: 34px;
  align-items: start;
  direction: ltr;
  margin-top: 12px;
}
.olimo-product-buy-column { grid-area: buy; direction: rtl; }
.olimo-product-info-column { grid-area: info; direction: rtl; padding-top: 5px; }
.olimo-product-gallery-column { grid-area: gallery; direction: rtl; position: relative; min-width: 0; }
.olimo-product-buy-card {
  position: sticky;
  top: 145px;
  padding: 22px 20px 18px;
  border: 1px solid #F8F4FF;
  border-radius: 23px;
  background: #FFFFFF;
  box-shadow: 0 10px 24px rgba(75,23,63,.12);
}
.admin-bar .olimo-product-buy-card { top: 177px; }
.olimo-buy-card-title { margin: 0 0 15px; color: var(--olimo-dark-700); font-size: 14px; }
.olimo-buy-stock { margin-bottom: 10px; color: #8D2BF4; font-size: 11px; }
.olimo-buy-stock .stock { margin: 0; }
.olimo-buy-price-wrap { position: relative; margin: 16px 0 17px; padding-top: 15px; border-top: 1px solid #F8F4FF; }
.olimo-buy-price-wrap > span { display: block; margin-bottom: 4px; color: var(--olimo-gray-100); font-size: 11px; }
.olimo-buy-price .price { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin: 0 !important; color: var(--olimo-dark-700) !important; font-size: 21px !important; line-height: 1.5; }
.olimo-buy-price .price del { color: #8D2BF4; font-size: 11px; font-weight: 400; }
.olimo-buy-price .price ins { color: var(--olimo-dark-700); text-decoration: none; }
.olimo-buy-discount { position: absolute; left: 0; bottom: 5px; display: grid; min-width: 42px; height: 25px; place-items: center; padding: 0 8px; border-radius: 7px; background: var(--olimo-primary); color: #fff; font-size: 11px; }
.olimo-product-buy-card form.cart,
.olimo-product-buy-card form.variations_form.cart { display: block; margin: 0; }
.olimo-product-buy-card table.variations { display: block; width: 100%; margin: 0 0 12px; border: 0; }
.olimo-product-buy-card table.variations tbody,
.olimo-product-buy-card table.variations tr,
.olimo-product-buy-card table.variations th,
.olimo-product-buy-card table.variations td { display: block; width: 100%; padding: 0; border: 0; }
.olimo-product-buy-card table.variations tr { margin-bottom: 16px; }
.olimo-product-buy-card table.variations th.label { margin-bottom: 9px; color: var(--olimo-dark-700); font-size: 12px; text-align: right; }
.olimo-product-buy-card table.variations th.label label { font-weight: 700; }
.olimo-native-variation-select { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; opacity: 0 !important; }
.olimo-variation-swatches { display: flex; flex-wrap: wrap; gap: 8px; }
.olimo-variation-swatch { display: inline-flex; align-items: center; justify-content: center; min-width: 43px; min-height: 34px; padding: 4px 12px; border: 1px solid #F8F4FF; border-radius: 999px; background: #FFFFFF; color: var(--olimo-gray-100); font-size: 10px; transition: border-color .16s ease, box-shadow .16s ease, color .16s ease; }
.olimo-variation-swatch:hover { border-color: rgba(112,35,88,.45); color: var(--olimo-primary); }
.olimo-variation-swatch.is-active { border-color: var(--olimo-navy); color: var(--olimo-navy); box-shadow: 0 0 0 2px rgba(75,23,63,.09); }
.olimo-variation-swatch:disabled { opacity: .35; cursor: not-allowed; text-decoration: line-through; }
.olimo-variation-swatches.is-color .olimo-variation-swatch { width: 38px; min-width: 38px; height: 38px; min-height: 38px; padding: 4px; }
.olimo-variation-swatches.is-color .olimo-variation-swatch span { display: block; width: 26px; height: 26px; border: 1px solid rgba(75,23,63,.12); border-radius: 50%; background: var(--olimo-swatch-color); box-shadow: inset 0 0 0 2px rgba(255,255,255,.8); }
.olimo-variation-swatches.is-color .olimo-variation-swatch.is-active { border-color: var(--olimo-primary); box-shadow: 0 0 0 2px rgba(112,35,88,.12); }
.olimo-product-buy-card .reset_variations { display: inline-block; margin-top: 8px; color: var(--olimo-primary); font-size: 10px; }
.olimo-product-buy-card .single_variation_wrap { margin-top: 12px; }
.olimo-product-buy-card .woocommerce-variation-price .price { margin: 0 0 12px; color: var(--olimo-primary); font-size: 17px; font-weight: 700; }
.olimo-product-buy-card .woocommerce-variation-availability { font-size: 11px; }
.olimo-product-buy-card .woocommerce-variation-add-to-cart,
.olimo-product-buy-card form.cart:not(.variations_form) { display: grid; grid-template-columns: minmax(0,1fr) 94px; gap: 9px; align-items: center; }
.olimo-product-buy-card .quantity { display: grid; grid-template-columns: 29px 36px 29px; align-items: center; height: 46px; border: 1px solid #F8F4FF; border-radius: 999px; overflow: hidden; background: #FFFFFF; }
.olimo-product-buy-card .quantity .qty { width: 36px; height: 44px; padding: 0; border: 0; border-radius: 0; background: transparent; text-align: center; appearance: textfield; }
.olimo-product-buy-card .quantity .qty::-webkit-outer-spin-button,
.olimo-product-buy-card .quantity .qty::-webkit-inner-spin-button { margin: 0; appearance: none; }
.olimo-product-qty-button { width: 29px; height: 44px; padding: 0; border: 0; background: transparent; color: var(--olimo-gray-100); font-size: 18px; line-height: 1; }
.olimo-product-qty-button:hover { color: var(--olimo-primary); }
.olimo-product-buy-card .single_add_to_cart_button,
.olimo-product-buy-card form.cart .button { min-height: 47px; margin: 0; border-radius: 999px; background: var(--olimo-primary-light); color: #fff; box-shadow: var(--olimo-red-shadow); font-size: 12px; font-weight: 700; }
.olimo-product-buy-card .single_add_to_cart_button:hover,
.olimo-product-buy-card form.cart .button:hover { background: var(--olimo-primary); }
.olimo-buy-safe { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 14px; color: var(--olimo-gray-100); font-size: 10px; }
.olimo-buy-safe svg { color: var(--olimo-navy); }
.olimo-product-info-column .product_title { margin: 0 0 15px; color: var(--olimo-dark-700); font-size: clamp(23px,2.25vw,34px); line-height: 1.45; }
.olimo-product-info-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.olimo-product-category-pills { display: flex; flex-wrap: wrap; gap: 7px; }
.olimo-product-category-pills span a { display: inline-flex; min-height: 29px; align-items: center; padding: 0 12px; border-radius: 999px; background: #FFFFFF; color: var(--olimo-gray-100); font-size: 10px; }
.olimo-product-info-column .woocommerce-product-rating { display: flex; align-items: center; gap: 7px; margin: 0; }
.olimo-product-info-column .star-rating { margin: 0; color: #F3EAFF; font-size: 12px; }
.olimo-product-info-column .woocommerce-review-link { color: var(--olimo-gray-100); font-size: 10px; }
.olimo-product-short-description { margin: 0 0 24px; color: var(--olimo-gray-200); font-size: 13px; line-height: 2; }
.olimo-product-short-description p:last-child { margin-bottom: 0; }
.olimo-product-key-features h2 { margin: 0 0 13px; color: var(--olimo-dark-700); font-size: 15px; }
.olimo-product-feature-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.olimo-product-feature-item { min-width: 0; min-height: 68px; padding: 11px 13px; border-radius: 13px; background: #FFFFFF; }
.olimo-product-feature-item small { display: block; overflow: hidden; margin-bottom: 4px; color: var(--olimo-gray-100); font-size: 9px; white-space: nowrap; text-overflow: ellipsis; }
.olimo-product-feature-item strong { display: -webkit-box; overflow: hidden; color: var(--olimo-dark-700); font-size: 11px; font-weight: 600; line-height: 1.7; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.olimo-product-more-features { display: inline-flex; align-items: center; gap: 5px; margin-top: 12px; padding: 0; border: 0; background: transparent; color: var(--olimo-primary); font-size: 11px; font-weight: 700; }
.olimo-product-meta-box { margin-top: 18px; padding-top: 14px; border-top: 1px dashed #F8F4FF; color: var(--olimo-gray-100); font-size: 10px; }
.olimo-product-meta-box .product_meta { display: flex; flex-wrap: wrap; gap: 8px 15px; }
.olimo-product-meta-box a { color: var(--olimo-navy); }
.olimo-product-gallery-column .woocommerce-product-gallery { width: 100% !important; float: none !important; margin: 0 !important; }
.olimo-product-gallery-column .woocommerce-product-gallery__wrapper { overflow: hidden; border: 1px solid #F8F4FF; border-radius: 22px; background: #FFFFFF; }
.olimo-product-gallery-column .woocommerce-product-gallery__image { min-height: 410px; }
.olimo-product-gallery-column .woocommerce-product-gallery__image > a { display: grid; min-height: 410px; place-items: center; padding: 28px; }
.olimo-product-gallery-column .woocommerce-product-gallery__image img { width: 100%; height: 365px; object-fit: contain; mix-blend-mode: multiply; }
.olimo-product-gallery-column .flex-control-thumbs { display: flex; gap: 10px; margin: 12px 0 0 !important; padding: 0; overflow-x: auto; list-style: none; }
.olimo-product-gallery-column .flex-control-thumbs li { width: 72px !important; min-width: 72px; float: none !important; }
.olimo-product-gallery-column .flex-control-thumbs img { width: 72px; height: 72px; padding: 5px; border: 1px solid #F8F4FF; border-radius: 13px; object-fit: contain; background: #FFFFFF; opacity: 1; }
.olimo-product-gallery-column .flex-control-thumbs img.flex-active { border-color: var(--olimo-primary); box-shadow: 0 0 0 2px rgba(112,35,88,.08); }
.olimo-product-gallery-column .woocommerce-product-gallery__trigger { top: 13px; right: 13px; z-index: 4; width: 38px; height: 38px; border: 1px solid #F8F4FF; background: #FFFFFF; box-shadow: 0 7px 16px rgba(75,23,63,.08); }
.olimo-product-gallery-actions { position: absolute; z-index: 8; top: 0; left: -52px; display: flex; flex-direction: column; gap: 10px; }
.olimo-product-action-button { display: grid; width: 40px; height: 40px; place-items: center; padding: 0; border: 1px solid #F8F4FF; border-radius: 12px; background: #FFFFFF; color: var(--olimo-primary); box-shadow: 0 8px 18px rgba(75,23,63,.09); }
.olimo-product-action-button:hover { transform: translateY(-2px); color: var(--olimo-primary); }
.olimo-product-action-button svg { width: 21px; height: 21px; }
.olimo-product-gallery-wishlist.is-active { background: rgba(112,35,88,.08); color: var(--olimo-primary); }
.olimo-product-services { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin: 80px 0 50px; padding: 18px 32px; border-radius: 28px; background: #FFFFFF; }
.olimo-product-service { display: flex; align-items: center; justify-content: center; gap: 11px; min-width: 0; }
.olimo-product-service-icon { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; border-radius: 14px; background: #F8F4FF; color: var(--olimo-navy); }
.olimo-product-service-icon svg { width: 35px; height: 35px; }
.olimo-product-service > span:last-child { display: flex; min-width: 0; flex-direction: column; line-height: 1.55; }
.olimo-product-service strong { color: var(--olimo-navy); font-size: 11px; }
.olimo-product-service small { color: var(--olimo-gray-100); font-size: 9px; }
.olimo-product-tabs-wrap { margin-top: 16px; }
.single-product .olimo-product-tabs-wrap .woocommerce-tabs { margin: 0; }
.single-product .olimo-product-tabs-wrap .woocommerce-tabs ul.tabs { display: flex; justify-content: flex-start; gap: 7px; margin: 0 0 27px; padding: 0 0 16px; border-bottom: 1px solid #F8F4FF; overflow-x: auto; }
.single-product .olimo-product-tabs-wrap .woocommerce-tabs ul.tabs li { flex: 0 0 auto; margin: 0; border: 0; border-radius: 999px; background: transparent; }
.single-product .olimo-product-tabs-wrap .woocommerce-tabs ul.tabs li a { min-height: 39px; padding: 9px 19px; border: 0; border-radius: 999px; color: var(--olimo-gray-100); font-size: 11px; font-weight: 600; }
.single-product .olimo-product-tabs-wrap .woocommerce-tabs ul.tabs li.active a { border: 0; background: var(--olimo-primary-light); color: #fff; box-shadow: var(--olimo-red-shadow); }
.single-product .olimo-product-tabs-wrap .woocommerce-tabs .panel { max-width: 980px; margin-right: auto; padding: 0 0 30px; color: var(--olimo-gray-200); font-size: 14px; line-height: 2.15; }
.single-product .olimo-product-tabs-wrap .woocommerce-tabs .panel h2 { margin: 0 0 18px; color: var(--olimo-primary); font-size: 18px; }
.single-product .olimo-product-tabs-wrap table.shop_attributes { border: 1px solid #F8F4FF; border-radius: 16px; overflow: hidden; }
.single-product .olimo-product-tabs-wrap table.shop_attributes th,
.single-product .olimo-product-tabs-wrap table.shop_attributes td { padding: 13px 16px; border-color: #F8F4FF; }
.single-product .olimo-product-tabs-wrap table.shop_attributes th { width: 220px; background: #FFFFFF; color: var(--olimo-navy); font-size: 12px; }
.single-product .olimo-product-tabs-wrap #reviews { max-width: 100%; }
.olimo-single-related { margin-top: 58px; }
.olimo-single-related-head { display: flex; align-items: center; gap: 24px; margin-bottom: 20px; }
.olimo-single-related-head h2 { flex: 0 0 auto; margin: 0; color: var(--olimo-dark-700); font-size: 25px; }
.olimo-single-related-head::after { content: ""; height: 1px; flex: 1; background: #F8F4FF; }
.olimo-single-related-head a { order: 3; display: inline-flex; align-items: center; gap: 8px; color: var(--olimo-dark-700); font-size: 11px; font-weight: 700; }
.olimo-single-related-head .olimo-button-icon { width: 26px; height: 26px; background: var(--olimo-primary); color: #fff; }
.olimo-single-related-panel { padding: 28px; border-radius: 27px; background: #F3EAFF; }
.olimo-single-related-track { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 13px; }
.olimo-single-related-track .olimo-product-card { min-width: 0; }
@media (max-width: 1120px) {
  .olimo-product-hero-grid { grid-template-columns: minmax(230px,.72fr) minmax(285px,.9fr) minmax(340px,1fr); gap: 22px; }
  .olimo-product-gallery-actions { left: 8px; top: 8px; flex-direction: row; }
  .olimo-product-services { padding-inline: 18px; }
}
@media (max-width: 900px) {
  .olimo-product-hero-grid { grid-template-columns: 1fr 1fr; grid-template-areas: "gallery info" "buy buy"; }
  .olimo-product-buy-card { position: static; }
  .olimo-product-buy-card .woocommerce-variation-add-to-cart,
  .olimo-product-buy-card form.cart:not(.variations_form) { grid-template-columns: minmax(0,1fr) 100px; }
  .olimo-product-services { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .olimo-single-related-track { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .olimo-single-related-track .olimo-product-card { min-width: 260px; scroll-snap-align: start; }
}
@media (max-width: 640px) {
  .single-product .olimo-woocommerce-main { padding-top: 20px; }
  .olimo-product-hero-grid { display: flex; flex-direction: column; gap: 24px; }
  .olimo-product-gallery-column { order: 1; width: 100%; }
  .olimo-product-info-column { order: 2; width: 100%; }
  .olimo-product-buy-column { order: 3; width: 100%; }
  .olimo-product-gallery-column .woocommerce-product-gallery__image,
  .olimo-product-gallery-column .woocommerce-product-gallery__image > a { min-height: 300px; }
  .olimo-product-gallery-column .woocommerce-product-gallery__image img { height: 275px; }
  .olimo-product-gallery-column .flex-control-thumbs li,
  .olimo-product-gallery-column .flex-control-thumbs img { width: 62px !important; min-width: 62px; height: 62px; }
  .olimo-product-info-column .product_title { font-size: 23px; }
  .olimo-product-feature-grid { grid-template-columns: 1fr 1fr; }
  .olimo-product-services { grid-template-columns: 1fr 1fr; gap: 14px 8px; margin: 38px 0 34px; padding: 16px 10px; border-radius: 20px; }
  .olimo-product-service { justify-content: flex-start; }
  .olimo-product-service-icon { width: 42px; height: 42px; flex-basis: 42px; }
  .olimo-product-service-icon svg { width: 30px; height: 30px; }
  .single-product .olimo-product-tabs-wrap .woocommerce-tabs ul.tabs { justify-content: flex-start; }
  .single-product .olimo-product-tabs-wrap .woocommerce-tabs .panel { font-size: 13px; }
  .single-product .olimo-product-tabs-wrap table.shop_attributes th { width: 115px; }
  .olimo-single-related { margin-top: 38px; }
  .olimo-single-related-head h2 { font-size: 20px; }
  .olimo-single-related-panel { padding: 14px; border-radius: 21px; }
  .olimo-single-related-track .olimo-product-card { min-width: min(72vw,245px); }
}


/* Olimo 0.21.0 — refined single-product desktop/mobile layout. */
@media (min-width: 1025px) {
  .olimo-product-gallery-actions { top: 12px; right: -52px; left: auto; flex-direction: column; }
  .olimo-product-gallery-column .woocommerce-product-gallery__trigger {
    top: 112px; right: -52px; left: auto; display: grid; width: 40px; height: 40px;
    place-items: center; padding: 0; border: 1px solid #F8F4FF; border-radius: 12px;
    background: #FFFFFF; color: var(--olimo-primary); box-shadow: 0 8px 18px rgba(75,23,63,.09);
    font-size: 0; line-height: 1;
  }
  .olimo-product-gallery-column .woocommerce-product-gallery__trigger span { display: none; }
  .olimo-product-gallery-column .woocommerce-product-gallery__trigger::before {
    content: ""; width: 15px; height: 15px; border: 1.8px solid currentColor; border-radius: 50%;
    transform: translate(-2px,-2px);
  }
  .olimo-product-gallery-column .woocommerce-product-gallery__trigger::after {
    content: ""; position: absolute; width: 8px; height: 1.8px; border-radius: 2px;
    background: currentColor; transform: translate(7px,7px) rotate(45deg);
  }
  .olimo-product-buy-card .woocommerce-variation-add-to-cart,
  .olimo-product-buy-card form.cart:not(.variations_form) {
    grid-template-columns: 82px minmax(0,1fr); direction: rtl;
  }
  .olimo-product-buy-card .quantity { width: 82px; grid-template-columns: 24px 32px 24px; }
  .olimo-product-buy-card .quantity .qty { width: 32px; }
  .olimo-product-qty-button { width: 24px; }
  .olimo-product-buy-card .single_add_to_cart_button,
  .olimo-product-buy-card form.cart .button { width: 100%; padding-inline: 22px; font-size: 13px; }
}

.olimo-mobile-buy-bar { display: none; }

@media (max-width: 767px) {
  /* Reserve space for both fixed bars: the product buy bar sits above the
     same five-column bottom navigation used everywhere else on mobile. */
  body.single-product { padding-bottom: calc(205px + env(safe-area-inset-bottom)); }
  .single-product .olimo-woocommerce-main { padding-top: 14px; }
  .single-product .olimo-woocommerce-main > .olimo-container { width: min(calc(100% - 18px), var(--olimo-container)); }

  .single-product .olimo-breadcrumb {
    display: flex; width: 100%; margin: 0 0 16px; padding: 0; border: 0; border-radius: 0;
    background: transparent; box-shadow: none; gap: 8px; color: #8D2BF4; font-size: 10px;
    line-height: 1.9; overflow: visible; white-space: normal;
  }
  .single-product .olimo-breadcrumb a { color: #F8F4FF; font-weight: 500; white-space: normal; }
  .single-product .olimo-breadcrumb-sep { color: var(--olimo-primary); flex: 0 0 auto; transform: rotate(180deg); }
  .single-product .olimo-breadcrumb-current {
    display: inline; max-width: none; overflow: visible; color: var(--olimo-dark-700);
    font-weight: 600; white-space: normal; text-overflow: clip;
  }

  .olimo-product-hero-grid { display: flex; flex-direction: column; gap: 15px; margin-top: 0; direction: rtl; }
  .olimo-product-info-column { display: contents; }
  .olimo-product-info-column .product_title { order: 1; width: 100%; margin: 0; font-size: 18px; line-height: 1.65; text-align: right; }
  .olimo-product-info-meta { order: 2; width: 100%; margin: -2px 0 2px; }
  .olimo-product-gallery-column { order: 3; width: 100%; padding-top: 48px; }
  .olimo-product-key-features { order: 4; width: 100%; }
  .olimo-product-short-description { order: 5; width: 100%; margin: 2px 0 4px; }
  .olimo-product-meta-box { order: 6; width: 100%; margin-top: 2px; }
  .olimo-product-buy-column { order: 7; width: 100%; }

  .olimo-product-gallery-actions {
    top: 0; left: 0; right: auto; display: flex; flex-direction: row; gap: 9px; direction: ltr;
  }
  .olimo-product-action-button { width: 39px; height: 39px; border-radius: 12px; }
  .olimo-product-gallery-column .woocommerce-product-gallery__trigger {
    top: 0; left: 96px; right: auto; z-index: 9; display: grid; width: 39px; height: 39px;
    place-items: center; padding: 0; border: 1px solid #F8F4FF; border-radius: 12px;
    background: #FFFFFF; color: var(--olimo-primary); box-shadow: 0 8px 18px rgba(75,23,63,.09);
    font-size: 0;
  }
  .olimo-product-gallery-column .woocommerce-product-gallery__trigger span { display: none; }
  .olimo-product-gallery-column .woocommerce-product-gallery__trigger::before {
    content: ""; width: 14px; height: 14px; border: 1.8px solid currentColor; border-radius: 50%;
    transform: translate(-2px,-2px);
  }
  .olimo-product-gallery-column .woocommerce-product-gallery__trigger::after {
    content: ""; position: absolute; width: 8px; height: 1.8px; border-radius: 2px;
    background: currentColor; transform: translate(7px,7px) rotate(45deg);
  }
  .olimo-product-gallery-column .woocommerce-product-gallery__wrapper { border-radius: 16px; }
  .olimo-product-gallery-column .woocommerce-product-gallery__image,
  .olimo-product-gallery-column .woocommerce-product-gallery__image > a { min-height: 360px; }
  .olimo-product-gallery-column .woocommerce-product-gallery__image > a { padding: 18px; }
  .olimo-product-gallery-column .woocommerce-product-gallery__image img { width: 100%; height: 330px; object-fit: contain; mix-blend-mode: normal; }
  .olimo-product-gallery-column .flex-control-thumbs { gap: 8px; margin-top: 9px !important; }
  .olimo-product-gallery-column .flex-control-thumbs li,
  .olimo-product-gallery-column .flex-control-thumbs img { width: 54px !important; min-width: 54px; height: 54px; }

  .olimo-product-feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
  .olimo-product-feature-item { min-height: 57px; padding: 8px 10px; border-radius: 10px; }
  .olimo-product-key-features h2 { font-size: 12px; }
  .olimo-product-more-features { margin-top: 8px; }

  .olimo-product-buy-card { position: static; padding: 0; border: 0; border-radius: 0; box-shadow: none; }
  .olimo-product-buy-card > .olimo-buy-card-title,
  .olimo-product-buy-card > .olimo-buy-stock,
  .olimo-product-buy-card > .olimo-buy-price-wrap,
  .olimo-product-buy-card > .olimo-buy-safe { display: none; }
  .olimo-product-buy-card table.variations { margin: 0; }
  .olimo-product-buy-card .single_variation_wrap,
  .olimo-product-buy-card form.cart:not(.variations_form) { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; opacity: 0 !important; pointer-events: none !important; }

  .olimo-mobile-buy-bar {
    position: fixed; z-index: 1600; right: 7px; bottom: calc(76px + env(safe-area-inset-bottom)); left: 7px; display: block;
    padding: 12px 12px 11px; border: 1px solid #F8F4FF; border-radius: 24px 24px 18px 18px;
    background: #FFFFFF; box-shadow: 0 -12px 35px rgba(75,23,63,.14);
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  }
  .olimo-mobile-buy-price { position: relative; display: flex; min-height: 42px; align-items: center; gap: 8px; padding: 0 2px 8px; }
  .olimo-mobile-buy-price-label { margin-inline-start: auto; color: var(--olimo-dark-700); font-size: 13px; font-weight: 700; }
  .olimo-mobile-buy-price-value { display: flex; align-items: center; gap: 7px; color: var(--olimo-dark-700); font-size: 18px; font-weight: 700; }
  .olimo-mobile-buy-price-value .price { display: flex; align-items: center; gap: 7px; margin: 0; }
  .olimo-mobile-buy-price-value del { color: #F8F4FF; font-size: 11px; font-weight: 400; }
  .olimo-mobile-buy-price-value ins { text-decoration: none; }
  .olimo-mobile-buy-discount { display: grid; min-width: 42px; height: 25px; place-items: center; padding: 0 7px; border-radius: 7px; background: var(--olimo-primary); color: #fff; font-size: 11px; }
  .olimo-mobile-buy-controls { display: grid; grid-template-columns: 94px minmax(0,1fr); gap: 9px; align-items: center; direction: rtl; }
  .olimo-mobile-buy-quantity { display: grid; grid-template-columns: 28px 36px 28px; align-items: center; height: 48px; direction: ltr; border: 1px solid #F8F4FF; border-radius: 999px; overflow: hidden; background: #FFFFFF; }
  .olimo-mobile-buy-quantity button { width: 28px; height: 46px; padding: 0; border: 0; background: transparent; color: #8D2BF4; font-size: 20px; }
  .olimo-mobile-buy-quantity input { width: 36px; height: 46px; padding: 0; border: 0; outline: 0; background: transparent; text-align: center; appearance: textfield; }
  .olimo-mobile-buy-quantity input::-webkit-inner-spin-button,
  .olimo-mobile-buy-quantity input::-webkit-outer-spin-button { margin: 0; appearance: none; }
  .olimo-mobile-add-to-cart { min-width: 0; height: 50px; padding: 0 18px; border: 0; border-radius: 999px; background: var(--olimo-primary-light); color: #fff; box-shadow: var(--olimo-red-shadow); font-size: 15px; font-weight: 700; }
  .olimo-mobile-add-to-cart:disabled { opacity: .45; cursor: not-allowed; box-shadow: none; }

  .olimo-product-services { margin-top: 18px; }
  .olimo-single-related { margin-top: 50px; }
  .olimo-single-related-panel { padding: 10px 8px 14px; }
  .olimo-single-related-track { gap: 7px; }
  .olimo-single-related-track .olimo-product-card { min-width: calc((100% - 7px) / 2); width: calc((100% - 7px) / 2); }
}

/* v0.22 single-product refinements */
.olimo-product-info-column .product_title.entry-title {
  font-size: 22px;
}
.olimo-product-gallery-actions .woocommerce-product-gallery__trigger {
  position: relative !important;
  inset: auto !important;
  display: grid !important;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  place-items: center;
  border: 1px solid #F8F4FF !important;
  border-radius: 12px !important;
  background: #FFFFFF !important;
  color: var(--olimo-primary) !important;
  box-shadow: 0 8px 18px rgba(75,23,63,.09) !important;
  text-indent: 0 !important;
  transition: transform .2s ease, color .2s ease, border-color .2s ease;
}
.olimo-product-gallery-actions .woocommerce-product-gallery__trigger:hover {
  transform: translateY(-2px);
  border-color: rgba(112,35,88,.25) !important;
}
.olimo-product-gallery-actions .woocommerce-product-gallery__trigger span { display: none !important; }
.olimo-product-gallery-actions .woocommerce-product-gallery__trigger::before {
  content: "" !important;
  position: static !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  border: 1.7px solid currentColor !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-sizing: border-box;
}
.olimo-product-gallery-actions .woocommerce-product-gallery__trigger::after {
  content: "" !important;
  position: absolute !important;
  width: 7px !important;
  height: 1.7px !important;
  margin: 13px 0 0 13px !important;
  border: 0 !important;
  border-radius: 2px;
  background: currentColor !important;
  transform: rotate(45deg) !important;
}
@media (min-width: 901px) {
  .olimo-product-gallery-actions {
    top: 12px !important;
    right: -52px !important;
    left: auto !important;
    flex-direction: column !important;
    direction: ltr;
  }
}
@media (max-width: 900px) {
  .olimo-product-gallery-actions {
    top: 10px !important;
    right: auto !important;
    left: 10px !important;
    flex-direction: row !important;
    direction: ltr;
  }
}

/* v0.27 single-product reliability and pricing refinements */
.single-product .olimo-product-info-column .product_title.entry-title {
  font-size: 22px !important;
  line-height: 1.55;
}

.olimo-product-buy-card .woocommerce-variation-price {
  position: relative;
  z-index: 1;
  min-height: 60px;
  margin: 2px 0 14px;
  overflow: visible;
}
.olimo-product-buy-card .woocommerce-variation-price .price {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center;
  gap: 2px !important;
  min-height: 56px;
  margin: 0 !important;
  color: var(--olimo-dark-700) !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  white-space: normal;
}
.olimo-product-buy-card .woocommerce-variation-price .price del {
  order: 1;
  display: block !important;
  color: #101B3D !important;
  opacity: .72;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  text-decoration-thickness: 1px;
}
.olimo-product-buy-card .woocommerce-variation-price .price ins {
  order: 2;
  display: block !important;
  color: var(--olimo-dark-700) !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}
.olimo-product-buy-card .woocommerce-variation-price .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px,1px,1px,1px) !important;
  white-space: nowrap !important;
}
.olimo-product-buy-card .woocommerce-variation-add-to-cart {
  position: relative;
  z-index: 0;
  clear: both;
}

.olimo-product-gallery-actions .woocommerce-product-gallery__trigger,
.olimo-product-gallery-actions .olimo-product-gallery-zoom {
  flex: 0 0 40px;
}

.single-product .woocommerce-notices-wrapper:not(:empty) {
  width: 100%;
  margin: 0 0 18px;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message,
.single-product .woocommerce-notices-wrapper .woocommerce-error,
.single-product .woocommerce-notices-wrapper .woocommerce-info {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
  padding: 13px 54px 13px 16px !important;
  border: 1px solid rgba(112,35,88,.18) !important;
  border-radius: 16px;
  background: #FFFFFF !important;
  color: #8D2BF4 !important;
  box-shadow: 0 10px 24px rgba(75,23,63,.07);
  font-size: 13px;
  line-height: 1.8;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message::before,
.single-product .woocommerce-notices-wrapper .woocommerce-info::before {
  top: 50% !important;
  right: 18px !important;
  left: auto !important;
  color: #8D2BF4 !important;
  transform: translateY(-50%);
}
.single-product .woocommerce-notices-wrapper .woocommerce-error {
  border-color: rgba(112,35,88,.18) !important;
  background: #FFFFFF !important;
  color: #F3EAFF !important;
}
.single-product .woocommerce-notices-wrapper .button.wc-forward {
  order: 2;
  min-height: 38px;
  margin: 0 !important;
  padding: 8px 14px !important;
  border-radius: 10px !important;
  background: var(--olimo-primary) !important;
  color: #fff !important;
  box-shadow: var(--olimo-red-shadow);
  white-space: nowrap;
}

@media (max-width: 900px) {
  .olimo-product-buy-card .woocommerce-variation-price .price {
    align-items: flex-start !important;
  }
  .olimo-mobile-buy-price-value .price {
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
  }
  .olimo-mobile-buy-price-value .price del {
    order: 1;
    display: block;
    color: #101B3D;
    opacity: .7;
    font-size: 10px;
  }
  .olimo-mobile-buy-price-value .price ins {
    order: 2;
    display: block;
    font-size: 18px;
    font-weight: 800;
  }
  .single-product .woocommerce-notices-wrapper .woocommerce-message,
  .single-product .woocommerce-notices-wrapper .woocommerce-error,
  .single-product .woocommerce-notices-wrapper .woocommerce-info {
    align-items: flex-start;
    flex-direction: column;
    padding: 13px 48px 13px 13px !important;
  }
  .single-product .woocommerce-notices-wrapper .button.wc-forward {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* v0.29 — reliable product zoom / full-size image viewer. */
.olimo-product-gallery .olimo-native-gallery-trigger,
.olimo-product-gallery-column .woocommerce-product-gallery > .olimo-native-gallery-trigger {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.olimo-gallery-zoom-proxy { cursor: zoom-in; }

.olimo-product-lightbox[hidden] { display: none !important; }
.olimo-product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(75,23,63,.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity .18s ease;
}
.olimo-product-lightbox.is-open { opacity: 1; }
.olimo-product-lightbox-stage {
  display: grid;
  width: min(92vw, 1100px);
  height: min(88vh, 880px);
  place-items: center;
  padding: 18px;
  border-radius: 22px;
  background: #FFFFFF;
  box-shadow: 0 28px 80px rgba(75,23,63,.28);
}
.olimo-product-lightbox-stage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.olimo-product-lightbox-close {
  position: fixed;
  top: 24px;
  left: 24px;
  z-index: 2;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: #FFFFFF;
  color: var(--olimo-primary);
  box-shadow: 0 12px 28px rgba(75,23,63,.18);
  font-size: 29px;
  line-height: 1;
}
html.olimo-lightbox-open,
html.olimo-lightbox-open body { overflow: hidden !important; }

@media (max-width: 680px) {
  .olimo-product-lightbox { padding: 12px; }
  .olimo-product-lightbox-stage { width: 100%; height: 82vh; padding: 10px; border-radius: 17px; }
  .olimo-product-lightbox-close { top: 14px; left: 14px; width: 42px; height: 42px; }
}


/* ==========================================================================
   Version 0.33.0 — vertical sale price and clean native hover zoom
   ========================================================================== */
.single-product .olimo-buy-price > p.price,
.single-product .olimo-mobile-buy-price-value > p.price {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center;
  gap: 2px;
  margin: 0 !important;
  white-space: normal !important;
}
.single-product .olimo-buy-price > p.price del,
.single-product .olimo-mobile-buy-price-value > p.price del {
  order: 1;
  display: block !important;
  color: #101B3D !important;
  opacity: .7;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}
.single-product .olimo-buy-price > p.price ins,
.single-product .olimo-mobile-buy-price-value > p.price ins {
  order: 2;
  display: block !important;
  color: var(--olimo-dark-700) !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}
.single-product .olimo-buy-price > p.price .screen-reader-text,
.single-product .olimo-mobile-buy-price-value > p.price .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px,1px,1px,1px) !important;
  white-space: nowrap !important;
}
@media (hover: hover) and (pointer: fine) {
  .olimo-product-gallery-column .woocommerce-product-gallery__image.is-olimo-native-zoom-active > a > img:not(.zoomImg) {
    opacity: 0 !important;
  }
  .olimo-product-gallery-column .woocommerce-product-gallery__image img.zoomImg {
    background: #FFFFFF;
    mix-blend-mode: normal !important;
  }
}
.single-product .olimo-mobile-buy-price-value {
  display: flex !important;
  min-width: 0;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 1px;
  white-space: normal !important;
}
.single-product .olimo-mobile-buy-price-value > del {
  order: 1;
  display: block !important;
  color: #101B3D !important;
  opacity: .7;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}
.single-product .olimo-mobile-buy-price-value > ins {
  order: 2;
  display: block !important;
  color: var(--olimo-dark-700) !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}


/* Olimo v1.0.2 — single-product breadcrumb + related products refinements. */
.single-product .olimo-woocommerce-main > .olimo-container > .olimo-breadcrumb,
.single-product nav.woocommerce-breadcrumb.olimo-breadcrumb{
  display:flex;
  width:100%;
  max-width:100%;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin:14px 0 32px;
  padding:12px 16px;
  border:1px solid #F8F4FF;
  border-radius:14px;
  background:#FFFFFF;
  color:#101B3D;
  box-shadow:0 7px 22px rgba(75,23,63,.055);
  font-size:12px;
  line-height:1.9;
  white-space:normal;
  overflow:visible;
}
.single-product nav.woocommerce-breadcrumb.olimo-breadcrumb a{
  color:#8D2BF4;
  font-weight:600;
  transition:color .2s ease;
}
.single-product nav.woocommerce-breadcrumb.olimo-breadcrumb a:hover{ color:#101B3D; }
.single-product nav.woocommerce-breadcrumb.olimo-breadcrumb .olimo-breadcrumb-sep{
  display:inline-grid;
  place-items:center;
  flex:0 0 auto;
  color:#F3EAFF;
  opacity:1;
  transform:rotate(180deg);
}
.single-product nav.woocommerce-breadcrumb.olimo-breadcrumb .olimo-breadcrumb-sep svg{
  display:block;
  width:13px;
  height:13px;
}
.single-product nav.woocommerce-breadcrumb.olimo-breadcrumb .olimo-breadcrumb-current{
  color:#101B3D;
  font-weight:700;
}

.single-product .olimo-single-related-panel{
  background:#F8F4FF;
  border:1px solid #F8F4FF;
  box-shadow:0 10px 28px rgba(75,23,63,.045);
}
.single-product .olimo-single-related-head .olimo-button-icon{
  display:inline-grid;
  place-items:center;
  overflow:visible;
  background:#8D2BF4;
  color:#fff;
}
.single-product .olimo-single-related-head .olimo-button-icon svg{
  display:block;
  width:15px;
  height:15px;
  overflow:visible;
}
/* Defensive fallback: keep an arrow visible even if another filter strips inline SVG. */
.single-product .olimo-single-related-head .olimo-button-icon:empty::before{
  content:"";
  width:7px;
  height:7px;
  border-left:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg);
}

@media (max-width:767px){
  .single-product .olimo-woocommerce-main > .olimo-container > .olimo-breadcrumb,
  .single-product nav.woocommerce-breadcrumb.olimo-breadcrumb{
    margin:8px 0 22px;
    padding:10px 12px;
    border:1px solid #F8F4FF;
    border-radius:12px;
    background:#FFFFFF;
    box-shadow:0 5px 16px rgba(75,23,63,.045);
    gap:6px;
    color:#101B3D;
    font-size:10px;
    line-height:1.9;
  }
  .single-product nav.woocommerce-breadcrumb.olimo-breadcrumb a{
    color:#8D2BF4;
    font-weight:600;
  }
  .single-product nav.woocommerce-breadcrumb.olimo-breadcrumb .olimo-breadcrumb-sep{
    color:#F3EAFF;
    transform:rotate(180deg);
  }
  .single-product .olimo-single-related-panel{
    padding:14px;
    border-radius:19px;
  }
}


/* Olimo v1.0.6 — premium mobile variation selector */
@media(max-width:767px){
  .single-product .olimo-product-buy-card table.variations{
    width:100%;
    margin:0!important;
    padding:14px;
    border:1px solid rgba(112,35,88,.16)!important;
    border-radius:20px;
    background:linear-gradient(180deg,#FFFFFF 0%,#FFFFFF 100%);
    box-shadow:0 10px 28px rgba(75,23,63,.06);
  }
  .single-product .olimo-product-buy-card table.variations tr{margin:0!important}
  .single-product .olimo-product-buy-card table.variations th.label{
    display:flex!important;
    align-items:center;
    justify-content:space-between;
    margin:0 0 11px!important;
    padding:0 2px 10px!important;
    border-bottom:1px dashed rgba(112,35,88,.22)!important;
  }
  .single-product .olimo-product-buy-card table.variations th.label label{
    display:inline-flex;
    align-items:center;
    gap:7px;
    color:var(--olimo-dark-700);
    font-size:13px;
    font-weight:800;
  }
  .single-product .olimo-product-buy-card table.variations th.label label::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:var(--olimo-primary-light);
    box-shadow:0 0 0 4px rgba(213,143,175,.16);
  }
  .single-product .olimo-product-buy-card table.variations td.value{display:block!important}
  .single-product .olimo-product-buy-card .olimo-variation-swatches.is-button{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }
  .single-product .olimo-product-buy-card .olimo-variation-swatches.is-button .olimo-variation-swatch{
    position:relative;
    width:100%;
    min-width:0;
    min-height:46px;
    padding:7px 12px;
    border:1px solid rgba(112,35,88,.18);
    border-radius:13px;
    background:#FFFFFF;
    color:var(--olimo-dark-700);
    font-size:11px;
    font-weight:700;
    box-shadow:0 3px 10px rgba(75,23,63,.035);
  }
  .single-product .olimo-product-buy-card .olimo-variation-swatches.is-button .olimo-variation-swatch:hover{
    border-color:var(--olimo-primary);
    color:var(--olimo-primary);
  }
  .single-product .olimo-product-buy-card .olimo-variation-swatches.is-button .olimo-variation-swatch.is-active{
    border-color:var(--olimo-primary);
    background:var(--olimo-primary);
    color:#fff;
    box-shadow:0 7px 18px rgba(112,35,88,.18);
  }
  .single-product .olimo-product-buy-card .olimo-variation-swatches.is-button .olimo-variation-swatch.is-active::before{
    content:"✓";
    display:grid;
    position:absolute;
    right:8px;
    top:50%;
    width:18px;
    height:18px;
    place-items:center;
    border-radius:50%;
    background:rgba(255,255,255,.18);
    color:#fff;
    font-size:10px;
    transform:translateY(-50%);
  }
  .single-product .olimo-product-buy-card .olimo-variation-swatches.is-button .olimo-variation-swatch:disabled{
    opacity:.42;
    background:#F8F4FF;
    color:rgba(75,23,63,.55);
    box-shadow:none;
  }
  .single-product .olimo-product-buy-card .reset_variations{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:28px;
    margin-top:10px;
    padding:2px 10px;
    border-radius:999px;
    background:rgba(213,143,175,.16);
    color:var(--olimo-primary);
    font-size:10px;
    font-weight:700;
  }
}


/* Olimo v1.0.8 — selected variation details stay visible on mobile */
@media(max-width:900px){
  .olimo-product-buy-card .single_variation_wrap{
    position:static!important;width:auto!important;height:auto!important;overflow:visible!important;
    clip:auto!important;opacity:1!important;pointer-events:auto!important;margin-top:12px!important;
  }
  .olimo-product-buy-card .single_variation_wrap .woocommerce-variation.single_variation{
    width:100%;margin:0 0 10px;padding:10px 12px;border:1px solid rgba(112,35,88,.16);
    border-radius:14px;background:#FFFFFF;color:var(--olimo-dark-700);box-sizing:border-box;
  }
  .olimo-product-buy-card .single_variation_wrap .woocommerce-variation-description:empty,
  .olimo-product-buy-card .single_variation_wrap .woocommerce-variation-price:empty,
  .olimo-product-buy-card .single_variation_wrap .woocommerce-variation-availability:empty{display:none}
  .olimo-product-buy-card .single_variation_wrap .woocommerce-variation-description{margin-bottom:8px;font-size:12px;line-height:1.9;color:rgba(75,23,63,.72)}
  .olimo-product-buy-card .single_variation_wrap .woocommerce-variation-description p{margin:0}
  .olimo-product-buy-card .single_variation_wrap .woocommerce-variation-add-to-cart{
    position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;
    clip:rect(0,0,0,0)!important;opacity:0!important;pointer-events:none!important;
  }
}

/* Olimo v1.0.19 — separated gallery thumbnails and true fullscreen viewer. */
.single-product .olimo-product-gallery-column .flex-control-thumbs{
  position:relative;
  display:flex !important;
  gap:10px !important;
  margin:18px 0 0 !important;
  padding:10px !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  border:1px solid rgba(112,35,88,.16);
  border-radius:17px;
  background:#FFFFFF;
  box-shadow:0 6px 18px rgba(75,23,63,.045);
  scroll-snap-type:x proximity;
  scrollbar-width:thin;
  overscroll-behavior-inline:contain;
  touch-action:pan-x pan-y;
  cursor:grab;
}
.single-product .olimo-product-gallery-column .flex-control-thumbs.is-dragging{
  cursor:grabbing;
  scroll-snap-type:none;
  user-select:none;
}
.single-product .olimo-product-gallery-column .flex-control-thumbs li{
  flex:0 0 auto !important;
  scroll-snap-align:start;
}
.single-product .olimo-product-gallery-column .flex-control-thumbs img{
  display:block;
  opacity:.72 !important;
  cursor:pointer;
  transition:opacity .18s ease,transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
@media(hover:hover) and (pointer:fine){
  .single-product .olimo-product-gallery-column .flex-control-thumbs img:hover{
    opacity:1 !important;
    border-color:var(--olimo-primary-light) !important;
    transform:translateY(-2px);
  }
}
.single-product .olimo-product-gallery-column .flex-control-thumbs img.flex-active{
  opacity:1 !important;
  border-color:var(--olimo-primary) !important;
  box-shadow:0 0 0 2px rgba(112,35,88,.12) !important;
}

.olimo-product-lightbox{
  z-index:2147483000 !important;
  padding:0 !important;
  background:rgba(30,20,16,.96) !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}
.olimo-product-lightbox-stage{
  width:100vw !important;
  height:100dvh !important;
  max-width:none !important;
  max-height:none !important;
  padding:18px !important;
  border-radius:0 !important;
  background:#101B3D !important;
  box-shadow:none !important;
}
.olimo-product-lightbox-stage img{object-fit:contain !important}
.olimo-product-lightbox-close{z-index:2147483001 !important}
.pswp,
.pswp.pswp--open{z-index:2147483000 !important}
html.olimo-lightbox-open .olimo-mobile-buy-bar,
html.olimo-lightbox-open .olimo-mobile-bottom-nav,
html.olimo-native-lightbox-open .olimo-mobile-buy-bar,
html.olimo-native-lightbox-open .olimo-mobile-bottom-nav,
body:has(.pswp.pswp--open) .olimo-mobile-buy-bar,
body:has(.pswp.pswp--open) .olimo-mobile-bottom-nav{
  display:none !important;
}
html.olimo-native-lightbox-open,
html.olimo-native-lightbox-open body{overflow:hidden !important}

/* Variable-selection guidance: clickable disabled-looking CTA with attention feedback. */
.single-product .olimo-product-buy-card .single_add_to_cart_button.olimo-selection-required,
.single-product .olimo-mobile-add-to-cart.olimo-selection-required{
  opacity:.72 !important;
  cursor:pointer !important;
  box-shadow:none !important;
}
.single-product .olimo-product-buy-card table.variations.olimo-variation-attention{
  animation:olimoVariationAttention 1.55s ease both;
}
@keyframes olimoVariationAttention{
  0%,100%{border-color:rgba(112,35,88,.16);box-shadow:0 10px 28px rgba(75,23,63,.06)}
  18%,52%{border-color:var(--olimo-primary) !important;box-shadow:0 0 0 4px rgba(112,35,88,.18),0 14px 34px rgba(75,23,63,.10)}
  34%,70%{border-color:var(--olimo-primary-light) !important;box-shadow:0 0 0 2px rgba(213,143,175,.22),0 10px 28px rgba(75,23,63,.06)}
}
@media(prefers-reduced-motion:reduce){
  .single-product .olimo-product-buy-card table.variations.olimo-variation-attention{animation:none;border-color:var(--olimo-primary) !important;box-shadow:0 0 0 3px rgba(112,35,88,.16)}
}
.single-product .olimo-product-buy-card .single_add_to_cart_button.olimo-selection-required,
.single-product .olimo-mobile-add-to-cart.olimo-selection-required{
  pointer-events:auto !important;
}


/* v1.0.20: breadcrumb SVG is rotated globally; keep separator wrapper neutral. */
.single-product nav.woocommerce-breadcrumb.olimo-breadcrumb .olimo-breadcrumb-sep{transform:none!important}
.single-product nav.woocommerce-breadcrumb.olimo-breadcrumb .olimo-breadcrumb-sep svg{transform:rotate(180deg)!important;transform-origin:center}


/* Olimo v1.0.21 — lighter selection guidance and gesture-safe product gallery. */
.single-product .olimo-product-buy-card .single_add_to_cart_button.olimo-selection-required,
.single-product .olimo-mobile-add-to-cart.olimo-selection-required{
  font-weight:500 !important;
}
.single-product .olimo-product-gallery-column .flex-control-thumbs{
  touch-action:pan-y !important;
  -webkit-overflow-scrolling:touch;
}
.single-product .olimo-product-gallery-column .flex-control-thumbs li,
.single-product .olimo-product-gallery-column .flex-control-thumbs img{
  touch-action:manipulation;
  -webkit-user-drag:none;
}
.single-product .olimo-product-gallery-column .flex-control-thumbs img[role="button"]:focus-visible{
  outline:2px solid var(--olimo-primary);
  outline-offset:2px;
}
.single-product .olimo-product-gallery-column .flex-viewport{
  touch-action:pan-y !important;
}


/* Olimo v1.0.25 — refined single-product tabs and readable panel cards. */
.single-product .olimo-product-tabs-wrap{
  margin-top:28px;
  padding:22px;
  border:1px solid rgba(112,35,88,.14);
  border-radius:24px;
  background:rgba(255,249,250,.72);
  box-shadow:0 14px 38px rgba(75,23,63,.05);
}
.single-product .olimo-product-tabs-wrap .woocommerce-tabs{
  display:block;
  width:100%;
}
.single-product .olimo-product-tabs-wrap .woocommerce-tabs ul.tabs{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 18px!important;
  padding:5px!important;
  border:1px solid rgba(112,35,88,.13)!important;
  border-radius:16px;
  background:#FFFFFF;
  overflow-x:auto;
  scrollbar-width:none;
}
.single-product .olimo-product-tabs-wrap .woocommerce-tabs ul.tabs::-webkit-scrollbar{display:none}
.single-product .olimo-product-tabs-wrap .woocommerce-tabs ul.tabs li{
  flex:0 0 auto;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:12px!important;
  background:transparent!important;
  box-shadow:none!important;
}
.single-product .olimo-product-tabs-wrap .woocommerce-tabs ul.tabs li::before,
.single-product .olimo-product-tabs-wrap .woocommerce-tabs ul.tabs li::after{display:none!important}
.single-product .olimo-product-tabs-wrap .woocommerce-tabs ul.tabs li a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:9px 18px!important;
  border:0!important;
  border-radius:11px!important;
  color:#676B7A;
  font-size:13px;
  font-weight:600;
  line-height:1.5;
  transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.single-product .olimo-product-tabs-wrap .woocommerce-tabs ul.tabs li a:hover{
  color:var(--olimo-primary);
  background:rgba(213,143,175,.14);
}
.single-product .olimo-product-tabs-wrap .woocommerce-tabs ul.tabs li.active a{
  color:#fff!important;
  background:var(--olimo-primary)!important;
  box-shadow:0 8px 18px rgba(112,35,88,.18)!important;
  transform:translateY(-1px);
}
.single-product .olimo-product-tabs-wrap .woocommerce-tabs .panel{
  width:100%;
  max-width:none!important;
  margin:0!important;
  padding:26px 28px!important;
  border:1px solid rgba(112,35,88,.12);
  border-radius:18px;
  background:#FFFFFF;
  color:#676B7A;
  font-size:14px;
  line-height:2.05;
  box-shadow:0 8px 24px rgba(75,23,63,.035);
}
.single-product .olimo-product-tabs-wrap .woocommerce-tabs .panel > :first-child{margin-top:0}
.single-product .olimo-product-tabs-wrap .woocommerce-tabs .panel > :last-child{margin-bottom:0}
.single-product .olimo-product-tabs-wrap .woocommerce-tabs .panel h2,
.single-product .olimo-product-tabs-wrap .woocommerce-tabs .panel h3{
  position:relative;
  margin:0 0 18px;
  padding-right:14px;
  color:#101B3D;
  font-size:19px;
  line-height:1.7;
}
.single-product .olimo-product-tabs-wrap .woocommerce-tabs .panel h2::before,
.single-product .olimo-product-tabs-wrap .woocommerce-tabs .panel h3::before{
  content:"";
  position:absolute;
  top:.45em;
  right:0;
  width:4px;
  height:1.35em;
  border-radius:99px;
  background:var(--olimo-primary);
}
.single-product .olimo-product-tabs-wrap .woocommerce-tabs .panel p{margin:0 0 15px}
.single-product .olimo-product-tabs-wrap .woocommerce-tabs .panel ul,
.single-product .olimo-product-tabs-wrap .woocommerce-tabs .panel ol{
  display:grid;
  gap:8px;
  margin:15px 0 18px;
  padding:0 22px 0 0;
}
.single-product .olimo-product-tabs-wrap .woocommerce-tabs .panel li{padding-right:2px}
.single-product .olimo-product-tabs-wrap .woocommerce-tabs .panel li::marker{color:var(--olimo-primary)}

.single-product .olimo-product-tabs-wrap table.shop_attributes{
  width:100%;
  margin:0!important;
  border:1px solid rgba(112,35,88,.15)!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  border-radius:14px!important;
  overflow:hidden;
  background:#fff;
}
.single-product .olimo-product-tabs-wrap table.shop_attributes tr:nth-child(even){background:#FFFFFF}
.single-product .olimo-product-tabs-wrap table.shop_attributes th,
.single-product .olimo-product-tabs-wrap table.shop_attributes td{
  padding:14px 16px!important;
  border:0!important;
  border-bottom:1px solid rgba(112,35,88,.11)!important;
  vertical-align:middle;
  line-height:1.85;
}
.single-product .olimo-product-tabs-wrap table.shop_attributes tr:last-child th,
.single-product .olimo-product-tabs-wrap table.shop_attributes tr:last-child td{border-bottom:0!important}
.single-product .olimo-product-tabs-wrap table.shop_attributes th{
  width:180px!important;
  background:#FFFFFF!important;
  color:#101B3D!important;
  font-size:13px!important;
  font-weight:700;
}
.single-product .olimo-product-tabs-wrap table.shop_attributes td{
  color:#676B7A;
  font-size:13px;
}
.single-product .olimo-product-tabs-wrap table.shop_attributes td p{margin:0!important;padding:0!important}

.single-product .olimo-product-tabs-wrap #reviews{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);
  gap:22px;
  max-width:none!important;
  align-items:start;
}
.single-product .olimo-product-tabs-wrap #reviews #comments,
.single-product .olimo-product-tabs-wrap #reviews #review_form_wrapper{
  min-width:0;
  padding:20px;
  border:1px solid rgba(112,35,88,.12);
  border-radius:15px;
  background:#fff;
}
.single-product .olimo-product-tabs-wrap #reviews .woocommerce-Reviews-title,
.single-product .olimo-product-tabs-wrap #review_form .comment-reply-title{
  display:block;
  margin:0 0 15px;
  color:#101B3D;
  font-size:16px;
  font-weight:700;
  line-height:1.8;
}
.single-product .olimo-product-tabs-wrap #reviews .woocommerce-noreviews{
  margin:0;
  padding:14px 16px;
  border-radius:11px;
  background:#FFFFFF;
  color:#676B7A;
}
.single-product .olimo-product-tabs-wrap #review_form .comment-form{display:grid;gap:14px}
.single-product .olimo-product-tabs-wrap #review_form .comment-form > *{margin:0}
.single-product .olimo-product-tabs-wrap #review_form label{
  display:block;
  margin-bottom:7px;
  color:#101B3D;
  font-size:12px;
  font-weight:600;
}
.single-product .olimo-product-tabs-wrap #review_form textarea,
.single-product .olimo-product-tabs-wrap #review_form input:not([type=submit]):not([type=hidden]),
.single-product .olimo-product-tabs-wrap #review_form select{
  width:100%;
  border:1px solid rgba(112,35,88,.2);
  border-radius:11px;
  background:#FFFFFF;
  color:#101B3D;
  outline:0;
}
.single-product .olimo-product-tabs-wrap #review_form textarea{
  min-height:135px;
  padding:12px 13px;
  resize:vertical;
}
.single-product .olimo-product-tabs-wrap #review_form textarea:focus,
.single-product .olimo-product-tabs-wrap #review_form input:not([type=submit]):focus{
  border-color:rgba(112,35,88,.58);
  box-shadow:0 0 0 4px rgba(112,35,88,.07);
}
.single-product .olimo-product-tabs-wrap #review_form .comment-form-rating{
  padding:12px 14px;
  border-radius:11px;
  background:#FFFFFF;
}
.single-product .olimo-product-tabs-wrap #review_form p.stars{margin:4px 0 0!important}
.single-product .olimo-product-tabs-wrap #review_form p.stars a{color:#F3EAFF}
.single-product .olimo-product-tabs-wrap #review_form .form-submit input[type=submit]{
  min-width:120px;
  min-height:42px;
  padding:9px 22px;
  border:0;
  border-radius:11px;
  background:var(--olimo-primary);
  color:#fff;
  font-weight:600;
  cursor:pointer;
}

@media(max-width:900px){
  .single-product .olimo-product-tabs-wrap{padding:16px;border-radius:20px}
  .single-product .olimo-product-tabs-wrap #reviews{grid-template-columns:1fr}
}
@media(max-width:640px){
  .single-product .olimo-product-tabs-wrap{margin-top:20px;padding:10px;border-radius:16px}
  .single-product .olimo-product-tabs-wrap .woocommerce-tabs ul.tabs{margin-bottom:10px!important;padding:4px!important;border-radius:12px}
  .single-product .olimo-product-tabs-wrap .woocommerce-tabs ul.tabs li a{min-height:38px;padding:8px 13px!important;font-size:11px}
  .single-product .olimo-product-tabs-wrap .woocommerce-tabs .panel{padding:18px 15px!important;border-radius:13px;font-size:13px;line-height:1.95}
  .single-product .olimo-product-tabs-wrap .woocommerce-tabs .panel h2,
  .single-product .olimo-product-tabs-wrap .woocommerce-tabs .panel h3{font-size:17px}
  .single-product .olimo-product-tabs-wrap table.shop_attributes th{width:100px!important;padding:12px 10px!important;font-size:11px!important}
  .single-product .olimo-product-tabs-wrap table.shop_attributes td{padding:12px 10px!important;font-size:12px}
  .single-product .olimo-product-tabs-wrap #reviews #comments,
  .single-product .olimo-product-tabs-wrap #reviews #review_form_wrapper{padding:14px;border-radius:12px}
}

/* v1.0.27 — unavailable variable-product swatches */
.single-product .olimo-product-buy-card .olimo-variation-swatch.is-unavailable,
.single-product .olimo-product-buy-card .olimo-variation-swatch.is-unavailable:disabled{
  position:relative;
  overflow:hidden;
  opacity:1!important;
  cursor:not-allowed!important;
  border-color:rgba(112,35,88,.20)!important;
  background:rgba(248,232,237,.52)!important;
  color:rgba(75,23,63,.42)!important;
  text-decoration:none!important;
  box-shadow:none!important;
  filter:saturate(.72);
}
.single-product .olimo-product-buy-card .olimo-variation-swatch.is-unavailable:hover{
  border-color:rgba(112,35,88,.20)!important;
  color:rgba(75,23,63,.42)!important;
  transform:none!important;
}
.single-product .olimo-product-buy-card .olimo-swatch-unavailable-cross,
.single-product .olimo-product-buy-card .olimo-swatch-unavailable-label{
  display:none;
  pointer-events:none;
  user-select:none;
}
.single-product .olimo-product-buy-card .olimo-variation-swatch.is-unavailable .olimo-swatch-unavailable-cross{
  display:grid;
  position:absolute;
  z-index:2;
  inset:0;
  place-items:center;
  color:rgba(75,23,63,.46);
  font-size:31px;
  font-style:normal;
  font-weight:300;
  line-height:1;
}
.single-product .olimo-product-buy-card .olimo-variation-swatch.is-unavailable .olimo-swatch-unavailable-label{
  display:inline-flex;
  position:absolute;
  z-index:3;
  left:50%;
  bottom:4px;
  align-items:center;
  justify-content:center;
  min-height:17px;
  padding:1px 7px;
  border:1px solid rgba(255,255,255,.58);
  border-radius:999px;
  background:rgba(255,249,250,.72);
  -webkit-backdrop-filter:blur(7px);
  backdrop-filter:blur(7px);
  box-shadow:0 2px 8px rgba(75,23,63,.08);
  color:rgba(75,23,63,.82);
  font-size:8.5px;
  font-style:normal;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
  transform:translateX(-50%);
}
.single-product .olimo-product-buy-card .olimo-variation-swatches.is-button .olimo-variation-swatch.is-unavailable{
  min-height:50px;
  padding-bottom:18px;
}
.single-product .olimo-product-buy-card .olimo-variation-swatches.is-color .olimo-variation-swatch.is-unavailable{
  width:50px;
  min-width:50px;
  height:50px;
  min-height:50px;
  padding:4px;
}
.single-product .olimo-product-buy-card .olimo-variation-swatches.is-color .olimo-variation-swatch.is-unavailable .olimo-swatch-unavailable-cross{
  font-size:27px;
}
.single-product .olimo-product-buy-card .olimo-variation-swatches.is-color .olimo-variation-swatch.is-unavailable .olimo-swatch-unavailable-label{
  bottom:2px;
  min-height:14px;
  padding-inline:4px;
  font-size:7px;
}

/* v1.0.28 — named color swatches using per-term WooCommerce colors */
.single-product .olimo-product-buy-card .olimo-variation-swatches.is-color{
  align-items:flex-start;
  gap:10px 8px;
}
.single-product .olimo-product-buy-card .olimo-variation-swatches.is-color .olimo-variation-swatch{
  position:relative;
  display:inline-flex;
  flex:0 0 90px;
  width:90px;
  min-width:76px;
  height:auto;
  min-height:72px;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:5px;
  padding:5px 5px 7px;
  border:1px solid rgba(112,35,88,.16);
  border-radius:13px;
  background:#FFFFFF;
  color:var(--olimo-dark-700);
  text-decoration:none;
}
.single-product .olimo-product-buy-card .olimo-variation-swatches.is-color .olimo-variation-swatch .olimo-swatch-color-dot{
  display:block;
  width:34px;
  height:34px;
  min-width:34px;
  min-height:34px;
  border:1px solid rgba(75,23,63,.14);
  border-radius:50%;
  background:var(--olimo-swatch-color,#F8F4FF);
  box-shadow:inset 0 0 0 2px rgba(255,255,255,.82),0 1px 4px rgba(75,23,63,.08);
}
.single-product .olimo-product-buy-card .olimo-variation-swatches.is-color .olimo-swatch-color-name{
  display:-webkit-box;
  width:100%;
  min-height:14px;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  color:rgba(75,23,63,.78);
  font-size:9.5px;
  font-weight:500;
  line-height:1.35;
  text-align:center;
  text-overflow:ellipsis;
}
.single-product .olimo-product-buy-card .olimo-variation-swatches.is-color .olimo-variation-swatch:hover{
  border-color:rgba(112,35,88,.44);
  background:#fff;
}
.single-product .olimo-product-buy-card .olimo-variation-swatches.is-color .olimo-variation-swatch.is-active{
  border-color:var(--olimo-primary);
  background:#fff;
  box-shadow:0 0 0 2px rgba(112,35,88,.10);
}
.single-product .olimo-product-buy-card .olimo-variation-swatches.is-color .olimo-variation-swatch.is-active .olimo-swatch-color-name{
  color:var(--olimo-primary);
  font-weight:700;
}
/* Keep unavailable state on the color dot while leaving its name readable below. */
.single-product .olimo-product-buy-card .olimo-variation-swatches.is-color .olimo-variation-swatch.is-unavailable{
  width:90px;
  min-width:76px;
  height:auto;
  min-height:72px;
  padding:5px 5px 7px;
}
.single-product .olimo-product-buy-card .olimo-variation-swatches.is-color .olimo-variation-swatch.is-unavailable .olimo-swatch-unavailable-cross{
  inset:auto;
  top:4px;
  left:50%;
  width:36px;
  height:36px;
  place-items:center;
  font-size:27px;
  transform:translateX(-50%);
}
.single-product .olimo-product-buy-card .olimo-variation-swatches.is-color .olimo-variation-swatch.is-unavailable .olimo-swatch-unavailable-label{
  top:26px;
  bottom:auto;
  min-height:14px;
  padding-inline:5px;
  font-size:7px;
}
.single-product .olimo-product-buy-card .olimo-variation-swatches.is-color .olimo-variation-swatch.is-unavailable .olimo-swatch-color-dot{
  opacity:.52;
  filter:saturate(.45);
}
.single-product .olimo-product-buy-card .olimo-variation-swatches.is-color .olimo-variation-swatch.is-unavailable .olimo-swatch-color-name{
  color:rgba(75,23,63,.48);
}
@media(max-width:640px){
  .single-product .olimo-product-buy-card .olimo-variation-swatches.is-color{gap:8px 6px}
  .single-product .olimo-product-buy-card .olimo-variation-swatches.is-color .olimo-variation-swatch,
  .single-product .olimo-product-buy-card .olimo-variation-swatches.is-color .olimo-variation-swatch.is-unavailable{
    flex-basis:82px;
    width:82px;
    min-width:70px;
    min-height:69px;
  }
  .single-product .olimo-product-buy-card .olimo-variation-swatches.is-color .olimo-swatch-color-name{font-size:9px}
}

/* v1.4.0 — use the full product image area without artificial inner spacing. */
.single-product .olimo-product-gallery-column .woocommerce-product-gallery__wrapper{
  background:#fff;
}
.single-product .olimo-product-gallery-column .woocommerce-product-gallery__image,
.single-product .olimo-product-gallery-column .woocommerce-product-gallery__image > a{
  min-height:0 !important;
}
.single-product .olimo-product-gallery-column .woocommerce-product-gallery__image > a{
  display:block !important;
  padding:0 !important;
}
.single-product .olimo-product-gallery-column .woocommerce-product-gallery__image img:not(.zoomImg){
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  margin:0 !important;
  padding:0 !important;
  object-fit:contain !important;
  mix-blend-mode:normal !important;
}
.single-product .product.outofstock > .olimo-single-related:first-child{
  margin-top:0;
  margin-bottom:42px;
}
@media(max-width:767px){
  .single-product .product.outofstock > .olimo-single-related:first-child{margin-bottom:30px}
}


/* v1.4.1 — stable product gallery frame for mixed portrait/landscape product images. */
.single-product .olimo-product-gallery-column .woocommerce-product-gallery{
  --olimo-product-gallery-aspect:4 / 5;
}
.single-product .olimo-product-gallery-column .woocommerce-product-gallery .flex-viewport{
  width:100% !important;
  height:auto !important;
  aspect-ratio:var(--olimo-product-gallery-aspect);
  overflow:hidden !important;
  border:1px solid var(--olimo-border,#E8E9EF);
  border-radius:22px;
  background:#FFFFFF;
}
.single-product .olimo-product-gallery-column .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper{
  height:100% !important;
  border:0 !important;
  border-radius:0 !important;
  background:#FFFFFF;
}
.single-product .olimo-product-gallery-column .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image{
  height:100% !important;
  min-height:0 !important;
  overflow:hidden;
  background:#FFFFFF;
}
.single-product .olimo-product-gallery-column .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image > a{
  display:flex !important;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100% !important;
  min-height:0 !important;
  padding:0 !important;
  background:#FFFFFF;
}
.single-product .olimo-product-gallery-column .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img:not(.zoomImg){
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  margin:0 !important;
  padding:0 !important;
  object-fit:contain !important;
  object-position:center center;
}
/* Before FlexSlider initializes, keep the exact same frame to prevent layout jump. */
.single-product .olimo-product-gallery-column .woocommerce-product-gallery:not(:has(.flex-viewport)) .woocommerce-product-gallery__wrapper{
  width:100%;
  height:auto !important;
  aspect-ratio:var(--olimo-product-gallery-aspect);
  overflow:hidden;
  border:1px solid var(--olimo-border,#E8E9EF);
  border-radius:22px;
  background:#FFFFFF;
}
.single-product .olimo-product-gallery-column .woocommerce-product-gallery:not(:has(.flex-viewport)) .woocommerce-product-gallery__image,
.single-product .olimo-product-gallery-column .woocommerce-product-gallery:not(:has(.flex-viewport)) .woocommerce-product-gallery__image > a{
  width:100%;
  height:100% !important;
  min-height:0 !important;
}
.single-product .olimo-product-gallery-column .woocommerce-product-gallery:not(:has(.flex-viewport)) .woocommerce-product-gallery__image > a{
  display:flex !important;
  align-items:center;
  justify-content:center;
  padding:0 !important;
}
.single-product .olimo-product-gallery-column .woocommerce-product-gallery:not(:has(.flex-viewport)) .woocommerce-product-gallery__image img:not(.zoomImg){
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  margin:0 !important;
  padding:0 !important;
  object-fit:contain !important;
  object-position:center center;
}
@media(max-width:767px){
  .single-product .olimo-product-gallery-column .woocommerce-product-gallery{
    --olimo-product-gallery-aspect:4 / 5;
  }
}
