/**
 * Steelence chrome for WooCommerce pages only.
 * Does not affect Elementor canvas homepage (that page does not load this file).
 */

/* —— WhatsApp FAB —— */
a.float-wa {
  position: fixed !important;
  right: 20px !important;
  bottom: 20px !important;
  z-index: 9999 !important;
  width: 56px !important;
  height: 56px !important;
  max-width: 56px !important;
  max-height: 56px !important;
  border-radius: 50% !important;
  background: #25d366 !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.45) !important;
  text-decoration: none !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  transition: transform 0.3s ease;
}

a.float-wa:hover {
  transform: scale(1.08);
  color: #fff !important;
}

a.float-wa svg {
  width: 28px !important;
  height: 28px !important;
  max-width: 28px !important;
  max-height: 28px !important;
  display: block !important;
  fill: currentColor !important;
  flex-shrink: 0 !important;
}

/* —— Page shell —— */
body.steelence-woo-chrome {
  font-family: Manrope, sans-serif;
  color: #0B1F33;
  background: #FFFFFF;
  overflow-x: clip;
}

body.steelence-woo-chrome:not(.single-product) #content,
body.steelence-woo-chrome:not(.single-product) .site-main,
body.steelence-woo-chrome:not(.single-product) main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 1rem 1.25rem 1.25rem;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
}

body.steelence-woo-chrome img,
body.steelence-woo-chrome svg,
body.steelence-woo-chrome video,
body.steelence-woo-chrome iframe {
  max-width: 100%;
  height: auto;
}

/* —— Product gallery —— */
body.steelence-woo-chrome .woocommerce-product-gallery {
  opacity: 1 !important;
  max-width: 100%;
  background: #F7FBFC;
  border: 1px solid #DCE5EC;
  border-radius: 10px;
  padding: 0.55rem;
  box-sizing: border-box;
}

body.steelence-woo-chrome .woocommerce-product-gallery__wrapper {
  margin: 0;
}

body.steelence-woo-chrome .woocommerce-product-gallery .flex-viewport {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  max-height: none;
}

body.steelence-woo-chrome:not(.single-product) .woocommerce-product-gallery .flex-viewport {
  max-height: min(340px, 42vw);
}

body.steelence-woo-chrome .woocommerce-product-gallery__image img,
body.steelence-woo-chrome .woocommerce-product-gallery img,
body.steelence-woo-chrome .woocommerce-product-gallery .wp-post-image {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  display: block;
  margin-inline: auto;
  object-fit: contain;
  background: #fff;
}

body.steelence-woo-chrome:not(.single-product) .woocommerce-product-gallery__image img,
body.steelence-woo-chrome:not(.single-product) .woocommerce-product-gallery img,
body.steelence-woo-chrome:not(.single-product) .woocommerce-product-gallery .wp-post-image {
  max-height: min(340px, 42vw) !important;
}

/* Horizontal thumbnail strip (Woo FlexSlider) */
body.steelence-woo-chrome .woocommerce-product-gallery ol.flex-control-nav,
body.steelence-woo-chrome .woocommerce-product-gallery .flex-control-thumbs {
  display: flex !important;
  flex-wrap: nowrap;
  gap: 0.45rem;
  margin: 0.5rem 0 0 !important;
  padding: 0.1rem 0 0.15rem !important;
  list-style: none !important;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

body.steelence-woo-chrome .woocommerce-product-gallery ol.flex-control-nav li,
body.steelence-woo-chrome .woocommerce-product-gallery .flex-control-thumbs li {
  flex: 0 0 64px;
  width: 64px !important;
  max-width: 64px;
  margin: 0 !important;
  float: none !important;
}

body.steelence-woo-chrome .woocommerce-product-gallery ol.flex-control-nav li img,
body.steelence-woo-chrome .woocommerce-product-gallery .flex-control-thumbs li img {
  width: 100% !important;
  height: 64px !important;
  object-fit: contain;
  background: #fff;
  border: 1px solid #DCE5EC;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.72;
  box-sizing: border-box;
  transition: opacity 0.2s, border-color 0.2s;
}

body.steelence-woo-chrome .woocommerce-product-gallery ol.flex-control-nav li img.flex-active,
body.steelence-woo-chrome .woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
body.steelence-woo-chrome .woocommerce-product-gallery ol.flex-control-nav li img:hover,
body.steelence-woo-chrome .woocommerce-product-gallery .flex-control-thumbs li img:hover {
  opacity: 1;
  border-color: #0F5D73;
}

/* Single-product two-column layout */
body.steelence-woo-chrome.single-product div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1.25rem 1.75rem;
  align-items: start;
  width: 100%;
  max-width: 100%;
}

body.steelence-woo-chrome:not(.single-product) div.product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.25rem 1.5rem;
  align-items: start;
  width: 100%;
  max-width: 100%;
}

body.steelence-woo-chrome div.product .woocommerce-product-gallery,
body.steelence-woo-chrome div.product .summary {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 !important;
  min-width: 0;
}

/* AI overview sits under gallery (left column), summary stays right */
body.steelence-woo-chrome.single-product div.product .woocommerce-product-gallery {
  grid-column: 1;
  grid-row: 1;
}
body.steelence-woo-chrome.single-product div.product > .steelence-ai-overview {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
}
body.steelence-woo-chrome.single-product div.product .summary {
  grid-column: 2;
  grid-row: 1 / span 2;
}

body.steelence-woo-chrome .summary .product_title,
body.steelence-woo-chrome h1.product_title {
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  font-weight: 800;
  color: #0B1F33;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  line-height: 1.2;
  margin: 0 0 0.4rem;
}

body.steelence-woo-chrome .summary .price,
body.steelence-woo-chrome .summary p.price {
  font-size: 1.3rem;
  font-weight: 800;
  color: #0F5D73;
  margin: 0.2rem 0 0.55rem;
}

body.steelence-woo-chrome.single-product .summary .woocommerce-product-details__short-description,
body.steelence-woo-chrome.single-product .woocommerce-product-details__short-description {
  font-size: 0.98rem;
  line-height: 1.65;
  color: #374151;
  margin: 0 0 1.1rem;
  word-wrap: break-word;
  display: block;
  overflow: visible;
}

body.steelence-woo-chrome .summary .stock {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0 0 0.55rem;
  color: #0F766E;
}

body.steelence-woo-chrome .summary .stock.out-of-stock {
  color: #B45309;
}

body.steelence-woo-chrome .summary .button,
body.steelence-woo-chrome .summary .single_add_to_cart_button,
body.steelence-woo-chrome a.button,
body.steelence-woo-chrome button.button,
body.steelence-woo-chrome #place_order,
body.steelence-woo-chrome button#place_order {
  min-height: 44px;
  padding: 0.75rem 1.25rem;
  box-sizing: border-box;
}

body.steelence-woo-chrome form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin: 0.25rem 0 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #DCE5EC;
}

/* Per-product order instructions (full width above qty + ATC) */
body.steelence-woo-chrome form.cart .steelence-product-note {
  flex: 1 1 100%;
  width: 100%;
  margin: 0 0 0.1rem;
  box-sizing: border-box;
}

body.steelence-woo-chrome form.cart .steelence-product-note label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #0F5D73;
  margin: 0 0 0.25rem;
}

body.steelence-woo-chrome form.cart .steelence-product-note textarea {
  display: block;
  width: 100%;
  min-height: 2.6rem;
  box-sizing: border-box;
  margin: 0;
  padding: 0.45rem 0.7rem;
  border: 1px solid #DCE5EC;
  border-radius: 8px;
  background: #F7FBFC;
  color: #0B1F33;
  font-family: Manrope, sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
  resize: vertical;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

body.steelence-woo-chrome form.cart .steelence-product-note textarea:focus {
  outline: none;
  border-color: #00A6A6;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 166, 166, 0.18);
}

body.steelence-woo-chrome form.cart .steelence-product-note textarea::placeholder {
  color: #8AA0AD;
}

body.steelence-woo-chrome form.cart .steelence-product-note__hint {
  margin: 0.2rem 0 0;
  font-size: 0.78rem;
  line-height: 1.35;
  color: #6B7280;
  font-weight: 500;
}

body.steelence-woo-chrome form.cart .quantity {
  margin: 0;
}

body.steelence-woo-chrome form.cart .quantity .qty {
  min-height: 44px;
  width: 4.25rem;
  border: 1px solid #DCE5EC;
  border-radius: 8px;
  padding: 0.35rem 0.5rem;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

body.steelence-woo-chrome form.cart .single_add_to_cart_button {
  background: #00A6A6;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  padding-inline: 1.5rem;
}

body.steelence-woo-chrome form.cart .single_add_to_cart_button:hover {
  background: #008080;
}

/* Dense SKU / Categories / Tags block */
body.steelence-woo-chrome .summary .product_meta {
  display: block;
  margin: 0.15rem 0 0.55rem;
  padding: 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: #4B5563;
  border: 0;
}

body.steelence-woo-chrome .summary .product_meta > span {
  display: block;
  margin: 0 0 0.28rem;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

body.steelence-woo-chrome .summary .product_meta .sku_wrapper,
body.steelence-woo-chrome .summary .product_meta .posted_in,
body.steelence-woo-chrome .summary .product_meta .tagged_as {
  color: #374151;
}

body.steelence-woo-chrome .summary .product_meta .sku,
body.steelence-woo-chrome .summary .product_meta a {
  color: #0F5D73;
  font-weight: 600;
  text-decoration: none;
}

body.steelence-woo-chrome .summary .product_meta a:hover {
  text-decoration: underline;
  color: #00A6A6;
}

body.steelence-woo-chrome .summary .product_meta .tagged_as {
  font-size: 0.8rem;
  line-height: 1.55;
}

body.steelence-woo-chrome .summary .product_meta .tagged_as a {
  font-weight: 500;
}

/* Share row */
body.steelence-woo-chrome .steelence-product-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.7rem;
  margin: 0.15rem 0 0;
  padding-top: 0.55rem;
  border-top: 1px solid #DCE5EC;
  font-size: 0.84rem;
  color: #6B7280;
}

body.steelence-woo-chrome .steelence-product-share .steelence-share-label {
  font-weight: 700;
  color: #0B1F33;
  letter-spacing: 0.02em;
}

body.steelence-woo-chrome .steelence-product-share a {
  color: #0F5D73;
  font-weight: 600;
  text-decoration: none;
}

body.steelence-woo-chrome .steelence-product-share a:hover {
  color: #00A6A6;
  text-decoration: underline;
}

/* Description / Reviews (+ optional) tabs
   NOTE: Woo core uses .woocommerce div.product .woocommerce-tabs ul.tabs li a
   (higher specificity than body.steelence-woo-chrome .woocommerce-tabs …).
   Zeroing li padding without beating that selector left anchors at padding:.5em 0
   → labels ran together as one string. Match Woo specificity + !important gaps. */
body.steelence-woo-chrome.woocommerce div.product .woocommerce-tabs,
body.steelence-woo-chrome .woocommerce div.product .woocommerce-tabs,
body.steelence-woo-chrome .woocommerce-tabs {
  grid-column: 1 / -1;
  margin-top: 0.85rem;
  max-width: 100%;
  overflow-x: auto;
  border-top: 1px solid #DCE5EC;
  padding-top: 0.25rem;
}

body.steelence-woo-chrome.woocommerce div.product .woocommerce-tabs ul.tabs,
body.steelence-woo-chrome .woocommerce div.product .woocommerce-tabs ul.tabs,
body.steelence-woo-chrome .woocommerce-tabs ul.tabs.wc-tabs,
body.steelence-woo-chrome .woocommerce-tabs ul.tabs {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch;
  gap: 0.15rem 0.35rem !important;
  padding: 0 !important;
  margin: 0 0 1.25rem !important;
  list-style: none !important;
  overflow: visible !important;
  position: relative;
  border-bottom: 1px solid #DCE5EC;
  font-size: 1rem !important;
}

body.steelence-woo-chrome.woocommerce div.product .woocommerce-tabs ul.tabs::before,
body.steelence-woo-chrome.woocommerce div.product .woocommerce-tabs ul.tabs::after,
body.steelence-woo-chrome .woocommerce div.product .woocommerce-tabs ul.tabs::before,
body.steelence-woo-chrome .woocommerce div.product .woocommerce-tabs ul.tabs::after,
body.steelence-woo-chrome .woocommerce-tabs ul.tabs::before,
body.steelence-woo-chrome .woocommerce-tabs ul.tabs::after {
  display: none !important;
  content: none !important;
  border: 0 !important;
}

body.steelence-woo-chrome.woocommerce div.product .woocommerce-tabs ul.tabs li,
body.steelence-woo-chrome .woocommerce div.product .woocommerce-tabs ul.tabs li,
body.steelence-woo-chrome .woocommerce-tabs ul.tabs li {
  display: block !important;
  float: none !important;
  background: transparent !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  position: relative;
  z-index: 1;
}

body.steelence-woo-chrome.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
body.steelence-woo-chrome.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
body.steelence-woo-chrome .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
body.steelence-woo-chrome .woocommerce div.product .woocommerce-tabs ul.tabs li::after,
body.steelence-woo-chrome .woocommerce-tabs ul.tabs li::before,
body.steelence-woo-chrome .woocommerce-tabs ul.tabs li::after {
  display: none !important;
  content: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.steelence-woo-chrome.woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.steelence-woo-chrome .woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.steelence-woo-chrome .woocommerce-tabs ul.tabs li a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem 1.15rem !important;
  margin: 0 !important;
  font-weight: 600 !important;
  font-size: 0.82rem !important;
  line-height: 1.25 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6B7280 !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  white-space: nowrap;
}

body.steelence-woo-chrome.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
body.steelence-woo-chrome.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
body.steelence-woo-chrome .woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
body.steelence-woo-chrome .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
body.steelence-woo-chrome .woocommerce-tabs ul.tabs li.active a,
body.steelence-woo-chrome .woocommerce-tabs ul.tabs li a:hover {
  color: #0F5D73 !important;
  font-weight: 800 !important;
  border-bottom-color: #0F5D73 !important;
}

body.steelence-woo-chrome.woocommerce div.product .woocommerce-tabs .panel,
body.steelence-woo-chrome .woocommerce div.product .woocommerce-tabs .panel,
body.steelence-woo-chrome .woocommerce-tabs .panel,
body.steelence-woo-chrome .woocommerce-Tabs-panel {
  font-size: 1rem;
  line-height: 1.7;
  color: #374151;
  word-wrap: break-word;
  padding: 0.25rem 0 0.5rem;
  margin: 0;
  border: 0 !important;
  box-shadow: none !important;
}

body.steelence-woo-chrome .woocommerce-Tabs-panel h2 {
  font-size: 1.15rem;
  color: #0B1F33;
  margin: 0 0 0.85rem;
}

/* Related / You may also like */
body.steelence-woo-chrome div.product .related,
body.steelence-woo-chrome div.product .upsells {
  grid-column: 1 / -1;
  margin-top: 1.15rem;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 0;
  border-top: 1px solid #DCE5EC;
  width: 100%;
}

body.steelence-woo-chrome div.product .related > h2,
body.steelence-woo-chrome div.product .upsells > h2 {
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 800;
  color: #0B1F33;
  margin: 0 0 0.75rem;
  text-align: left;
}

body.steelence-woo-chrome.single-product .related ul.products,
body.steelence-woo-chrome.single-product .upsells ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  margin-bottom: 0 !important;
}

body.steelence-woo-chrome .related ul.products li.product,
body.steelence-woo-chrome .upsells ul.products li.product {
  padding: 0.7rem;
  min-height: 0;
}

body.steelence-woo-chrome .related ul.products li.product img,
body.steelence-woo-chrome .upsells ul.products li.product img {
  max-height: 140px;
  margin: 0 auto 0.45rem;
}

body.steelence-woo-chrome .related ul.products li.product .woocommerce-loop-product__title,
body.steelence-woo-chrome .related ul.products li.product h2,
body.steelence-woo-chrome .upsells ul.products li.product .woocommerce-loop-product__title,
body.steelence-woo-chrome .upsells ul.products li.product h2 {
  font-size: 0.88rem;
  line-height: 1.3;
  margin: 0.2rem 0 0.35rem;
}

body.steelence-woo-chrome .related ul.products li.product .price,
body.steelence-woo-chrome .upsells ul.products li.product .price {
  margin: 0 0 0.45rem;
  font-size: 0.95rem;
}

body.steelence-woo-chrome .related ul.products li.product .button,
body.steelence-woo-chrome .related ul.products li.product a.button,
body.steelence-woo-chrome .upsells ul.products li.product .button,
body.steelence-woo-chrome .upsells ul.products li.product a.button {
  min-height: 40px;
  margin-top: 0.25rem;
}

/* —— Cart line SKU —— */
body.steelence-woo-chrome .steelence-cart-sku {
  margin: 0.25rem 0 0;
  font-size: 0.82rem;
  line-height: 1.4;
  font-weight: 600;
  color: #5B6B7A;
}

/* —— Cart line instructions (add / edit) —— */
body.steelence-woo-chrome .steelence-cart-note {
  margin: 0.55rem 0 0;
  max-width: 22rem;
}

/* Non-empty notes: always visible (div, not details) after refresh. */
body.steelence-woo-chrome .steelence-cart-note--has-note .steelence-cart-note__summary {
  cursor: default;
  margin-bottom: 0.15rem;
}

body.steelence-woo-chrome .steelence-cart-note--has-note .steelence-cart-note__edit {
  color: #00A6A6;
}

body.steelence-woo-chrome .steelence-cart-note--has-note .steelence-cart-note__editor {
  display: block;
}

body.steelence-woo-chrome .steelence-cart-note__summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.55rem;
  font-size: 0.86rem;
  line-height: 1.45;
  color: #0B1F33;
}

body.steelence-woo-chrome .steelence-cart-note__summary::-webkit-details-marker {
  display: none;
}

body.steelence-woo-chrome .steelence-cart-note__summary--add {
  color: #0F5D73;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.steelence-woo-chrome .steelence-cart-note__summary--add:hover {
  color: #00A6A6;
}

body.steelence-woo-chrome .steelence-cart-note__label {
  font-weight: 700;
  color: #0F5D73;
}

body.steelence-woo-chrome .steelence-cart-note__text {
  flex: 1 1 8rem;
  color: #374151;
  overflow-wrap: anywhere;
}

body.steelence-woo-chrome .steelence-cart-note__edit {
  color: #0F5D73;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}

body.steelence-woo-chrome .steelence-cart-note__edit:hover,
body.steelence-woo-chrome .steelence-cart-note[open] .steelence-cart-note__edit {
  color: #00A6A6;
}

body.steelence-woo-chrome .steelence-cart-note__editor {
  margin-top: 0.45rem;
}

body.steelence-woo-chrome .steelence-cart-note__editor label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: #0F5D73;
  margin: 0 0 0.3rem;
}

body.steelence-woo-chrome .steelence-cart-note__textarea {
  display: block;
  width: 100%;
  min-height: 4rem;
  box-sizing: border-box;
  margin: 0;
  padding: 0.6rem 0.75rem;
  border: 1px solid #DCE5EC;
  border-radius: 8px;
  background: #F7FBFC;
  color: #0B1F33;
  font-family: Manrope, sans-serif;
  font-size: 0.9rem;
  line-height: 1.45;
  resize: vertical;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

body.steelence-woo-chrome .steelence-cart-note__textarea:focus {
  outline: none;
  border-color: #00A6A6;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 166, 166, 0.18);
}

body.steelence-woo-chrome .steelence-cart-note__textarea::placeholder {
  color: #8AA0AD;
}

body.steelence-woo-chrome .steelence-cart-note__hint {
  margin: 0.3rem 0 0;
  font-size: 0.78rem;
  line-height: 1.4;
  color: #6B7280;
  font-weight: 500;
}

body.steelence-woo-chrome .steelence-cart-note__status {
  margin-left: 0.35rem;
  font-weight: 700;
  color: #6B7280;
}

body.steelence-woo-chrome .steelence-cart-note__status.is-ok {
  color: #0F7A5A;
}

body.steelence-woo-chrome .steelence-cart-note__status.is-err {
  color: #B42318;
}

@media (max-width: 768px) {
  body.steelence-woo-chrome .steelence-cart-note {
    max-width: 100%;
  }
}

/* Cart / checkout actions — keep clear of WhatsApp FAB */
body.steelence-woo-chrome .woocommerce-cart-form,
body.steelence-woo-chrome .cart-collaterals,
body.steelence-woo-chrome form.checkout,
body.steelence-woo-chrome .woocommerce-checkout-payment {
  position: relative;
  z-index: 1;
}

body.steelence-woo-chrome .woocommerce-checkout-payment,
body.steelence-woo-chrome #payment,
body.steelence-woo-chrome .wc-proceed-to-checkout {
  padding-bottom: 4.5rem;
  margin-bottom: 0.5rem;
}

body.steelence-woo-chrome #place_order,
body.steelence-woo-chrome button#place_order,
body.steelence-woo-chrome .wc-proceed-to-checkout .checkout-button {
  width: 100%;
  max-width: 100%;
  background: #00A6A6;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  font-weight: 700;
}

body.steelence-woo-chrome .woocommerce-message a,
body.steelence-woo-chrome .woocommerce-info a {
  color: #0F5D73;
  font-weight: 700;
}

body.steelence-woo-chrome.woocommerce-checkout a.float-wa,
body.steelence-woo-chrome.woocommerce-cart a.float-wa {
  bottom: 88px !important;
  right: 16px !important;
  z-index: 50 !important;
}

/* WooCommerce block theme (Twenty Twenty-Five product collection) */
body.steelence-woo-chrome .wc-block-product-template,
body.steelence-woo-chrome .wc-block-product-template__responsive,
body.steelence-woo-chrome .wc-block-product-template.columns-2,
body.steelence-woo-chrome .wc-block-product-template.columns-3,
body.steelence-woo-chrome .wc-block-product-template.columns-4,
body.steelence-woo-chrome .wc-block-product-template__responsive.columns-2,
body.steelence-woo-chrome .wc-block-product-template__responsive.columns-3,
body.steelence-woo-chrome .wc-block-product-template__responsive.columns-4,
body.steelence-woo-chrome ul.wc-block-product-template,
body.steelence-woo-chrome ul.wc-block-product-template__responsive {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1.25rem !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

body.steelence-woo-chrome .wc-block-product-template > li,
body.steelence-woo-chrome .wc-block-product-template.is-flex-container > li,
body.steelence-woo-chrome .wc-block-product-template__responsive > li,
body.steelence-woo-chrome .wc-block-product-template.is-flex-container.columns-3 > li,
body.steelence-woo-chrome .wc-block-product {
  width: 100% !important;
  max-width: 100% !important;
  flex: none !important;
  min-width: 0 !important;
  box-sizing: border-box;
}

@media (min-width: 901px) {
  body.steelence-woo-chrome.lahgum-shop-cols-5 .wc-block-product-template,
  body.steelence-woo-chrome.lahgum-shop-cols-5 .wc-block-product-template__responsive,
  body.steelence-woo-chrome.lahgum-shop-cols-5 .wc-block-product-template.columns-3,
  body.steelence-woo-chrome.lahgum-shop-cols-5 .wc-block-product-template.columns-4,
  body.steelence-woo-chrome.lahgum-shop-cols-5 .wc-block-product-template.columns-5,
  body.steelence-woo-chrome.lahgum-shop-cols-5 .wc-block-product-template__responsive.columns-3,
  body.steelence-woo-chrome.lahgum-shop-cols-5 .wc-block-product-template__responsive.columns-4,
  body.steelence-woo-chrome.lahgum-shop-cols-5 .wc-block-product-template__responsive.columns-5,
  body.steelence-woo-chrome.lahgum-shop-cols-5 ul.products,
  body.steelence-woo-chrome.lahgum-shop-cols-5 ul.products.columns-3,
  body.steelence-woo-chrome.lahgum-shop-cols-5 ul.products.columns-4,
  body.steelence-woo-chrome.lahgum-shop-cols-5 ul.products.columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

/* —— Product / category grids —— */
body.steelence-woo-chrome ul.products,
body.steelence-woo-chrome ul.products.columns-2,
body.steelence-woo-chrome ul.products.columns-3,
body.steelence-woo-chrome ul.products.columns-4,
body.steelence-woo-chrome ul.products.columns-5,
body.steelence-woo-chrome ul.products.columns-6,
body.steelence-woo-chrome.woocommerce ul.products,
body.steelence-woo-chrome.woocommerce ul.products.columns-3,
body.steelence-woo-chrome.woocommerce-page ul.products.columns-3,
body.steelence-woo-chrome .woocommerce ul.products,
body.steelence-woo-chrome .woocommerce ul.products.columns-3,
body.steelence-woo-chrome .elementor-widget-wc-archive-products ul.products,
body.steelence-woo-chrome .elementor-widget-woocommerce-products ul.products,
body.steelence-woo-chrome .elementor-widget-wc-products ul.products,
body.steelence-woo-chrome ul.products.elementor-grid {
  --columns: 4;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1.25rem;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

body.steelence-woo-chrome ul.products::before,
body.steelence-woo-chrome ul.products::after {
  display: none !important;
  content: none !important;
}

body.steelence-woo-chrome ul.products li.product,
body.steelence-woo-chrome ul.products li.product-category {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
  text-align: center;
  border: 1px solid #DCE5EC;
  border-radius: 10px;
  padding: 1rem;
  box-sizing: border-box;
  background: #fff;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  min-height: 100%;
}

body.steelence-woo-chrome ul.products li.product a,
body.steelence-woo-chrome ul.products li.product-category a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: inherit;
  flex: 1 1 auto;
}

body.steelence-woo-chrome ul.products li.product img,
body.steelence-woo-chrome ul.products li.product-category img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 200px;
  object-fit: contain;
  margin: 0 auto 0.75rem;
  display: block;
}

body.steelence-woo-chrome ul.products li.product .woocommerce-loop-product__title,
body.steelence-woo-chrome ul.products li.product-category .woocommerce-loop-category__title,
body.steelence-woo-chrome ul.products li.product h2,
body.steelence-woo-chrome ul.products li.product-category h2 {
  font-size: 0.95rem;
  line-height: 1.35;
  margin: 0.35rem 0 0.5rem;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  width: 100%;
}

body.steelence-woo-chrome ul.products li.product .price,
body.steelence-woo-chrome ul.products li.product .button,
body.steelence-woo-chrome ul.products li.product a.button {
  margin-top: auto;
}

body.steelence-woo-chrome ul.products li.product .button,
body.steelence-woo-chrome ul.products li.product a.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: #00A6A6;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  font-weight: 700;
}

body.steelence-woo-chrome ul.products li.product .button:hover,
body.steelence-woo-chrome ul.products li.product a.button:hover {
  background: #008080;
}

body.steelence-woo-chrome .related ul.products,
body.steelence-woo-chrome .upsells ul.products,
body.steelence-woo-chrome .cross-sells ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.steelence-woo-chrome .woocommerce-breadcrumb {
  margin-bottom: 0.65rem;
  font-size: 0.85rem;
  color: #6B7280;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  line-height: 1.45;
}

body.steelence-woo-chrome .woocommerce-breadcrumb a {
  color: #0F5D73;
  text-decoration: none;
}

body.steelence-woo-chrome h1.product_title,
body.steelence-woo-chrome .woocommerce-products-header__title,
body.steelence-woo-chrome .page-title {
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  color: #0B1F33;
  margin: 0 0 0.4rem;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

body.steelence-woo-chrome .term-description,
body.steelence-woo-chrome .woocommerce-products-header__description {
  font-size: 0.98rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  max-width: 72ch;
}

body.steelence-woo-chrome .woocommerce-pagination {
  margin-top: 1.75rem;
}

body.steelence-woo-chrome .woocommerce-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: center;
}

body.steelence-woo-chrome .woocommerce-pagination ul li a,
body.steelence-woo-chrome .woocommerce-pagination ul li span {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* —— Footer —— */
body.steelence-woo-chrome .site-footer.steelence-footer {
  background: #FFFFFF;
  color: #6B7280;
  padding: 1.25rem 0 0.5rem;
  border-top: 1px solid #DCE5EC;
  margin-top: 0.75rem;
  font-family: Manrope, sans-serif;
}

body.steelence-woo-chrome .steelence-footer .container {
  width: min(1180px, calc(100% - 2.5rem));
  margin-inline: auto;
  max-width: 100%;
  box-sizing: border-box;
}

body.steelence-woo-chrome .steelence-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 0.85rem;
}

body.steelence-woo-chrome .steelence-footer .footer-brand .brand-logo {
  height: 48px !important;
  width: auto !important;
  max-width: 220px !important;
  display: block;
  filter: none !important;
  margin-bottom: 0.25rem;
}

body.steelence-woo-chrome .steelence-footer .footer-brand p {
  margin-top: 0.85rem;
  font-size: 0.92rem;
  max-width: 28ch;
  color: #6B7280;
  line-height: 1.5;
}

body.steelence-woo-chrome .steelence-footer .footer-col h4 {
  color: #0B1F33;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}

body.steelence-woo-chrome .steelence-footer .footer-col a {
  display: block;
  font-size: 0.92rem;
  padding: 0.35rem 0;
  min-height: 40px;
  color: #6B7280;
  text-decoration: none;
  transition: color 0.25s;
  box-sizing: border-box;
}

body.steelence-woo-chrome .steelence-footer .footer-col a:hover {
  color: #00A6A6;
}

body.steelence-woo-chrome .steelence-footer .footer-col p {
  color: #6B7280;
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 0.75rem 0 0;
}

body.steelence-woo-chrome .steelence-footer .footer-bottom {
  padding-top: 0.65rem;
  padding-bottom: 0.15rem;
  border-top: 1px solid #DCE5EC;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.4rem;
  font-size: 0.8rem;
  color: #6B7280;
}

/* —— Breakpoints —— */
@media (max-width: 900px) {
  body.steelence-woo-chrome #content,
  body.steelence-woo-chrome .site-main,
  body.steelence-woo-chrome main {
    padding: 1rem 1rem 1.35rem;
  }

  body.steelence-woo-chrome.single-product div.product,
  body.steelence-woo-chrome:not(.single-product) div.product {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  body.steelence-woo-chrome.single-product div.product .woocommerce-product-gallery,
  body.steelence-woo-chrome.single-product div.product > .steelence-ai-overview,
  body.steelence-woo-chrome.single-product div.product .summary {
    grid-column: 1;
    grid-row: auto;
  }

  body.steelence-woo-chrome:not(.single-product) .woocommerce-product-gallery .flex-viewport {
    max-height: min(280px, 58vw);
  }

  body.steelence-woo-chrome:not(.single-product) .woocommerce-product-gallery__image img,
  body.steelence-woo-chrome:not(.single-product) .woocommerce-product-gallery img,
  body.steelence-woo-chrome:not(.single-product) .woocommerce-product-gallery .wp-post-image {
    max-height: min(280px, 58vw) !important;
  }

  body.steelence-woo-chrome .woocommerce-product-gallery ol.flex-control-nav li,
  body.steelence-woo-chrome .woocommerce-product-gallery .flex-control-thumbs li {
    flex-basis: 56px;
    width: 56px !important;
    max-width: 56px;
  }

  body.steelence-woo-chrome .woocommerce-product-gallery ol.flex-control-nav li img,
  body.steelence-woo-chrome .woocommerce-product-gallery .flex-control-thumbs li img {
    height: 56px !important;
  }

  body.steelence-woo-chrome ul.products,
  body.steelence-woo-chrome ul.products.columns-3,
  body.steelence-woo-chrome ul.products.columns-4,
  body.steelence-woo-chrome.woocommerce ul.products,
  body.steelence-woo-chrome .related ul.products,
  body.steelence-woo-chrome .upsells ul.products,
  body.steelence-woo-chrome .cross-sells ul.products,
  body.steelence-woo-chrome .wc-block-product-template,
  body.steelence-woo-chrome .wc-block-product-template__responsive,
  body.steelence-woo-chrome .wc-block-product-template__responsive.columns-3,
  body.steelence-woo-chrome .wc-block-product-template__responsive.columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1rem;
  }

  body.steelence-woo-chrome .steelence-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  body.steelence-woo-chrome .steelence-footer .container {
    width: min(1180px, calc(100% - 1.5rem));
  }
}

@media (max-width: 560px) {
  body.steelence-woo-chrome #content,
  body.steelence-woo-chrome .site-main,
  body.steelence-woo-chrome main {
    padding: 0.85rem 0.85rem 1.5rem;
  }

  body.steelence-woo-chrome ul.products,
  body.steelence-woo-chrome ul.products.columns-3,
  body.steelence-woo-chrome ul.products.columns-4,
  body.steelence-woo-chrome.woocommerce ul.products,
  body.steelence-woo-chrome .related ul.products,
  body.steelence-woo-chrome .upsells ul.products,
  body.steelence-woo-chrome .cross-sells ul.products,
  body.steelence-woo-chrome .wc-block-product-template,
  body.steelence-woo-chrome .wc-block-product-template__responsive,
  body.steelence-woo-chrome .wc-block-product-template__responsive.columns-3,
  body.steelence-woo-chrome .wc-block-product-template__responsive.columns-4,
  body.steelence-woo-chrome .steelence-footer .footer-grid {
    grid-template-columns: 1fr !important;
  }

  body.steelence-woo-chrome ul.products li.product,
  body.steelence-woo-chrome ul.products li.product-category {
    padding: 0.9rem;
  }

  body.steelence-woo-chrome ul.products li.product img,
  body.steelence-woo-chrome ul.products li.product-category img {
    max-height: 220px;
  }

  body.steelence-woo-chrome h1.product_title,
  body.steelence-woo-chrome .woocommerce-products-header__title,
  body.steelence-woo-chrome .page-title {
    font-size: clamp(1.25rem, 6vw, 1.65rem);
  }

  body.steelence-woo-chrome .summary .woocommerce-product-details__short-description,
  body.steelence-woo-chrome .woocommerce-Tabs-panel {
    font-size: 0.95rem;
  }

  a.float-wa {
    right: 14px !important;
    bottom: 14px !important;
    width: 50px !important;
    height: 50px !important;
    max-width: 50px !important;
    max-height: 50px !important;
  }

  a.float-wa svg {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
  }

  body.steelence-woo-chrome .steelence-footer .footer-brand .brand-logo {
    max-width: 180px !important;
  }
}

body.steelence-woo-chrome .steelence-cart-note--empty {
  margin-top: 0.55rem;
}
body.steelence-woo-chrome .steelence-cart-note--empty .steelence-cart-note__editor {
  display: block;
}

/* Amazon-style AI overview (under product photo) */
body.steelence-woo-chrome .steelence-ai-overview {
  margin: 0.35rem 0 0;
  padding: 0.85rem 0.95rem;
  background: linear-gradient(180deg, #F3F8FA 0%, #EEF4F7 100%);
  border: 1px solid #D5E3EA;
  border-radius: 10px;
  max-width: 100%;
}
body.steelence-woo-chrome .steelence-ai-overview__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0F5D73;
  margin: 0 0 0.45rem;
}
body.steelence-woo-chrome .steelence-ai-overview__spark {
  color: #00A6A6;
  font-size: 0.85rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
body.steelence-woo-chrome .steelence-ai-overview__spark svg {
  width: 13px;
  height: 13px;
}
}
body.steelence-woo-chrome .steelence-ai-overview__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #374151;
}
body.steelence-woo-chrome .steelence-ai-overview__bullets {
  margin: 0.55rem 0 0;
  padding: 0 0 0 1.1rem;
  color: #0B1F33;
  font-size: 0.84rem;
  line-height: 1.45;
}
body.steelence-woo-chrome .steelence-ai-overview__bullets li {
  margin: 0.15rem 0;
}

/* FAQ tab accordion */
body.steelence-woo-chrome .steelence-faq {
  max-width: 820px;
}
body.steelence-woo-chrome .steelence-faq__title {
  margin: 0 0 0.85rem;
  font-size: 1.15rem;
  color: #0B1F33;
}
body.steelence-woo-chrome .steelence-faq__item {
  border: 1px solid #DCE5EC;
  border-radius: 8px;
  background: #fff;
  margin: 0 0 0.55rem;
  overflow: hidden;
}
body.steelence-woo-chrome .steelence-faq__item summary {
  cursor: pointer;
  list-style: none;
  padding: 0.85rem 1rem;
  font-weight: 700;
  color: #0B1F33;
  font-size: 0.95rem;
  position: relative;
}
body.steelence-woo-chrome .steelence-faq__item summary::-webkit-details-marker {
  display: none;
}
body.steelence-woo-chrome .steelence-faq__item summary::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #0F5D73;
  font-weight: 800;
}
body.steelence-woo-chrome .steelence-faq__item[open] summary::after {
  content: "\2013";
}
body.steelence-woo-chrome .steelence-faq__answer {
  padding: 0 1rem 0.95rem;
  color: #4B5563;
  font-size: 0.92rem;
  line-height: 1.55;
}
body.steelence-woo-chrome .steelence-faq__answer p {
  margin: 0;
}

/* —— Single product (lahgummetal.com layout) —— */
html:has(body.steelence-woo-chrome.single-product) {
  --wp--style--global--content-size: 1200px !important;
  --wp--style--global--wide-size: 1200px !important;
}

body.steelence-woo-chrome.single-product {
  --wp--style--global--content-size: 1200px !important;
  --wp--style--global--wide-size: 1200px !important;
}

body.steelence-woo-chrome.single-product .wp-site-blocks {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
}

body.steelence-woo-chrome.single-product .wp-block-group.woocommerce.product {
  display: block !important;
  width: min(1180px, calc(100% - 2.5rem)) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  box-sizing: border-box !important;
}

body.steelence-woo-chrome.single-product main#wp--skip-link--target,
body.steelence-woo-chrome.single-product main.wp-block-group {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-inline: 0 !important;
  box-sizing: border-box !important;
}

body.steelence-woo-chrome.single-product main.is-layout-constrained > *,
body.steelence-woo-chrome.single-product main .alignwide,
body.steelence-woo-chrome.single-product .wp-block-columns.alignwide,
body.steelence-woo-chrome.single-product .wp-block-woocommerce-product-details.alignwide {
  max-width: none !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-inline: auto !important;
}

body.steelence-woo-chrome.single-product .wp-block-post-title {
  font-size: clamp(1.45rem, 2.4vw, 2rem) !important;
  font-weight: 800 !important;
  line-height: 1.22 !important;
  color: #0B1F33 !important;
  margin: 0.35rem 0 0.55rem !important;
  max-width: none;
  text-align: left;
}

@media (min-width: 782px) {
  body.steelence-woo-chrome.single-product .wp-block-columns.alignwide {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 2.25rem !important;
    align-items: flex-start !important;
    width: 100% !important;
  }

  body.steelence-woo-chrome.single-product .wp-block-columns.alignwide > .wp-block-column:first-child,
  body.steelence-woo-chrome.single-product .wp-block-columns.alignwide > .wp-block-column:nth-child(2) {
    flex: 1 1 50% !important;
    flex-grow: 1 !important;
    flex-basis: 50% !important;
    max-width: 50% !important;
    width: 50% !important;
    min-width: 0;
  }
}

body.steelence-woo-chrome.single-product .woocommerce-product-gallery {
  max-width: 100%;
  background: #fff;
}

body.steelence-woo-chrome.single-product .steelence-gallery-wrap {
  position: relative;
}

body.steelence-woo-chrome.single-product .steelence-sale-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #0F5D73;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.steelence-woo-chrome.single-product .steelence-brand {
  margin: 0 0 0.45rem;
}

body.steelence-woo-chrome.single-product .steelence-brand img {
  height: 42px;
  width: auto;
  max-width: 180px;
  display: block;
}

body.steelence-woo-chrome.single-product .steelence-summary .price,
body.steelence-woo-chrome.single-product p.steelence-price {
  margin: 0 0 0.85rem;
  font-size: 1.55rem;
  font-weight: 800;
  color: #3B82C4;
}

body.steelence-woo-chrome.single-product .steelence-summary .price del {
  color: #9CA3AF;
  font-size: 1.05rem;
  font-weight: 600;
  margin-right: 0.4rem;
}

body.steelence-woo-chrome.single-product .steelence-summary .price ins {
  text-decoration: none;
  color: #3B82C4;
}

body.steelence-woo-chrome.single-product .woocommerce-product-details__short-description {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #374151;
  margin: 0 0 1.1rem;
  max-width: 52ch;
}

body.steelence-woo-chrome.single-product .woocommerce-product-details__short-description p {
  margin: 0 0 0.7rem;
}

body.steelence-woo-chrome.single-product .steelence-buybox {
  margin: 0 0 1rem;
}

body.steelence-woo-chrome.single-product form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.7rem;
  border-bottom: 0;
  padding-bottom: 0;
}

body.steelence-woo-chrome.single-product form.cart .quantity {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid #DCE5EC;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

body.steelence-woo-chrome.single-product form.cart .quantity .minus,
body.steelence-woo-chrome.single-product form.cart .quantity .plus {
  width: 42px;
  min-height: 48px;
  border: 0;
  background: #F7FBFC;
  color: #0B1F33;
  font-size: 1.15rem;
  font-weight: 700;
  cursor: pointer;
}

body.steelence-woo-chrome.single-product form.cart .quantity .qty {
  width: 3.2rem;
  min-height: 48px;
  border: 0;
  border-left: 1px solid #DCE5EC;
  border-right: 1px solid #DCE5EC;
  border-radius: 0;
  text-align: center;
}

body.steelence-woo-chrome.single-product form.cart .single_add_to_cart_button {
  min-height: 48px;
  padding: 0.75rem 1.6rem;
  background: #3B82C4;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.88rem;
}

body.steelence-woo-chrome.single-product form.cart .single_add_to_cart_button:hover {
  background: #2563A8;
}

body.steelence-woo-chrome.single-product .steelence-product-meta {
  display: block;
  margin: 0.35rem 0 0.75rem;
  font-size: 0.88rem;
  line-height: 1.7;
  color: #4B5563;
}

body.steelence-woo-chrome.single-product .steelence-product-meta > span {
  display: block;
  margin: 0 0 0.2rem;
}

body.steelence-woo-chrome.single-product .steelence-product-meta a {
  color: #3B82C4;
  text-decoration: none;
}

body.steelence-woo-chrome.single-product .steelence-product-meta a:hover {
  text-decoration: underline;
}

body.steelence-woo-chrome.single-product .steelence-share {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.85rem;
  padding-top: 0.65rem;
  border-top: 1px solid #DCE5EC;
  font-size: 0.82rem;
  font-weight: 700;
}

body.steelence-woo-chrome.single-product .steelence-share a {
  color: #0F5D73;
  text-decoration: none;
}

body.steelence-woo-chrome.single-product .steelence-share a:hover {
  color: #00A6A6;
}

body.steelence-woo-chrome.single-product .steelence-tab-copy {
  max-width: 78ch;
  font-size: 1rem;
  line-height: 1.75;
  color: #374151;
}

body.steelence-woo-chrome.single-product .steelence-tab-copy p {
  margin: 0 0 1rem;
}

body.steelence-woo-chrome.single-product .steelence-brand-points {
  margin: 0.4rem 0 0;
  padding: 0 0 0 1.15rem;
}

body.steelence-woo-chrome.single-product .steelence-similar {
  margin: 2rem 0 1.25rem;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
}

body.steelence-woo-chrome.single-product .steelence-similar__heading,
body.steelence-woo-chrome.single-product h2.wp-block-heading {
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 800;
  color: #0B1F33;
  margin: 0;
}

body.steelence-woo-chrome.single-product .steelence-carousel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 0.9rem;
}

body.steelence-woo-chrome.single-product .steelence-carousel__nav {
  display: flex;
  gap: 0.4rem;
  flex: 0 0 auto;
}

body.steelence-woo-chrome.single-product .steelence-carousel__btn {
  width: 40px;
  height: 40px;
  border: 1px solid #DCE5EC;
  border-radius: 50%;
  background: #fff;
  color: #0F5D73;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

body.steelence-woo-chrome.single-product .steelence-carousel__btn svg {
  width: 18px;
  height: 18px;
}

body.steelence-woo-chrome.single-product .steelence-carousel__btn:hover {
  background: #0F5D73;
  border-color: #0F5D73;
  color: #fff;
}

body.steelence-woo-chrome.single-product .steelence-carousel__viewport {
  width: 100%;
  overflow: hidden;
}

body.steelence-woo-chrome.single-product .steelence-carousel__track {
  display: flex;
  gap: 0.55rem;
  margin: 0;
  padding: 0 0 0.25rem;
  list-style: none;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

body.steelence-woo-chrome.single-product .steelence-carousel__track::-webkit-scrollbar {
  display: none;
}

body.steelence-woo-chrome.single-product .steelence-carousel__track > li {
  flex: 0 0 calc((100% - (var(--count, 12) - 1) * 0.55rem) / var(--count, 12));
  max-width: calc((100% - (var(--count, 12) - 1) * 0.55rem) / var(--count, 12));
  scroll-snap-align: start;
}

body.steelence-woo-chrome.single-product .steelence-similar__item {
  border: 1px solid #DCE5EC;
  border-radius: 10px;
  padding: 0.55rem 0.45rem 0.7rem;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  min-width: 0;
}

body.steelence-woo-chrome.single-product .steelence-similar__media {
  position: relative;
  display: block;
  margin: 0 0 0.45rem;
}

body.steelence-woo-chrome.single-product .steelence-similar__img {
  width: 100%;
  height: auto;
  max-height: 110px;
  object-fit: contain;
}

body.steelence-woo-chrome.single-product .steelence-similar__title {
  font-size: 0.72rem;
  line-height: 1.3;
  margin: 0 0 0.25rem;
}

body.steelence-woo-chrome.single-product .steelence-similar__title a {
  color: #0B1F33;
  text-decoration: none;
}

body.steelence-woo-chrome.single-product .steelence-similar__cats {
  font-size: 0.68rem;
  color: #6B7280;
  margin: 0 0 0.25rem;
  display: none;
}

body.steelence-woo-chrome.single-product .steelence-similar__cats a {
  color: #3B82C4;
  text-decoration: none;
}

body.steelence-woo-chrome.single-product .wp-block-woocommerce-product-collection {
  display: none !important;
}

@media (max-width: 1099px) {
  body.steelence-woo-chrome.single-product .steelence-carousel__track > li {
    flex-basis: calc((100% - 5 * 0.55rem) / 6);
    max-width: calc((100% - 5 * 0.55rem) / 6);
  }
}

@media (max-width: 900px) {
  body.steelence-woo-chrome.single-product .steelence-carousel__track > li {
    flex-basis: calc((100% - 0.55rem) / 2);
    max-width: calc((100% - 0.55rem) / 2);
  }

  body.steelence-woo-chrome.single-product .steelence-similar__cats {
    display: block;
  }
}

@media (max-width: 560px) {
  body.steelence-woo-chrome.single-product .steelence-carousel__track > li {
    flex-basis: 72%;
    max-width: 72%;
  }
}

/* —— SEO customer reviews —— */
body.steelence-woo-chrome #reviews.woocommerce-Reviews {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 1.5rem;
  align-items: start;
  margin: 0.35rem 0 0;
}

body.steelence-woo-chrome #reviews #comments,
body.steelence-woo-chrome #reviews #review_form_wrapper {
  min-width: 0;
}

body.steelence-woo-chrome #reviews .woocommerce-Reviews-title,
body.steelence-woo-chrome #reviews .woocommerce-Reviews-title span {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0B1F33;
  margin: 0 0 0.85rem;
}

body.steelence-woo-chrome #reviews .woocommerce-noreviews {
  padding: 0.9rem 1rem;
  background: #F7FBFC;
  border: 1px dashed #DCE5EC;
  border-radius: 10px;
  color: #4B5563;
}

body.steelence-woo-chrome #reviews .commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.steelence-woo-chrome #reviews .commentlist .review,
body.steelence-woo-chrome #reviews .commentlist .comment {
  margin: 0 0 0.85rem;
  padding: 0.95rem 1rem;
  border: 1px solid #DCE5EC;
  border-radius: 10px;
  background: #fff;
}

body.steelence-woo-chrome #reviews .comment_container {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}

body.steelence-woo-chrome #reviews .comment_container img.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex: 0 0 44px;
}

body.steelence-woo-chrome #reviews .comment-text {
  flex: 1 1 auto;
  min-width: 0;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.steelence-woo-chrome #reviews .star-rating {
  color: #E67A00;
  float: none;
  margin: 0 0 0.35rem;
}

body.steelence-woo-chrome #reviews .meta {
  margin: 0 0 0.4rem;
  font-size: 0.84rem;
  color: #6B7280;
}

body.steelence-woo-chrome #reviews .woocommerce-review__author {
  font-weight: 800;
  color: #0B1F33;
}

body.steelence-woo-chrome #reviews .description {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #374151;
}

body.steelence-woo-chrome #review_form_wrapper {
  padding: 1rem 1.05rem 1.1rem;
  background: #F7FBFC;
  border: 1px solid #DCE5EC;
  border-radius: 12px;
}

body.steelence-woo-chrome #review_form #reply-title,
body.steelence-woo-chrome #review_form .comment-reply-title {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0B1F33;
  margin: 0 0 0.65rem;
}

body.steelence-woo-chrome #review_form .comment-form-rating,
body.steelence-woo-chrome #review_form .comment-form-comment,
body.steelence-woo-chrome #review_form .comment-form-author,
body.steelence-woo-chrome #review_form .comment-form-email {
  margin: 0 0 0.75rem;
}

body.steelence-woo-chrome #review_form label {
  display: block;
  font-size: 0.84rem;
  font-weight: 700;
  color: #0F5D73;
  margin: 0 0 0.3rem;
}

body.steelence-woo-chrome #review_form input[type="text"],
body.steelence-woo-chrome #review_form input[type="email"],
body.steelence-woo-chrome #review_form textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #DCE5EC;
  border-radius: 8px;
  padding: 0.55rem 0.7rem;
  font-family: Manrope, sans-serif;
}

body.steelence-woo-chrome #review_form .form-submit .submit,
body.steelence-woo-chrome #review_form button[type="submit"] {
  background: #00A6A6;
  color: #fff;
  border: 0;
  border-radius: 8px;
  font-weight: 700;
  min-height: 44px;
  padding: 0.7rem 1.25rem;
  cursor: pointer;
}

body.steelence-woo-chrome #review_form .form-submit .submit:hover,
body.steelence-woo-chrome #review_form button[type="submit"]:hover {
  background: #008080;
}

@media (max-width: 900px) {
  body.steelence-woo-chrome #reviews.woocommerce-Reviews {
    grid-template-columns: 1fr;
  }
}

/* Catalog cards (shop / category) */
body.lahgum-shop-view-catalog .wc-block-product {
  text-align: left;
  background: #fff;
  border: 1px solid #e8eef2;
  border-radius: 0;
  padding: 0 0 1rem !important;
  overflow: hidden;
}

body.lahgum-shop-view-catalog .wc-block-components-product-image {
  position: relative;
  overflow: hidden;
  background: #fff;
  margin: 0 0 0.75rem;
}

body.lahgum-shop-view-catalog .wc-block-components-product-image img,
body.lahgum-shop-view-catalog .wc-block-product img {
  width: 100% !important;
  height: auto !important;
  max-height: 280px;
  object-fit: contain !important;
  background: #fff;
}

body.lahgum-shop-view-catalog .wp-block-post-title,
body.lahgum-shop-view-catalog .wc-block-product .wp-block-post-title {
  text-align: left !important;
  font-size: 0.95rem !important;
  font-weight: 700;
  line-height: 1.35 !important;
  margin: 0 0.85rem 0.35rem !important;
  padding: 0;
}

body.lahgum-shop-view-catalog .wp-block-post-title a {
  color: #0B1F33 !important;
  text-decoration: none !important;
}

body.lahgum-shop-view-catalog .lahgum-card-cats {
  margin: 0 0.85rem 0.25rem;
  font-size: 0.78rem;
  line-height: 1.4;
  color: #8aa0ad;
}

body.lahgum-shop-view-catalog .lahgum-card-excerpt {
  margin: 0 0.85rem 0.4rem;
  font-size: 0.8rem;
  line-height: 1.4;
  color: #6B7280;
}

body.lahgum-shop-view-catalog .lahgum-card-price,
body.lahgum-shop-view-catalog .lahgum-card-price .woocommerce-Price-amount {
  margin: 0 0.85rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: #0F5D73;
}

body.lahgum-shop-view-catalog .lahgum-card-price del,
body.lahgum-shop-view-catalog .lahgum-card-price del .woocommerce-Price-amount {
  color: #9CA3AF;
  font-weight: 500;
  margin-right: 0.35rem;
}

body.lahgum-shop-view-catalog .wc-block-components-product-button {
  display: none !important;
}

body.lahgum-shop-view-catalog .lahgum-sale-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background: #0F5D73;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
}

body.lahgum-shop-view-catalog .lahgum-soldout {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  background: #111827;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 0.28rem 0.5rem;
}

/* Shop hover zoom */
body.lahgum-shop-zoom .wc-block-components-product-image img,
body.lahgum-shop-zoom ul.products li.product img {
  transition: transform 0.45s ease;
}

body.lahgum-shop-zoom .wc-block-components-product-image:hover img,
body.lahgum-shop-zoom ul.products li.product:hover img {
  transform: scale(1.12);
}

body.lahgum-shop-zoom.single-product .woocommerce-product-gallery__image img {
  cursor: zoom-in;
}
