/*
 * Han Mobil WooCommerce 11 compatibility layer.
 * Loaded after every theme stylesheet to prevent legacy WooCommerce/theme rules
 * from compressing or overlapping the storefront layouts.
 */

/* Global WooCommerce canvas reset */
body.hanspot-theme .hanspot-special-page,
body.hanspot-theme .hanspot-woocommerce-main,
body.hanspot-theme .hanspot-single-product,
body.hanspot-theme .hanspot-shop-page{
  width:100%!important;
  min-width:0!important;
}
body.hanspot-theme .hanspot-special-page-shell,
body.hanspot-theme .hanspot-woocommerce-main>.hanspot-shell,
body.hanspot-theme .hanspot-single-product>.hanspot-shell,
body.hanspot-theme .hanspot-shop-page>.hanspot-shell{
  width:min(1400px,calc(100% - 48px))!important;
  max-width:1400px!important;
  margin-inline:auto!important;
  min-width:0!important;
}
body.hanspot-theme .hanspot-special-page-content,
body.hanspot-theme .hanspot-special-page-content>.woocommerce,
body.hanspot-theme .hanspot-special-page-content>.woocommerce>*,
body.hanspot-theme .hanspot-woo-canvas{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
}
body.hanspot-theme.woocommerce-account .hanspot-special-page-content>.woocommerce,
body.hanspot-theme.woocommerce-cart .hanspot-special-page-content>.woocommerce,
body.hanspot-theme.woocommerce-checkout .hanspot-special-page-content>.woocommerce{
  display:block!important;
  grid-template-columns:none!important;
  margin:0!important;
}
body.hanspot-theme .woocommerce::before,
body.hanspot-theme .woocommerce::after{content:none!important;display:none!important}
body.hanspot-theme .woocommerce-error,
body.hanspot-theme .woocommerce-info,
body.hanspot-theme .woocommerce-message{
  width:100%!important;
  margin:0 0 18px!important;
  padding:15px 18px!important;
  border:1px solid var(--hanspot-border)!important;
  border-left:4px solid var(--hanspot-accent)!important;
  border-radius:9px!important;
  background:#fff!important;
  color:var(--hanspot-text)!important;
  box-shadow:none!important;
  list-style:none!important;
}
body.hanspot-theme .woocommerce-error::before,
body.hanspot-theme .woocommerce-info::before,
body.hanspot-theme .woocommerce-message::before{display:none!important}

/* Product summary and professional WooCommerce 11 gallery */
body.hanspot-theme .hanspot-product-main{
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr)!important;
  gap:44px!important;
  align-items:start!important;
}
body.hanspot-theme .hanspot-product-gallery,
body.hanspot-theme .hanspot-product-summary{min-width:0!important}
body.hanspot-theme .hanspot-product-gallery .woocommerce-product-gallery{
  position:relative!important;
  width:100%!important;
  float:none!important;
  margin:0!important;
  padding:16px!important;
  border:1px solid var(--hanspot-border)!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 14px 40px rgba(15,20,27,.055)!important;
  opacity:1;
}
body.hanspot-theme .hanspot-product-gallery .woocommerce-product-gallery__wrapper{
  margin:0!important;
  border-radius:10px!important;
  background:#fff!important;
}
body.hanspot-theme .hanspot-product-gallery .woocommerce-product-gallery__image{
  display:block!important;
  background:#fff!important;
  opacity:1!important;
  visibility:visible!important;
}
body.hanspot-theme .hanspot-product-gallery .woocommerce-product-gallery__image a{
  width:100%!important;
  height:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fff!important;
}
body.hanspot-theme .hanspot-product-gallery .woocommerce-product-gallery__image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:0!important;
  background:#fff!important;
}
body.hanspot-theme .hanspot-product-gallery .flex-control-thumbs{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
  margin:12px 0 0!important;
  padding:0!important;
  list-style:none!important;
}
body.hanspot-theme .hanspot-product-gallery .flex-control-thumbs li{
  width:auto!important;
  float:none!important;
  margin:0!important;
  min-width:0!important;
}
body.hanspot-theme .hanspot-product-gallery .flex-control-thumbs img{
  display:block!important;
  width:100%!important;
  height:96px!important;
  object-fit:cover!important;
  object-position:center!important;
  margin:0!important;
  padding:0!important;
  border:2px solid transparent!important;
  border-radius:9px!important;
  background:#fff!important;
  opacity:.7!important;
  cursor:pointer!important;
  transition:border-color .2s ease,opacity .2s ease,transform .2s ease!important;
}
body.hanspot-theme .hanspot-product-gallery .flex-control-thumbs img:hover,
body.hanspot-theme .hanspot-product-gallery .flex-control-thumbs img.flex-active{
  border-color:var(--hanspot-accent)!important;
  opacity:1!important;
  transform:translateY(-1px)!important;
}
body.hanspot-theme .hanspot-product-gallery .woocommerce-product-gallery__trigger{
  position:absolute!important;
  top:28px!important;
  right:28px!important;
  left:auto!important;
  z-index:9!important;
  display:grid!important;
  place-items:center!important;
  width:46px!important;
  height:46px!important;
  padding:0!important;
  margin:0!important;
  border:1px solid rgba(17,20,25,.08)!important;
  border-radius:50%!important;
  background:#fff!important;
  color:#111!important;
  text-indent:0!important;
  box-shadow:0 12px 28px rgba(0,0,0,.12)!important;
  overflow:hidden!important;
}
body.hanspot-theme .hanspot-product-gallery .woocommerce-product-gallery__trigger span{display:none!important}
body.hanspot-theme .hanspot-product-gallery .woocommerce-product-gallery__trigger i{
  display:block!important;
  font-size:17px!important;
  line-height:1!important;
  color:#111!important;
}
body.hanspot-theme .hanspot-product-gallery .woocommerce-product-gallery__trigger::before,
body.hanspot-theme .hanspot-product-gallery .woocommerce-product-gallery__trigger::after{display:none!important;content:none!important}
body.hanspot-theme .pswp{z-index:100000!important}
body.hanspot-theme .pswp__bg{background:#0d1117!important}

body.hanspot-theme .hanspot-product-summary.summary{
  width:auto!important;
  float:none!important;
  margin:0!important;
  padding:8px 0 0!important;
}
body.hanspot-theme .hanspot-product-summary>.price{
  display:flex!important;
  align-items:baseline!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:0 0 20px!important;
  color:var(--hanspot-accent-dark)!important;
}
body.hanspot-theme .hanspot-product-summary>.price ins{
  font-size:38px!important;
  line-height:1.1!important;
  font-weight:800!important;
  text-decoration:none!important;
  color:var(--hanspot-accent-dark)!important;
}
body.hanspot-theme .hanspot-product-summary>.price del{
  font-size:17px!important;
  color:#9299a2!important;
  opacity:1!important;
}
body.hanspot-theme .hanspot-product-summary>.price:not(:has(ins)){
  font-size:34px!important;
  line-height:1.15!important;
  font-weight:800!important;
}

/* Variation form: no overlaps, no inherited giant price */
body.hanspot-theme .hanspot-single-actions.is-variable{
  display:block!important;
  width:100%!important;
  margin:24px 0 0!important;
}
body.hanspot-theme .hanspot-single-actions.is-variable>.variations_form{
  display:block!important;
  width:100%!important;
  margin:0!important;
}
body.hanspot-theme .hanspot-variation-selector{
  width:100%!important;
  padding:18px!important;
  border:1px solid var(--hanspot-border)!important;
  border-radius:11px!important;
  background:var(--hanspot-surface)!important;
}
body.hanspot-theme table.variations.hanspot-variations-table{
  display:table!important;
  width:100%!important;
  margin:0!important;
  border:0!important;
  border-collapse:separate!important;
  border-spacing:0 12px!important;
  table-layout:fixed!important;
}
body.hanspot-theme table.variations.hanspot-variations-table tbody,
body.hanspot-theme table.variations.hanspot-variations-table tr{width:100%!important}
body.hanspot-theme table.variations.hanspot-variations-table th,
body.hanspot-theme table.variations.hanspot-variations-table td{
  padding:0!important;
  border:0!important;
  background:transparent!important;
  vertical-align:middle!important;
  text-align:left!important;
}
body.hanspot-theme table.variations.hanspot-variations-table th.label{
  width:116px!important;
  padding-right:14px!important;
}
body.hanspot-theme table.variations.hanspot-variations-table th.label label{
  display:block!important;
  margin:0!important;
  color:var(--hanspot-text)!important;
  font-size:13px!important;
  font-weight:700!important;
  line-height:1.3!important;
}
body.hanspot-theme table.variations.hanspot-variations-table td.value{
  position:relative!important;
  width:auto!important;
}
body.hanspot-theme table.variations.hanspot-variations-table select{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:50px!important;
  margin:0!important;
  padding:0 46px 0 14px!important;
  border:1px solid var(--hanspot-border)!important;
  border-radius:8px!important;
  outline:0!important;
  background-color:#fff!important;
  color:var(--hanspot-text)!important;
  font-size:13px!important;
  font-weight:500!important;
  box-shadow:none!important;
  appearance:none!important;
  background-image:linear-gradient(45deg,transparent 50%,#4b535c 50%),linear-gradient(135deg,#4b535c 50%,transparent 50%)!important;
  background-position:calc(100% - 20px) 21px,calc(100% - 15px) 21px!important;
  background-size:5px 5px,5px 5px!important;
  background-repeat:no-repeat!important;
}
body.hanspot-theme table.variations.hanspot-variations-table select:focus{
  border-color:var(--hanspot-accent)!important;
  box-shadow:0 0 0 3px rgba(143,179,154,.15)!important;
}
body.hanspot-theme .reset_variations{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:30px!important;
  margin:8px 0 0!important;
  padding:0 11px!important;
  border:1px solid var(--hanspot-border)!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--hanspot-muted)!important;
  font-size:10px!important;
  font-weight:700!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
}
body.hanspot-theme .single_variation_wrap{
  display:block!important;
  width:100%!important;
  margin-top:12px!important;
}
body.hanspot-theme .single_variation{
  display:none;
  width:100%!important;
  margin:0 0 12px!important;
}
body.hanspot-theme .hanspot-selected-variation{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:8px 18px!important;
  align-items:center!important;
  width:100%!important;
  padding:15px 17px!important;
  border:1px solid var(--hanspot-border)!important;
  border-radius:9px!important;
  background:#fff!important;
}
body.hanspot-theme .hanspot-selected-variation .woocommerce-variation-description{
  grid-column:1/-1!important;
  color:var(--hanspot-muted)!important;
  font-size:12px!important;
  line-height:1.65!important;
}
body.hanspot-theme .hanspot-selected-variation .woocommerce-variation-description p{margin:0!important}
body.hanspot-theme .hanspot-selected-variation .woocommerce-variation-price{grid-column:1!important}
body.hanspot-theme .hanspot-selected-variation .woocommerce-variation-price .price,
body.hanspot-theme .hanspot-selected-variation .woocommerce-variation-price .price ins,
body.hanspot-theme .hanspot-selected-variation .woocommerce-variation-price .price bdi{
  display:inline!important;
  margin:0!important;
  font-size:25px!important;
  line-height:1.2!important;
  font-weight:800!important;
  color:var(--hanspot-accent-dark)!important;
  text-decoration:none!important;
}
body.hanspot-theme .hanspot-selected-variation .woocommerce-variation-price .price del,
body.hanspot-theme .hanspot-selected-variation .woocommerce-variation-price .price del bdi{
  font-size:13px!important;
  color:#9299a2!important;
  font-weight:500!important;
}
body.hanspot-theme .hanspot-selected-variation .woocommerce-variation-availability{
  grid-column:2!important;
  color:var(--hanspot-text)!important;
  font-size:11px!important;
  font-weight:700!important;
}
body.hanspot-theme .hanspot-selected-variation .woocommerce-variation-availability p{margin:0!important}
body.hanspot-theme .hanspot-variation-cart-row{
  display:grid!important;
  grid-template-columns:84px minmax(0,1fr) minmax(0,1fr)!important;
  gap:10px!important;
  align-items:stretch!important;
  width:100%!important;
  margin:0!important;
}
body.hanspot-theme .hanspot-variation-cart-row .quantity{
  display:block!important;
  width:84px!important;
  margin:0!important;
  float:none!important;
}
body.hanspot-theme .hanspot-variation-cart-row .qty{
  width:84px!important;
  height:52px!important;
  min-height:52px!important;
  margin:0!important;
  border:1px solid var(--hanspot-border)!important;
  border-radius:8px!important;
  background:#fff!important;
  color:var(--hanspot-text)!important;
  text-align:center!important;
  box-shadow:none!important;
}
body.hanspot-theme .hanspot-variation-cart-row .single_add_to_cart_button,
body.hanspot-theme .hanspot-variation-cart-row .hanspot-single-whatsapp{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-width:0!important;
  height:52px!important;
  min-height:52px!important;
  margin:0!important;
  padding:0 14px!important;
  border-radius:8px!important;
  font-size:10px!important;
  font-weight:800!important;
  line-height:1.2!important;
  text-align:center!important;
  white-space:normal!important;
}
body.hanspot-theme .hanspot-single-actions.is-variable>.hanspot-single-whatsapp{
  width:100%!important;
  margin-top:10px!important;
}
body.hanspot-theme .hanspot-single-actions.is-variable.is-enhanced>.hanspot-single-whatsapp{display:none!important}
body.hanspot-theme .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button{
  opacity:.5!important;
  cursor:not-allowed!important;
}

/* Simple product actions remain side by side */
body.hanspot-theme .hanspot-single-actions.is-standard{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:10px!important;
  width:100%!important;
}
body.hanspot-theme .hanspot-single-actions.is-standard form.cart{
  display:grid!important;
  grid-template-columns:84px minmax(0,1fr)!important;
  gap:10px!important;
  width:100%!important;
  margin:0!important;
}

/* Account: remove the old nested WooCommerce grid and keep content wide */
body.hanspot-theme.woocommerce-account .hanspot-special-page-content>.woocommerce{
  display:block!important;
  width:100%!important;
  max-width:none!important;
}
body.hanspot-theme .hanspot-myaccount-layout{
  display:grid!important;
  grid-template-columns:260px minmax(0,1fr)!important;
  gap:22px!important;
  align-items:start!important;
  width:100%!important;
}
body.hanspot-theme .hanspot-myaccount-layout>*{min-width:0!important}
body.hanspot-theme .hanspot-account-nav{
  width:100%!important;
  float:none!important;
  margin:0!important;
  padding:12px!important;
  border:1px solid var(--hanspot-border)!important;
  border-radius:11px!important;
  background:#fff!important;
  box-shadow:0 12px 36px rgba(15,20,27,.045)!important;
}
body.hanspot-theme .hanspot-account-nav ul{display:block!important;margin:0!important;padding:0!important;list-style:none!important}
body.hanspot-theme .hanspot-account-nav li{display:block!important;margin:0!important;padding:0!important;border:0!important}
body.hanspot-theme .hanspot-account-nav li+li{margin-top:4px!important}
body.hanspot-theme .hanspot-account-nav a{
  display:grid!important;
  grid-template-columns:32px minmax(0,1fr) 18px!important;
  gap:9px!important;
  align-items:center!important;
  min-height:48px!important;
  padding:8px 10px!important;
  border-radius:8px!important;
  color:var(--hanspot-text)!important;
  font-size:12px!important;
  font-weight:600!important;
  text-decoration:none!important;
}
body.hanspot-theme .hanspot-account-nav a:hover,
body.hanspot-theme .hanspot-account-nav li.is-active a{
  background:rgba(143,179,154,.15)!important;
  color:#7d5d00!important;
}
body.hanspot-theme .hanspot-account-nav-icon{
  display:grid!important;
  place-items:center!important;
  width:32px!important;
  height:32px!important;
  border-radius:7px!important;
  background:var(--hanspot-surface)!important;
}
body.hanspot-theme .hanspot-account-nav-icon .hanspot-icon{width:16px!important;height:16px!important}
body.hanspot-theme .hanspot-account-nav-arrow .hanspot-icon{width:14px!important;height:14px!important}
body.hanspot-theme .hanspot-myaccount-content,
body.hanspot-theme .woocommerce-MyAccount-content{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  float:none!important;
  margin:0!important;
  padding:26px!important;
  border:1px solid var(--hanspot-border)!important;
  border-radius:11px!important;
  background:#fff!important;
  color:var(--hanspot-text)!important;
  box-shadow:0 12px 36px rgba(15,20,27,.045)!important;
  overflow:visible!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
}
body.hanspot-theme .hanspot-myaccount-content>*{max-width:100%!important}
body.hanspot-theme .hanspot-account-dashboard{display:block!important;width:100%!important}
body.hanspot-theme .hanspot-account-welcome{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
  padding:22px!important;
  border-radius:10px!important;
  background:var(--hanspot-black)!important;
  color:#fff!important;
}
body.hanspot-theme .hanspot-account-welcome>div{min-width:0!important}
body.hanspot-theme .hanspot-account-welcome span{font-size:10px!important;font-weight:800!important;color:var(--hanspot-accent)!important;letter-spacing:.08em!important}
body.hanspot-theme .hanspot-account-welcome h2{margin:5px 0 6px!important;color:#fff!important;font-size:26px!important}
body.hanspot-theme .hanspot-account-welcome p{margin:0!important;color:rgba(255,255,255,.72)!important;font-size:12px!important;line-height:1.65!important}
body.hanspot-theme .hanspot-account-welcome>a{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  min-height:42px!important;
  padding:0 14px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:7px!important;
  color:#fff!important;
  white-space:nowrap!important;
  font-size:11px!important;
  font-weight:700!important;
}
body.hanspot-theme .hanspot-account-welcome>a span{color:#fff!important;letter-spacing:0!important}
body.hanspot-theme .hanspot-account-summary-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
  margin-top:18px!important;
}
body.hanspot-theme .hanspot-account-summary-grid>a{
  display:flex!important;
  align-items:center!important;
  gap:13px!important;
  min-width:0!important;
  padding:18px!important;
  border:1px solid var(--hanspot-border)!important;
  border-radius:9px!important;
  background:var(--hanspot-surface)!important;
  color:var(--hanspot-text)!important;
}
body.hanspot-theme .hanspot-account-summary-grid>a>span{
  display:grid!important;
  place-items:center!important;
  width:44px!important;
  height:44px!important;
  flex:0 0 44px!important;
  border-radius:50%!important;
  background:#fff!important;
  color:var(--hanspot-accent-dark)!important;
}
body.hanspot-theme .hanspot-account-summary-grid div{display:flex!important;min-width:0!important;flex-direction:column!important}
body.hanspot-theme .hanspot-account-summary-grid small{font-size:10px!important;color:var(--hanspot-muted)!important}
body.hanspot-theme .hanspot-account-summary-grid strong{font-size:18px!important;color:var(--hanspot-text)!important;line-height:1.35!important}
body.hanspot-theme .hanspot-account-summary-grid em{font-size:10px!important;color:var(--hanspot-muted)!important;font-style:normal!important}
body.hanspot-theme .hanspot-account-help{
  display:grid!important;
  grid-template-columns:46px minmax(0,1fr) auto!important;
  gap:14px!important;
  align-items:center!important;
  margin-top:18px!important;
  padding:17px!important;
  border:1px solid var(--hanspot-border)!important;
  border-radius:9px!important;
}
body.hanspot-theme .hanspot-account-help>span{display:grid!important;place-items:center!important;width:46px!important;height:46px!important;border-radius:50%!important;background:rgba(143,179,154,.14)!important;color:var(--hanspot-accent-dark)!important}
body.hanspot-theme .hanspot-account-help strong{display:block!important;color:var(--hanspot-text)!important;font-size:13px!important}
body.hanspot-theme .hanspot-account-help p{margin:3px 0 0!important;color:var(--hanspot-muted)!important;font-size:11px!important;line-height:1.6!important}
body.hanspot-theme .hanspot-account-help>a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:0 14px!important;border-radius:7px!important;background:var(--hanspot-accent)!important;color:#111!important;font-size:10px!important;font-weight:800!important;text-transform:uppercase!important}
body.hanspot-theme .hanspot-myaccount-content table.shop_table{width:100%!important;table-layout:auto!important}
body.hanspot-theme .hanspot-myaccount-content table.shop_table th,
body.hanspot-theme .hanspot-myaccount-content table.shop_table td{font-size:12px!important;line-height:1.5!important;word-break:normal!important}

/* Cart / checkout form stability */
body.hanspot-theme .hanspot-cart-layout{grid-template-columns:minmax(0,1fr) 380px!important}
body.hanspot-theme .hanspot-checkout-layout{grid-template-columns:minmax(0,1fr) 400px!important}
body.hanspot-theme .hanspot-cart-layout>*,
body.hanspot-theme .hanspot-checkout-layout>*{min-width:0!important}
body.hanspot-theme .hanspot-cart-list-head,
body.hanspot-theme .hanspot-cart-item{
  grid-template-columns:minmax(280px,1.35fr) minmax(100px,.55fr) minmax(100px,.48fr) minmax(120px,.58fr)!important;
  gap:14px!important;
}
body.hanspot-theme .hanspot-checkout .woocommerce-billing-fields__field-wrapper,
body.hanspot-theme .hanspot-checkout .woocommerce-shipping-fields__field-wrapper{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px 14px!important;
}
body.hanspot-theme .hanspot-checkout .form-row{width:100%!important;min-width:0!important;float:none!important;margin:0!important;padding:0!important}
body.hanspot-theme .hanspot-checkout .form-row-wide,
body.hanspot-theme .hanspot-checkout .address-field,
body.hanspot-theme .hanspot-checkout #billing_country_field,
body.hanspot-theme .hanspot-checkout #billing_address_1_field,
body.hanspot-theme .hanspot-checkout #billing_address_2_field,
body.hanspot-theme .hanspot-checkout #billing_city_field,
body.hanspot-theme .hanspot-checkout #billing_state_field,
body.hanspot-theme .hanspot-checkout #billing_postcode_field,
body.hanspot-theme .hanspot-checkout #order_comments_field{grid-column:1/-1!important}
body.hanspot-theme .hanspot-checkout .woocommerce-input-wrapper{display:block!important;width:100%!important}
body.hanspot-theme .hanspot-checkout input.input-text,
body.hanspot-theme .hanspot-checkout textarea,
body.hanspot-theme .hanspot-checkout select,
body.hanspot-theme .hanspot-myaccount-content input.input-text,
body.hanspot-theme .hanspot-myaccount-content textarea,
body.hanspot-theme .hanspot-myaccount-content select{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  border:1px solid var(--hanspot-border)!important;
  border-radius:8px!important;
  background:#fff!important;
  color:var(--hanspot-text)!important;
  box-shadow:none!important;
}
body.hanspot-theme .select2-container{width:100%!important;max-width:100%!important}

/* Mobile canvas: padding and collapsible submenus */
body.hanspot-theme .hanspot-mobile-panel{padding:0!important}
body.hanspot-theme .hanspot-mobile-actions,
body.hanspot-theme .hanspot-mobile-categories,
body.hanspot-theme .hanspot-mobile-menu,
body.hanspot-theme .hanspot-mobile-contact{margin-left:0!important;margin-right:0!important}
body.hanspot-theme .hanspot-mobile-menu{padding:12px 20px 22px!important}
body.hanspot-theme .hanspot-mobile-menu>li{position:relative!important;padding:0!important;border-bottom:1px solid var(--hanspot-border)!important}
body.hanspot-theme .hanspot-mobile-menu>li>a{display:block!important;padding:14px 42px 14px 4px!important;color:var(--hanspot-text)!important;font-size:13px!important;font-weight:700!important}
body.hanspot-theme .hanspot-submenu-toggle{
  position:absolute!important;
  top:8px!important;
  right:0!important;
  z-index:2!important;
  display:grid!important;
  place-items:center!important;
  width:34px!important;
  height:34px!important;
  padding:0!important;
  border:0!important;
  border-radius:6px!important;
  background:var(--hanspot-surface)!important;
  color:var(--hanspot-text)!important;
  cursor:pointer!important;
}
body.hanspot-theme .hanspot-submenu-toggle .hanspot-icon{width:15px!important;height:15px!important;transition:transform .2s ease!important}
body.hanspot-theme .menu-item-has-children.is-submenu-open>.hanspot-submenu-toggle .hanspot-icon{transform:rotate(180deg)!important}
body.hanspot-theme .hanspot-mobile-menu .sub-menu{
  display:none!important;
  margin:0 0 10px 4px!important;
  padding:6px 0 6px 14px!important;
  border-left:2px solid var(--hanspot-accent)!important;
}
body.hanspot-theme .hanspot-mobile-menu .menu-item-has-children.is-submenu-open>.sub-menu{display:block!important}
body.hanspot-theme .hanspot-mobile-menu .sub-menu li{border:0!important}
body.hanspot-theme .hanspot-mobile-menu .sub-menu a{display:block!important;padding:9px 8px!important;border-radius:6px!important;color:var(--hanspot-muted)!important;font-size:12px!important;font-weight:500!important}
body.hanspot-theme .hanspot-mobile-menu .sub-menu a:hover{background:var(--hanspot-surface)!important;color:var(--hanspot-text)!important}

@media (max-width:1100px){
  body.hanspot-theme .hanspot-product-main,
  body.hanspot-theme .hanspot-cart-layout,
  body.hanspot-theme .hanspot-checkout-layout{grid-template-columns:1fr!important}
  body.hanspot-theme .hanspot-myaccount-layout{grid-template-columns:220px minmax(0,1fr)!important}
  body.hanspot-theme .hanspot-account-summary-grid{grid-template-columns:1fr!important}
}

@media (max-width:767px){
  body.hanspot-theme .hanspot-special-page-shell,
  body.hanspot-theme .hanspot-woocommerce-main>.hanspot-shell,
  body.hanspot-theme .hanspot-single-product>.hanspot-shell,
  body.hanspot-theme .hanspot-shop-page>.hanspot-shell{width:calc(100% - 24px)!important}
  body.hanspot-theme .hanspot-product-gallery .woocommerce-product-gallery{padding:10px!important;border-radius:10px!important}
  body.hanspot-theme .hanspot-product-gallery .woocommerce-product-gallery__image img{aspect-ratio:1/1!important}
  body.hanspot-theme .hanspot-product-gallery .flex-control-thumbs{gap:7px!important}
  body.hanspot-theme .hanspot-product-gallery .flex-control-thumbs img{height:68px!important;border-radius:7px!important}
  body.hanspot-theme .hanspot-product-gallery .woocommerce-product-gallery__trigger{top:20px!important;right:20px!important;width:42px!important;height:42px!important}
  body.hanspot-theme .hanspot-product-summary>.price ins{font-size:31px!important}
  body.hanspot-theme .hanspot-product-summary>.price:not(:has(ins)){font-size:29px!important}
  body.hanspot-theme .hanspot-variation-selector{padding:13px!important}
  body.hanspot-theme table.variations.hanspot-variations-table,
  body.hanspot-theme table.variations.hanspot-variations-table tbody,
  body.hanspot-theme table.variations.hanspot-variations-table tr,
  body.hanspot-theme table.variations.hanspot-variations-table th,
  body.hanspot-theme table.variations.hanspot-variations-table td{display:block!important;width:100%!important}
  body.hanspot-theme table.variations.hanspot-variations-table{border-spacing:0!important}
  body.hanspot-theme table.variations.hanspot-variations-table tr+tr{margin-top:13px!important}
  body.hanspot-theme table.variations.hanspot-variations-table th.label{padding:0 0 7px!important}
  body.hanspot-theme .hanspot-selected-variation{grid-template-columns:1fr!important}
  body.hanspot-theme .hanspot-selected-variation .woocommerce-variation-price,
  body.hanspot-theme .hanspot-selected-variation .woocommerce-variation-availability{grid-column:1!important}
  body.hanspot-theme .hanspot-variation-cart-row{grid-template-columns:72px minmax(0,1fr)!important}
  body.hanspot-theme .hanspot-variation-cart-row .quantity,
  body.hanspot-theme .hanspot-variation-cart-row .qty{width:72px!important}
  body.hanspot-theme .hanspot-variation-cart-row .hanspot-single-whatsapp{grid-column:1/-1!important}
  body.hanspot-theme .hanspot-single-actions.is-standard{grid-template-columns:1fr 1fr!important;gap:7px!important}
  body.hanspot-theme .hanspot-single-actions.is-standard form.cart{grid-template-columns:64px minmax(0,1fr)!important;gap:7px!important}
  body.hanspot-theme .hanspot-single-actions.is-standard .quantity,
  body.hanspot-theme .hanspot-single-actions.is-standard .qty{width:64px!important}
  body.hanspot-theme .hanspot-single-actions.is-standard .single_add_to_cart_button,
  body.hanspot-theme .hanspot-single-actions.is-standard .hanspot-single-whatsapp{font-size:9px!important;padding-inline:7px!important}
  body.hanspot-theme .hanspot-myaccount-layout{grid-template-columns:1fr!important}
  body.hanspot-theme .hanspot-account-nav{overflow:hidden!important}
  body.hanspot-theme .hanspot-account-nav ul{display:flex!important;gap:7px!important;overflow-x:auto!important;padding-bottom:3px!important;scrollbar-width:none!important}
  body.hanspot-theme .hanspot-account-nav ul::-webkit-scrollbar{display:none!important}
  body.hanspot-theme .hanspot-account-nav li{flex:0 0 auto!important}
  body.hanspot-theme .hanspot-account-nav a{grid-template-columns:24px auto!important;min-height:42px!important;padding:7px 11px!important;white-space:nowrap!important}
  body.hanspot-theme .hanspot-account-nav-arrow{display:none!important}
  body.hanspot-theme .hanspot-account-nav-icon{width:24px!important;height:24px!important;background:transparent!important}
  body.hanspot-theme .hanspot-myaccount-content{padding:17px!important}
  body.hanspot-theme .hanspot-account-welcome{align-items:flex-start!important;flex-direction:column!important;padding:18px!important}
  body.hanspot-theme .hanspot-account-help{grid-template-columns:42px minmax(0,1fr)!important}
  body.hanspot-theme .hanspot-account-help>a{grid-column:1/-1!important;width:100%!important}
  body.hanspot-theme .hanspot-cart-list-head{display:none!important}
  body.hanspot-theme .hanspot-cart-item{grid-template-columns:1fr 1fr!important}
  body.hanspot-theme .hanspot-cart-product{grid-column:1/-1!important}
  body.hanspot-theme .hanspot-checkout .woocommerce-billing-fields__field-wrapper,
  body.hanspot-theme .hanspot-checkout .woocommerce-shipping-fields__field-wrapper{grid-template-columns:1fr!important}
}

/* Mobile canvas color authority */
body.hanspot-theme .hanspot-header .hanspot-mobile-panel,
body.hanspot-theme .hanspot-header .hanspot-mobile-panel a,
body.hanspot-theme .hanspot-header .hanspot-mobile-panel button{
  color:var(--hanspot-text)!important;
}
body.hanspot-theme .hanspot-header .hanspot-mobile-panel .hanspot-mobile-panel-head,
body.hanspot-theme .hanspot-header .hanspot-mobile-panel .hanspot-mobile-panel-head a,
body.hanspot-theme .hanspot-header .hanspot-mobile-panel .hanspot-mobile-panel-head button{
  color:#fff!important;
}
body.hanspot-theme .hanspot-header .hanspot-mobile-panel .hanspot-mobile-contact a{
  color:#111!important;
}
body.hanspot-theme .hanspot-header .hanspot-mobile-panel .hanspot-submenu-toggle{
  background:var(--hanspot-surface)!important;
  color:var(--hanspot-text)!important;
}

/* Han Mobil 3.3.6 — edge-to-edge, fixed-ratio, full-resolution product media */
body.hanspot-theme .hanspot-product-gallery .woocommerce-product-gallery{
  width:100%!important;
  max-width:100%!important;
  padding:0!important;
  border:0!important;
  border-radius:14px!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
body.hanspot-theme .hanspot-product-gallery .flex-viewport{
  width:100%!important;
  height:auto!important;
  max-height:none!important;
  aspect-ratio:4/3!important;
  overflow:hidden!important;
  border-radius:14px!important;
  background:var(--hanspot-surface)!important;
}
body.hanspot-theme .hanspot-product-gallery .woocommerce-product-gallery__wrapper{
  height:100%!important;
  min-height:100%!important;
  margin:0!important;
  border-radius:0!important;
  background:transparent!important;
}
body.hanspot-theme .hanspot-product-gallery .woocommerce-product-gallery__image{
  height:100%!important;
  min-height:100%!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:transparent!important;
}
body.hanspot-theme .hanspot-product-gallery .woocommerce-product-gallery__image a{
  display:block!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:transparent!important;
}
body.hanspot-theme .hanspot-product-gallery .woocommerce-product-gallery__image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  aspect-ratio:4/3!important;
  object-fit:cover!important;
  object-position:center center!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
}
body.hanspot-theme .hanspot-product-gallery .flex-control-thumbs{
  margin-top:12px!important;
}
body.hanspot-theme .hanspot-product-gallery .flex-control-thumbs li{
  aspect-ratio:4/3!important;
  overflow:hidden!important;
  border-radius:9px!important;
  background:var(--hanspot-surface)!important;
}
body.hanspot-theme .hanspot-product-gallery .flex-control-thumbs img{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  aspect-ratio:4/3!important;
  object-fit:cover!important;
  object-position:center center!important;
  background:transparent!important;
}
body.hanspot-theme .hanspot-product-media,
body.hanspot-theme .spotcu-product-media,
body.hanspot-theme ul.products li.product .hanspot-product-media{
  aspect-ratio:4/3!important;
  height:auto!important;
  overflow:hidden!important;
  background:var(--hanspot-surface)!important;
}
body.hanspot-theme .hanspot-product-media img,
body.hanspot-theme .spotcu-product-media img,
body.hanspot-theme ul.products li.product a img{
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  aspect-ratio:4/3!important;
  object-fit:cover!important;
  object-position:center center!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
@media(max-width:767px){
  body.hanspot-theme .hanspot-product-gallery .woocommerce-product-gallery{padding:0!important;border-radius:10px!important}
  body.hanspot-theme .hanspot-product-gallery .flex-viewport{aspect-ratio:4/3!important;border-radius:10px!important}
  body.hanspot-theme .hanspot-product-gallery .woocommerce-product-gallery__image img{aspect-ratio:4/3!important}
  body.hanspot-theme .hanspot-product-gallery .flex-control-thumbs img{height:100%!important;aspect-ratio:4/3!important}
  body.hanspot-theme .hanspot-product-media,
  body.hanspot-theme .spotcu-product-media{height:auto!important;aspect-ratio:4/3!important}
}


/* Han Mobil 3.3.7 — separated product media and product information cards */
body.hanspot-theme .hanspot-single-product .hanspot-product-gallery,
body.hanspot-theme .hanspot-single-product .hanspot-product-summary{
  min-width:0!important;
  background:var(--hanspot-white,#fff)!important;
  border:1px solid var(--hanspot-border,#e6e8ec)!important;
  border-radius:14px!important;
  box-shadow:none!important;
}
body.hanspot-theme .hanspot-single-product .hanspot-product-gallery{
  padding:0 0 12px!important;
  overflow:hidden!important;
}
body.hanspot-theme .hanspot-single-product .hanspot-product-gallery .woocommerce-product-gallery{
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  overflow:visible!important;
}
body.hanspot-theme .hanspot-single-product .hanspot-product-gallery .flex-viewport{
  border-radius:13px 13px 0 0!important;
}
body.hanspot-theme .hanspot-single-product .hanspot-product-gallery .flex-control-thumbs{
  box-sizing:border-box!important;
  width:100%!important;
  margin:12px 0 0!important;
  padding:0 12px!important;
}
body.hanspot-theme .hanspot-single-product .hanspot-product-summary{
  box-sizing:border-box!important;
  width:100%!important;
  padding:26px!important;
  overflow:hidden!important;
}
body.hanspot-theme .hanspot-single-product .hanspot-product-summary > :first-child{
  margin-top:0!important;
}
body.hanspot-theme .hanspot-single-product .hanspot-product-summary > :last-child{
  margin-bottom:0!important;
}
@media(max-width:1100px){
  body.hanspot-theme .hanspot-single-product .hanspot-product-summary{
    position:static!important;
    top:auto!important;
  }
}
@media(max-width:767px){
  body.hanspot-theme .hanspot-single-product .hanspot-product-gallery,
  body.hanspot-theme .hanspot-single-product .hanspot-product-summary{
    border-radius:11px!important;
  }
  body.hanspot-theme .hanspot-single-product .hanspot-product-gallery{
    padding-bottom:10px!important;
  }
  body.hanspot-theme .hanspot-single-product .hanspot-product-gallery .flex-viewport{
    border-radius:10px 10px 0 0!important;
  }
  body.hanspot-theme .hanspot-single-product .hanspot-product-gallery .flex-control-thumbs{
    margin-top:9px!important;
    padding:0 10px!important;
  }
  body.hanspot-theme .hanspot-single-product .hanspot-product-summary{
    padding:18px!important;
  }
}
