/* WordPress shell safeguards loaded after each page design CSS. */
html,
body {
  width: 100%;
}

body {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 320px !important;
  min-height: 100vh !important;
  flex-direction: initial !important;
  align-items: initial !important;
  justify-content: initial !important;
  overflow-x: hidden;
}

body.wp-theme-banyohouse-clean,
body.theme-banyohouse-clean,
body.woocommerce-shop,
body.post-type-archive-product {
  display: block !important;
  width: 100vw !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.wp-theme-banyohouse-clean > .promo,
body.wp-theme-banyohouse-clean > header,
body.wp-theme-banyohouse-clean > .bh-site-main,
body.wp-theme-banyohouse-clean > footer {
  width: 100vw !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body,
button,
input,
select,
textarea,
.logo,
.fl {
  letter-spacing: 0 !important;
}

.promo,
header,
.bh-site-main,
footer {
  display: block;
  width: 100%;
  clear: both;
}

.promo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-height: 44px !important;
  background: var(--blue) !important;
  color: #fff !important;
  padding: 10px 18px !important;
  text-align: center !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

.promo > svg {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  flex: 0 0 20px !important;
}

.bh-site-main {
  min-height: 420px;
}

.bh-site-main::after,
.wrap::after {
  content: "";
  display: block;
  clear: both;
}

footer {
  position: relative;
  z-index: 2;
  clear: both;
}

header {
  background: #fff !important;
  border-bottom: 1px solid var(--line) !important;
  position: relative;
  z-index: 40;
}

header .wrap,
.nav .wrap,
footer .wrap {
  max-width: 1280px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 18px !important;
  padding-left: 18px !important;
}

.hdr {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.logo {
  display: flex !important;
  align-items: center !important;
  gap: 1px !important;
  color: var(--blue) !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.logo .dp,
.fl .dp {
  color: var(--teal) !important;
}

.logo .dp {
  font-size: 18px !important;
  margin: 0 1px !important;
}

.logo b {
  color: var(--ink) !important;
  font-weight: 300 !important;
}

.search {
  flex: 1 1 auto !important;
  display: flex !important;
  max-width: 560px !important;
  border: 1px solid var(--line) !important;
  border-radius: 8px !important;
  overflow: visible !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .04) !important;
  background: #fff !important;
}

.search > svg {
  width: 18px !important;
  height: 18px !important;
  color: var(--muted) !important;
  align-self: center !important;
  margin-left: 15px !important;
}

.search input {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  padding: 14px 12px !important;
  background: transparent !important;
  font: inherit !important;
  font-size: 14.5px !important;
}

.search button {
  border: 0 !important;
  background: var(--blue) !important;
  color: #fff !important;
  padding: 0 30px !important;
  font: inherit !important;
  font-weight: 700 !important;
  cursor: pointer !important;
}

.phone {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: var(--coral) !important;
  font-weight: 800 !important;
}

.phone .num {
  font-size: 18px !important;
}

.sep {
  width: 1px !important;
  height: 42px !important;
  background: var(--line) !important;
  flex: 0 0 auto !important;
}

.nav {
  display: block !important;
  border-bottom: 1px solid var(--line) !important;
  background: #fff !important;
}

.nav .wrap {
  display: flex !important;
  align-items: stretch !important;
  overflow-x: auto !important;
  scrollbar-width: none;
}

.nav .wrap::-webkit-scrollbar {
  display: none;
}

.nav a.cl {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 15px 18px !important;
  border-right: 1px solid var(--line) !important;
  color: var(--blue) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.nav a.cl:hover,
.nav a.cl.on {
  background: var(--soft) !important;
}

.nav .sp {
  flex: 1 1 auto !important;
}

.nav a.blk {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 22px !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.nav a.navy {
  background: var(--navy) !important;
}

.nav a.teal {
  background: var(--teal) !important;
}

.nav a.coral {
  background: var(--coral) !important;
}

footer {
  background: var(--navy) !important;
  color: #AEC2DA !important;
  padding: 44px 0 0 !important;
  margin-top: 36px !important;
  font-size: 13px !important;
}

.fc {
  display: grid !important;
  grid-template-columns: 1.6fr 1fr 1fr 1fr !important;
  gap: 34px !important;
  padding-bottom: 32px !important;
  border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
}

footer h5 {
  margin: 0 0 12px !important;
  color: #fff !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

footer ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

footer li {
  margin: 0 0 8px !important;
}

.fl {
  margin-bottom: 10px !important;
  color: #fff !important;
  font-size: 21px !important;
  font-weight: 800 !important;
}

.fa {
  max-width: 290px !important;
  color: #8AA4C2 !important;
  line-height: 1.7 !important;
}

.pay {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin-top: 12px !important;
}

.pay span {
  border-radius: 6px !important;
  background: rgba(255, 255, 255, .1) !important;
  padding: 5px 9px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}

.bh-payment-logos img {
  display: block !important;
  width: min(100%, 360px) !important;
  height: auto !important;
}

.fb {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  gap: 8px !important;
  padding: 15px 0 !important;
  color: #7C95B4 !important;
  font-size: 12px !important;
}

.hic {
  display: flex;
  gap: 18px;
  flex: 0 0 auto;
}

.hic .hi {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  color: var(--blue);
  font-size: 11.5px;
  font-weight: 600;
  position: relative;
  text-align: center;
}

.hic .hi svg {
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  flex: 0 0 auto;
}

header svg {
  max-width: 30px;
  max-height: 30px;
}

.fh svg,
.fbtn svg,
.wa svg,
.phone svg {
  flex: 0 0 auto;
}

.wa {
  position: fixed !important;
  right: 20px !important;
  bottom: 20px !important;
  z-index: 90 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: auto !important;
  height: auto !important;
  min-height: 56px !important;
  padding: 12px 18px !important;
  border-radius: 30px !important;
  background: #25D366 !important;
  color: #fff !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22) !important;
}

.wa svg {
  width: 26px !important;
  height: 26px !important;
  max-width: 26px !important;
  max-height: 26px !important;
}

.firsat .fbody[role="link"] {
  cursor: pointer;
}

.firsat .farw {
  cursor: pointer;
}

.pgrid .pc,
.fblock .pc,
.setgrid .setc {
  cursor: pointer;
}

.search {
  position: relative;
}

.bh-suggest {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  display: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 16px 34px rgba(16, 40, 70, .14);
  overflow: hidden;
  z-index: 80;
}

.bh-suggest.open {
  display: block;
}

.bh-suggest button {
  display: block;
  width: 100%;
  border: 0;
  background: #fff;
  color: var(--ink);
  text-align: left;
  padding: 11px 14px;
  font: inherit;
  font-size: 13.5px;
  cursor: pointer;
}

.bh-suggest button:hover,
.bh-suggest button:focus {
  background: var(--soft);
  color: var(--blue);
  outline: 0;
}

.hic .hi .l {
  color: var(--ink);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 16px;
  z-index: 999;
  background: #fff;
  padding: 10px 14px;
}

.skip-link:focus {
  left: 16px;
}

.nav-open {
  display: block;
}

.woocommerce,
.woocommerce-page,
.woocommerce-account,
.woocommerce-cart,
.woocommerce-checkout {
  float: none !important;
  width: 100% !important;
}

.woocommerce .woocommerce-MyAccount-navigation,
.woocommerce .woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
}

.authnotice {
  border-radius: 10px;
  padding: 11px 13px;
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.45;
}

.authnotice.err {
  background: #fff3f1;
  border: 1px solid rgba(232, 96, 79, .26);
  color: #9d2d20;
}

.authnotice.ok {
  background: #eef9f7;
  border: 1px solid rgba(38, 168, 158, .24);
  color: #17645e;
}

.bh-editor-page {
  padding-top: 24px;
  padding-bottom: 44px;
}

.bh-editor-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 24px;
}

.bh-editor-card h1 {
  margin: 8px 0 18px;
}

.bh-editor-content {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.7;
}

.bh-editor-content > *:first-child {
  margin-top: 0;
}

.bh-editor-content > *:last-child {
  margin-bottom: 0;
}

.bh-editor-content p,
.bh-editor-content ul,
.bh-editor-content ol {
  margin: 0 0 16px;
}

.bh-editor-content a {
  color: var(--blue);
  font-weight: 700;
}

.bh-editor-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.pim img,
.gmain img,
.ci-im img,
.oi img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gmain .bh-product-main-image {
  position: absolute;
  inset: 0;
}

.cart-update {
  width: 100%;
  border: 1.5px solid var(--line);
  background: #fff;
  color: var(--navy);
  font: inherit;
  font-weight: 800;
  font-size: 14px;
  padding: 12px;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 10px;
}

.cart-update:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.bh-no-products {
  grid-column: 1 / -1;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 28px;
  text-align: center;
}

.bh-no-products h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 22px;
}

.bh-no-products p {
  margin: 0 0 16px;
  color: var(--mut);
}

.bh-no-products .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 9px;
  background: var(--blue);
  color: #fff;
  font-weight: 800;
}

.side .fsec {
  border-bottom: 1px solid var(--line);
  padding: 16px;
}

.side .fsec:last-child {
  border-bottom: 0;
}

.side .fsec h3 {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 12px;
}

.side .check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
}

.side .check span {
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--line);
  border-radius: 5px;
  flex: 0 0 auto;
}

.side .check:hover {
  color: var(--blue);
}

.toolbar > span:not(.rc) {
  font-size: 14px;
  font-weight: 600;
}

.toolbar > span:not(.rc) b {
  color: var(--blue);
}

.filterform {
  margin: 0;
}

.filterform > .fapply,
.filterform > .fclear {
  width: calc(100% - 32px);
  margin-left: 16px;
  margin-right: 16px;
}

.filterform > .fclear {
  display: block;
  text-align: center;
  box-sizing: border-box;
}

.chk input[type="radio"] + .box {
  border-radius: 50%;
}

.chk input[type="radio"]:checked + .box::after {
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.gthumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bh-native-buyrow {
  align-items: flex-start;
}

.bh-native-buy {
  flex: 1;
  min-width: 0;
}

.bh-native-buy form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  margin: 0;
}

.bh-native-buy .variations {
  flex: 0 0 100%;
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.bh-native-buy .variations tr {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.bh-native-buy .variations th,
.bh-native-buy .variations td {
  display: block;
  padding: 0;
  text-align: left;
}

.bh-native-buy .variations label {
  font-size: 13px;
  font-weight: 800;
  color: var(--ink);
}

.bh-native-buy select,
.bh-native-buy input.input-text {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0 12px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  outline: 0;
}

.bh-native-buy .reset_variations {
  display: inline-block;
  margin-top: 8px;
  color: var(--coral);
  font-size: 12.5px;
  font-weight: 700;
}

.bh-native-buy .single_variation_wrap,
.bh-native-buy .woocommerce-variation,
.bh-native-buy .woocommerce-variation-add-to-cart {
  flex: 0 0 100%;
  width: 100%;
}

.bh-native-buy .woocommerce-variation-price {
  margin: 8px 0 10px;
  font-size: 20px;
  font-weight: 800;
  color: var(--ink);
}

.bh-native-buy .woocommerce-variation-availability {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
}

.bh-native-buy .quantity {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  vertical-align: top;
}

.bh-native-buy .quantity .qty {
  display: block;
  width: 68px;
  min-height: 50px;
  border: 0;
  padding: 0 8px;
  text-align: center;
  font: inherit;
  font-weight: 800;
  color: var(--ink);
  background: #fff;
  outline: 0;
}

.bh-native-buy .single_add_to_cart_button,
.bh-native-buy button.button,
.bh-native-buy a.button {
  min-height: 52px;
  flex: 1;
  min-width: 180px;
}

.bh-native-buy .group_table {
  flex: 0 0 100%;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 12px;
}

.bh-native-buy .group_table td {
  padding: 9px 8px;
  border-bottom: 1px solid var(--line);
  font-size: 13.5px;
}

.bh-native-buy .stock.out-of-stock {
  color: var(--coral);
}

.bh-native-buy .stock.in-stock {
  color: #2E9E6B;
}

.bh-wc-checkout {
  margin: 12px 0 40px;
}

.steps a.step {
  text-decoration: none;
}

.steps [data-bh-step][role="button"] {
  cursor: pointer;
}

.bh-wc-checkout.bh-checkout-flow form.checkout {
  display: block;
  max-width: 980px;
  margin: 0 auto;
}

.bh-wc-checkout.bh-checkout-flow #customer_details {
  display: block;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

.bh-wc-checkout.bh-checkout-flow #customer_details > .col-1 {
  float: none;
  width: 100%;
}

.bh-wc-checkout.bh-checkout-flow #customer_details > .col-2 {
  display: none;
}

.bh-checkout-flow[data-checkout-stage="details"] #order_review_heading,
.bh-checkout-flow[data-checkout-stage="details"] #order_review,
.bh-checkout-flow[data-checkout-stage="payment"] #customer_details,
.bh-checkout-flow[data-checkout-stage="payment"] .bh-details-actions {
  display: none;
}

.bh-checkout-flow[data-checkout-stage="payment"] #order_review_heading,
.bh-checkout-flow[data-checkout-stage="payment"] #order_review {
  width: 100%;
  max-width: 880px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.bh-delivery-details {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.bh-delivery-details h3 {
  margin-bottom: 14px;
}

.bh-delivery-toggle {
  display: flex !important;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0 !important;
  color: var(--ink);
  font-size: 14px !important;
  font-weight: 800 !important;
  cursor: pointer;
}

.bh-delivery-toggle input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--blue);
}

.bh-delivery-same-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.bh-delivery-address {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 16px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.bh-delivery-address[hidden],
.bh-delivery-same-note[hidden] {
  display: none !important;
}

.bh-delivery-address .form-row-wide,
.bh-delivery-address .address-field {
  grid-column: 1 / -1;
}

.bh-checkout-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 880px;
  margin: 18px auto 0;
}

.bh-checkout-back,
.bh-back-to-details {
  color: var(--blue);
  font-size: 13.5px;
  font-weight: 800;
}

.bh-back-to-details {
  padding: 8px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.bh-to-payment {
  min-width: 230px;
}

.bh-payment-stage-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 4px 0 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.bh-payment-stage-heading h3 {
  margin: 3px 0 0;
}

.bh-payment-kicker {
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.bh-wc-checkout .bh-field-invalid input,
.bh-wc-checkout .bh-field-invalid select,
.bh-wc-checkout .bh-field-invalid textarea {
  border-color: var(--coral);
  box-shadow: 0 0 0 2px rgba(232, 96, 79, .12);
}

.bh-wc-checkout .woocommerce {
  max-width: none;
}

.bh-wc-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  grid-template-rows: 60px auto;
  column-gap: 28px;
  row-gap: 0;
  align-items: start;
}

.bh-wc-checkout #customer_details {
  grid-column: 1;
  grid-row: 1 / span 2;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px;
}

.bh-wc-checkout #order_review_heading {
  grid-column: 2;
  grid-row: 1;
  min-height: 58px;
  display: flex;
  align-items: center;
  margin: 0 !important;
  padding: 16px 18px;
  color: var(--ink);
  background: #f5f8fc !important;
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}

.bh-wc-checkout #order_review {
  grid-column: 2;
  grid-row: 2;
  padding: 0 18px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 12px 12px;
}

.bh-wc-checkout #order_review::before {
  content: "";
  display: block;
  border-top: 1px solid var(--line);
  margin-bottom: 14px;
}

.bh-wc-checkout h3,
.bh-wc-checkout #order_review_heading {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 14px;
}

.bh-wc-checkout .woocommerce-shipping-fields {
  display: none;
}

.bh-wc-checkout .woocommerce-shipping-fields::before {
  content: none;
}

.bh-wc-checkout #ship-to-different-address {
  margin-bottom: 16px;
}

.bh-wc-checkout #ship-to-different-address label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.bh-wc-checkout #ship-to-different-address-checkbox {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--blue);
}

.bh-wc-checkout .shipping_address {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f8fafc;
}

.bh-wc-checkout .form-row {
  margin: 0 0 14px;
}

.bh-wc-checkout .woocommerce-error,
.bh-wc-checkout .woocommerce-info,
.bh-wc-checkout .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-message {
  list-style: none;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 14px;
  margin: 0 0 16px;
  background: #fff;
  font-size: 13.5px;
}

.bh-wc-checkout .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-error {
  border-color: rgba(232, 96, 79, .3);
  background: #fff3f1;
  color: #9d2d20;
}

.bh-wc-checkout .woocommerce-info,
.bh-wc-checkout .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-message {
  border-color: rgba(38, 168, 158, .24);
  background: #eef9f7;
  color: #17645e;
}

.bh-wc-checkout label {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  margin-bottom: 6px;
}

.bh-wc-checkout input.input-text,
.bh-wc-checkout textarea,
.bh-wc-checkout select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 12px;
  font: inherit;
  font-size: 14px;
  outline: 0;
  background: #fff;
}

.bh-wc-checkout table.shop_table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 0;
  margin: 0 0 16px;
}

.bh-wc-checkout table.shop_table th,
.bh-wc-checkout table.shop_table td {
  padding: 11px 4px;
  border-bottom: 1px solid var(--line);
  font-size: 13.5px;
  line-height: 1.5;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.bh-wc-checkout table.shop_table th:first-child,
.bh-wc-checkout table.shop_table td:first-child {
  width: 66%;
  padding-right: 14px;
}

.bh-wc-checkout table.shop_table th:last-child,
.bh-wc-checkout table.shop_table td:last-child {
  width: 34%;
  text-align: right;
  white-space: nowrap;
}

.bh-wc-checkout table.shop_table dl.variation {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12.5px;
}

.bh-wc-checkout table.shop_table dl.variation dt,
.bh-wc-checkout table.shop_table dl.variation dd {
  display: inline;
  float: none;
  margin: 0;
  padding: 0;
}

.bh-wc-checkout table.shop_table dl.variation dd::after {
  content: "";
  display: block;
}

.bh-wc-checkout #payment {
  border: 0;
  border-radius: 0;
  padding: 2px 0 0;
  background: #fff;
}

.bh-wc-checkout #payment ul.payment_methods {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.bh-wc-checkout #payment .payment_box {
  margin-top: 10px;
  padding: 12px;
  border-radius: 8px;
  background: #f5f8fc;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.bh-wc-checkout #place_order {
  width: 100%;
  min-height: 50px;
}

.bh-wc-checkout #place_order,
.woocommerce button.button,
.woocommerce a.button {
  background: var(--navy) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 10px !important;
  padding: 13px 20px !important;
  font: inherit !important;
  font-weight: 800 !important;
  cursor: pointer;
}

.bh-wc-checkout #place_order:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover {
  background: var(--blue) !important;
}

.bh-wc-checkout.bh-order-received {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 24px;
}

.bh-wc-checkout.bh-order-pay {
  width: 100%;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.bh-payment-state-notice {
  margin: 0 0 20px;
  padding: 18px 20px;
  border-left: 4px solid var(--blue);
  background: #eef4fb;
  color: var(--navy);
}

.bh-payment-state-notice h2 {
  margin: 0 0 5px;
  font-size: 20px;
}

.bh-payment-state-notice p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.bh-order-pay ul.order_details,
.bh-order-pay .woocommerce-order-overview {
  display: none !important;
}

.bh-order-pay .woocommerce > p {
  margin: 0 auto 18px;
  color: var(--ink);
  font-size: 14px;
  text-align: center;
}

.bh-wc-checkout.bh-payment-pending,
.bh-wc-checkout.bh-payment-failed {
  border-top: 4px solid var(--blue);
}

.bh-wc-checkout.bh-payment-failed {
  border-top-color: var(--coral);
}

.bh-wc-checkout.bh-payment-pending .woocommerce-order > .woocommerce-notice,
.bh-wc-checkout.bh-payment-failed .woocommerce-order > .woocommerce-notice {
  border-color: rgba(28, 93, 168, .24);
  background: #eef4fb;
  color: var(--navy);
}

.bh-wc-checkout.bh-payment-failed .woocommerce-order > .woocommerce-notice {
  border-color: rgba(232, 96, 79, .3);
  background: #fff3f1;
  color: #9d2d20;
}

.bh-wc-checkout .woocommerce-order > .woocommerce-notice {
  margin: 0 0 20px;
  padding: 16px 18px;
  border: 1px solid rgba(38, 168, 158, .28);
  border-radius: 10px;
  background: #eef9f7;
  color: #17645e;
  font-size: 16px;
  font-weight: 800;
}

.bh-wc-checkout .woocommerce-order ul.order_details {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 24px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  list-style: none;
  overflow: hidden;
}

.bh-wc-checkout .woocommerce-order ul.order_details li {
  min-width: 0;
  margin: 0;
  padding: 14px 16px;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.bh-wc-checkout .woocommerce-order ul.order_details li:last-child {
  border-right: 0;
}

.bh-wc-checkout .woocommerce-order ul.order_details strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-size: 14px;
  overflow-wrap: anywhere;
}

.bh-wc-checkout .woocommerce-order h2 {
  margin: 24px 0 12px;
  font-size: 20px;
}

@media(max-width:900px) {
  .bh-wc-checkout form.checkout {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .bh-wc-checkout #customer_details,
  .bh-wc-checkout #order_review_heading,
  .bh-wc-checkout #order_review {
    grid-column: 1;
    grid-row: auto;
  }

  .bh-wc-checkout #customer_details {
    margin-bottom: 20px;
  }

  .bh-wc-checkout .woocommerce-order ul.order_details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bh-wc-checkout .woocommerce-order ul.order_details li {
    border-bottom: 1px solid var(--line);
  }

  .bh-wc-checkout.bh-checkout-flow form.checkout {
    display: block;
  }
}

@media(max-width:640px) {
  .steps {
    gap: 6px;
    font-size: 11px;
  }

  .steps .arr {
    display: none;
  }

  .steps .step {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
  }

  .bh-delivery-address {
    grid-template-columns: 1fr;
  }

  .bh-delivery-address .form-row {
    grid-column: 1;
  }

  .bh-checkout-actions,
  .bh-payment-stage-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .bh-to-payment {
    width: 100%;
    min-width: 0;
  }

  .bh-payment-stage-heading .bh-back-to-details {
    width: fit-content;
  }
}

@media(max-width:1024px) {
  .fc {
    grid-template-columns: 1fr 1fr !important;
  }

  .wa {
    width: 56px !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 !important;
    border-radius: 50% !important;
  }

  .wa span {
    display: none !important;
  }
}

@media(max-width:640px) {
  .promo {
    display: none !important;
  }

  header .wrap,
  .nav .wrap,
  footer .wrap {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .hdr {
    gap: 14px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .logo {
    font-size: 24px !important;
  }

  .search,
  .phone,
  .sep,
  .hic .hi .l,
  .nav .blk {
    display: none !important;
  }

  .hic {
    gap: 12px;
  }

  .nav {
    display: block;
  }

  .fc {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media(max-width:520px) {
  .fc {
    grid-template-columns: 1fr !important;
  }
}

/* Mobile launch polish: nav drawer, compact campaign sections, and card overflow fixes. */
@media(max-width:760px) {
  body.wp-theme-banyohouse-clean,
  body.theme-banyohouse-clean,
  body.woocommerce-shop,
  body.post-type-archive-product {
    width: 100% !important;
  }

  body.wp-theme-banyohouse-clean > .promo,
  body.wp-theme-banyohouse-clean > header,
  body.wp-theme-banyohouse-clean > .bh-site-main,
  body.wp-theme-banyohouse-clean > footer {
    width: 100% !important;
  }

  .promo {
    display: none !important;
  }

  .hdr {
    min-height: 72px !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }

  .burger {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 42px !important;
    width: 42px !important;
    height: 42px !important;
    order: -1 !important;
    border-radius: 10px !important;
    background: #fff !important;
  }

  .burger svg {
    width: 30px !important;
    height: 30px !important;
  }

  .logo {
    flex: 0 1 auto !important;
    font-size: clamp(24px, 8vw, 34px) !important;
  }

  .logo .dp {
    font-size: .6em !important;
  }

  .search,
  .phone,
  .sep {
    display: none !important;
  }

  .hic {
    margin-left: 0 !important;
    gap: 10px !important;
  }

  .hic .hi {
    min-width: 34px !important;
  }

  .hic .hi .l {
    display: none !important;
  }

  .hic .hi svg {
    width: 30px !important;
    height: 30px !important;
  }

  .nav {
    display: none !important;
    border-top: 1px solid var(--line) !important;
    box-shadow: 0 14px 28px rgba(16, 40, 70, .08) !important;
  }

  .nav.nav-open {
    display: block !important;
  }

  .nav .wrap {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    overflow: visible !important;
    padding-top: 10px !important;
    padding-bottom: 14px !important;
  }

  .nav .sp {
    display: none !important;
  }

  .nav a.cl,
  .nav a.blk {
    display: flex !important;
    min-height: 48px !important;
    border: 1px solid var(--line) !important;
    border-radius: 9px !important;
    padding: 10px 8px !important;
    white-space: normal !important;
    line-height: 1.14 !important;
  }

  .nav a.cl {
    background: #fff !important;
  }

  .nav a.blk.navy,
  .nav a.blk.teal,
  .nav a.blk.coral {
    color: #fff !important;
    border-color: transparent !important;
  }

  .nav a.blk.navy {
    background: var(--navy) !important;
  }

  .nav a.blk.teal {
    background: var(--teal) !important;
  }

  .nav a.blk.coral {
    background: var(--coral) !important;
  }
}

@media(max-width:640px) {
  .bh-site-main .main,
  .bh-site-main .sec,
  .bh-site-main .campsl,
  .bh-site-main .page {
    overflow: hidden !important;
  }

  .mgrid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  .hmain {
    height: auto !important;
    min-height: 500px !important;
    border-radius: 12px !important;
  }

  .hslide {
    align-items: flex-start !important;
    padding: 28px 20px 34px !important;
  }

  .htx {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
  }

  .hbr {
    max-width: calc(100% - 142px) !important;
    margin-bottom: 10px !important;
    font-size: 26px !important;
    line-height: 1.05 !important;
  }

  .htt {
    max-width: calc(100% - 116px) !important;
    margin-bottom: 22px !important;
    font-size: clamp(30px, 9.2vw, 38px) !important;
    line-height: 1.08 !important;
  }

  .hicon {
    right: -18% !important;
    top: 48% !important;
    opacity: .72 !important;
  }

  .hicon svg {
    width: 280px !important;
    height: 280px !important;
  }

  .hbadge {
    top: 28px !important;
    right: 18px !important;
    transform: scale(.78) !important;
    transform-origin: top right !important;
  }

  .hfe {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    margin-top: 8px !important;
    margin-bottom: 24px !important;
    max-width: 100% !important;
  }

  .fe {
    width: auto !important;
    min-width: 0 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  .fe .d {
    width: 64px !important;
    height: 64px !important;
    margin-bottom: 8px !important;
  }

  .fe .d svg {
    width: 30px !important;
    height: 30px !important;
  }

  .hbtn {
    min-height: 56px !important;
    padding: 0 24px !important;
    font-size: 18px !important;
    border-radius: 10px !important;
  }

  .hmain .harw,
  .csmain .harw,
  .farw {
    display: none !important;
  }

  .hthumbs {
    display: none !important;
  }

  .hdots {
    margin-top: 14px !important;
  }

  .firsat {
    max-width: none !important;
    width: 100% !important;
  }

  .fbody {
    padding: 18px 18px 22px !important;
  }

  .fbody .pc-im {
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: 360px !important;
  }

  .frow {
    flex-wrap: wrap !important;
  }

  .csmain {
    height: auto !important;
    min-height: 250px !important;
    border-radius: 12px !important;
  }

  .cslide {
    align-items: flex-start !important;
    padding: 26px 24px 72px !important;
  }

  .cz {
    max-width: 100% !important;
  }

  .cmanset {
    max-width: 92% !important;
    font-size: clamp(34px, 10vw, 44px) !important;
    line-height: 1.02 !important;
  }

  .csub {
    max-width: 86% !important;
    font-size: 18px !important;
    line-height: 1.35 !important;
  }

  .cbtn {
    min-height: 56px !important;
    padding: 0 24px !important;
    font-size: 18px !important;
  }

  .cwm {
    right: 12px !important;
    top: 44% !important;
    opacity: .55 !important;
  }

  .cwm svg {
    width: 150px !important;
    height: 150px !important;
  }

  .cdots {
    bottom: 18px !important;
  }

  .trust {
    padding: 18px 0 !important;
  }

  .tg {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 10px !important;
  }

  .ti {
    justify-content: flex-start !important;
    gap: 12px !important;
    padding: 0 8px !important;
  }

  .ti .ic,
  .ti .ic svg {
    width: 44px !important;
    height: 44px !important;
  }

  .ti h4 {
    font-size: 18px !important;
    line-height: 1.18 !important;
  }

  .ti p {
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .pbanners {
    gap: 14px !important;
    padding-top: 20px !important;
    padding-bottom: 22px !important;
  }

  .pbanner {
    min-height: 190px !important;
    padding: 24px !important;
  }

  .pbanner .z p {
    max-width: 72% !important;
  }

  .pgrid,
  .grid,
  .setgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .pc,
  .setc {
    min-width: 0 !important;
  }

  .pc-im,
  .pim {
    min-height: 0 !important;
  }

  .pc-b,
  .pbd,
  .set-b {
    padding: 12px !important;
  }

  .pc-n,
  .pnm {
    min-height: 0 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  .pc-f,
  .pfoot,
  .set-f {
    gap: 8px !important;
  }

  .pc-f,
  .prc,
  .set-pr {
    flex-wrap: wrap !important;
  }

  .pn,
  .fnew,
  .set-new {
    font-size: 20px !important;
    line-height: 1.1 !important;
  }

  .padd,
  .set-btn,
  .stok {
    width: 100% !important;
  }

  .set-im {
    height: 170px !important;
    padding: 44px 10px 14px !important;
    overflow: hidden !important;
  }

  .set-icons {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .set-icons .si {
    width: 52px !important;
    height: 52px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .set-icons .si svg {
    width: 26px !important;
    height: 26px !important;
  }

  .set-n {
    font-size: 20px !important;
    line-height: 1.22 !important;
  }

  .set-list {
    min-height: 0 !important;
    font-size: 14px !important;
  }

  .markgrid {
    grid-template-columns: 1fr !important;
  }

  .btile {
    height: 110px !important;
  }

  .corp {
    grid-template-columns: 1fr !important;
  }

  .page {
    display: block !important;
    padding-top: 16px !important;
  }

  .toolbar {
    margin-top: 14px !important;
    flex-wrap: wrap !important;
  }

  .toolbar .rc,
  .sortsel {
    width: 100% !important;
  }

  .sortsel select {
    flex: 1 1 auto !important;
    min-height: 44px !important;
  }
}

@media(max-width:430px) {
  .hdr {
    gap: 8px !important;
  }

  .burger {
    flex-basis: 38px !important;
    width: 38px !important;
    height: 38px !important;
  }

  .logo {
    font-size: clamp(22px, 8vw, 30px) !important;
  }

  .hic .hi svg {
    width: 27px !important;
    height: 27px !important;
  }

  .hmain {
    min-height: 530px !important;
  }

  .hbr,
  .htt {
    max-width: 100% !important;
  }

  .hbadge {
    top: 18px !important;
    right: 12px !important;
    opacity: .96 !important;
    transform: scale(.68) !important;
  }

  .htt {
    padding-top: 106px !important;
  }

  .hfe {
    gap: 8px !important;
  }

  .fe {
    font-size: 13px !important;
  }

  .fe .d {
    width: 58px !important;
    height: 58px !important;
  }

  .csmain {
    min-height: 280px !important;
  }

  .cmanset {
    font-size: clamp(30px, 10.5vw, 40px) !important;
  }

  .csub {
    max-width: 100% !important;
    font-size: 16px !important;
  }

  .cbtn {
    width: 100% !important;
    justify-content: center !important;
  }

  .pgrid,
  .grid,
  .setgrid {
    gap: 10px !important;
  }

  .set-im {
    height: 150px !important;
  }

  .set-icons {
    gap: 6px !important;
  }

  .set-icons .si {
    width: 44px !important;
    height: 44px !important;
  }

  .set-n {
    font-size: 17px !important;
  }

  .pn,
  .set-new {
    font-size: 18px !important;
  }
}

@media(max-width:640px) {
  .bh-wc-checkout #customer_details {
    padding: 16px;
  }

  .bh-wc-checkout #order_review_heading {
    min-height: 52px;
    padding: 14px 15px;
    font-size: 17px;
  }

  .bh-wc-checkout #order_review {
    padding: 0 15px 15px;
  }

  .bh-wc-checkout table.shop_table th,
  .bh-wc-checkout table.shop_table td {
    font-size: 12.5px;
  }

  .bh-wc-checkout table.shop_table th:first-child,
  .bh-wc-checkout table.shop_table td:first-child {
    width: 62%;
    padding-right: 10px;
  }

  .bh-wc-checkout table.shop_table th:last-child,
  .bh-wc-checkout table.shop_table td:last-child {
    width: 38%;
  }

  .bh-wc-checkout.bh-order-received {
    padding: 16px;
  }

  .bh-wc-checkout .woocommerce-order ul.order_details {
    grid-template-columns: 1fr;
  }

  .bh-wc-checkout .woocommerce-order ul.order_details li {
    border-right: 0;
  }
}
