
:root{
  --adex-primary: var(--primary-color, #f48721);
  --adex-dark: var(--secondary-color, #041f1e);
  --adex-bg: #fbf9f5;
  --adex-title: #222831;
  --adex-text: #252a34;
  --adex-border: #e8e8e8;
  --adex-font: "Open Sans", Arial, sans-serif;
}

/* Fix giant default theme title/header on product page */
body.single-product .wp-site-blocks > header,
body.single-product header.wp-block-template-part,
body.single-product .wp-block-site-title,
body.single-product .wp-block-site-title a,
body.single-product .wp-block-post-title,
body.single-product .entry-title{
  display:none!important;
}

body.single-product .wp-site-blocks,
body.single-product main,
body.single-product .entry-content,
body.single-product .wp-block-post-content{
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}

body,
.adex-v110-home,
.adex-gb120-page{
  background:var(--adex-bg)!important;
  font-family:var(--adex-font)!important;
}

/* page/container keep everything inside */
.adex-container,
.adex-v110-home,
.adex-v-home,
.adex-gb120-container{
  width:100%!important;
  max-width:1200px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:16px!important;
  padding-right:16px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}

.adex-v110-home > *,
.adex-v-home > *,
.adex-gb120-container > *{
  box-sizing:border-box!important;
}

/* Hero inside page */
.adex-v110-hero,
.adex-v-hero{
  width:100%!important;
  max-width:1200px!important;
  margin:22px auto 22px!important;
  padding:0!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}

.adex-v110-hero .adex-slider,
.adex-v-hero .adex-v-slider{
  height:285px!important;
  background:#111827!important;
  border-radius:8px!important;
}

.adex-v110-hero .adex-slide,
.adex-v-hero .adex-v-slide{
  position:absolute!important;
  inset:0!important;
}

.adex-v110-hero img,
.adex-v-hero img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}

/* Banner/image section: full image, not cropped, inside page */
.adex-v110-banner,
.adex-v-banner,
.adex-s-banner,
.adex-gh-banner{
  width:100%!important;
  max-width:1200px!important;
  margin:24px auto 32px!important;
  padding:0!important;
  display:flex!important;
  gap:16px!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}

.adex-v110-banner .adex-v110-col,
.adex-v-banner .adex-v-banner-col{
  min-width:0!important;
  overflow:hidden!important;
  border-radius:8px!important;
  background:transparent!important;
}

.adex-v110-banner .adex-slider,
.adex-v-banner .adex-v-slider{
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  background:transparent!important;
  border-radius:8px!important;
  overflow:hidden!important;
}

.adex-v110-banner .adex-slide,
.adex-v-banner .adex-v-slide{
  position:relative!important;
  inset:auto!important;
  display:none!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  background:transparent!important;
}

.adex-v110-banner .adex-slide.active,
.adex-v-banner .adex-v-slide.active{
  display:block!important;
}

.adex-v110-banner img,
.adex-v-banner img,
.adex-s-banner img,
.adex-gh-banner img{
  width:100%!important;
  height:auto!important;
  object-fit:contain!important;
  display:block!important;
  border-radius:8px!important;
}

/* section title */
.adex-sec-title,
.adex-v-section-title,
.adex-s-section-title,
.adex-gh-section-title{
  width:100%!important;
  max-width:1200px!important;
  margin:18px auto 14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  border-bottom:1px solid #ddd!important;
  overflow:hidden!important;
}

.adex-sec-title h2,
.adex-v-section-title h2,
.adex-s-section-title h2,
.adex-gh-section-title h2{
  margin:0 0 -1px!important;
  padding:0 0 9px!important;
  border-bottom:2px solid var(--adex-primary)!important;
  font-size:18px!important;
  line-height:1.2!important;
  font-weight:700!important;
  color:#111827!important;
}

.adex-sec-title a,
.adex-v-section-title a,
.adex-s-section-title a,
.adex-gh-section-title a{
  color:var(--adex-primary)!important;
  font-size:13px!important;
  font-weight:700!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}

/* grid stays inside */
.adex-grid,
.adex-v-grid,
.adex-s-grid,
.adex-gh-grid{
  width:100%!important;
  max-width:1200px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  gap:16px!important;
  align-items:stretch!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}

/* GhorerBazar card-style-6 style */
.adex-product,
.adex-v-product,
.adex-s-product,
.adex-gh-product{
  background:#fff!important;
  border:1px solid var(--adex-border)!important;
  border-radius:6px!important;
  padding:8px!important;
  box-shadow:none!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
  min-height:305px!important;
  height:100%!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  cursor:pointer!important;
  transition:box-shadow .2s ease!important;
}

.adex-product:hover,
.adex-v-product:hover,
.adex-s-product:hover,
.adex-gh-product:hover{
  box-shadow:3px 3px 8px rgba(0,0,0,.16)!important;
  transform:none!important;
}

.adex-img,
.adex-v-img,
.adex-s-img,
.adex-gh-img{
  width:100%!important;
  height:175px!important;
  min-height:175px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:10px!important;
  margin:0!important;
  background:#fff!important;
  box-sizing:border-box!important;
  text-decoration:none!important;
}

.adex-img img,
.adex-v-img img,
.adex-s-img img,
.adex-gh-img img{
  width:auto!important;
  max-width:100%!important;
  height:155px!important;
  object-fit:contain!important;
  display:block!important;
  margin:0 auto!important;
}

.adex-product h3,
.adex-v-product h3,
.adex-s-product h3,
.adex-gh-product h3{
  min-height:38px!important;
  margin:8px 0 7px!important;
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:500!important;
  color:var(--adex-title)!important;
  text-align:left!important;
}

.adex-product h3 a,
.adex-v-product h3 a,
.adex-s-product h3 a,
.adex-gh-product h3 a{
  color:var(--adex-title)!important;
  text-decoration:none!important;
}

.adex-price,
.adex-v-price,
.adex-s-price,
.adex-gh-price{
  margin:0 0 10px!important;
  color:var(--adex-primary)!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.2!important;
  text-align:left!important;
}

.adex-price del,
.adex-v-price del,
.adex-s-price del,
.adex-gh-price del{
  color:var(--adex-primary)!important;
  opacity:.7!important;
}

.adex-actions,
.adex-v-card-actions,
.adex-s-card-actions,
.adex-gh-card-actions{
  margin-top:auto!important;
  display:flex!important;
  gap:8px!important;
  width:100%!important;
}

.adex-actions .button,
.adex-actions a.button,
.adex-v-card-actions .button,
.adex-v-card-actions a.button,
.adex-s-card-actions .button,
.adex-s-card-actions a.button,
.adex-gh-card-actions .button,
.adex-gh-card-actions a.button{
  flex:1!important;
  min-height:34px!important;
  padding:8px 10px!important;
  border-radius:4px!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:500!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  text-align:center!important;
  text-decoration:none!important;
  box-sizing:border-box!important;
  white-space:nowrap!important;
}

.adex-outline,
.adex-v-outline,
.adex-s-outline,
.adex-gh-outline{
  color:var(--adex-primary)!important;
  background:#fff!important;
  border:1px solid var(--adex-primary)!important;
}

.adex-solid,
.adex-v-solid,
.adex-s-solid,
.adex-gh-solid{
  color:#fff!important;
  background:var(--adex-primary)!important;
  border:1px solid var(--adex-primary)!important;
}

.adex-product .added_to_cart,
.adex-product .wc-forward,
.adex-v-product .added_to_cart,
.adex-v-product .wc-forward,
.adex-s-product .added_to_cart,
.adex-s-product .wc-forward,
.adex-gh-product .added_to_cart,
.adex-gh-product .wc-forward{
  display:none!important;
}

/* top selling 2-column horizontal exact */
.adex-grid[style*="--cols:2"] .adex-product,
.adex-v-grid[style*="--cols:2"] .adex-v-product,
.adex-s-grid[style*="--cols:2"] .adex-s-product,
.adex-gh-grid[style*="--cols:2"] .adex-gh-product{
  min-height:230px!important;
  padding:18px!important;
  display:grid!important;
  grid-template-columns:45% 55%!important;
  grid-template-rows:auto auto auto!important;
  gap:0 18px!important;
  align-items:center!important;
}

.adex-grid[style*="--cols:2"] .adex-img,
.adex-v-grid[style*="--cols:2"] .adex-v-img,
.adex-s-grid[style*="--cols:2"] .adex-s-img,
.adex-gh-grid[style*="--cols:2"] .adex-gh-img{
  grid-column:1!important;
  grid-row:1 / 4!important;
  height:195px!important;
  min-height:195px!important;
  padding:8px!important;
}

.adex-grid[style*="--cols:2"] .adex-img img,
.adex-v-grid[style*="--cols:2"] .adex-v-img img,
.adex-s-grid[style*="--cols:2"] .adex-s-img img,
.adex-gh-grid[style*="--cols:2"] .adex-gh-img img{
  height:175px!important;
}

.adex-grid[style*="--cols:2"] h3,
.adex-v-grid[style*="--cols:2"] h3,
.adex-s-grid[style*="--cols:2"] h3,
.adex-gh-grid[style*="--cols:2"] h3{
  grid-column:2!important;
  grid-row:1!important;
  font-size:20px!important;
  font-weight:600!important;
  min-height:auto!important;
  margin:0 0 10px!important;
  align-self:end!important;
  text-align:left!important;
}

.adex-grid[style*="--cols:2"] .adex-price,
.adex-v-grid[style*="--cols:2"] .adex-v-price,
.adex-s-grid[style*="--cols:2"] .adex-s-price,
.adex-gh-grid[style*="--cols:2"] .adex-gh-price{
  grid-column:2!important;
  grid-row:2!important;
  font-size:18px!important;
  margin:0 0 18px!important;
  text-align:left!important;
}

.adex-grid[style*="--cols:2"] .adex-actions,
.adex-v-grid[style*="--cols:2"] .adex-v-card-actions,
.adex-s-grid[style*="--cols:2"] .adex-s-card-actions,
.adex-gh-grid[style*="--cols:2"] .adex-gh-card-actions{
  grid-column:2!important;
  grid-row:3!important;
  margin-top:0!important;
}

/* product page */
.adex-gb120-page{
  background:var(--adex-bg)!important;
  padding:14px 0 40px!important;
}

.adex-gb120-container{
  overflow:visible!important;
}

.adex-gb120-breadcrumb{
  display:flex!important;
  gap:8px!important;
  align-items:center!important;
  margin:0 0 14px!important;
  font-size:13px!important;
  color:#6b7280!important;
}

.adex-gb120-breadcrumb a{
  color:#4b5563!important;
  text-decoration:none!important;
}

.adex-gb120-product-single{
  background:#fff!important;
  border:1px solid var(--adex-border)!important;
  border-radius:8px!important;
  padding:18px!important;
  display:grid!important;
  grid-template-columns:52% 48%!important;
  gap:28px!important;
  box-shadow:0 2px 10px rgba(0,0,0,.04)!important;
  box-sizing:border-box!important;
}

.adex-gb120-gallery{
  display:grid!important;
  grid-template-columns:78px 1fr!important;
  gap:14px!important;
  min-width:0!important;
}

.adex-gb120-thumbs{
  display:flex!important;
  flex-direction:column!important;
  gap:12px!important;
}

.adex-gb120-thumb{
  width:72px!important;
  height:72px!important;
  border:1px solid var(--adex-border)!important;
  border-radius:4px!important;
  background:#fff!important;
  padding:6px!important;
  cursor:pointer!important;
}

.adex-gb120-thumb.active{
  border-color:var(--adex-primary)!important;
}

.adex-gb120-thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
}

.adex-gb120-main-img{
  border:1px solid var(--adex-border)!important;
  border-radius:6px!important;
  height:430px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fff!important;
  overflow:hidden!important;
}

.adex-gb120-main-img img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  padding:18px!important;
  box-sizing:border-box!important;
}

.adex-gb120-summary{
  padding:14px 0!important;
  min-width:0!important;
}

.adex-gb120-sale{
  display:inline-block!important;
  background:var(--adex-primary)!important;
  color:#fff!important;
  padding:4px 10px!important;
  border-radius:4px!important;
  font-size:12px!important;
  font-weight:700!important;
  margin-bottom:10px!important;
}

.adex-gb120-summary h1{
  font-size:28px!important;
  line-height:1.25!important;
  font-weight:600!important;
  color:var(--adex-title)!important;
  margin:0 0 12px!important;
  text-decoration:none!important;
}

.adex-gb120-price{
  color:var(--adex-primary)!important;
  font-size:24px!important;
  line-height:1!important;
  font-weight:700!important;
  margin-bottom:18px!important;
}

.adex-gb120-price del{
  color:#777!important;
  font-size:16px!important;
  opacity:.85!important;
  margin-right:8px!important;
}

.adex-gb120-short{
  font-size:14px!important;
  line-height:1.7!important;
  color:#333!important;
  margin-bottom:16px!important;
}

.adex-gb120-qty-row{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  margin:0 0 12px!important;
  font-size:13px!important;
  color:#333!important;
}

.adex-gb120-qty-box{
  width:130px!important;
  display:grid!important;
  grid-template-columns:34px 1fr 34px!important;
  border:1px solid #e5e7eb!important;
  border-radius:4px!important;
  overflow:hidden!important;
  background:#f8fafc!important;
}

.adex-gb120-qty-box button{
  width:34px!important;
  height:34px!important;
  border:0!important;
  background:#f1f5f9!important;
  cursor:pointer!important;
  font-size:18px!important;
}

.adex-gb120-qty-box input.qty{
  width:100%!important;
  height:34px!important;
  border:0!important;
  background:#fff!important;
  text-align:center!important;
  margin:0!important;
  padding:0!important;
}

.adex-gb120-main-actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
  margin:0 0 10px!important;
}

.adex-gb120-add,
.adex-gb120-buy{
  height:42px!important;
  border-radius:4px!important;
  border:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  text-decoration:none!important;
  font-weight:700!important;
  font-size:13px!important;
  line-height:1!important;
  padding:0 14px!important;
  box-sizing:border-box!important;
}

.adex-gb120-add{
  background:var(--adex-primary)!important;
  color:#fff!important;
}

.adex-gb120-buy{
  background:var(--adex-dark)!important;
  color:#fff!important;
}

.adex-gb120-extra-actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
  margin:10px 0 16px!important;
}

.adex-gb120-wa,
.adex-gb120-call{
  height:42px!important;
  border-radius:4px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:700!important;
  font-size:13px!important;
}

.adex-gb120-wa{
  background:#20b35b!important;
}

.adex-gb120-call{
  background:#284694!important;
}

.adex-gb120-brand{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  padding:10px 14px!important;
  border:1px solid var(--adex-border)!important;
  border-radius:4px!important;
  background:#fff!important;
  font-size:13px!important;
  margin-bottom:12px!important;
}

.adex-gb120-meta{
  display:flex!important;
  gap:14px!important;
  flex-wrap:wrap!important;
  font-size:12px!important;
  color:#444!important;
}

.adex-gb120-tabs,
.adex-gb120-desc-card,
.adex-gb120-review-card,
.adex-gb120-related{
  background:#fff!important;
  border:1px solid var(--adex-border)!important;
  border-radius:8px!important;
  box-shadow:0 2px 10px rgba(0,0,0,.035)!important;
  margin:24px 0!important;
  padding:18px!important;
  box-sizing:border-box!important;
}

.adex-gb120-tabs{
  display:flex!important;
  gap:12px!important;
}

.adex-gb120-tabs a{
  border:1px solid var(--adex-border)!important;
  background:#f8f8f8!important;
  color:#444!important;
  padding:12px 24px!important;
  border-radius:4px!important;
  font-weight:600!important;
  text-decoration:none!important;
}

.adex-gb120-desc-card h2,
.adex-gb120-review-form h2,
.adex-gb120-related h2{
  font-size:20px!important;
  font-weight:700!important;
  color:var(--adex-title)!important;
  margin:0 0 18px!important;
  padding-bottom:10px!important;
  border-bottom:2px solid var(--adex-primary)!important;
  display:inline-block!important;
}

.adex-gb120-desc-content{
  color:#111!important;
  font-size:14px!important;
  line-height:1.8!important;
}

.adex-gb120-review-card{
  display:grid!important;
  grid-template-columns:34% 66%!important;
  gap:28px!important;
}

.adex-gb120-rating-big{
  font-size:54px!important;
  line-height:1!important;
  font-weight:800!important;
  color:#063d3a!important;
  margin-bottom:6px!important;
}

.adex-gb120-rating-text,
.adex-gb120-recommended{
  color:#666!important;
  font-size:13px!important;
  margin-bottom:8px!important;
}

.adex-gb120-rate-row{
  display:grid!important;
  grid-template-columns:34px 1fr 38px!important;
  gap:8px!important;
  align-items:center!important;
  margin:7px 0!important;
  font-size:12px!important;
}

.adex-gb120-rate-row i{
  height:8px!important;
  background:#ddd!important;
  border-radius:999px!important;
  display:block!important;
  overflow:hidden!important;
}

.adex-gb120-rate-row i b{
  height:100%!important;
  background:var(--adex-primary)!important;
  display:block!important;
}

.adex-gb120-review-form #reviews,
.adex-gb120-review-form #comments{
  margin:0!important;
}

.adex-gb120-review-form .comment-reply-title{
  display:none!important;
}

.adex-gb120-review-form textarea,
.adex-gb120-review-form input[type="text"],
.adex-gb120-review-form input[type="email"]{
  width:100%!important;
  border:1px solid #e5e7eb!important;
  border-radius:4px!important;
  padding:12px!important;
  background:#fff!important;
  box-sizing:border-box!important;
}

.adex-gb120-review-form .form-submit input{
  background:#333!important;
  color:#fff!important;
  border:0!important;
  border-radius:4px!important;
  padding:12px 22px!important;
  font-weight:700!important;
}

.adex-gb120-section-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  margin-bottom:14px!important;
}

.adex-gb120-section-head a{
  color:var(--adex-primary)!important;
  text-decoration:none!important;
  font-weight:700!important;
  font-size:13px!important;
}

.adex-gb120-related-grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:16px!important;
}

.adex-gb120-related-card{
  min-height:280px!important;
}

@media(max-width:900px){
  .adex-gb120-product-single,
  .adex-gb120-review-card{
    grid-template-columns:1fr!important;
  }

  .adex-gb120-gallery{
    grid-template-columns:1fr!important;
  }

  .adex-gb120-thumbs{
    flex-direction:row!important;
    order:2!important;
    overflow-x:auto!important;
  }

  .adex-gb120-main-img{
    height:340px!important;
  }

  .adex-gb120-related-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:768px){
  .adex-container,
  .adex-v110-home,
  .adex-v-home,
  .adex-gb120-container{
    padding-left:10px!important;
    padding-right:10px!important;
  }

  .adex-v110-banner,
  .adex-v-banner,
  .adex-s-banner,
  .adex-gh-banner{
    flex-direction:column!important;
  }

  .adex-v110-banner .adex-v110-col,
  .adex-v-banner .adex-v-banner-col{
    flex-basis:100%!important;
  }

  .adex-grid[style*="--cols:2"] .adex-product,
  .adex-v-grid[style*="--cols:2"] .adex-v-product,
  .adex-s-grid[style*="--cols:2"] .adex-s-product,
  .adex-gh-grid[style*="--cols:2"] .adex-gh-product{
    display:flex!important;
    min-height:305px!important;
    padding:8px!important;
  }

  .adex-grid[style*="--cols:2"] h3,
  .adex-v-grid[style*="--cols:2"] h3,
  .adex-s-grid[style*="--cols:2"] h3,
  .adex-gh-grid[style*="--cols:2"] h3{
    font-size:14px!important;
  }

  .adex-gb120-main-actions,
  .adex-gb120-extra-actions{
    grid-template-columns:1fr!important;
  }

  .adex-gb120-summary h1{
    font-size:24px!important;
  }

  .adex-gb120-tabs{
    flex-direction:column!important;
  }
}
