/*
Theme Name: Mordern e commerce by bdithome.com
Theme URI: https://bdithome.com
Author: BDITHOME.COM
Author URI: https://bdithome.com
Description: Redux powered modern eCommerce WordPress theme with advanced header settings and footer card support.
Version: 18.3.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: portfolio-theme
Tags: one-column, custom-logo, full-width-template, ecommerce
*/

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:inherit;background:#fff;color:#111827}
img{max-width:100%;height:auto}
a{color:inherit}
main{display:block}
.screen-reader-text{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}

:root{
  --bd-header-container-width:1920px;
  --bd-top-header-bg:#ff5a12;
  --bd-top-header-divider:rgba(255,255,255,.18);
  --bd-top-header-padding-y:0px;
  --bd-header-top-bg:#058b1f;
  --bd-desktop-header-top-min-height:118px;
  --bd-desktop-header-top-padding-y:18px;
  --bd-desktop-logo-width:260px;
  --bd-mobile-logo-width:238px;
  --bd-desktop-search-height:58px;
  --bd-desktop-utility-gap:28px;
  --bd-header-top-min-height:102px;
  --bd-header-top-padding-y:12px;
  --bd-header-bottom-bg:#f4f4f4;
  --bd-header-bottom-min-height:80px;
  --bd-desktop-header-bottom-min-height:80px;
  --bd-desktop-header-bottom-padding-y:0px;
  --bd-header-bottom-border:#dfdfdf;
  --bd-header-radius:0px;
  --bd-header-logo-width:238px;
  --bd-search-width:760px;
  --bd-search-height:54px;
  --bd-search-bg:#ffffff;
  --bd-search-border:transparent;
  --bd-search-radius:10px;
  --bd-search-icon-color:#a89f9d;
  --bd-search-placeholder-color:#928b88;
  --bd-login-color:#ffffff;
  --bd-utility-gap:22px;
  --bd-cart-icon-color:#ffffff;
  --bd-cart-icon-size:30px;
  --bd-cart-badge-bg:#ef2c2c;
  --bd-cart-badge-color:#ffffff;
  --bd-app-bg:#000000;
  --bd-app-color:#ffffff;
  --bd-app-border:#000000;
  --bd-app-radius:10px;
  --bd-app-padding-y:10px;
  --bd-app-padding-x:16px;
  --bd-category-color:#111111;
  --bd-category-icon-color:#111111;
  --bd-category-icon-size:34px;
  --bd-desktop-category-font-size:22px;
  --bd-desktop-category-icon-size:34px;
  --bd-category-gap:12px;
  --bd-nav-color:#111111;
  --bd-nav-hover-color:#058b1f;
  --bd-nav-active-color:#058b1f;
  --bd-nav-gap:42px;
  --bd-desktop-nav-font-size:24px;
  --bd-desktop-nav-gap:42px;
  --bd-nav-separator-color:#d7d7d7;
  --bd-menu-badge-bg:#ef2c2c;
  --bd-menu-badge-color:#ffffff;
  --bd-mobile-toggle-size:48px;
  --bd-mobile-toggle-radius:10px;
  --bd-mobile-toggle-bg:#ffffff;
  --bd-mobile-toggle-border:#d7d7d7;
  --bd-mobile-toggle-icon:#111111;
  --bd-mobile-panel-bg:#058b1f;
  --bd-mobile-menu-color:#ffffff;
  --bd-mobile-menu-bg:rgba(255,255,255,.08);
  --bd-mobile-menu-border:rgba(255,255,255,.16);
  --bd-mobile-menu-gap:10px;
}

.bd-container{
  max-width:var(--bd-header-container-width);
  margin:0 auto;
  padding:0 24px;
}

.site-main{display:block;min-height:40vh}

.bd-home-page-content{padding:0 !important;margin:0 !important}

.bd-site-header{
  position:relative;
  top:auto;
  width:100%;
  z-index:1100;
  background:#ffffff;
}

@media (min-width:992px){
  .bd-site-header{
    position:sticky;
    top:0;
  }

  body.admin-bar .bd-site-header{top:32px}
}

@media (max-width:991px){
  .bd-site-header{
    position:relative;
    top:auto;
  }

  body.admin-bar .bd-site-header{top:auto}
}

.bd-top-header{
  background:var(--bd-top-header-bg);
  color:#ffffff;
}

.bd-top-header-container{
  max-width:100%;
}

.bd-top-header-inner{
  min-height:44px;
  padding-top:var(--bd-top-header-padding-y);
  padding-bottom:var(--bd-top-header-padding-y);
  display:flex;
  align-items:stretch;
  justify-content:space-between;
}

.bd-top-header-left,
.bd-top-header-socials,
.bd-top-header-right{
  display:flex;
  align-items:stretch;
}

.bd-top-header-left{
  flex:1 1 auto;
  min-width:0;
}

.bd-top-header-item,
.bd-top-header-track,
.bd-top-header-social-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:44px;
  padding:0 16px;
  color:inherit;
  text-decoration:none;
  white-space:nowrap;
}

.bd-top-header-item + .bd-top-header-item,
.bd-top-header-social-link + .bd-top-header-social-link,
.bd-top-header-track,
.bd-top-header-socials,
.bd-top-header-right{
  border-left:1px solid var(--bd-top-header-divider);
}

.bd-top-header-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  flex:0 0 18px;
}

.bd-top-header-icon svg,
.bd-top-header-social-link svg{
  width:100%;
  height:100%;
  display:block;
}

.bd-top-header-socials{
  justify-content:center;
}

.bd-top-header-social-link{
  width:44px;
  padding:0 12px;
  justify-content:center;
}

.bd-top-header-track{
  font-weight:600;
  text-transform:uppercase;
}

.bd-top-header-item:hover,
.bd-top-header-track:hover,
.bd-top-header-social-link:hover{
  opacity:.92;
}

.bd-header-top{
  background:var(--bd-header-top-bg);
}

.bd-header-top-inner{
  min-height:var(--bd-header-top-min-height);
  padding-top:var(--bd-header-top-padding-y);
  padding-bottom:var(--bd-header-top-padding-y);
  display:grid;
  grid-template-columns:minmax(180px, 300px) minmax(320px, var(--bd-search-width)) auto;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.bd-header-brand,
.bd-header-utilities,
.bd-header-cart,
.bd-app-badge,
.bd-category-trigger,
.bd-mobile-link,
.bd-mobile-category-link{
  display:flex;
  align-items:center;
}

.bd-brand-link{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  line-height:1;
}

.bd-header-logo,
.bd-brand-link .custom-logo{
  width:var(--bd-header-logo-width);
  max-width:100%;
  height:auto;
  display:block;
}

.bd-logo-text{
  display:inline-block;
  color:#fff;
  font-size:29px;
  font-weight:700;
  line-height:1;
  text-decoration:none;
}

.bd-header-search-form{
  width:min(100%, var(--bd-search-width));
  height:var(--bd-search-height);
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:10px;
  background:var(--bd-search-bg);
  border:1px solid var(--bd-search-border);
  border-radius:var(--bd-search-radius);
  padding:0 16px;
}

.bd-search-submit{
  display:flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border:none;
  background:transparent;
  padding:0;
  color:var(--bd-search-icon-color);
  cursor:pointer;
  flex:0 0 34px;
}

.bd-search-submit svg{
  width:30px;
  height:30px;
  display:block;
}

.bd-header-search-input{
  width:100%;
  border:none;
  outline:none;
  background:transparent;
  color:#6b6663;
  font-size:18px;
}

.bd-header-search-input::placeholder{color:var(--bd-search-placeholder-color);opacity:1}

.bd-header-utilities{
  justify-content:flex-end;
  gap:var(--bd-utility-gap);
  flex-wrap:wrap;
}

.bd-login-link{
  color:var(--bd-login-color);
  text-decoration:none;
  font-size:17px;
  font-weight:600;
  line-height:1.2;
  white-space:nowrap;
}

.bd-header-account{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:136px;
  height:40px;
  padding:0 16px 0 48px;
  border-radius:999px;
  background:#1b2fa3;
  color:#ffffff;
  text-decoration:none;
  line-height:1;
  overflow:visible;
  box-shadow:none;
}

.bd-header-account-icon{
  position:absolute;
  left:-2px;
  top:50%;
  transform:translateY(-50%);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:999px;
  background:#ffffff;
  color:#1b2fa3;
  border:3px solid #1b2fa3;
  box-shadow:none;
  z-index:2;
}

.bd-header-account-icon svg{
  width:18px;
  height:18px;
  display:block;
}

.bd-header-account-text{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#ffffff;
  font-size:15px;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
}

.bd-header-cart{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:112px;
  height:40px;
  padding:0 15px 0 48px;
  border-radius:999px;
  background:#1b2fa3;
  color:#ffffff;
  text-decoration:none;
  line-height:1;
  overflow:visible;
  box-shadow:none;
}

.bd-header-cart-icon{
  position:absolute;
  left:-2px;
  top:50%;
  transform:translateY(-50%);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:999px;
  background:#ffffff;
  color:#1b2fa3;
  border:3px solid #1b2fa3;
  box-shadow:none;
  z-index:2;
}

.bd-header-cart svg{
  width:19px;
  height:19px;
  display:block;
}

.bd-header-cart-amount{
  display:inline-flex;
  align-items:flex-end;
  justify-content:center;
  min-width:44px;
  gap:1px;
  color:#ffffff;
  font-size:11px;
  font-weight:700;
  line-height:1;
  letter-spacing:0;
  white-space:nowrap;
}

.bd-header-cart-amount-value,
.bd-header-cart-currency{
  color:#ffffff;
  line-height:1;
}

.bd-header-cart-amount-value{
  font-size:11px;
  font-weight:700;
}

.bd-header-cart-currency{
  font-size:11px;
  font-weight:700;
}

.bd-cart-badge,
.bd-mobile-link-badge,
.bd-menu-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:30px;
  height:30px;
  border-radius:999px;
  background:var(--bd-cart-badge-bg);
  color:var(--bd-cart-badge-color);
  font-size:16px;
  font-weight:700;
  line-height:1;
}

.bd-cart-badge{
  position:absolute;
  top:-4px;
  right:-3px;
  min-width:14px;
  height:14px;
  padding:0 3px;
  font-size:8px;
  background:#ffffff;
  color:#1b2fa3;
  border:1px solid rgba(27,47,163,.18);
  box-shadow:none;
  z-index:3;
}

.bd-app-badge{
  text-decoration:none;
  color:var(--bd-app-color);
}

.bd-office-badge{
  display:inline-flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  padding:var(--bd-app-padding-y) var(--bd-app-padding-x);
  min-width:0;
  width:auto;
  max-width:min(100%, calc(100vw - 24px));
  box-sizing:border-box;
  flex-shrink:0;
  background:var(--bd-app-bg);
  color:var(--bd-app-color);
  border:1px solid var(--bd-app-border);
  border-radius:var(--bd-app-radius);
  line-height:1.2;
  text-align:center;
  white-space:normal;
}

.bd-office-badge-main{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  max-width:100%;
  flex-wrap:wrap;
}

.bd-office-badge-label{
  display:inline-block;
  font-size:.72em;
  line-height:1.1;
  font-weight:600;
  opacity:.92;
  white-space:nowrap;
}

.bd-office-badge-time{
  display:inline-block;
  width:auto;
  font-weight:700;
  font-size:1em;
  line-height:1.15;
  white-space:nowrap;
}

.bd-office-badge-meta{
  display:block;
  width:100%;
  font-size:.78em;
  line-height:1.2;
  opacity:.95;
  white-space:nowrap;
}

@media (min-width: 768px){
  .bd-header-top-inner{
    min-height:var(--bd-desktop-header-top-min-height);
    padding-top:var(--bd-desktop-header-top-padding-y);
    padding-bottom:var(--bd-desktop-header-top-padding-y);
  }

  .bd-header-logo,
  .bd-brand-link .custom-logo{
    width:var(--bd-desktop-logo-width);
  }

  .bd-header-search-form{
    height:var(--bd-desktop-search-height);
  }

  .bd-header-utilities{
    gap:var(--bd-desktop-utility-gap);
  }

  .bd-office-badge{
    max-width:none;
  }
}

@media (max-width: 767.98px){
  .bd-office-badge{
    max-width:min(100%, calc(100vw - 16px));
    gap:3px;
  }

  .bd-office-badge-main{
    gap:4px;
  }

  .bd-office-badge-label{
    font-size:.68em;
  }

  .bd-office-badge-time{
    font-size:.92em;
  }

  .bd-office-badge-meta{
    font-size:.72em;
  }
}

.bd-header-cart:hover,
.bd-header-cart:focus-visible,
.bd-header-account:hover,
.bd-header-account:focus-visible{
  color:#ffffff;
  transform:none;
}

@media (min-width: 992px){
  .bd-header-cart{
    margin-left:6px;
  }
}

.bd-header-bottom{
  background:var(--bd-header-bottom-bg);
  border-bottom:1px solid var(--bd-header-bottom-border);
  box-shadow:0 6px 18px rgba(0,0,0,.06);
}

.bd-header-bottom-inner{
  min-height:var(--bd-header-bottom-min-height);
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:24px;
}

@media (min-width:992px){
  .bd-header-bottom-inner{
    min-height:var(--bd-desktop-header-bottom-min-height);
    padding-top:var(--bd-desktop-header-bottom-padding-y);
    padding-bottom:var(--bd-desktop-header-bottom-padding-y);
  }

  .bd-category-trigger{font-size:var(--bd-desktop-category-font-size);}

  .bd-category-icon{
    width:var(--bd-desktop-category-icon-size);
    height:var(--bd-desktop-category-icon-size);
    flex:0 0 var(--bd-desktop-category-icon-size);
  }

  .bd-header-menu > li{padding:0 calc(var(--bd-desktop-nav-gap) / 2);}
  .bd-header-menu > li > a{font-size:var(--bd-desktop-nav-font-size);}
}

.bd-category-trigger{
  gap:var(--bd-category-gap);
  color:var(--bd-category-color);
  text-decoration:none;
  white-space:nowrap;
}

.bd-category-icon{
  color:var(--bd-category-icon-color);
  width:var(--bd-category-icon-size);
  height:var(--bd-category-icon-size);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 var(--bd-category-icon-size);
}

.bd-category-icon svg{width:100%;height:100%;display:block}

.bd-category-dropdown{
  position:relative;
  display:flex;
  align-items:center;
  align-self:stretch;
}

.bd-category-panel,
.bd-category-submenu{
  background:#ffffff;
  border:1px solid #dfe3e8;
  box-shadow:0 18px 38px rgba(15, 23, 42, 0.12);
}

.bd-category-panel{
  position:absolute;
  top:100%;
  left:0;
  width:340px;
  max-height:min(72vh, 620px);
  overflow:auto;
  border-top:none;
  border-radius:0 0 14px 14px;
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index:1015;
}

.bd-category-dropdown:hover .bd-category-panel,
.bd-category-dropdown:focus-within .bd-category-panel{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.bd-category-list,
.bd-category-submenu{
  margin:0;
  padding:0;
  list-style:none;
}

.bd-category-list-root{
  border-bottom:1px solid #e5e7eb;
}

.bd-category-item{
  position:relative;
}

.bd-category-item-link{
  display:grid;
  grid-template-columns:40px minmax(0, 1fr) 18px;
  align-items:center;
  gap:16px;
  padding:14px 18px;
  color:#111827;
  text-decoration:none;
  background:#ffffff;
  border-bottom:1px solid #e5e7eb;
}

.bd-category-list > .bd-category-item:last-child > .bd-category-item-link{
  border-bottom:none;
}

.bd-category-item-link:hover,
.bd-category-item:focus-within > .bd-category-item-link{
  background:#f8fafc;
}

.bd-category-item-media{
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#3f3f46;
}

.bd-category-term-image{
  width:100%;
  height:100%;
  object-fit:contain;
}

.bd-category-fallback-icon,
.bd-category-fallback-icon svg{
  width:100%;
  height:100%;
  display:block;
}

.bd-category-item-label{
  min-width:0;
  font-size:16px;
  font-weight:500;
  line-height:1.35;
}

.bd-category-item-arrow{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  width:18px;
  height:18px;
  color:#a1a1aa;
}

.bd-category-item-arrow svg{
  width:18px;
  height:18px;
  display:block;
}

.bd-category-item-all .bd-category-item-arrow{
  opacity:0;
}

.bd-category-submenu{
  position:absolute;
  top:-1px;
  left:100%;
  min-width:270px;
  max-height:min(72vh, 620px);
  overflow:auto;
  border-radius:14px;
  display:none;
}

.bd-category-item.has-children:hover > .bd-category-submenu,
.bd-category-item.has-children:focus-within > .bd-category-submenu{
  display:block;
}

.bd-desktop-nav{
  display:flex;
  align-items:center;
  justify-content:center;
}

.bd-header-menu,
.bd-mobile-menu-list,
.bd-mobile-menu-list .sub-menu{
  margin:0;
  padding:0;
  list-style:none;
}

.bd-header-menu{
  display:flex;
  align-items:center;
  justify-content:center;
}

.bd-header-menu li{position:relative;display:flex;align-items:center}

.bd-header-menu > li{
  padding:0 calc(var(--bd-nav-gap) / 2);
}

.bd-header-menu > li:not(:last-child){
  border-right:1px solid var(--bd-nav-separator-color);
}

.bd-header-menu > li > a{
  color:var(--bd-nav-color);
  text-decoration:none;
  font-size:24px;
  font-weight:500;
  line-height:1.2;
  display:inline-flex;
  align-items:center;
  position:relative;
  transition:color .2s ease;
}

.bd-header-menu > li > a:hover,
.bd-header-menu > li.current-menu-item > a,
.bd-header-menu > li.current-menu-ancestor > a,
.bd-header-menu > li.current_page_item > a,
.bd-header-menu > li.current_page_ancestor > a{
  color:var(--bd-nav-hover-color);
}

.bd-header-menu > li.current-menu-item > a,
.bd-header-menu > li.current-menu-ancestor > a,
.bd-header-menu > li.current_page_item > a,
.bd-header-menu > li.current_page_ancestor > a{
  color:var(--bd-nav-active-color);
}

.bd-header-menu .sub-menu{
  list-style:none;
  margin:0;
  padding:10px 0;
  min-width:230px;
  position:absolute;
  top:100%;
  left:0;
  display:none;
  background:#ffffff;
  border:1px solid rgba(15,23,42,.1);
  border-radius:14px;
  box-shadow:0 18px 36px rgba(15,23,42,.12);
  z-index:1002;
}

.bd-header-menu li:hover > .sub-menu{display:block}
.bd-header-menu .sub-menu li{display:block;padding:0;border:none}
.bd-header-menu .sub-menu a{width:100%;padding:10px 16px;color:#0b2341;font-size:15px;text-decoration:none;display:flex}
.bd-header-menu .sub-menu a:hover{background:rgba(11,87,208,0.06);color:#0b57d0}

.bd-menu-badge{
  position:absolute;
  top:-16px;
  right:-22px;
  min-width:31px;
  height:31px;
  background:var(--bd-menu-badge-bg);
  color:var(--bd-menu-badge-color);
  font-size:18px;
}

.bd-mobile-toggle-top,
.bd-mobile-account{display:none}

.bd-mobile-account{
  width:48px;
  height:48px;
  border-radius:999px;
  color:#ffffff;
  text-decoration:none;
  align-items:center;
  justify-content:center;
}

.bd-mobile-account svg{width:38px;height:38px;display:block}

.bd-mobile-toggle{
  display:none;
  width:var(--bd-mobile-toggle-size);
  height:var(--bd-mobile-toggle-size);
  padding:0;
  border:1px solid var(--bd-mobile-toggle-border);
  border-radius:var(--bd-mobile-toggle-radius);
  background:var(--bd-mobile-toggle-bg);
  color:var(--bd-mobile-toggle-icon);
  cursor:pointer;
  align-items:center;
  justify-content:center;
}

.bd-mobile-toggle-icon-svg{
  width:28px;
  height:28px;
  display:block;
}

.bd-mobile-backdrop{
  position:fixed;
  top:var(--bd-mobile-panel-top, 0px);
  right:0;
  bottom:0;
  left:0;
  background:rgba(0,0,0,.45);
  opacity:0;
  visibility:hidden;
  transition:opacity .25s ease, visibility .25s ease;
  z-index:1040;
}

.bd-mobile-panel{
  position:fixed;
  top:var(--bd-mobile-panel-top, 0px);
  left:0;
  right:auto;
  width:360px;
  max-width:90vw;
  height:calc(100vh - var(--bd-mobile-panel-top, 0px));
  background:var(--bd-mobile-panel-bg);
  padding:22px 18px;
  transform:translateX(-100%);
  transition:transform .25s ease;
  box-shadow:18px 0 40px rgba(0,0,0,.28);
  z-index:1050;
  overflow-y:auto;
}

.bd-mobile-panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding-bottom:14px;
  margin-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.bd-mobile-panel-title{color:#fff;font-size:18px;font-weight:700}
.bd-mobile-primary-menu{margin-bottom:18px}
.bd-mobile-panel-section-title{margin:8px 0 12px;color:#fff;font-size:15px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;opacity:.92}

.bd-mobile-category-panel{
  background:#ffffff;
  color:#111827;
  padding:0;
}

.bd-mobile-category-panel .bd-mobile-panel-head{
  position:sticky;
  top:0;
  z-index:2;
  margin:0;
  padding:16px 18px;
  background:#ffffff;
  border-bottom:1px solid #e5e7eb;
}

.bd-mobile-category-panel .bd-mobile-panel-title{
  color:#111827;
  font-size:20px;
  font-weight:700;
}

.bd-mobile-category-panel .bd-mobile-close{
  border:1px solid #e5e7eb;
  background:#ffffff;
  color:#111827;
}

.bd-mobile-category-drawer{
  padding:0 0 18px;
}

.bd-mobile-category-list{
  margin:0;
  padding:0;
  list-style:none;
}

.bd-mobile-category-item{
  border-bottom:1px solid #e5e7eb;
}

.bd-mobile-category-row{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 52px;
  align-items:stretch;
}

.bd-mobile-category-link,
.bd-mobile-category-link-empty{
  display:grid;
  grid-template-columns:40px minmax(0, 1fr);
  align-items:center;
  gap:16px;
  min-height:68px;
  padding:14px 18px;
  color:#111827;
  text-decoration:none;
  background:#ffffff;
}

.bd-mobile-category-link:hover,
.bd-mobile-category-link:focus-visible{
  background:#f8fafc;
}

.bd-mobile-category-media{
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#3f3f46;
}

.bd-mobile-category-media .bd-category-term-image{
  width:100%;
  height:100%;
  object-fit:contain;
}

.bd-mobile-category-label{
  min-width:0;
  font-size:16px;
  font-weight:500;
  line-height:1.35;
}

.bd-mobile-category-expand,
.bd-mobile-category-arrow{
  display:flex;
  align-items:center;
  justify-content:center;
  width:52px;
  min-height:68px;
  padding:0;
  border:0;
  border-left:1px solid #eef2f7;
  background:#ffffff;
  color:#9ca3af;
}

.bd-mobile-category-expand{cursor:pointer}

.bd-mobile-category-expand svg,
.bd-mobile-category-arrow svg{
  width:18px;
  height:18px;
  display:block;
  transition:transform .2s ease;
}

.bd-mobile-category-arrow-empty{
  border-left:0;
  background:#ffffff;
}

.bd-mobile-category-children{
  display:none;
  background:#fafafa;
}

.bd-mobile-category-item.is-open > .bd-mobile-category-children{
  display:block;
}

.bd-mobile-category-item.is-open > .bd-mobile-category-row .bd-mobile-category-expand svg{
  transform:rotate(90deg);
}

.bd-mobile-category-children .bd-mobile-category-link{
  min-height:60px;
  padding-top:12px;
  padding-bottom:12px;
}

.bd-mobile-category-depth-1 .bd-mobile-category-link{
  padding-left:34px;
}

.bd-mobile-category-depth-2 .bd-mobile-category-link{
  padding-left:50px;
}

.bd-mobile-category-depth-3 .bd-mobile-category-link{
  padding-left:66px;
}

.bd-mobile-category-item-all .bd-mobile-category-link{
  font-weight:600;
}

.bd-mobile-close{
  width:40px;
  height:40px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:10px;
  background:transparent;
  color:#fff;
  font-size:26px;
  line-height:1;
  cursor:pointer;
}

.bd-mobile-search-form{
  width:100%;
  margin-bottom:16px;
}

.bd-mobile-quick-links{
  display:grid;
  gap:10px;
  margin-bottom:16px;
}

.bd-mobile-link,
.bd-mobile-category-link{
  justify-content:space-between;
  width:100%;
  padding:12px 14px;
  border:1px solid var(--bd-mobile-menu-border);
  border-radius:12px;
  color:var(--bd-mobile-menu-color);
  background:var(--bd-mobile-menu-bg);
  text-decoration:none;
}

.bd-mobile-menu-list{
  display:flex;
  flex-direction:column;
  gap:var(--bd-mobile-menu-gap);
}

.bd-mobile-menu-list a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  padding:12px 14px;
  border:1px solid var(--bd-mobile-menu-border);
  border-radius:12px;
  color:var(--bd-mobile-menu-color);
  background:var(--bd-mobile-menu-bg);
  text-decoration:none;
  font-size:16px;
  font-weight:600;
}

.bd-mobile-menu-list .sub-menu{
  display:flex;
  flex-direction:column;
  gap:8px;
  padding-left:14px;
  margin-top:8px;
}

.bd-mobile-menu-list .sub-menu a{border-radius:10px;font-size:15px}
.bd-mobile-app-badge{margin-top:18px;display:inline-flex}

body.bd-mobile-menu-open{overflow:hidden}
body.bd-mobile-menu-open .bd-mobile-backdrop{opacity:1;visibility:visible}
body.bd-mobile-menu-open .bd-mobile-panel{transform:translateX(0)}

@media (max-width: 1399px){
  .bd-header-top-inner{grid-template-columns:minmax(160px, 260px) minmax(280px, 1fr) auto}
  .bd-header-menu > li > a{font-size:20px}
}

@media (max-width: 1199px){
  .bd-top-header-inner{flex-wrap:wrap}
  .bd-top-header-left{width:100%;border-bottom:1px solid var(--bd-top-header-divider)}
  .bd-top-header-socials{border-left:none}
}

@media (max-width: 1199px){
  .bd-container{padding:0 18px}
  .bd-header-top-inner{grid-template-columns:1fr auto;gap:18px}
  .bd-header-search-form{grid-column:1 / -1;order:3;width:100%}
  .bd-header-bottom-inner{grid-template-columns:1fr auto}
  .bd-desktop-nav{display:none}
  .bd-mobile-toggle{display:inline-flex}
}

@media (max-width: 767px){
  .bd-top-header-inner{
    display:grid;
    grid-template-columns:1fr;
    min-height:auto;
  }
  .bd-top-header-left,
  .bd-top-header-socials,
  .bd-top-header-right{
    width:100%;
    border-left:none;
  }
  .bd-top-header-left{
    display:grid;
    grid-template-columns:1fr;
    border-bottom:none;
  }
  .bd-top-header-item,
  .bd-top-header-track{
    padding:12px 0;
    min-height:auto;
    border-left:none !important;
    border-bottom:1px solid var(--bd-top-header-divider);
  }
  .bd-top-header-socials{
    justify-content:center;
    padding:6px 0;
    border-bottom:1px solid var(--bd-top-header-divider);
  }
  .bd-top-header-social-link{
    width:42px;
    min-height:42px;
    padding:0 10px;
    border-left:none !important;
  }
  .bd-top-header-right{
    display:block;
  }
  .bd-container{padding:0 14px}
  .bd-header-top{background:var(--bd-header-top-bg)}
  .bd-header-top-inner{
    min-height:auto;
    padding-top:12px;
    padding-bottom:12px;
    display:grid;
    grid-template-columns:44px minmax(0,1fr) 44px;
    align-items:center;
    gap:12px;
  }
  .bd-header-brand,
  .bd-login-link,
  .bd-header-cart,
  .bd-app-badge,
  .bd-category-trigger,
  .bd-category-panel,
  .bd-category-submenu,
  .bd-header-bottom-inner > .bd-mobile-toggle{display:none !important}
  .bd-mobile-toggle-top,
  .bd-mobile-account{display:inline-flex}
  .bd-mobile-toggle-top{
    width:44px;
    height:44px;
    padding:0;
    background:transparent;
    border:none;
    color:#ffffff;
  }
  .bd-mobile-toggle-top .bd-mobile-toggle-icon-svg{
    width:30px;
    height:30px;
  }
  .bd-header-search-form{
    order:initial;
    grid-column:auto;
    width:100%;
    max-width:none;
    min-width:0;
  }
  .bd-header-search-input{font-size:16px}
  .bd-header-utilities{display:flex;justify-content:flex-end;gap:0}
  .bd-header-bottom{background:#efefef;border-top:1px solid rgba(255,255,255,.08)}
  .bd-header-bottom-inner{display:block;min-height:auto;padding:12px 0}
  .bd-desktop-nav{display:block}
  .bd-header-menu{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:12px;
    overflow-x:auto;
    overflow-y:hidden;
    padding-bottom:2px;
    scrollbar-width:none;
    -ms-overflow-style:none;
    flex-wrap:nowrap;
  }
  .bd-header-menu::-webkit-scrollbar{display:none}
  .bd-header-menu > li{padding:0;border:none !important;flex:0 0 auto}
  .bd-header-menu > li > a{
    font-size:16px;
    font-weight:500;
    color:#6e6e6e;
    background:#f7f7f7;
    border:1px solid #e2e2e2;
    border-radius:999px;
    padding:11px 24px;
    box-shadow:0 2px 6px rgba(0,0,0,.08);
    white-space:nowrap;
  }
  .bd-header-menu > li > a:hover,
  .bd-header-menu > li.current-menu-item > a,
  .bd-header-menu > li.current-menu-ancestor > a,
  .bd-header-menu > li.current_page_item > a,
  .bd-header-menu > li.current_page_ancestor > a{
    color:#4f4f4f;
    background:#ffffff;
  }
  .bd-menu-badge{
    top:-8px;
    right:-8px;
    min-width:22px;
    height:22px;
    font-size:12px;
  }
  .bd-mobile-panel{width:320px}
}


.bd-mobile-footer-spacer,
.bd-mobile-footer-nav{
  display:none !important;
}

.bd-mobile-footer-list{
  margin:0;
  padding:0;
  list-style:none;
}

.bd-mobile-footer-link{
  text-decoration:none;
}

.bd-mobile-footer-icon-wrap svg{
  width:100%;
  height:100%;
  display:block;
}

@media (max-width: 991px){
  body{
    padding-bottom:104px;
  }

  .bd-mobile-footer-spacer{
    display:block;
    height:104px;
  }

  .bd-mobile-footer-nav{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:1035;
    background:var(--bd-mobile-footer-bg);
    border-top:1px solid var(--bd-mobile-footer-border);
    box-shadow:0 -8px 22px rgba(15, 23, 42, 0.08);
    padding:8px 10px calc(10px + env(safe-area-inset-bottom));
  }

  .bd-mobile-footer-list{
    display:grid;
    grid-template-columns:repeat(5, minmax(0, 1fr));
    align-items:end;
    gap:4px;
  }

  .bd-mobile-footer-item{
    min-width:0;
  }

  .bd-mobile-footer-link{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-end;
    gap:6px;
    color:var(--bd-mobile-footer-text-color);
  }

  .bd-mobile-footer-icon-wrap{
    position:relative;
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--bd-mobile-footer-icon-color);
  }

  .bd-mobile-footer-icon-wrap svg{
    width:var(--bd-mobile-footer-icon-size);
    height:var(--bd-mobile-footer-icon-size);
  }

  .bd-mobile-footer-label{
    display:block;
    max-width:100%;
    color:inherit;
    text-align:center;
    white-space:nowrap;
  }

  .bd-mobile-footer-item.is-active .bd-mobile-footer-link,
  .bd-mobile-footer-link.is-active,
  .bd-mobile-footer-item.is-active .bd-mobile-footer-label,
  .bd-mobile-footer-item.is-active .bd-mobile-footer-icon-wrap{
    color:var(--bd-mobile-footer-active-color);
  }

  .bd-mobile-footer-badge{
    position:absolute;
    top:-3px;
    right:-2px;
    min-width:24px;
    height:24px;
    padding:0 6px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:var(--bd-mobile-footer-badge-bg);
    color:var(--bd-mobile-footer-badge-color);
    font-size:12px;
    font-weight:700;
    line-height:1;
    box-shadow:0 3px 10px rgba(0, 0, 0, 0.18);
  }

  .bd-mobile-footer-item.is-center .bd-mobile-footer-link{
    transform:translateY(-26px);
    gap:8px;
  }

  .bd-mobile-footer-item.is-center .bd-mobile-footer-icon-wrap{
    width:var(--bd-mobile-footer-center-size);
    height:var(--bd-mobile-footer-center-size);
    border-radius:999px;
    background:var(--bd-mobile-footer-center-bg);
    color:var(--bd-mobile-footer-center-color);
    border:6px solid var(--bd-mobile-footer-bg);
    box-shadow:0 12px 24px rgba(5, 139, 31, 0.22);
  }

  .bd-mobile-footer-item.is-center .bd-mobile-footer-badge{
    top:8px;
    right:6px;
  }

  .bd-mobile-footer-item.is-center .bd-mobile-footer-icon-wrap svg{
    width:calc(var(--bd-mobile-footer-icon-size) + 4px);
    height:calc(var(--bd-mobile-footer-icon-size) + 4px);
  }

  .bd-mobile-footer-item.is-center .bd-mobile-footer-label{
    color:var(--bd-mobile-footer-text-color);
  }

  .bd-mobile-footer-item.is-center.is-active .bd-mobile-footer-label{
    color:var(--bd-mobile-footer-active-color);
  }
}


/* =========================================================
   HOME PROMO SLIDER (Left slider + right fixed banner)
========================================================= */
.bd-home-promo{
  padding:18px 0 8px;
}

.bd-home-promo-grid{
  display:grid;
  grid-template-columns:minmax(0, 2.1fr) minmax(260px, .95fr);
  gap:22px;
  align-items:stretch;
}

.bd-home-promo-grid.bd-home-promo-grid-single{
  grid-template-columns:minmax(0, 1fr);
}

.bd-hero-slider,
.bd-fixed-banner{
  position:relative;
  border-radius:16px;
  overflow:hidden;
  background:#f3f4f6;
  box-shadow:0 10px 24px rgba(15, 23, 42, 0.08);
}

.bd-hero-slider{
  min-height:320px;
}

.bd-hero-slider-stage,
.bd-hero-slider-track,
.bd-hero-slide,
.bd-hero-slide-link,
.bd-fixed-banner-link{
  width:100%;
  height:100%;
}

.bd-hero-slider-stage{
  position:relative;
  min-height:320px;
}

.bd-hero-slide,
.bd-fixed-banner-link,
.bd-hero-slide-link{
  display:block;
}

.bd-hero-slide{
  position:absolute;
  inset:0;
  opacity:0;
  visibility:hidden;
  transition:opacity .45s ease, visibility .45s ease;
}

.bd-hero-slide.is-active{
  opacity:1;
  visibility:visible;
}

.bd-hero-slide img,
.bd-fixed-banner img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}

.bd-fixed-banner{
  min-height:320px;
}

.bd-hero-slider-dots{
  position:absolute;
  left:24px;
  bottom:20px;
  z-index:3;
  display:flex;
  align-items:center;
  gap:10px;
}

.bd-hero-slider-dot{
  width:10px;
  height:10px;
  border:none;
  border-radius:999px;
  background:rgba(255,255,255,.95);
  box-shadow:0 2px 6px rgba(0,0,0,.15);
  padding:0;
  cursor:pointer;
}

.bd-hero-slider-dot.is-active{
  background:#f59e0b;
  transform:scale(1.08);
}

/* =========================================================
   FEATURED CATEGORIES MARQUEE
========================================================= */
.bd-featured-categories{
  padding:22px 0 14px;
  background:var(--bd-featured-bg, #f7f5ef);
}

.bd-featured-categories-title{
  margin:0 0 26px;
  text-align:center;
  color:#0f172a;
}

.bd-featured-categories-marquee{
  position:relative;
  width:100%;
  overflow:hidden;
}

.bd-featured-categories-track{
  display:flex !important;
  align-items:stretch;
  flex-wrap:nowrap !important;
  width:max-content;
  will-change:transform;
  transform:translate3d(0,0,0);
}

.bd-featured-categories-group{
  display:flex !important;
  align-items:stretch;
  flex-wrap:nowrap !important;
  flex:0 0 auto;
  gap:26px;
  padding-right:26px;
}

.bd-featured-categories-item{
  width:190px !important;
  min-width:190px !important;
  max-width:190px !important;
  flex:0 0 190px !important;
}

.bd-featured-categories-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  width:100%;
  text-decoration:none;
  gap:14px;
}

.bd-featured-categories-media{
  width:100%;
  aspect-ratio:1 / 1;
  background:#ffffff;
  border-radius:var(--bd-featured-card-radius, 24px);
  box-shadow:0 10px 24px rgba(15,23,42,.06);
  display:flex !important;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  padding:22px;
}

.bd-featured-categories-icon{
  width:110px;
  height:110px;
  max-width:100%;
  max-height:100%;
  color:#7c6f58;
  display:flex !important;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

.bd-featured-categories-media img,
.bd-featured-categories-icon .bd-category-fallback-icon,
.bd-featured-categories-icon .bd-category-fallback-icon svg,
.bd-featured-categories-icon .bd-category-term-image{
  width:100% !important;
  height:100% !important;
  display:block;
  object-fit:contain !important;
}

.bd-featured-categories-name{
  display:block;
  width:100%;
  text-align:center;
  color:#1f2937;
  font-size:18px;
  font-weight:500;
  line-height:1.35;
}

@media (max-width: 1199px){
  .bd-home-promo-grid{
    grid-template-columns:minmax(0, 1fr);
  }

  .bd-fixed-banner,
  .bd-hero-slider,
  .bd-hero-slider-stage{
    min-height:300px;
  }

  .bd-featured-categories-item{
    width:168px !important;
    min-width:168px !important;
    max-width:168px !important;
    flex:0 0 168px !important;
  }
}

@media (max-width: 767px){
  .bd-home-promo{
    padding:14px 0 4px;
  }

  .bd-hero-slider,
  .bd-fixed-banner,
  .bd-hero-slider-stage{
    min-height:220px;
    border-radius:14px;
  }

  .bd-featured-categories{
    padding:14px 0 8px;
  }

  .bd-featured-categories-title{
    margin-bottom:18px;
  }

  .bd-featured-categories-group{
    gap:18px;
    padding-right:18px;
  }

  .bd-featured-categories-item{
    width:136px !important;
    min-width:136px !important;
    max-width:136px !important;
    flex:0 0 136px !important;
  }

  .bd-featured-categories-media{
    padding:16px;
  }

  .bd-featured-categories-name{
    font-size:16px;
  }
}

.bd-home-product-section{
  padding:28px 0;
  background:var(--bdhp-section-bg, transparent);
}

.bd-home-product-section.is-transparent{
  background:transparent;
}

.bdhp-section-shell{
  display:flex;
  flex-direction:column;
  gap:24px;
}

.bdhp-section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.bdhp-section-title{
  position:relative;
  margin:0;
  padding-bottom:14px;
  color:var(--bdhp-title-color, #0f172a);
  font-size:var(--bdhp-title-size, 18px);
  font-weight:700;
  line-height:1.2;
}

.bdhp-section-title::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:58px;
  height:4px;
  border-radius:999px;
  background:var(--bdhp-button-bg, #f97316);
}

.bdhp-view-all{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--bdhp-button-bg, #f97316);
  text-decoration:none;
  font-size:16px;
  font-weight:600;
  line-height:1.2;
  white-space:nowrap;
}

.bdhp-view-all svg{
  width:18px;
  height:18px;
  transition:transform .25s ease;
}

.bdhp-view-all:hover svg,
.bdhp-view-all:focus-visible svg{
  transform:translateX(4px);
}

.bdhp-grid{
  display:grid;
  grid-template-columns:repeat(var(--bdhp-cols-desktop, 5), minmax(0, 1fr));
  gap:var(--bdhp-gap, 24px);
}

.bdhp-grid-item{
  min-width:0;
}

.bdhp-card{
  position:relative;
  display:flex;
  flex-direction:column;
  height:100%;
  background:var(--bdhp-card-bg, #ffffff);
  border:1px solid var(--bdhp-card-border, #dbe2ea);
  border-radius:22px;
  overflow:hidden;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.bdhp-card:hover,
.bdhp-card:focus-within{
  transform:translateY(-5px);
  box-shadow:0 18px 42px rgba(15, 23, 42, 0.12);
  border-color:var(--bdhp-button-bg, #f97316);
}

.bdhp-media-wrap{
  position:relative;
}

.bdhp-media{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  overflow:hidden;
  background:#fbfbfd;
}

.bdhp-style-1 .bdhp-media,
.bdhp-style-3 .bdhp-media{
  min-height:260px;
  padding:24px;
}

.bdhp-style-2 .bdhp-media{
  min-height:250px;
  padding:28px 20px 18px;
}

.bdhp-product-image,
.bdhp-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  transition:transform .45s ease;
}

.bdhp-card:hover .bdhp-product-image,
.bdhp-card:hover .bdhp-media img,
.bdhp-card:focus-within .bdhp-product-image,
.bdhp-card:focus-within .bdhp-media img{
  transform:scale(1.08);
}

.bdhp-sale-badge{
  position:absolute;
  top:20px;
  right:20px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:7px 12px;
  border-radius:12px;
  background:#22c55e;
  color:#ffffff;
  font-size:14px;
  font-weight:700;
  line-height:1;
  box-shadow:0 10px 22px rgba(34,197,94,.28);
}

.bdhp-sale-badge.is-out-of-stock{
  background:#ef4444;
  box-shadow:0 10px 22px rgba(239,68,68,.28);
}

.bdhp-content{
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
  gap:12px;
  padding:22px 22px 24px;
}

.bdhp-name{
  margin:0;
  min-height:calc(var(--bdhp-product-title-size, 19px) * 2.45);
  color:var(--bdhp-product-title-color, #1f2937);
  font-size:var(--bdhp-product-title-size, 19px);
  font-weight:600;
  line-height:1.26;
}

.bdhp-name a{
  color:inherit;
  text-decoration:none;
  transition:color .25s ease;
}

.bdhp-card:hover .bdhp-name a,
.bdhp-card:focus-within .bdhp-name a{
  color:var(--bdhp-button-bg, #f97316);
}

.bdhp-price{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  gap:8px;
  color:var(--bdhp-price-color, #f97316);
  font-size:var(--bdhp-price-size, 20px);
  font-weight:800;
  line-height:1.1;
}

.bdhp-price .woocommerce-Price-amount{
  color:inherit;
}

.bdhp-price ins{
  text-decoration:none;
  color:inherit;
}

.bdhp-price del{
  color:#94a3b8;
  font-size:.78em;
  font-weight:500;
}

.bdhp-price del .woocommerce-Price-amount{
  color:inherit;
}

.bdhp-meta-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:auto;
}

.bdhp-meta-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:8px 14px;
  border-radius:12px;
  border:1px solid rgba(15, 23, 42, 0.15);
  background:#f8fafc;
  color:#0f172a;
  font-size:14px;
  font-weight:600;
  line-height:1;
}

.bdhp-style-1 .bdhp-meta-chips,
.bdhp-style-3 .bdhp-meta-chips{
  display:none;
}

.bdhp-add-to-cart,
.bdhp-quick-add{
  position:relative;
  overflow:hidden;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}

.bdhp-add-to-cart::before,
.bdhp-quick-add::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg, transparent 0%, rgba(255,255,255,.28) 46%, transparent 100%);
  transform:translateX(-130%);
  transition:transform .5s ease;
}

.bdhp-add-to-cart:hover::before,
.bdhp-add-to-cart:focus-visible::before,
.bdhp-quick-add:hover::before,
.bdhp-quick-add:focus-visible::before{
  transform:translateX(130%);
}

.bdhp-add-to-cart{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:100%;
  min-height:58px;
  margin-top:auto;
  border:1px solid var(--bdhp-button-bg, #f97316);
  border-radius:14px;
  background:var(--bdhp-button-bg-soft, rgba(249,115,22,.08));
  color:var(--bdhp-button-bg, #f97316);
  text-decoration:none;
  font-size:18px;
  font-weight:700;
  line-height:1;
}

.bdhp-add-to-cart:hover,
.bdhp-add-to-cart:focus-visible{
  background:var(--bdhp-button-bg, #f97316);
  color:var(--bdhp-button-text, #ffffff);
  box-shadow:0 14px 28px rgba(15, 23, 42, 0.12);
}

.bdhp-add-to-cart-icon,
.bdhp-quick-add-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  animation:bdhpWiggle 2.4s ease-in-out infinite;
}

.bdhp-add-to-cart-icon{
  width:22px;
  height:22px;
  flex:0 0 22px;
}

.bdhp-add-to-cart-icon svg,
.bdhp-quick-add-icon svg{
  width:100%;
  height:100%;
  display:block;
}

.bdhp-quick-add{
  position:absolute;
  right:18px;
  bottom:-24px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:54px;
  height:54px;
  border-radius:999px;
  background:var(--bdhp-button-bg, #16a34a);
  color:var(--bdhp-button-text, #ffffff);
  text-decoration:none;
  box-shadow:0 16px 30px rgba(15,23,42,.18);
  border:3px solid #ffffff;
}

.bdhp-quick-add:hover,
.bdhp-quick-add:focus-visible{
  transform:translateY(-3px) scale(1.05);
}

.bdhp-quick-add-icon{
  width:24px;
  height:24px;
}

.bdhp-style-2 .bdhp-content{
  padding-top:30px;
}

.bdhp-style-2 .bdhp-name{
  min-height:calc(var(--bdhp-product-title-size, 19px) * 2.2);
}

.bdhp-style-2 .bdhp-price{
  color:#0f172a;
}

.bdhp-style-2{
  overflow:visible;
}

.bdhp-style-2 .bdhp-media-wrap{
  overflow:hidden;
  border-radius:22px 22px 0 0;
}


.bdhp-style-3{
  border-radius:14px;
}

.bdhp-grid-shell{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.bdhp-grid-item[hidden]{
  display:none !important;
}

.bdhp-more-wrap{
  display:flex;
  justify-content:center;
}

.bdhp-more-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:54px;
  padding:14px 24px;
  border:1px solid var(--bdhp-button-bg, #f97316);
  border-radius:999px;
  background:#ffffff;
  color:var(--bdhp-button-bg, #f97316);
  font-size:16px;
  font-weight:700;
  line-height:1;
  cursor:pointer;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}

.bdhp-more-button:hover,
.bdhp-more-button:focus-visible{
  transform:translateY(-2px);
  background:var(--bdhp-button-bg, #f97316);
  color:var(--bdhp-button-text, #ffffff);
  box-shadow:0 16px 30px rgba(15, 23, 42, 0.12);
}

.bdhp-more-button-count{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  min-height:30px;
  padding:0 10px;
  border-radius:999px;
  background:var(--bdhp-button-bg-soft, rgba(249,115,22,.08));
  color:inherit;
  font-size:14px;
  font-weight:800;
}

.bdhp-more-button:hover .bdhp-more-button-count,
.bdhp-more-button:focus-visible .bdhp-more-button-count{
  background:rgba(255,255,255,.18);
}

@keyframes bdhpWiggle{
  0%, 100%{ transform:translateX(0); }
  20%{ transform:translateX(-3px); }
  40%{ transform:translateX(3px); }
  60%{ transform:translateX(-2px); }
  80%{ transform:translateX(2px); }
}

@media (max-width: 1199px){
  .bdhp-grid{
    grid-template-columns:repeat(var(--bdhp-cols-tablet, 3), minmax(0, 1fr));
  }

  .bdhp-style-1 .bdhp-media,
  .bdhp-style-2 .bdhp-media,
  .bdhp-style-3 .bdhp-media{
    min-height:220px;
  }
}

@media (max-width: 767px){
  .bd-home-product-section{
    padding:18px 0;
  }

  .bdhp-section-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .bdhp-view-all{
    font-size:15px;
  }

  .bdhp-grid{
    grid-template-columns:repeat(var(--bdhp-cols-mobile, 2), minmax(0, 1fr));
    gap:18px;
  }

  .bdhp-style-1 .bdhp-media,
  .bdhp-style-2 .bdhp-media,
  .bdhp-style-3 .bdhp-media{
    min-height:170px;
    padding:18px 14px;
  }

  .bdhp-content{
    padding:16px 16px 18px;
  }

  .bdhp-name{
    min-height:auto;
  }

  .bdhp-add-to-cart{
    min-height:50px;
    font-size:16px;
  }

  .bdhp-quick-add{
    width:48px;
    height:48px;
    right:14px;
    bottom:-22px;
  }

  .bdhp-meta-chip{
    min-height:32px;
    padding:7px 11px;
    font-size:13px;
  }

  .bdhp-more-button{
    width:100%;
    min-height:50px;
    padding:12px 18px;
  }
}


/* --- Home product slider refined to match requested carousel styles --- */
.bd-home-product-section{
  --bdhp-cols-current:var(--bdhp-cols-desktop, 5);
}

.bdhp-section-shell{
  position:relative;
  overflow:visible;
}

.bdhp-carousel{
  position:relative;
}

.bdhp-viewport{
  overflow:hidden;
}

.bdhp-track{
  display:flex;
  gap:var(--bdhp-gap, 24px);
  align-items:stretch;
  transition:transform .46s cubic-bezier(.22,.61,.36,1);
  will-change:transform;
}

.bdhp-track-item{
  flex:0 0 calc((100% - ((var(--bdhp-cols-current, 5) - 1) * var(--bdhp-gap, 24px))) / var(--bdhp-cols-current, 5));
  min-width:0;
}

.bdhp-nav{
  position:absolute;
  top:calc(50% - 24px);
  z-index:3;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  padding:0;
  border:0;
  border-radius:999px;
  background:#ffffff;
  color:#475569;
  box-shadow:0 16px 36px rgba(15, 23, 42, 0.15);
  cursor:pointer;
  transition:transform .25s ease, box-shadow .25s ease, opacity .25s ease, color .25s ease;
}

.bdhp-nav svg{
  width:24px;
  height:24px;
  display:block;
}

.bdhp-nav:hover,
.bdhp-nav:focus-visible{
  transform:translateY(-50%) scale(1.06);
  color:var(--bdhp-button-bg, #f97316);
  box-shadow:0 18px 42px rgba(15, 23, 42, 0.18);
}

.bdhp-nav:disabled{
  opacity:.4;
  cursor:not-allowed;
  box-shadow:none;
}

.bdhp-nav-prev{
  left:-26px;
  transform:translateY(-50%);
}

.bdhp-nav-next{
  right:-26px;
  transform:translateY(-50%);
}

.bdhp-dots{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.bdhp-dot{
  width:12px;
  height:12px;
  padding:0;
  border-radius:999px;
  border:1.5px solid var(--bdhp-button-bg, #f97316);
  background:transparent;
  cursor:pointer;
  transition:transform .2s ease, background .2s ease, opacity .2s ease;
}

.bdhp-dot.is-active{
  background:var(--bdhp-button-bg, #f97316);
  transform:scale(1.08);
}

.bdhp-carousel.is-single .bdhp-nav,
.bdhp-carousel.is-single + .bdhp-dots,
.bdhp-section-shell .bdhp-dots:empty{
  display:none;
}

.bdhp-style-2 .bdhp-price{
  color:var(--bdhp-price-color, #0f172a);
}

.bdhp-add-to-cart,
.bdhp-quick-add{
  animation:bdhpButtonNudge 2.9s ease-in-out infinite;
}

.bdhp-add-to-cart:hover,
.bdhp-add-to-cart:focus-visible,
.bdhp-quick-add:hover,
.bdhp-quick-add:focus-visible{
  animation-play-state:paused;
}

.bdhp-add-to-cart-icon,
.bdhp-quick-add-icon{
  animation:none;
}

@keyframes bdhpButtonNudge{
  0%,100%{ transform:translateX(0); }
  20%{ transform:translateX(-3px); }
  40%{ transform:translateX(3px); }
  60%{ transform:translateX(-2px); }
  80%{ transform:translateX(2px); }
}

@media (max-width: 1199px){
  .bd-home-product-section{
    --bdhp-cols-current:var(--bdhp-cols-tablet, 3);
  }
}

@media (max-width: 991px){
  .bdhp-nav{
    width:46px;
    height:46px;
  }

  .bdhp-nav-prev{
    left:-12px;
  }

  .bdhp-nav-next{
    right:-12px;
  }
}

@media (max-width: 767px){
  .bd-home-product-section{
    --bdhp-cols-current:var(--bdhp-cols-mobile, 2);
  }

  .bdhp-track{
    gap:18px;
  }

  .bdhp-track-item{
    flex-basis:calc((100% - ((var(--bdhp-cols-current, 2) - 1) * 18px)) / var(--bdhp-cols-current, 2));
  }

  .bdhp-nav{
    top:calc(50% - 18px);
    width:40px;
    height:40px;
  }

  .bdhp-nav-prev{
    left:8px;
  }

  .bdhp-nav-next{
    right:8px;
  }

  .bdhp-dots{
    margin-top:14px;
    gap:8px;
  }

  .bdhp-dot{
    width:10px;
    height:10px;
  }
}

/* --- Compact home product card tune-up (image slightly larger + card shorter) --- */
.bdhp-card{
  border-radius:14px;
}

.bdhp-style-1 .bdhp-media,
.bdhp-style-2 .bdhp-media,
.bdhp-style-3 .bdhp-media{
  min-height:176px;
  padding:10px 10px 8px;
}

.bdhp-media img,
.bdhp-product-image{
  transform:scale(1.03);
  transform-origin:center center;
}

.bdhp-content{
  gap:6px;
  padding:10px 12px 12px;
}

.bdhp-name{
  min-height:calc(var(--bdhp-product-title-size, 16px) * 2.05);
  font-size:var(--bdhp-product-title-size, 16px);
  line-height:1.28;
}

.bdhp-price{
  gap:5px;
  font-size:18px;
  line-height:1.05;
}

.bdhp-sale-badge{
  top:10px;
  right:10px;
  min-height:27px;
  padding:5px 10px;
  border-radius:8px;
  font-size:12px;
  box-shadow:0 8px 18px rgba(34,197,94,.22);
}

.bdhp-add-to-cart{
  min-height:40px;
  gap:7px;
  border-radius:8px;
  font-size:15px;
}

.bdhp-add-to-cart-icon{
  width:17px;
  height:17px;
  flex:0 0 17px;
}

@media (max-width: 1199px){
  .bdhp-style-1 .bdhp-media,
  .bdhp-style-2 .bdhp-media,
  .bdhp-style-3 .bdhp-media{
    min-height:160px;
    padding:10px 10px 8px;
  }
}

@media (max-width: 767px){
  .bdhp-grid{
    gap:12px;
  }

  .bdhp-style-1 .bdhp-media,
  .bdhp-style-2 .bdhp-media,
  .bdhp-style-3 .bdhp-media{
    min-height:126px;
    padding:8px 8px 6px;
  }

  .bdhp-content{
    gap:6px;
    padding:10px 10px 11px;
  }

  .bdhp-name{
    font-size:15px;
    line-height:1.26;
  }

  .bdhp-price{
    font-size:16px;
  }

  .bdhp-add-to-cart{
    min-height:38px;
    font-size:15px;
  }

  .bdhp-sale-badge{
    top:8px;
    right:8px;
    min-height:25px;
    padding:4px 8px;
    font-size:11px;
  }
}

/* --- Extra compact card + larger product image (requested) --- */
.bdhp-media{
  background:#ffffff;
}

.bdhp-style-1 .bdhp-media,
.bdhp-style-2 .bdhp-media,
.bdhp-style-3 .bdhp-media{
  min-height:170px;
  padding:2px 2px 0;
}

.bdhp-media img,
.bdhp-product-image{
  object-fit:contain;
  transform:scale(1.15);
  transform-origin:center center;
}

.bdhp-card:hover .bdhp-product-image,
.bdhp-card:hover .bdhp-media img,
.bdhp-card:focus-within .bdhp-product-image,
.bdhp-card:focus-within .bdhp-media img{
  transform:scale(1.18);
}

.bdhp-content{
  gap:4px;
  padding:8px 10px 10px;
}

.bdhp-name{
  min-height:calc(var(--bdhp-product-title-size, 15px) * 2.02);
  font-size:var(--bdhp-product-title-size, 15px);
  line-height:1.22;
}

.bdhp-price{
  gap:4px;
  font-size:17px;
}

.bdhp-add-to-cart{
  min-height:36px;
  gap:6px;
  border-radius:7px;
  font-size:14px;
}

.bdhp-add-to-cart-icon{
  width:16px;
  height:16px;
  flex:0 0 16px;
}

@media (max-width: 1199px){
  .bdhp-style-1 .bdhp-media,
  .bdhp-style-2 .bdhp-media,
  .bdhp-style-3 .bdhp-media{
    min-height:154px;
    padding:2px 2px 0;
  }

  .bdhp-media img,
  .bdhp-product-image{
    transform:scale(1.13);
  }

  .bdhp-card:hover .bdhp-product-image,
  .bdhp-card:hover .bdhp-media img,
  .bdhp-card:focus-within .bdhp-product-image,
  .bdhp-card:focus-within .bdhp-media img{
    transform:scale(1.16);
  }
}

@media (max-width: 767px){
  .bdhp-style-1 .bdhp-media,
  .bdhp-style-2 .bdhp-media,
  .bdhp-style-3 .bdhp-media{
    min-height:120px;
    padding:2px 2px 0;
  }

  .bdhp-media img,
  .bdhp-product-image{
    transform:scale(1.11);
  }

  .bdhp-card:hover .bdhp-product-image,
  .bdhp-card:hover .bdhp-media img,
  .bdhp-card:focus-within .bdhp-product-image,
  .bdhp-card:focus-within .bdhp-media img{
    transform:scale(1.14);
  }

  .bdhp-content{
    gap:4px;
    padding:8px 8px 9px;
  }

  .bdhp-name{
    font-size:14px;
    line-height:1.2;
  }

  .bdhp-price{
    font-size:15px;
  }

  .bdhp-add-to-cart{
    min-height:34px;
    font-size:13px;
  }

  .bdhp-sale-badge{
    top:7px;
    right:7px;
  }
}

body.bd-cart-popup-open{
  overflow:hidden;
}

body.bd-cart-popup-open .woocommerce-message,
body.bd-cart-popup-open .woocommerce-notices-wrapper .woocommerce-message{
  display:none !important;
}

.bd-cart-popup,
.bd-cart-popup *{
  box-sizing:border-box;
}

.bd-cart-popup{
  position:fixed;
  inset:0;
  z-index:99999;
  display:flex !important;
  align-items:flex-start;
  justify-content:center;
  padding:clamp(18px, 8vh, 88px) 16px 18px;
}

.bd-cart-popup[hidden]{
  display:none !important;
}

.bd-cart-popup-backdrop{
  position:absolute;
  inset:0;
  background:rgba(15, 23, 42, 0.45);
}

.bd-cart-popup-dialog{
  position:relative;
  z-index:1;
  display:block !important;
  width:100% !important;
  max-width:420px !important;
  margin:0 !important;
  background:#ffffff !important;
  color:#111827 !important;
  border-radius:18px !important;
  box-shadow:0 28px 60px rgba(15, 23, 42, 0.26) !important;
  padding:28px 20px 20px !important;
  text-align:center !important;
  font-family:inherit;
}

.bd-cart-popup-close{
  position:absolute;
  top:10px;
  right:10px;
  width:34px;
  height:34px;
  border:0;
  border-radius:999px;
  background:#f3f4f6;
  color:#374151;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}

.bd-cart-popup-close:hover,
.bd-cart-popup-close:focus-visible{
  background:#e5e7eb;
  outline:none;
}

.bd-cart-popup-icon{
  width:72px;
  height:72px;
  margin:4px auto 16px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(52, 88, 255, 0.10);
  color:#3458ff;
}

.bd-cart-popup-check{
  display:block;
  font-size:34px;
  font-weight:700;
  line-height:1;
}

.bd-cart-popup-title{
  display:block;
  margin:0;
  color:#111827 !important;
  font-size:22px;
  line-height:1.35;
  font-weight:700;
}

.bd-cart-popup-text{
  margin:10px 0 0;
  color:#4b5563;
  font-size:15px;
  line-height:1.55;
}

.bd-cart-popup-actions{
  display:flex !important;
  flex-direction:column;
  justify-content:center;
  gap:10px;
  margin-top:22px;
}

.bd-cart-popup-button{
  width:100%;
  min-height:48px;
  padding:13px 18px;
  border-radius:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none !important;
  font-size:15px;
  font-weight:700;
  text-transform:none;
  letter-spacing:0;
  transition:transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.bd-cart-popup-button:hover,
.bd-cart-popup-button:focus-visible{
  transform:translateY(-1px);
  box-shadow:0 14px 26px rgba(15, 23, 42, 0.14);
  outline:none;
}

.bd-cart-popup-button-secondary{
  background:#f3f4f6;
  color:#374151;
}

.bd-cart-popup-button-secondary:hover,
.bd-cart-popup-button-secondary:focus-visible{
  background:#e5e7eb;
  color:#111827;
}

.bd-cart-popup-button-primary{
  background:#3458ff;
  color:#ffffff;
}

.bd-cart-popup-button-primary:hover,
.bd-cart-popup-button-primary:focus-visible{
  background:#2648ea;
  color:#ffffff;
}

@media (max-width: 767px){
  .bd-cart-popup{
    padding:22px 12px 16px;
  }

  .bd-cart-popup-dialog{
    max-width:380px !important;
    padding:24px 16px 16px !important;
    border-radius:16px !important;
  }

  .bd-cart-popup-icon{
    width:64px;
    height:64px;
  }

  .bd-cart-popup-title{
    font-size:18px;
  }

  .bd-cart-popup-text{
    font-size:14px;
  }

  .bd-cart-popup-button{
    min-width:0;
  }
}


/* Remove WooCommerce loop View cart link shown after AJAX add to cart */
a.added_to_cart.wc-forward,
.products a.added_to_cart.wc-forward,
ul.products li.product a.added_to_cart.wc-forward {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* =========================================================
   Custom WooCommerce Cart Page Design
   Inspired by reference layout uploaded by client
========================================================= */
body.woocommerce-cart,
body.woocommerce-checkout{
  background:#f7f7f7;
}

body.woocommerce-cart .site-main{
  padding:32px 0 54px;
}

.bd-cart-page-shell{
  width:100%;
}

.bd-cart-page-container{
  max-width:1520px;
}

.bd-cart-page-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  margin:0 0 24px;
}

.bd-cart-page-kicker,
.bd-cart-summary-kicker{
  display:inline-flex;
  align-items:center;
  padding:7px 14px;
  border-radius:999px;
  background:rgba(246,139,30,.14);
  color:#f68b1e;
  font-size:11px;
  font-weight:700;
  letter-spacing:.02em;
  text-transform:uppercase;
}

.bd-cart-page-title{
  margin:12px 0 8px;
  font-size:40px;
  line-height:1.1;
  color:#101828;
}

.bd-cart-page-subtitle,
.bd-cart-summary-head p{
  margin:0;
  color:#667085;
  font-size:16px;
  line-height:1.7;
}

.bd-cart-page-pill{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-width:140px;
  min-height:108px;
  padding:18px 22px;
  border-radius:20px;
  background:#fff;
  border:1px solid #ececec;
  box-shadow:0 16px 40px rgba(16,24,40,.06);
}

.bd-cart-page-pill strong{
  font-size:34px;
  line-height:1;
  color:#101828;
}

.bd-cart-page-pill span{
  margin-top:8px;
  color:#667085;
  font-size:14px;
  font-weight:600;
}

body.woocommerce-cart .woocommerce-notices-wrapper{
  margin:0 0 18px;
}

body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error{
  margin:0 0 16px;
  padding:18px 22px;
  border-radius:18px;
  border:1px solid #ececec;
  background:#fff;
  box-shadow:0 12px 28px rgba(16,24,40,.05);
}

.bd-cart-layout{
  display:grid;
  grid-template-columns:minmax(0, 1.65fr) minmax(320px, .85fr);
  gap:26px;
  align-items:start;
}

.bd-cart-items-card,
.bd-cart-summary-card,
.bd-cart-cross-sells-wrap .cross-sells{
  background:#fff;
  border:1px solid #ececec;
  border-radius:24px;
  box-shadow:0 16px 40px rgba(16,24,40,.06);
}

.bd-cart-items-card{
  padding:18px;
}

.bd-cart-card-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:10px 10px 20px;
  border-bottom:1px solid #f0f0f0;
}

.bd-cart-card-header h2,
.bd-cart-summary-head h2,
.bd-cart-cross-sells-wrap .cross-sells > h2{
  margin:0;
  font-size:28px;
  line-height:1.2;
  color:#101828;
}

.bd-cart-card-header span{
  color:#667085;
  font-weight:600;
}

.bd-cart-items-list{
  display:flex;
  flex-direction:column;
}

.bd-cart-item{
  display:grid;
  grid-template-columns:180px minmax(0, 1fr);
  gap:24px;
  padding:24px 10px;
  border-bottom:1px solid #f0f0f0;
}

.bd-cart-item:last-child{
  border-bottom:none;
}

.bd-cart-item-media{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:180px;
  padding:18px;
  border-radius:18px;
  background:#fafafa;
  border:1px solid #efefef;
}

.bd-cart-item-media img{
  width:auto;
  max-width:100%;
  max-height:140px;
  object-fit:contain;
}

.bd-cart-item-body{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 290px;
  gap:24px;
  align-items:start;
}

.bd-cart-item-topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}

.bd-cart-item-label,
.bd-cart-price-label,
.bd-cart-qty-label{
  display:inline-block;
  color:#667085;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.02em;
}

.bd-cart-item-title{
  margin:0 0 10px;
  font-size:27px;
  line-height:1.3;
  color:#101828;
}

.bd-cart-item-title a{
  text-decoration:none;
}

.bd-cart-item-title a:hover{
  color:#f68b1e;
}

.bd-cart-item-extra,
.bd-cart-item-extra p,
.bd-cart-item-extra dl,
.bd-cart-stock,
.bd-cart-item-extra .variation{
  color:#667085;
  font-size:15px;
  line-height:1.7;
}

.bd-cart-item-extra dl,
.bd-cart-item-extra .variation{
  margin:0 0 8px;
}

.bd-cart-item-extra dt,
.bd-cart-item-extra .variation dt{
  float:left;
  margin-right:6px;
  font-weight:700;
  color:#101828;
}

.bd-cart-item-extra dd,
.bd-cart-item-extra .variation dd{
  margin:0 0 6px;
}

.bd-cart-remove{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:12px;
  border:1px solid #f5d1d1;
  background:#fff5f5;
  color:#ef4444;
  font-size:28px;
  line-height:1;
  text-decoration:none;
  transition:.2s ease;
}

.bd-cart-remove:hover,
.bd-cart-remove:focus-visible{
  background:#ef4444;
  color:#fff;
  border-color:#ef4444;
}

.bd-cart-item-controls{
  display:flex;
  flex-direction:column;
  gap:20px;
}

.bd-cart-price-group{
  padding:18px;
  border-radius:18px;
  background:#fafafa;
  border:1px solid #efefef;
}

.bd-cart-price-line{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

.bd-cart-price-line + .bd-cart-price-line{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid #ececec;
}

.bd-cart-price-value{
  color:#101828;
  font-size:18px;
  font-weight:700;
  text-align:right;
}

.bd-cart-price-line-subtotal .bd-cart-price-value,
.bd-cart-summary-line.order-total strong,
.bd-cart-summary-line.order-total .amount{
  color:#f68b1e;
}

.bd-cart-qty-block{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.bd-cart-qty-control{
  display:grid;
  grid-template-columns:52px minmax(0, 1fr) 52px;
  gap:10px;
  align-items:center;
}

.bd-qty-btn{
  width:52px;
  height:52px;
  border:none;
  border-radius:12px;
  background:#f3f4f6;
  color:#101828;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  transition:.2s ease;
}

.bd-qty-btn:hover,
.bd-qty-btn:focus-visible{
  background:#f68b1e;
  color:#fff;
}

.bd-cart-qty-input-wrap .quantity,
.bd-cart-qty-input-wrap .qty{
  width:100%;
}

.bd-cart-qty-input-wrap input.qty,
.bd-cart-qty-input-wrap .input-text.qty,
body.woocommerce-cart .quantity .qty{
  width:100%;
  height:52px;
  border:1px solid #e5e7eb;
  border-radius:12px;
  background:#fff;
  color:#101828;
  font-size:18px;
  font-weight:700;
  text-align:center;
  padding:0 12px;
  box-shadow:none;
}

.bd-cart-bottom-bar{
  display:flex;
  flex-direction:column;
  gap:18px;
  padding:24px 10px 6px;
  border-top:1px solid #f0f0f0;
}

.bd-cart-coupon-row,
.bd-cart-action-row{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

.bd-cart-coupon-row .form-row{
  margin:0;
}

.bd-cart-coupon-input{
  flex:1 1 260px;
  min-width:240px;
  height:52px;
  padding:0 16px;
  border:1px solid #e5e7eb;
  border-radius:12px;
  background:#fff;
  font-size:16px;
  color:#101828;
}

.bd-cart-coupon-input:focus,
.bd-cart-coupon-input:focus-visible{
  outline:none;
  border-color:#f68b1e;
  box-shadow:0 0 0 4px rgba(246,139,30,.12);
}

.bd-cart-action-button,
body.woocommerce-cart .button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 24px;
  border:none;
  border-radius:12px;
  font-size:15px;
  font-weight:700;
  line-height:1;
  text-decoration:none;
  cursor:pointer;
  transition:.2s ease;
  box-shadow:none;
}

.bd-cart-action-button-green{
  background:#16a34a;
  color:#fff;
}

.bd-cart-action-button-green:hover,
.bd-cart-action-button-green:focus-visible{
  background:#15803d;
  color:#fff;
}

.bd-cart-action-button-blue{
  background:#2142b1;
  color:#fff;
}

.bd-cart-action-button-blue:hover,
.bd-cart-action-button-blue:focus-visible{
  background:#1b3792;
  color:#fff;
}

.bd-cart-summary-card{
  padding:22px;
  position:sticky;
  top:28px;
}

.bd-cart-summary-head{
  padding-bottom:18px;
  border-bottom:1px solid #f0f0f0;
}

.bd-cart-summary-head h2{
  margin-top:12px;
}

.bd-cart-summary-lines{
  display:flex;
  flex-direction:column;
  gap:0;
  margin:20px 0;
}

.bd-cart-summary-line{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  padding:16px 0;
  border-bottom:1px solid #f3f4f6;
  color:#101828;
}

.bd-cart-summary-line span:first-child,
.bd-cart-summary-line .woocommerce-shipping-destination,
.bd-cart-summary-line .woocommerce-shipping-calculator,
.bd-cart-summary-line .shipping-calculator-button{
  color:#667085;
}

.bd-cart-summary-line strong,
.bd-cart-summary-line .amount{
  font-size:18px;
  font-weight:700;
  text-align:right;
}

.bd-cart-summary-line:last-child{
  border-bottom:none;
}

.bd-cart-summary-line.order-total{
  padding-top:20px;
  margin-top:4px;
  border-top:1px solid #ececec;
}

.bd-cart-summary-line.order-total span:first-child{
  color:#101828;
  font-weight:700;
}

.bd-cart-summary-meta{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-bottom:18px;
  padding:18px;
  border-radius:18px;
  background:#fafafa;
  border:1px solid #efefef;
}

.bd-cart-summary-meta-item{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#475467;
  font-size:14px;
  line-height:1.6;
}

.bd-cart-summary-meta-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:22px;
  height:22px;
  border-radius:999px;
  background:#16a34a;
  color:#fff;
  font-size:11px;
  font-weight:700;
  flex-shrink:0;
}

.bd-proceed-to-checkout-wrap{
  margin:0;
}

body.woocommerce-cart .wc-proceed-to-checkout{
  padding:0;
}

.bd-checkout-button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  width:100%;
  min-height:56px;
  background:#f68b1e;
  color:#fff;
  font-size:16px;
  font-weight:800;
  border-radius:14px;
}

.bd-checkout-button:hover,
.bd-checkout-button:focus-visible,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus-visible{
  background:#dd7b18;
  color:#fff;
}

.bd-cart-cross-sells-wrap{
  margin-top:28px;
}

.bd-cart-cross-sells-wrap .cross-sells{
  padding:22px;
}

.bd-cart-cross-sells-wrap .cross-sells > h2{
  margin-bottom:22px;
}

.bd-cart-cross-sells-wrap ul.products,
body.woocommerce-cart ul.products{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:18px;
  margin:0;
  padding:0;
}

.bd-cart-cross-sells-wrap ul.products::before,
.bd-cart-cross-sells-wrap ul.products::after,
body.woocommerce-cart ul.products::before,
body.woocommerce-cart ul.products::after{
  display:none;
}

.bd-cart-cross-sells-wrap ul.products li.product,
body.woocommerce-cart ul.products li.product{
  width:100% !important;
  margin:0 !important;
  float:none !important;
  padding:14px;
  border:1px solid #ececec;
  border-radius:18px;
  background:#fff;
  box-shadow:none;
  text-align:left;
}

.bd-cart-cross-sells-wrap ul.products li.product a img,
body.woocommerce-cart ul.products li.product a img{
  width:100%;
  max-height:180px;
  object-fit:contain;
  padding:12px;
  margin:0 0 12px;
  border-radius:14px;
  background:#fafafa;
}

.bd-cart-cross-sells-wrap ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-cart ul.products li.product .woocommerce-loop-product__title{
  padding:0;
  margin:0 0 12px;
  color:#101828;
  font-size:18px;
  line-height:1.5;
}

.bd-cart-cross-sells-wrap ul.products li.product .price,
body.woocommerce-cart ul.products li.product .price{
  display:block;
  margin:0 0 14px;
  color:#f68b1e;
  font-size:20px;
  font-weight:800;
}

.bd-cart-cross-sells-wrap ul.products li.product .price del,
body.woocommerce-cart ul.products li.product .price del{
  opacity:.55;
  color:#98a2b3;
}

.bd-cart-cross-sells-wrap ul.products li.product .button,
body.woocommerce-cart ul.products li.product .button{
  width:100%;
  min-height:46px;
  margin-top:0;
  border-radius:12px;
  background:#f68b1e;
  color:#fff;
  font-weight:700;
}

.bd-cart-cross-sells-wrap ul.products li.product .button:hover,
body.woocommerce-cart ul.products li.product .button:hover{
  background:#dd7b18;
  color:#fff;
}

body.woocommerce-cart .cart-empty.woocommerce-info{
  margin-bottom:18px;
}

body.woocommerce-cart .return-to-shop{
  margin:0;
}

body.woocommerce-cart .return-to-shop .button{
  background:#f68b1e;
  color:#fff;
}

@media (max-width: 1399px){
  .bd-cart-item-body{
    grid-template-columns:minmax(0, 1fr);
  }

  .bd-cart-item-controls{
    max-width:360px;
  }

  .bd-cart-cross-sells-wrap ul.products,
  body.woocommerce-cart ul.products{
    grid-template-columns:repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1199px){
  .bd-cart-layout{
    grid-template-columns:1fr;
  }

  .bd-cart-summary-card{
    position:static;
    top:auto;
  }

  .bd-cart-cross-sells-wrap ul.products,
  body.woocommerce-cart ul.products{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px){
  body.woocommerce-cart .site-main{
    padding:24px 0 42px;
  }

  .bd-cart-page-head{
    flex-direction:column;
    align-items:stretch;
  }

  .bd-cart-page-pill{
    min-height:0;
    min-width:0;
    flex-direction:row;
    justify-content:flex-start;
    gap:10px;
  }

  .bd-cart-page-pill span{
    margin-top:0;
  }

  .bd-cart-item{
    grid-template-columns:1fr;
    gap:18px;
  }

  .bd-cart-item-media{
    min-height:150px;
  }

  .bd-cart-cross-sells-wrap ul.products,
  body.woocommerce-cart ul.products{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px){
  .bd-cart-page-title{
    font-size:30px;
  }

  .bd-cart-items-card,
  .bd-cart-summary-card,
  .bd-cart-cross-sells-wrap .cross-sells{
    border-radius:18px;
  }

  .bd-cart-card-header,
  .bd-cart-item,
  .bd-cart-bottom-bar,
  .bd-cart-summary-card,
  .bd-cart-cross-sells-wrap .cross-sells{
    padding-left:14px;
    padding-right:14px;
  }

  .bd-cart-card-header h2,
  .bd-cart-summary-head h2,
  .bd-cart-cross-sells-wrap .cross-sells > h2{
    font-size:22px;
  }

  .bd-cart-item-title{
    font-size:22px;
  }

  .bd-cart-qty-control{
    grid-template-columns:46px minmax(0, 1fr) 46px;
  }

  .bd-qty-btn{
    width:46px;
    height:46px;
  }

  .bd-cart-qty-input-wrap input.qty,
  .bd-cart-qty-input-wrap .input-text.qty,
  body.woocommerce-cart .quantity .qty,
  .bd-cart-coupon-input,
  .bd-cart-action-button,
  body.woocommerce-cart .button,
  body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    min-height:48px;
    height:48px;
  }

  .bd-cart-coupon-row,
  .bd-cart-action-row{
    flex-direction:column;
    align-items:stretch;
  }

  .bd-cart-cross-sells-wrap ul.products,
  body.woocommerce-cart ul.products{
    grid-template-columns:1fr;
  }
}

/* Single product page redesign */
body.single-product .bd-woocommerce-main-single{
  padding:14px 0 36px;
}

body.single-product .bd-woocommerce-container-single{
  max-width:1280px;
}

body.single-product .woocommerce-notices-wrapper{
  margin:0 0 18px;
}

.bdsp-product{
  color:#202020;
}

.bdsp-top-card,
.bdsp-info-card,
.bdsp-review-card,
.bdsp-related-wrap,
.bdsp-tab-nav{
  background:#ffffff;
  border:1px solid #e8e8e8;
  border-radius:6px;
}

.bdsp-top-card,
.bdsp-info-card,
.bdsp-review-card,
.bdsp-related-wrap{
  margin:0 0 22px;
}

.bdsp-top-grid{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 38%;
  gap:0;
}

.bdsp-gallery{
  display:grid;
  grid-template-columns:82px minmax(0, 1fr);
  min-height:640px;
}

.bdsp-thumbs{
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:42px 12px 42px 14px;
  border-right:1px solid #ececec;
  background:#fff;
}

.bdsp-thumb{
  display:flex;
  align-items:center;
  justify-content:center;
  width:56px;
  height:78px;
  padding:6px;
  border:1px solid #ddd;
  border-radius:4px;
  background:#fff;
  cursor:pointer;
  transition:border-color .2s ease, box-shadow .2s ease;
}

.bdsp-thumb.is-active{
  border-color:#f58a1f;
  box-shadow:0 0 0 1px rgba(245,138,31,.12);
}

.bdsp-thumb-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}

.bdsp-main-media{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:640px;
  padding:34px 56px;
  background:#fff;
}

.bdsp-main-image-wrap{
  position:relative;
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.bdsp-main-image{
  display:none;
  margin:0;
  width:100%;
  height:100%;
  align-items:center;
  justify-content:center;
}

.bdsp-main-image.is-active{
  display:flex;
}

.bdsp-main-image-el{
  display:block;
  max-width:100%;
  max-height:520px;
  width:auto;
  height:auto;
  object-fit:contain;
}

.bdsp-gallery-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border:none;
  background:transparent;
  color:#9ca3af;
  cursor:pointer;
  z-index:2;
}

.bdsp-gallery-nav svg{
  width:20px;
  height:20px;
}

.bdsp-gallery-prev{left:18px;}
.bdsp-gallery-next{right:18px;}

.bdsp-summary{
  padding:34px 32px 30px;
  border-left:1px solid #ececec;
}

.bdsp-title{
  margin:0 0 16px;
  color:#2c2c2c;
  font-size:28px;
  font-weight:500;
  line-height:1.2;
}

.bdsp-price-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  margin-bottom:18px;
}

.bdsp-price{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  color:#f58a1f;
  font-weight:700;
  line-height:1;
}

.bdsp-price .price,
.bdsp-price .woocommerce-Price-amount{
  color:inherit;
}

.bdsp-price .price{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin:0;
  font-size:21px;
}

.bdsp-price ins{
  text-decoration:none;
}

.bdsp-price del{
  color:#a4a4a4;
  font-size:.9em;
  font-weight:400;
}

.bdsp-save-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:22px;
  padding:3px 8px;
  border-radius:4px;
  background:#31c26b;
  color:#fff;
  font-size:12px;
  font-weight:600;
  line-height:1;
}

.bdsp-divider{
  height:1px;
  margin:0 0 22px;
  background:#e7e7e7;
}

.bdsp-purchase-form{
  margin:0;
}

.bdsp-qty-row{
  display:flex;
  align-items:center;
  gap:18px;
  margin:0 0 18px;
}

.bdsp-qty-label{
  margin:0;
  color:#323232;
  font-size:18px;
  font-weight:400;
}

.bdsp-qty-control{
  display:inline-flex;
  align-items:center;
  min-width:140px;
  height:44px;
  border:1px solid #dbdbdb;
  border-radius:4px;
  overflow:hidden;
  background:#fff;
}

.bdsp-qty-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:40px;
  border:none;
  background:#f5f5f5;
  color:#9ca3af;
  cursor:pointer;
  flex:0 0 38px;
}

.bdsp-qty-btn svg{
  width:16px;
  height:16px;
}

.bdsp-qty-control .quantity{
  margin:0;
  width:auto;
}

.bdsp-qty-control input.qty,
.bdsp-qty-control .input-text.qty{
  width:62px;
  height:40px;
  margin:0;
  padding:0;
  border:none;
  box-shadow:none;
  text-align:center;
  color:#2c2c2c;
  font-size:28px;
  font-weight:400;
}

.bdsp-action-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px 12px;
}

.bdsp-action-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:56px;
  padding:12px 18px;
  border:none;
  border-radius:6px;
  color:#fff;
  font-size:16px;
  font-weight:700;
  line-height:1;
  text-decoration:none;
  text-transform:uppercase;
  cursor:pointer;
  transition:opacity .2s ease, transform .2s ease;
}

.bdsp-action-button:hover,
.bdsp-action-button:focus-visible{
  color:#fff;
  opacity:.95;
  transform:translateY(-1px);
}

.bdsp-action-button.is-disabled{
  opacity:.55;
  pointer-events:none;
}

.bdsp-action-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:20px;
  height:20px;
  flex:0 0 20px;
}

.bdsp-action-icon svg{
  width:100%;
  height:100%;
}

.bdsp-action-cart{background:#f58a1f;}
.bdsp-action-buy{background:#002f2d;}
.bdsp-action-whatsapp{
  background:#27ae60;
  text-transform:none;
}
.bdsp-action-call{
  background:#2b469f;
  text-transform:none;
}

.bdsp-brand-box{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-top:24px;
  padding:10px 14px;
  border:1px solid #d8d8d8;
  border-radius:4px;
  background:#fff;
}

.bdsp-brand-label{
  color:#383838;
  font-size:14px;
  font-weight:600;
}

.bdsp-brand-value{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.bdsp-brand-value img{
  display:block;
  max-height:32px;
  width:auto;
}

.bdsp-brand-text{
  color:#111827;
  font-size:18px;
  font-weight:700;
  line-height:1;
}

.bdsp-tab-nav{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
}

.bdsp-tab-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:8px 18px;
  border:1px solid #e8e8e8;
  border-radius:4px;
  background:#f7f7f7;
  color:#555;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
}

.bdsp-tab-link.is-active,
.bdsp-tab-link:hover,
.bdsp-tab-link:focus-visible{
  border-color:#efefef;
  background:#fff;
  color:#404040;
}

.bdsp-info-card,
.bdsp-review-card,
.bdsp-related-wrap{
  padding:24px 24px 28px;
}

.bdsp-info-title,
.bdsp-related-head h2{
  position:relative;
  margin:0 0 26px;
  padding-bottom:12px;
  color:#1f2937;
  font-size:17px;
  font-weight:700;
}

.bdsp-info-title::after,
.bdsp-related-head h2::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:48px;
  height:3px;
  border-radius:999px;
  background:#f58a1f;
}

.bdsp-description-content{
  color:#374151;
  font-size:15px;
  line-height:2;
}

.bdsp-description-content > *:first-child{margin-top:0;}
.bdsp-description-content > *:last-child{margin-bottom:0;}


.bdsp-media-feature-card{
  margin:0 0 22px;
  padding:14px;
  background:#ffffff;
  border:1px solid #e8e8e8;
  border-radius:6px;
}

.bdsp-media-feature-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.55fr) minmax(300px, .9fr);
  gap:22px;
  align-items:stretch;
}

.bdsp-video-col,
.bdsp-feature-col{
  min-width:0;
}

.bdsp-video-embed,
.bdsp-video-empty{
  height:100%;
  min-height:320px;
  border:1px solid #e7e7e7;
  border-radius:8px;
  overflow:hidden;
  background:#f8fafc;
}

.bdsp-video-embed iframe,
.bdsp-video-embed video,
.bdsp-video-embed embed,
.bdsp-video-embed object{
  display:block;
  width:100% !important;
  height:100% !important;
  min-height:320px;
}

.bdsp-video-empty{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  color:#6b7280;
  font-size:16px;
  text-align:center;
}

.bdsp-feature-col{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:10px 6px;
}

.bdsp-feature-title{
  margin:0 0 14px;
  color:#111827;
  font-size:28px;
  font-weight:700;
  line-height:1.2;
}

.bdsp-feature-text{
  margin-bottom:16px;
  color:#374151;
  font-size:16px;
  line-height:1.75;
}

.bdsp-feature-text > *:first-child{margin-top:0;}
.bdsp-feature-text > *:last-child{margin-bottom:0;}

.bdsp-feature-list{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.bdsp-feature-list li{
  position:relative;
  padding-left:34px;
  color:#1f2937;
  font-size:16px;
  font-weight:500;
  line-height:1.5;
}

.bdsp-feature-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:2px;
  display:flex;
  align-items:center;
  justify-content:center;
  width:22px;
  height:22px;
  border-radius:4px;
  background:#32b45f;
  color:#fff;
  font-size:14px;
  font-weight:700;
}


.bdsp-review-grid{
  display:grid;
  grid-template-columns:300px minmax(0, 1fr);
  gap:34px;
}

.bdsp-review-summary{
  padding-right:6px;
}

.bdsp-review-score{
  margin-bottom:6px;
  color:#0f172a;
  font-size:62px;
  font-weight:700;
  line-height:1;
}

.bdsp-review-average-label,
.bdsp-review-count-text,
.bdsp-review-recommended,
.bdsp-review-bar-percent{
  color:#6b7280;
  font-size:13px;
}

.bdsp-review-stars{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
  margin-bottom:10px;
}

.bdsp-star{
  color:#d1d5db;
  font-size:16px;
  line-height:1;
}

.bdsp-star.is-filled{
  color:#f59e0b;
}

.bdsp-review-recommended{
  margin-bottom:18px;
}

.bdsp-review-bars{
  display:flex;
  flex-direction:column;
  gap:9px;
}

.bdsp-review-bar-row{
  display:grid;
  grid-template-columns:58px minmax(0, 1fr) 34px;
  align-items:center;
  gap:10px;
}

.bdsp-review-bar-label{
  color:#f59e0b;
  font-size:12px;
  letter-spacing:1px;
}

.bdsp-review-bar-track{
  display:block;
  width:100%;
  height:7px;
  border-radius:999px;
  background:#ebebeb;
  overflow:hidden;
}

.bdsp-review-bar-fill{
  display:block;
  height:100%;
  border-radius:999px;
  background:#f59e0b;
}

.bdsp-review-form-wrap #reviews{
  border:none;
  padding:0;
}

.bdsp-review-form-wrap #reviews #comments,
.bdsp-review-form-wrap #reviews .commentlist,
.bdsp-review-form-wrap #reviews .woocommerce-Reviews-title,
.bdsp-review-form-wrap #reviews .woocommerce-noreviews{
  margin-top:0;
}

.bdsp-review-form-wrap .woocommerce-Reviews-title,
.bdsp-review-form-wrap .comment-reply-title{
  color:#1f2937;
  font-size:15px;
  font-weight:700;
}

.bdsp-review-form-wrap .comment-form{
  margin-top:12px;
}

.bdsp-review-form-wrap .comment-form-comment label,
.bdsp-review-form-wrap .comment-form-rating label,
.bdsp-review-form-wrap .comment-form-author label,
.bdsp-review-form-wrap .comment-form-email label,
.bdsp-review-form-wrap .comment-notes,
.bdsp-review-form-wrap .comment-form-cookies-consent{
  color:#6b7280;
  font-size:14px;
}

.bdsp-review-form-wrap .comment-form textarea,
.bdsp-review-form-wrap .comment-form input[type="text"],
.bdsp-review-form-wrap .comment-form input[type="email"],
.bdsp-review-form-wrap .comment-form input[type="url"],
.bdsp-review-form-wrap .comment-form select{
  width:100%;
  min-height:46px;
  padding:12px 14px;
  border:1px solid #e5e7eb;
  border-radius:2px;
  background:#fff;
  color:#111827;
  box-shadow:none;
}

.bdsp-review-form-wrap .comment-form textarea{
  min-height:128px;
  resize:vertical;
}

.bdsp-review-form-wrap .comment-form-rating,
.bdsp-review-form-wrap .comment-form-comment,
.bdsp-review-form-wrap .form-submit{
  margin-bottom:16px;
}

.bdsp-review-form-wrap .submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:170px;
  min-height:48px;
  padding:12px 18px;
  border:none;
  border-radius:2px;
  background:#4b4b4b;
  color:#fff;
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  cursor:pointer;
}

.bdsp-review-form-wrap .commentlist{
  padding:0;
  list-style:none;
}

.bdsp-review-form-wrap .commentlist li{
  margin:0 0 18px;
  padding:0 0 18px;
  border-bottom:1px solid #ececec;
}

.bdsp-review-form-wrap .comment_container{
  display:flex;
  gap:14px;
}

.bdsp-review-form-wrap .comment-text{
  margin:0;
}

.bdsp-related-wrap .products,
body.single-product .related.products .products{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:16px;
  margin:0;
}

.bdsp-related-wrap .products::before,
.bdsp-related-wrap .products::after,
body.single-product .related.products .products::before,
body.single-product .related.products .products::after{
  display:none;
}

.bdsp-related-wrap .products li.product,
body.single-product .related.products .products li.product{
  width:100%;
  margin:0;
  padding:14px 12px 12px;
  border:1px solid #e8e8e8;
  border-radius:4px;
  background:#fff;
  text-align:left;
}

.bdsp-related-wrap .products li.product a img,
body.single-product .related.products .products li.product a img{
  width:100%;
  max-width:120px;
  height:140px;
  margin:0 auto 12px;
  object-fit:contain;
}

.bdsp-related-wrap .products li.product .woocommerce-loop-product__title,
body.single-product .related.products .products li.product .woocommerce-loop-product__title{
  min-height:46px;
  margin:0 0 8px;
  color:#303030;
  font-size:14px;
  font-weight:500;
  line-height:1.35;
}

.bdsp-related-wrap .products li.product .price,
body.single-product .related.products .products li.product .price{
  margin:0 0 10px;
  color:#f58a1f;
  font-size:24px;
  font-weight:700;
  line-height:1;
}

.bdsp-related-wrap .products li.product .price del,
body.single-product .related.products .products li.product .price del{
  display:block;
  margin-bottom:5px;
  color:#a8a8a8;
  font-size:16px;
  font-weight:400;
}

.bdsp-related-wrap .products li.product .button,
body.single-product .related.products .products li.product .button{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:36px;
  margin:0;
  border:1px solid #f58a1f;
  border-radius:4px;
  background:#fff8f1;
  color:#f58a1f;
  font-size:11px;
  font-weight:700;
  text-transform:none;
}

.bdsp-related-wrap .products li.product .button:hover,
body.single-product .related.products .products li.product .button:hover{
  background:#f58a1f;
  color:#fff;
}

.bdsp-unavailable-note{
  padding:14px 16px;
  border:1px dashed #d1d5db;
  border-radius:6px;
  background:#f8fafc;
}

@media (max-width: 1200px){
  .bdsp-top-grid{
    grid-template-columns:minmax(0, 1fr) 42%;
  }

  .bdsp-main-media{
    min-height:560px;
  }

  .bdsp-related-wrap .products,
  body.single-product .related.products .products{
    grid-template-columns:repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px){
  body.single-product .bd-woocommerce-main-single{
    padding-top:10px;
  }

  .bdsp-top-grid,
  .bdsp-review-grid{
    grid-template-columns:1fr;
  }

  .bdsp-gallery{
    grid-template-columns:1fr;
    min-height:auto;
  }

  .bdsp-thumbs{
    order:2;
    flex-direction:row;
    padding:0 18px 18px;
    border-right:none;
    border-top:1px solid #ececec;
    overflow:auto;
  }

  .bdsp-main-media{
    min-height:420px;
    padding:26px 44px;
  }

  .bdsp-summary{
    border-left:none;
    border-top:1px solid #ececec;
  }

  .bdsp-related-wrap .products,
  body.single-product .related.products .products{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px){
  .bdsp-top-card,
  .bdsp-info-card,
  .bdsp-review-card,
  .bdsp-related-wrap,
  .bdsp-tab-nav{
    border-radius:4px;
  }

  .bdsp-main-media{
    min-height:320px;
    padding:20px 34px;
  }

  .bdsp-main-image-el{
    max-height:280px;
  }

  .bdsp-summary,
  .bdsp-info-card,
  .bdsp-review-card,
  .bdsp-related-wrap{
    padding:18px 16px;
  }

  .bdsp-title{
    font-size:24px;
  }

  .bdsp-price .price{
    font-size:18px;
  }

  .bdsp-qty-row{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }

  .bdsp-action-grid{
    grid-template-columns:1fr;
  }

  .bdsp-tab-nav{
    flex-wrap:wrap;
    gap:8px;
  }

  .bdsp-related-wrap .products,
  body.single-product .related.products .products{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 479px){
  .bdsp-thumbs{
    gap:10px;
  }

  .bdsp-thumb{
    width:52px;
    height:72px;
  }

  .bdsp-gallery-prev{left:8px;}
  .bdsp-gallery-next{right:8px;}

  .bdsp-related-wrap .products,
  body.single-product .related.products .products{
    grid-template-columns:1fr 1fr;
    gap:12px;
  }
}


/* Single product related products hard fix */
.bdsp-related-grid{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:16px;
}

.bdsp-related-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  height:100%;
  border:1px solid #e7e7e7;
  border-radius:4px;
  background:#fff;
  overflow:hidden;
}

.bdsp-related-media{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:208px;
  padding:18px 14px 12px;
  text-decoration:none;
}

.bdsp-related-image{
  display:block;
  width:100%;
  max-width:150px;
  height:170px;
  object-fit:contain;
}

.bdsp-related-content{
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
  align-items:flex-start;
  padding:0 14px 14px;
}

.bdsp-related-title{
  width:100%;
  min-height:40px;
  margin:0 0 10px;
  font-size:14px;
  font-weight:500;
  line-height:1.45;
}

.bdsp-related-title a{
  color:#2d2d2d;
  text-decoration:none;
}

.bdsp-related-title a:hover{
  color:#f58a1f;
}

.bdsp-related-price{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:4px;
  margin:0 0 14px;
}

.bdsp-related-price del{
  color:#9ca3af;
  font-size:14px;
  font-weight:400;
  line-height:1.1;
  text-decoration:line-through;
}

.bdsp-related-price del .amount,
.bdsp-related-price del bdi{
  color:#9ca3af;
}

.bdsp-related-price ins{
  padding:0;
  background:transparent;
  color:#f58a1f;
  font-size:18px;
  font-weight:700;
  line-height:1.1;
  text-decoration:none;
}

.bdsp-related-price ins .amount,
.bdsp-related-price ins bdi{
  color:#f58a1f;
}

.bdsp-related-cart,
.bdsp-related-button{
  width:100%;
}

.bdsp-related-button,
.bdsp-related-cart button{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:38px;
  margin-top:auto;
  border:1px solid #f58a1f;
  border-radius:4px;
  background:#fff8f1;
  color:#f58a1f;
  font-size:11px;
  font-weight:700;
  line-height:1;
  text-decoration:none;
  text-transform:none;
  cursor:pointer;
}

.bdsp-related-button:hover,
.bdsp-related-cart button:hover{
  background:#f58a1f;
  color:#fff;
}

@media (max-width: 1200px){
  .bdsp-related-grid{
    grid-template-columns:repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px){
  .bdsp-related-grid{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px){
  .bdsp-related-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .bdsp-related-media{
    min-height:180px;
  }

  .bdsp-related-image{
    max-width:130px;
    height:150px;
  }
}

@media (max-width: 479px){
  .bdsp-related-grid{
    grid-template-columns:1fr 1fr;
    gap:12px;
  }

  .bdsp-related-content{
    padding:0 12px 12px;
  }
}


@media (max-width: 991px){
  .bdsp-media-feature-grid{
    grid-template-columns:1fr;
  }

  .bdsp-video-embed,
  .bdsp-video-empty,
  .bdsp-video-embed iframe,
  .bdsp-video-embed video,
  .bdsp-video-embed embed,
  .bdsp-video-embed object{
    min-height:280px;
  }
}

@media (max-width: 767px){
  .bdsp-media-feature-card{
    padding:12px;
  }

  .bdsp-media-feature-grid{
    gap:16px;
  }

  .bdsp-feature-title{
    font-size:22px;
  }

  .bdsp-feature-text,
  .bdsp-feature-list li{
    font-size:15px;
  }
}

/* =========================================================
   Single product variable select + checkout redesign
========================================================= */

.bdsp-variation-box{
  margin:0 0 18px;
  padding:16px;
  border:1px solid #ececec;
  border-radius:18px;
  background:#fafafa;
}

.bdsp-variation-box-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0 0 14px;
}

.bdsp-variation-box-title{
  display:inline-flex;
  align-items:center;
  color:#101828;
  font-size:16px;
  font-weight:700;
}

.bdsp-variation-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.bdsp-variation-field{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.bdsp-variation-label{
  color:#475467;
  font-size:14px;
  font-weight:700;
}

.bdsp-variation-swatch-group{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.bdsp-variation-swatch{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:72px;
  min-height:40px;
  padding:8px 14px;
  border:1px solid #cfd4dc;
  border-radius:8px;
  background:#fff;
  color:#344054;
  font-size:15px;
  font-weight:600;
  line-height:1.2;
  cursor:pointer;
  transition:all .2s ease;
  box-shadow:none;
}

.bdsp-variation-swatch:hover,
.bdsp-variation-swatch:focus-visible{
  border-color:#22a447;
  color:#166534;
  outline:none;
}

.bdsp-variation-swatch.is-active{
  border-color:#22a447;
  background:#f1fff5;
  color:#166534;
  box-shadow:0 0 0 2px rgba(34,164,71,.12);
}

.bdsp-variation-swatch.is-disabled,
.bdsp-variation-swatch:disabled{
  opacity:.45;
  cursor:not-allowed;
  pointer-events:none;
}

.bdsp-variation-native-wrap,
.bdsp-variation-select-native,
.bdsp-variation-native-wrap select{
  display:none !important;
}

.bdsp-reset-variations{
  display:inline-flex;
  align-items:center;
  margin-top:12px;
  color:#f58a1f;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
}

.bdsp-action-button[disabled],
.bdsp-action-button.is-disabled{
  opacity:.6;
  cursor:not-allowed;
  pointer-events:none;
}

body.woocommerce-checkout .site-main{
  padding:28px 0 48px;
}

.bdco-shell{
  width:100%;
}

.bdco-account-bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:14px 16px;
  margin:0 0 20px;
  border:1px solid #d9dde3;
  border-radius:12px;
  background:#fff;
}

.bdco-account-copy{
  color:#111827;
  font-size:18px;
  line-height:1.5;
}

.bdco-account-actions{
  display:flex;
  align-items:center;
  gap:10px;
}

.bdco-account-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:84px;
  min-height:42px;
  padding:0 16px;
  border:1px solid #f58a1f;
  border-radius:8px;
  background:#fff;
  color:#111827;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
}

.bdco-account-button.is-primary{
  background:#f58a1f;
  color:#fff;
}

.bdco-grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(320px,.95fr);
  gap:22px;
  align-items:start;
}

.bdco-main,
.bdco-side{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.bdco-card{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:16px;
  padding:18px;
  box-shadow:0 2px 6px rgba(16,24,40,.04);
}

.bdco-card-heading{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 16px;
  color:#111827;
  font-size:30px;
  font-weight:700;
  line-height:1.2;
}

.bdco-card-heading > span:first-child{
  width:3px;
  height:20px;
  border-radius:999px;
  background:#f58a1f;
  flex-shrink:0;
}

.bdco-card-heading small{
  color:#667085;
  font-size:13px;
  font-weight:600;
}

.bdco-order-items{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.bdco-order-item{
  display:grid;
  grid-template-columns:76px minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
  padding:10px 0;
}

.bdco-order-thumb{
  display:flex;
  align-items:center;
  justify-content:center;
  width:76px;
  height:76px;
  border:1px solid #e5e7eb;
  border-radius:10px;
  background:#fff;
  overflow:hidden;
}

.bdco-order-thumb img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.bdco-order-title{
  margin:0 0 6px;
  font-size:18px;
  line-height:1.4;
  color:#101828;
}

.bdco-order-title a{
  text-decoration:none;
}

.bdco-order-meta,
.bdco-order-meta dl,
.bdco-order-meta p{
  margin:0;
  color:#667085;
  font-size:13px;
  line-height:1.5;
}

.bdco-order-meta dt{
  float:left;
  margin-right:5px;
  font-weight:700;
  color:#344054;
}

.bdco-order-meta dd{
  margin:0 0 4px;
}

.bdco-order-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-top:8px;
}

.bdco-order-qty{
  display:flex;
  align-items:center;
  gap:8px;
}

.bdco-order-qty-label{
  color:#111827;
  font-size:14px;
}

.bdco-order-qty-control{
  display:inline-flex;
  align-items:center;
  gap:4px;
}

.bdco-order-qty-btn,
.bdco-order-qty-value{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  border-radius:999px;
  text-decoration:none;
}

.bdco-order-qty-btn{
  border:1px solid #ececec;
  background:#fff;
  color:#f58a1f;
  font-size:16px;
  line-height:1;
}

.bdco-order-qty-value{
  color:#101828;
  font-size:15px;
  font-weight:700;
}

.bdco-order-price{
  color:#111827;
  font-size:18px;
  font-weight:700;
  white-space:nowrap;
}

.bdco-order-remove{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border-radius:8px;
  background:#fff5f5;
  color:#ef4444;
  text-decoration:none;
  font-size:14px;
}

.bdco-fields-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px 14px;
}

.bdco-field.is-full{
  grid-column:1 / -1;
}

.bdco-field .form-row{
  margin:0;
}

.bdco-field label{
  display:none !important;
}

.bdco-field input.input-text,
.bdco-field textarea,
.bdco-field select,
.bdco-coupon-input,
.select2-container--default .select2-selection--single{
  width:100%;
  min-height:48px;
  border:1px solid #cfd4dc;
  border-radius:8px;
  background:#fff;
  color:#111827;
  font-size:15px;
  padding:0 14px;
  box-shadow:none;
}

.bdco-field textarea{
  min-height:86px;
  padding:14px;
  resize:vertical;
}

.select2-container--default .select2-selection--single{
  display:flex;
  align-items:center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  color:#111827;
  line-height:46px;
  padding-left:0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  height:46px;
  right:10px;
}

.bdco-billing-card{
  padding-bottom:18px;
}

.bdco-billing-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  cursor:pointer;
}

.bdco-billing-header .bdco-card-heading{
  margin:0;
}

.bdco-billing-toggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.bdco-billing-toggle input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.bdco-billing-toggle-ui{
  width:22px;
  height:22px;
  border:2px solid #f58a1f;
  border-radius:999px;
  background:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.bdco-billing-toggle input:checked + .bdco-billing-toggle-ui::after{
  content:"";
  width:10px;
  height:10px;
  border-radius:999px;
  background:#f58a1f;
}

.bdco-billing-fields{
  margin-top:16px;
}

.bdco-payment-methods{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}

.bdco-payment-methods > li{
  margin:0 !important;
  padding:0 !important;
  border:none !important;
  background:none !important;
}

.bdco-payment-methods .payment_box{
  display:none !important;
}

.bdco-payment-methods label{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:10px 14px;
  border:1px solid #8f98a4;
  border-radius:8px;
  background:#fff;
  color:#111827;
  font-size:14px;
  font-weight:600;
  cursor:pointer;
}

.bdco-payment-methods input[type="radio"]{
  position:absolute;
  opacity:0;
}

.bdco-payment-methods input[type="radio"]:checked + label{
  border-color:#f58a1f;
  box-shadow:0 0 0 2px rgba(245,138,31,.12);
}

.bdco-payment-methods label img{
  max-height:22px;
  width:auto;
}

.bdco-no-payment-method{
  color:#667085;
  font-size:14px;
}

.bdco-coupon-card{
  padding:0;
  overflow:hidden;
}

.bdco-coupon-toggle{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:18px;
  border:none;
  background:#fff;
  color:#111827;
  font-size:16px;
  font-weight:700;
  text-align:left;
  cursor:pointer;
}

.bdco-coupon-toggle-icon{
  color:#f58a1f;
  transition:transform .2s ease;
}

.bdco-coupon-toggle.is-open .bdco-coupon-toggle-icon{
  transform:rotate(180deg);
}

.bdco-coupon-panel{
  padding:0 18px 18px;
}

.bdco-coupon-inner{
  display:flex;
  gap:10px;
}

.bdco-coupon-button{
  min-width:108px;
  min-height:48px;
  border:none;
  border-radius:8px;
  background:#f58a1f;
  color:#fff;
  font-size:14px;
  font-weight:700;
}

.bdco-review-order-table{
  display:flex;
  flex-direction:column;
  gap:0;
}

.bdco-total-line{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding:10px 0;
  color:#111827;
  font-size:16px;
}

.bdco-total-line strong,
.bdco-total-line .amount,
.bdco-total-line .woocommerce-Price-amount{
  font-size:17px;
  font-weight:700;
  text-align:right;
}

.bdco-total-line span:first-child{
  color:#475467;
}

.bdco-total-line + .bdco-total-line{
  border-top:1px solid #eef1f4;
}

.bdco-total-line-total{
  padding-top:14px;
}

.bdco-total-line-total span:first-child,
.bdco-total-line-total strong,
.bdco-total-line-total .amount{
  color:#111827;
  font-weight:800;
}

.bdco-total-line-total strong,
.bdco-total-line-total .amount{
  font-size:24px;
}

.bdco-note-field-wrap .bdco-field{
  grid-column:1 / -1;
}

.bdco-place-order-wrap{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.bdco-place-order-wrap .woocommerce-terms-and-conditions-wrapper{
  color:#667085;
  font-size:13px;
  line-height:1.7;
}

.bdco-place-order-wrap .woocommerce-form__label-for-checkbox{
  display:flex;
  align-items:flex-start;
  gap:10px;
}

.bdco-place-order-wrap input[type="checkbox"]{
  margin-top:3px;
  accent-color:#f58a1f;
}

.bdco-place-order-button{
  width:100%;
  min-height:56px;
  border:none;
  border-radius:6px;
  background:#f58a1f;
  color:#fff;
  font-size:16px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.01em;
}

.bdco-place-order-button:hover,
.bdco-place-order-button:focus-visible,
.bdco-coupon-button:hover,
.bdco-coupon-button:focus-visible,
.bdco-account-button:hover,
.bdco-account-button:focus-visible{
  filter:brightness(.96);
}

body.woocommerce-checkout .woocommerce-notices-wrapper{
  margin:0 0 16px;
}

body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-info{
  margin:0 0 12px;
  border-radius:10px;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .woocommerce-form-login-toggle,
body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields h3{
  display:none;
}

@media (max-width: 991px){
  .bdsp-variation-grid,
  .bdco-grid,
  .bdco-payment-methods{
    grid-template-columns:1fr;
  }

  .bdco-account-bar{
    flex-direction:column;
    align-items:flex-start;
  }

  .bdco-fields-grid{
    grid-template-columns:1fr;
  }

  .bdco-order-item{
    grid-template-columns:68px minmax(0,1fr);
  }

  .bdco-order-remove{
    grid-column:2;
    justify-self:end;
  }
}

@media (max-width: 767px){
  .bdsp-variation-box,
  .bdco-card{
    border-radius:14px;
  }

  .bdco-card-heading{
    font-size:22px;
  }

  .bdco-order-bottom,
  .bdco-coupon-inner,
  .bdco-account-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .bdco-order-price{
    text-align:left;
  }

  .bdco-account-button,
  .bdco-coupon-button,
  .bdco-place-order-button{
    width:100%;
  }
}


.bdco-order-summary-block{
  margin-bottom:10px;
  padding-bottom:14px;
  border-bottom:1px solid #eef1f4;
}

.bdco-order-summary-heading{
  margin:0 0 16px;
  color:#111827;
  font-size:18px;
  font-weight:800;
  line-height:1.2;
}

.bdco-order-summary-list{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.bdco-order-summary-item{
  display:flex;
  align-items:flex-start;
  gap:14px;
}

.bdco-order-summary-thumb-wrap{
  position:relative;
  flex:0 0 58px;
}

.bdco-order-summary-thumb{
  width:58px;
}

.bdco-order-summary-thumb img{
  display:block;
  width:58px;
  height:58px;
  object-fit:cover;
  border-radius:8px;
}

.bdco-order-summary-qty{
  position:absolute;
  top:-8px;
  right:-8px;
  z-index:2;
  min-width:24px;
  height:24px;
  padding:0 6px;
  border:2px solid #fff;
  border-radius:999px;
  background:#f3f4f6;
  color:#111827;
  font-size:11px;
  font-weight:700;
  line-height:20px;
  text-align:center;
  box-shadow:0 2px 8px rgba(17,24,39,.08);
}

.bdco-order-summary-content{
  flex:1 1 auto;
  min-width:0;
}

.bdco-order-summary-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}

.bdco-order-summary-name{
  color:#111827;
  font-size:15px;
  font-weight:700;
  line-height:1.35;
}

.bdco-order-summary-price,
.bdco-order-summary-price .amount,
.bdco-order-summary-price .woocommerce-Price-amount{
  color:#111827;
  font-size:15px;
  font-weight:700;
  white-space:nowrap;
}

.bdco-order-summary-meta,
.bdco-order-summary-meta dl.variation{
  margin:6px 0 0;
}

.bdco-order-summary-meta,
.bdco-order-summary-meta *,
.bdco-order-summary-meta p,
.bdco-order-summary-meta dt,
.bdco-order-summary-meta dd{
  color:#475467;
  font-size:14px;
  line-height:1.5;
}

.bdco-order-summary-meta dt,
.bdco-order-summary-meta dd,
.bdco-order-summary-meta p{
  display:inline;
  margin:0;
}

.bdco-order-summary-meta dt::after{
  content:': ';
}

.bdco-order-summary-meta dd::after,
.bdco-order-summary-meta p::after{
  content:'';
}

.bdco-order-summary-meta dl.variation > * + *{
  margin-left:0;
}

@media (max-width: 767px){
  .bdco-order-summary-top{
    flex-direction:column;
    gap:4px;
  }

  .bdco-order-summary-price,
  .bdco-order-summary-price .amount,
  .bdco-order-summary-price .woocommerce-Price-amount{
    white-space:normal;
  }
}


/* =========================================================
   HOME PROMO REPLACEMENT (2 top banners + bottom strip slider)
========================================================= */
.bd-home-promo{
  padding:18px 0 8px;
}

.bd-home-promo-layout{
  display:grid;
  grid-template-columns:minmax(290px, 320px) minmax(0, 1fr);
  gap:24px;
  align-items:start;
}

.bd-home-promo-layout.is-full{
  grid-template-columns:minmax(0, 1fr);
}

.bd-home-promo-sidebar{
  min-width:0;
}

.bd-home-promo-category-card{
  background:#ffffff;
  border:1px solid #e5e7eb;
  border-radius:8px;
  overflow:visible;
  box-shadow:0 8px 28px rgba(15,23,42,.04);
}

.bd-home-promo-category-card .bd-category-list-root{
  border-bottom:none;
  max-height:435px;
  overflow:auto;
  border-radius:8px;
}

.bd-home-promo-category-card .bd-category-item-link{
  padding:15px 18px;
}

.bd-home-promo-category-card .bd-category-submenu{
  z-index:20;
  background:#ffffff;
  border:1px solid #e5e7eb;
  box-shadow:0 18px 40px rgba(15,23,42,.10);
}

.bd-home-promo-banners,
.bd-home-promo-top,
.bd-home-promo-bottom{
  width:100%;
  min-width:0;
}

.bd-home-banner-desktop-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
}

.bd-home-banner-card,
.bd-home-banner-mobile-item,
.bd-home-strip-card{
  display:block;
  width:100%;
  overflow:hidden;
  border-radius:8px;
  background:#f3f4f6;
  text-decoration:none;
}

.bd-home-banner-card img,
.bd-home-banner-mobile-item img,
.bd-home-strip-card img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.bd-home-banner-card{
  aspect-ratio:1.92 / 1;
}

.bd-home-banner-mobile-slider{
  display:none;
  width:100%;
  overflow:hidden;
}

.bd-home-banner-mobile-track{
  display:flex;
  gap:0;
  will-change:transform;
  transition:transform .45s ease;
}

.bd-home-banner-mobile-item{
  flex:0 0 100%;
  width:100%;
  aspect-ratio:1.92 / 1;
  border-radius:8px;
}

.bd-home-promo-bottom{
  margin-top:22px;
}

.bd-home-strip-slider{
  width:100%;
  overflow:hidden;
}

.bd-home-strip-viewport{
  width:100%;
  overflow:hidden;
}

.bd-home-strip-track{
  display:flex;
  gap:18px;
  will-change:transform;
  transition:transform .45s ease;
}

.bd-home-strip-item{
  flex:0 0 calc((100% - 36px) / 3);
  max-width:calc((100% - 36px) / 3);
}

.bd-home-strip-card{
  aspect-ratio:2.1 / 1;
}

.bd-home-banner-card,
.bd-home-banner-mobile-item{
  position:relative;
  isolation:isolate;
}

.bd-home-banner-card.has-overlay::after,
.bd-home-banner-mobile-item.has-overlay::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(15, 23, 42, .82) 0%, rgba(15, 23, 42, .48) 38%, rgba(15, 23, 42, .12) 66%, rgba(15, 23, 42, 0) 100%);
  pointer-events:none;
  z-index:1;
}

.bd-home-banner-overlay{
  position:absolute;
  inset:0;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  padding:clamp(18px, 4vw, 34px);
  pointer-events:none;
}

.bd-home-banner-overlay-content{
  max-width:min(78%, 400px);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
}

.bd-home-banner-overlay-title,
.bd-home-banner-overlay-subtitle{
  display:block;
  line-height:1.18;
  text-shadow:0 2px 16px rgba(15, 23, 42, .24);
}

.bd-home-banner-overlay-subtitle{
  line-height:1.45;
}

.bd-home-banner-overlay-title{
  letter-spacing:-.02em;
}

.bd-home-banner-overlay-subtitle-one{
  line-height:1.1;
}

.bd-home-banner-overlay-subtitle-two{
  line-height:1.08;
}

.bd-home-banner-overlay-subtitle-two span,
.bd-home-banner-overlay-subtitle-two strong,
.bd-home-banner-overlay-subtitle-two b,
.bd-home-banner-overlay-subtitle-two em,
.bd-home-banner-overlay-subtitle-two i{
  color:inherit;
}

.bd-home-banner-overlay-subtitle-three{
  line-height:1.35;
}

.bd-home-banner-overlay-button{
  margin-top:4px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 22px;
  border-radius:999px;
  font-weight:600;
  line-height:1;
  text-decoration:none;
  box-shadow:0 16px 30px rgba(15, 23, 42, .18);
  transition:transform .25s ease, box-shadow .25s ease, opacity .25s ease;
  pointer-events:auto;
}

.bd-home-banner-overlay-button:hover,
.bd-home-banner-overlay-button:focus-visible{
  transform:translateY(-2px);
  box-shadow:0 20px 34px rgba(15, 23, 42, .22);
  opacity:.96;
}

.bd-home-banner-overlay-button.is-static{
  cursor:default;
}

@media (max-width: 991px){
  .bd-home-promo-layout{
    grid-template-columns:minmax(0, 1fr);
    gap:0;
  }

  .bd-home-promo-sidebar{
    display:none;
  }
}

@media (max-width: 767px){
  .bd-home-promo{
    padding:14px 0 4px;
  }

  .bd-home-banner-desktop-grid{
    display:none;
  }

  .bd-home-banner-mobile-slider{
    display:block;
  }

  .bd-home-promo-bottom{
    margin-top:18px;
  }

  .bd-home-strip-track{
    gap:12px;
  }

  .bd-home-strip-item{
    flex:0 0 calc((100% - 12px) / 2);
    max-width:calc((100% - 12px) / 2);
  }

  .bd-home-strip-card,
  .bd-home-banner-mobile-item{
    border-radius:6px;
  }

  .bd-home-banner-overlay{
    padding:16px;
  }

  .bd-home-banner-overlay-content{
    max-width:min(84%, 300px);
    gap:8px;
  }

  .bd-home-banner-overlay-button{
    min-height:38px;
    padding:9px 18px;
  }
}


/* =========================================================
   Simplified colorful checkout fields
========================================================= */

.bdco-simple-card{
  background:linear-gradient(180deg,#fff7ed 0%,#ffffff 100%);
  border:1px solid #fed7aa;
  box-shadow:0 18px 38px rgba(245,138,31,.08);
}

.bdco-simple-subtitle{
  margin:-4px 0 18px;
  color:#667085;
  font-size:15px;
  line-height:1.6;
}

.bdco-simple-fields{
  display:grid;
  gap:16px;
}

.bdco-simple-field-box{
  padding:16px;
  border-radius:20px;
  border:1px solid transparent;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}

.bdco-simple-field-box.is-name{
  background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);
  border-color:#fdba74;
}

.bdco-simple-field-box.is-phone{
  background:linear-gradient(135deg,#ecfdf3 0%,#d1fadf 100%);
  border-color:#86efac;
}

.bdco-simple-field-box.is-address{
  background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);
  border-color:#93c5fd;
}

.bdco-simple-field-box.is-note{
  background:linear-gradient(135deg,#faf5ff 0%,#f3e8ff 100%);
  border-color:#c084fc;
}

.bdco-simple-field-box .bdco-field{
  display:block;
}

.bdco-simple-field-box .bdco-field label{
  display:block !important;
  margin:0 0 10px;
  color:#111827;
  font-size:17px;
  font-weight:800;
  line-height:1.35;
}

.bdco-simple-field-box .bdco-field .required{
  color:#ef4444;
}

.bdco-simple-field-box .bdco-field input.input-text,
.bdco-simple-field-box .bdco-field input[type="tel"],
.bdco-simple-field-box .bdco-field textarea{
  min-height:58px;
  border:2px solid rgba(17,24,39,.10);
  border-radius:16px;
  background:#ffffff;
  font-size:17px;
  padding:14px 16px;
  box-shadow:0 6px 18px rgba(17,24,39,.06);
}

.bdco-simple-field-box .bdco-field textarea{
  min-height:120px;
}

.bdco-field-order_comments textarea{
  min-height:110px;
}

.bdco-simple-field-box .bdco-field input:focus,
.bdco-simple-field-box .bdco-field textarea:focus{
  border-color:#f58a1f;
  box-shadow:0 0 0 4px rgba(245,138,31,.12);
  outline:none;
}

body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields{
  display:none !important;
}

@media (max-width: 768px){
  .bdco-simple-field-box{
    padding:14px;
    border-radius:18px;
  }

  .bdco-simple-field-box .bdco-field label{
    font-size:16px;
  }

  .bdco-simple-field-box .bdco-field input.input-text,
  .bdco-simple-field-box .bdco-field input[type="tel"],
  .bdco-simple-field-box .bdco-field textarea{
    font-size:16px;
  }
}


/* =========================================================
   Checkout order summary above subtotal
========================================================= */
.bdco-summary-items{
  display:flex;
  flex-direction:column;
  gap:18px;
  padding-bottom:16px;
  margin-bottom:4px;
  border-bottom:1px solid #eef1f4;
}

.bdco-summary-item{
  display:flex;
  align-items:flex-start;
  gap:14px;
}

.bdco-summary-thumb-wrap{
  position:relative;
  flex:0 0 64px;
}

.bdco-summary-thumb{
  width:64px;
  height:64px;
  border-radius:12px;
  overflow:hidden;
  background:#f8fafc;
  border:1px solid #eef1f4;
}

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

.bdco-summary-qty-badge{
  position:absolute;
  top:-8px;
  right:-8px;
  min-width:26px;
  height:26px;
  padding:0 6px;
  border-radius:999px;
  background:#ffffff;
  border:1px solid #d0d5dd;
  color:#475467;
  font-size:11px;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 18px rgba(15,23,42,.08);
}

.bdco-summary-content{
  flex:1 1 auto;
  min-width:0;
}

.bdco-summary-topline{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}

.bdco-summary-title-wrap{
  min-width:0;
}

.bdco-summary-title{
  margin:0;
  font-size:20px;
  line-height:1.3;
  font-weight:700;
  color:#111827;
}

.bdco-summary-title a{
  color:inherit;
  text-decoration:none;
}

.bdco-summary-meta,
.bdco-summary-weight{
  margin-top:8px;
  color:#475467;
  font-size:15px;
  line-height:1.5;
}

.bdco-summary-meta p,
.bdco-summary-meta dl,
.bdco-summary-meta dd,
.bdco-summary-meta dt{
  margin:0;
}

.bdco-summary-meta dl.variation{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}

.bdco-summary-meta dl.variation dt,
.bdco-summary-meta dl.variation dd{
  margin:0;
}

.bdco-summary-price,
.bdco-summary-price .amount,
.bdco-summary-price .woocommerce-Price-amount{
  color:#111827;
  font-size:18px;
  font-weight:700;
  white-space:nowrap;
  text-align:right;
}

.bdco-summary-price del,
.bdco-summary-price del .amount,
.bdco-summary-price del .woocommerce-Price-amount{
  color:#98a2b3;
  font-size:14px;
  font-weight:500;
  margin-right:4px;
}

@media (max-width: 767px){
  .bdco-summary-title{
    font-size:18px;
  }

  .bdco-summary-price,
  .bdco-summary-price .amount,
  .bdco-summary-price .woocommerce-Price-amount{
    font-size:16px;
  }
}

.bdco-review-order-table{
  display:flex;
  flex-direction:column;
  gap:0;
}


@media (min-width: 992px){
  .bd-app-badge{
    padding-top:8px;
    padding-bottom:8px;
  }

  .bd-header-top-inner{
    row-gap:16px;
  }
}

/* Product search results */
.bd-search-main,
.bd-product-search-main {
  padding: 28px 0 40px;
}

.bd-search-header {
  margin-bottom: 20px;
}

.bd-search-title {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #0f172a;
}

.bd-search-empty {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 18px 20px;
}

.bd-search-results-list {
  display: grid;
  gap: 18px;
}

.bd-search-result-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 18px 20px;
}

.bd-search-result-title {
  margin: 0 0 10px;
  font-size: 22px;
}

.bd-search-result-title a {
  color: inherit;
  text-decoration: none;
}

.bd-search-result-excerpt > *:last-child {
  margin-bottom: 0;
}

.bd-product-search-container .woocommerce-pagination,
.bd-search-container .navigation.pagination {
  margin-top: 24px;
}

.bd-live-search-form{
  position:relative;
  overflow:visible;
}

.bd-live-search-panel{
  position:absolute;
  top:calc(100% + 10px);
  left:0;
  z-index:9999;
  width:100%;
  background:#fff;
  border:1px solid #e4e7ee;
  border-radius:18px;
  box-shadow:0 18px 45px rgba(12, 18, 38, 0.18);
  padding:14px 14px 12px;
}

.bd-live-search-panel[hidden]{
  display:none !important;
}

.bd-live-search-panel-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}

.bd-live-search-title{
  font-size:14px;
  font-weight:700;
  color:#1c2640;
  line-height:1.2;
}

.bd-live-search-close{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border:none;
  background:#f4f6fb;
  border-radius:999px;
  color:#60677b;
  font-size:22px;
  line-height:1;
  cursor:pointer;
  padding:0;
}

.bd-live-search-feedback{
  font-size:13px;
  line-height:1.4;
  color:#5f6984;
  margin-bottom:10px;
}

.bd-live-search-feedback.is-loading{
  color:#1b8f2b;
}

.bd-live-search-feedback.is-empty{
  margin-bottom:0;
}

.bd-live-search-results{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:0;
  border:1px solid #edf0f5;
  border-radius:14px;
  overflow:hidden;
}

.bd-live-search-card{
  display:flex;
  gap:12px;
  align-items:flex-start;
  min-height:116px;
  padding:14px;
  background:#fff;
  text-decoration:none;
  border-right:1px solid #edf0f5;
  border-bottom:1px solid #edf0f5;
  transition:background-color .2s ease, transform .2s ease;
}

.bd-live-search-card:nth-child(2n){
  border-right:none;
}

.bd-live-search-card:nth-last-child(-n + 2){
  border-bottom:none;
}

.bd-live-search-card:hover{
  background:#f8fbff;
}

.bd-live-search-card-thumb{
  flex:0 0 62px;
  width:62px;
  height:62px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.bd-live-search-card-thumb img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

.bd-live-search-card-body{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:6px;
}

.bd-live-search-card-title{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  color:#18223b;
  font-size:15px;
  font-weight:700;
  line-height:1.35;
}

.bd-live-search-card-sku{
  color:#5e677b;
  font-size:12px;
  line-height:1.3;
}

.bd-live-search-card-price,
.bd-live-search-card-price .price{
  color:#2449ff;
  font-size:16px;
  font-weight:700;
  line-height:1.2;
}

.bd-live-search-card-price ins,
.bd-live-search-card-price del{
  text-decoration:none;
}

.bd-live-search-footer{
  padding-top:12px;
}

.bd-live-search-view-all{
  width:100%;
  min-height:44px;
  border:none;
  border-radius:12px;
  background:#1b8f2b;
  color:#fff;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
}

@media (max-width: 991px){
  .bd-live-search-panel{
    border-radius:16px;
    padding:12px;
  }

  .bd-live-search-results{
    grid-template-columns:1fr;
  }

  .bd-live-search-card,
  .bd-live-search-card:nth-child(2n){
    border-right:none;
  }

  .bd-live-search-card:not(:last-child){
    border-bottom:1px solid #edf0f5;
  }

  .bd-live-search-card:nth-last-child(-n + 2){
    border-bottom:1px solid #edf0f5;
  }

  .bd-live-search-card:last-child{
    border-bottom:none;
  }
}

/* My Account login/register redesign */
body.woocommerce-account:not(.logged-in) #customer_login.bd-account-auth-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 0;
  background: #fff;
  border-radius: 0;
  margin: 24px auto;
  max-width: 1180px;
}

body.woocommerce-account:not(.logged-in) .bd-account-auth-col {
  padding: 10px 42px 24px;
}

body.woocommerce-account:not(.logged-in) .bd-account-auth-login-col {
  border-right: 1px solid #dcdcdc;
}

body.woocommerce-account:not(.logged-in) .bd-account-auth-title {
  margin: 0 0 26px;
  color: #101010;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

body.woocommerce-account:not(.logged-in) #customer_login form {
  margin: 0;
}

body.woocommerce-account:not(.logged-in) #customer_login label {
  display: block;
  margin: 0 0 9px;
  color: #111;
  font-size: 16px;
  font-weight: 500;
}

body.woocommerce-account:not(.logged-in) #customer_login .input-text,
body.woocommerce-account:not(.logged-in) #customer_login input[type="text"],
body.woocommerce-account:not(.logged-in) #customer_login input[type="email"],
body.woocommerce-account:not(.logged-in) #customer_login input[type="password"] {
  width: 100%;
  height: 52px;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  padding: 0 16px;
  color: #111;
  font-size: 16px;
}

body.woocommerce-account:not(.logged-in) #customer_login textarea {
  border: 1px solid #d8d8d8;
}

body.woocommerce-account:not(.logged-in) #customer_login .form-row {
  margin: 0 0 26px;
}

body.woocommerce-account:not(.logged-in) .bd-account-password-row .form-row {
  margin-bottom: 0;
}

body.woocommerce-account:not(.logged-in) .bd-account-password-field {
  position: relative;
  display: block;
}

body.woocommerce-account:not(.logged-in) .bd-account-password-field .input-text,
body.woocommerce-account:not(.logged-in) .bd-account-password-field input {
  padding-right: 50px;
}

body.woocommerce-account:not(.logged-in) .bd-account-password-toggle {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #757575;
  cursor: pointer;
}

body.woocommerce-account:not(.logged-in) .bd-account-password-toggle svg {
  width: 22px;
  height: 22px;
  display: block;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login__submit,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register__submit {
  width: 100%;
  min-height: 52px;
  border-radius: 3px;
  border: 1px solid #314FEA;
  background: #314FEA;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: opacity .2s ease;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login__submit:hover,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register__submit:hover {
  opacity: .92;
}

body.woocommerce-account:not(.logged-in) .bd-account-login-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 14px 0 0;
  font-size: 15px;
}

body.woocommerce-account:not(.logged-in) .bd-account-login-meta .woocommerce-form__label-for-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-weight: 400;
}

body.woocommerce-account:not(.logged-in) .bd-account-login-meta input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
}

body.woocommerce-account:not(.logged-in) .bd-account-login-meta a {
  color: #314FEA;
  text-decoration: none;
}

body.woocommerce-account:not(.logged-in) .bd-account-auth-register-col {
  text-align: center;
}

body.woocommerce-account:not(.logged-in) .bd-account-register-intro {
  max-width: 390px;
  margin: 0 auto;
}

body.woocommerce-account:not(.logged-in) .bd-account-register-intro p {
  margin: 0 0 22px;
  color: #111;
  font-size: 15px;
  line-height: 1.8;
}

body.woocommerce-account:not(.logged-in) .bd-account-register-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  min-height: 44px;
  border: 2px dotted #333;
  background: #fff;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  padding: 8px 18px;
}

body.woocommerce-account:not(.logged-in) .bd-account-register-form-wrap {
  max-width: 390px;
  margin: 24px auto 0;
  text-align: left;
}

body.woocommerce-account:not(.logged-in) .bd-account-register-note {
  margin: 0 0 18px;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

body.woocommerce-account:not(.logged-in) .woocommerce-error,
body.woocommerce-account:not(.logged-in) .woocommerce-info,
body.woocommerce-account:not(.logged-in) .woocommerce-message {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  body.woocommerce-account:not(.logged-in) #customer_login.bd-account-auth-wrap {
    grid-template-columns: 1fr;
  }

  body.woocommerce-account:not(.logged-in) .bd-account-auth-login-col {
    border-right: 0;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 36px;
  }

  body.woocommerce-account:not(.logged-in) .bd-account-auth-col {
    padding-left: 20px;
    padding-right: 20px;
  }
}


/* Mobile header/search adjustments */
body.bd-mobile-search-open{
  overflow:hidden;
}

.bd-mobile-search-overlay,
.bd-mobile-search-drawer{
  display:none;
}

@media (max-width: 767px){
  .bd-top-header-socials,
  .bd-top-header-item-vendor{
    display:none !important;
  }

  .bd-top-header-inner{
    display:grid;
    grid-template-columns:1fr;
    min-height:auto;
  }

  .bd-top-header-left{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    width:100%;
    border-bottom:none;
  }

  .bd-top-header-item{
    justify-content:center;
    gap:6px;
    padding:10px 8px;
    min-height:auto;
    border-bottom:none !important;
    font-size:12px;
    line-height:1.2;
  }

  .bd-top-header-item + .bd-top-header-item{
    border-left:1px solid var(--bd-top-header-divider) !important;
  }

  .bd-top-header-item .bd-top-header-label{
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .bd-top-header-right{
    display:block;
    width:100%;
    border-top:1px solid var(--bd-top-header-divider);
  }

  .bd-top-header-track{
    justify-content:center;
    padding:10px 12px;
    min-height:auto;
    border-bottom:none !important;
    border-left:none !important;
    font-size:12px;
    line-height:1.2;
  }

  .bd-header-brand{
    display:flex !important;
    justify-content:center;
    min-width:0;
  }

  .bd-header-brand .bd-brand-link{
    width:100%;
    justify-content:center;
  }

  .bd-header-brand .bd-header-logo,
  .bd-header-brand .custom-logo{
    width:auto;
    max-width:170px;
    max-height:42px;
    object-fit:contain;
  }

  .bd-header-brand .bd-logo-text{
    font-size:26px;
    line-height:1;
    text-align:center;
  }

  .bd-header-search-form:not(.bd-mobile-search-form){
    display:none !important;
  }

  .bd-header-utilities{
    display:flex;
    justify-content:flex-end;
    gap:0;
  }

  .bd-mobile-footer-item-chat .bd-mobile-footer-link{
    gap:6px;
  }

  .bd-mobile-footer-item-chat .bd-mobile-footer-icon-wrap{
    width:44px;
    height:44px;
    border-radius:10px;
    background:#4285f4;
    color:#ffffff;
    box-shadow:0 8px 18px rgba(66, 133, 244, 0.32);
  }

  .bd-mobile-footer-item-chat .bd-mobile-footer-label{
    font-size:12px;
    font-weight:600;
  }

  .bd-mobile-search-overlay[hidden],
  .bd-mobile-search-drawer[hidden]{
    display:none !important;
  }

  .bd-mobile-search-overlay{
    display:block;
    position:fixed;
    inset:0;
    background:rgba(15, 23, 42, 0.48);
    z-index:1040;
  }

  .bd-mobile-search-drawer{
    display:block;
    position:fixed;
    left:0;
    right:0;
    bottom:calc(96px + env(safe-area-inset-bottom));
    z-index:1041;
    padding:0 14px 12px;
  }

  .bd-mobile-search-sheet{
    background:#ffffff;
    border-radius:20px;
    box-shadow:0 22px 44px rgba(15, 23, 42, 0.22);
    padding:14px;
  }

  .bd-mobile-search-sheet-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:12px;
  }

  .bd-mobile-search-sheet-title{
    font-size:18px;
    font-weight:700;
    color:#14213d;
    line-height:1.2;
  }

  .bd-mobile-search-close{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    border:none;
    border-radius:999px;
    background:#eef2ff;
    color:#40506b;
    font-size:26px;
    line-height:1;
    padding:0;
    cursor:pointer;
  }

  .bd-mobile-search-form{
    display:flex !important;
    width:100%;
    max-width:none;
    margin:0;
    min-height:56px;
    height:auto;
    padding:0 14px;
  }

  .bd-mobile-search-form .bd-search-submit{
    width:32px;
    height:32px;
    flex:0 0 32px;
  }

  .bd-mobile-search-form .bd-search-submit svg{
    width:24px;
    height:24px;
  }

  .bd-mobile-search-form .bd-header-search-input{
    font-size:16px;
  }

  .bd-mobile-search-form .bd-live-search-panel{
    position:static;
    top:auto;
    left:auto;
    width:100%;
    margin-top:12px;
    padding:0;
    border:none;
    border-radius:0;
    box-shadow:none;
    background:transparent;
  }

  .bd-mobile-search-form .bd-live-search-panel-header{
    padding-bottom:8px;
    margin-bottom:8px;
  }

  .bd-mobile-search-form .bd-live-search-results{
    border:1px solid #edf0f5;
    border-radius:14px;
  }
}

@media (min-width: 768px){
  .bd-mobile-search-overlay,
  .bd-mobile-search-drawer{
    display:none !important;
  }
}

/* Mobile header refinement v7 */
@media (max-width: 767px){
  .bd-header-top-inner{
    grid-template-columns:44px minmax(0,1fr) 44px !important;
    gap:10px !important;
  }

  .bd-mobile-toggle-top{
    grid-column:1 !important;
    justify-self:start;
  }

  .bd-header-brand{
    grid-column:2 !important;
    display:flex !important;
    align-items:center;
    justify-content:flex-start !important;
    min-width:0;
  }

  .bd-header-brand .bd-brand-link{
    justify-content:flex-start !important;
  }

  .bd-header-brand .bd-header-logo,
  .bd-header-brand .custom-logo{
    max-width:150px;
    max-height:44px;
  }

  .bd-header-utilities{
    grid-column:3 !important;
    justify-self:end;
  }

  .bd-top-header-left{
    grid-template-columns:minmax(0, .92fr) minmax(0, 1.08fr) !important;
    align-items:center;
  }

  .bd-top-header-item{
    padding:9px 4px !important;
    gap:4px !important;
    font-size:10px !important;
    line-height:1.15 !important;
  }

  .bd-top-header-icon{
    width:12px !important;
    height:12px !important;
    flex:0 0 12px;
  }

  .bd-top-header-icon svg{
    width:12px !important;
    height:12px !important;
  }

  .bd-top-header-item .bd-top-header-label{
    overflow:visible !important;
    text-overflow:clip !important;
    white-space:nowrap;
    font-size:10px !important;
    letter-spacing:0;
  }

  .bd-top-header-track{
    justify-content:center !important;
    text-align:center;
    font-size:12px !important;
  }

  .bd-mobile-footer-item-chat .bd-mobile-footer-link{
    gap:6px;
  }

  .bd-mobile-footer-item-chat .bd-mobile-footer-icon-wrap{
    width:48px !important;
    height:48px !important;
    border-radius:0 !important;
    background:transparent !important;
    color:var(--bd-mobile-footer-icon-color) !important;
    box-shadow:none !important;
  }

  .bd-mobile-footer-item-chat .bd-mobile-footer-icon-wrap svg{
    width:var(--bd-mobile-footer-icon-size) !important;
    height:var(--bd-mobile-footer-icon-size) !important;
  }

  .bd-mobile-footer-item-chat .bd-mobile-footer-label{
    font-size:12px;
    font-weight:500;
    color:inherit;
  }
}

/* Mobile header alignment fix v8 */
@media (max-width: 767px){
  .bd-header-top-inner{
    grid-template-columns:44px minmax(0,1fr) 44px !important;
    grid-template-areas:"toggle brand utilities" !important;
    align-items:center !important;
    column-gap:10px !important;
    row-gap:0 !important;
    padding-top:10px !important;
    padding-bottom:10px !important;
    min-height:82px !important;
  }

  .bd-mobile-toggle-top{
    grid-area:toggle;
    justify-self:start;
    align-self:center;
    margin:0 !important;
  }

  .bd-header-brand{
    grid-area:brand;
    justify-self:center;
    align-self:center;
    min-width:0;
    width:100%;
    margin:0 !important;
  }

  .bd-header-brand .bd-brand-link{
    width:100%;
    min-height:44px;
    align-items:center;
    justify-content:center;
  }

  .bd-header-utilities{
    grid-area:utilities;
    justify-self:end;
    align-self:center;
    width:44px;
    min-width:44px;
    margin:0 !important;
  }

  .bd-mobile-account{
    width:44px;
    height:44px;
    align-self:center;
  }

  .bd-mobile-account svg{
    width:34px;
    height:34px;
  }

  .bd-header-brand .bd-header-logo,
  .bd-header-brand .custom-logo{
    max-width:150px;
    max-height:34px;
    width:auto;
    height:auto;
    object-fit:contain;
    display:block;
    margin:0 auto;
  }

  .bd-header-brand .bd-logo-text{
    display:block;
    font-size:22px;
    line-height:1.05;
    text-align:center;
    margin:0;
  }
}


/* Mobile header final fixes v9 */
@media (max-width: 767px){
  .bd-top-header-right{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    width:100%;
  }

  .bd-top-header-track{
    width:100%;
    justify-content:center !important;
    text-align:center !important;
    margin:0 auto;
    padding-left:12px !important;
    padding-right:12px !important;
  }

  .bd-mobile-primary-menu,
  .bd-mobile-panel-section-title{
    display:none !important;
  }

  .bd-mobile-panel-head{
    margin-bottom:12px;
  }

  .bd-mobile-category-drawer{
    padding-top:0;
  }
}

/* Mobile search drawer top popup fix v11 */
@media (max-width: 767px){
  .bd-mobile-search-overlay{
    background:rgba(15, 23, 42, 0.22);
    z-index:1046;
  }

  .bd-mobile-search-drawer{
    top:0;
    bottom:auto;
    left:0;
    right:0;
    z-index:1047;
    padding:0;
  }

  .bd-mobile-search-sheet{
    border-radius:0 0 18px 18px;
    box-shadow:0 18px 40px rgba(15, 23, 42, 0.16);
    padding:0;
    overflow:hidden;
    max-height:calc(100vh - env(safe-area-inset-top));
    overflow-y:auto;
  }

  .bd-mobile-search-sheet-head{
    margin:0;
    padding:18px 20px 8px;
    border-bottom:1px solid #e5e7eb;
    min-height:70px;
  }

  .bd-mobile-search-sheet-title{
    font-size:18px;
    font-weight:700;
    color:#1f2937;
    text-transform:capitalize;
  }

  .bd-mobile-search-close{
    width:58px;
    height:58px;
    border-radius:999px;
    background:#fdecec;
    color:#e45b5b;
    font-size:40px;
    flex:0 0 58px;
  }

  .bd-mobile-search-form{
    min-height:0;
    padding:24px 20px 22px;
    border-radius:0;
    background:#ffffff;
  }

  .bd-mobile-search-form .bd-header-search-input{
    min-height:54px;
  }

  .bd-mobile-search-form .bd-live-search-panel{
    margin-top:14px;
    max-height:calc(100vh - 220px);
    overflow:auto;
  }
}

/* Mobile search drawer z-index fix v12 */
@media (max-width: 767px){
  .bd-mobile-search-overlay{
    z-index:12040 !important;
  }

  .bd-mobile-search-drawer{
    top:0 !important;
    z-index:12041 !important;
    padding-top:env(safe-area-inset-top, 0px);
  }

  .bd-mobile-search-sheet{
    position:relative;
    z-index:1;
  }
}

/* Mobile search popup refinement v13 */
@media (max-width: 767px){
  .bd-mobile-search-overlay{
    inset:0;
    background:rgba(15, 23, 42, 0.20) !important;
    z-index:12040 !important;
  }

  .bd-mobile-search-drawer{
    position:fixed;
    inset:0 0 auto 0;
    z-index:12041 !important;
    padding-top:env(safe-area-inset-top, 0px) !important;
    pointer-events:none;
  }

  .bd-mobile-search-sheet{
    width:100%;
    max-width:none;
    background:#f7f7f7;
    border-radius:0 0 16px 16px;
    box-shadow:0 16px 34px rgba(15, 23, 42, 0.18);
    max-height:min(78vh, calc(100vh - env(safe-area-inset-top, 0px)));
    overflow-y:auto;
    pointer-events:auto;
  }

  .bd-mobile-search-sheet-head{
    margin:0;
    padding:12px 18px 8px;
    min-height:68px;
    background:#f7f7f7;
    border-bottom:1px solid #d9d9d9;
  }

  .bd-mobile-search-sheet-title{
    font-size:17px;
    font-weight:800;
    color:#202635;
    letter-spacing:.01em;
    text-transform:none;
  }

  .bd-mobile-search-close{
    width:56px;
    height:56px;
    flex:0 0 56px;
    border-radius:999px;
    background:#fde7e7;
    color:#ef6464;
    font-size:34px;
    line-height:1;
  }

  .bd-mobile-search-form{
    display:block !important;
    min-height:0;
    margin:0;
    padding:18px 20px 20px;
    background:#f7f7f7;
    border:none;
    border-radius:0;
  }

  .bd-mobile-search-form::after{
    content:"";
    display:block;
    clear:both;
  }

  .bd-mobile-search-form .bd-header-search-input{
    float:left;
    width:calc(100% - 76px);
    min-height:84px;
    padding:0 18px;
    background:#ffffff;
    border:1px solid #d8d8d8;
    border-right:none;
    border-radius:10px 0 0 10px;
    color:#1f2937;
    font-size:17px;
    box-sizing:border-box;
  }

  .bd-mobile-search-form .bd-header-search-input::placeholder{
    color:#7c7c7c;
  }

  .bd-mobile-search-form .bd-search-submit{
    float:left;
    width:76px;
    height:84px;
    margin-left:0;
    background:#1f2937;
    border-radius:0 10px 10px 0;
    color:#ffffff;
    flex:none;
  }

  .bd-mobile-search-form .bd-search-submit svg{
    width:30px;
    height:30px;
  }

  .bd-mobile-search-form .bd-live-search-panel{
    position:static;
    clear:both;
    width:100%;
    margin-top:18px;
    padding:0;
    border:none;
    border-radius:0;
    box-shadow:none;
    background:transparent;
    max-height:calc(78vh - 190px);
    overflow:auto;
  }

  .bd-mobile-search-form .bd-live-search-panel-header,
  .bd-mobile-search-form .bd-live-search-feedback,
  .bd-mobile-search-form .bd-live-search-footer{
    display:none !important;
  }

  .bd-mobile-search-form .bd-live-search-results{
    display:block;
    border:none;
    border-radius:0;
    overflow:visible;
    background:transparent;
  }

  .bd-mobile-search-form .bd-live-search-card{
    display:flex;
    gap:16px;
    align-items:flex-start;
    min-height:0;
    margin:0 0 10px;
    padding:16px;
    border:none !important;
    border-radius:0;
    background:#ffffff;
    box-shadow:0 2px 8px rgba(15, 23, 42, 0.08);
  }

  .bd-mobile-search-form .bd-live-search-card:last-child{
    margin-bottom:0;
  }

  .bd-mobile-search-form .bd-live-search-card-thumb{
    flex:0 0 88px;
    width:88px;
    height:88px;
    padding:8px;
    border:1px solid #e7e7e7;
    border-radius:12px;
    background:#ffffff;
    box-sizing:border-box;
  }

  .bd-mobile-search-form .bd-live-search-card-thumb img{
    object-fit:contain;
  }

  .bd-mobile-search-form .bd-live-search-card-body{
    flex:1 1 auto;
    gap:8px;
  }

  .bd-mobile-search-form .bd-live-search-card-title{
    -webkit-line-clamp:2;
    color:#2a2a2a;
    font-size:17px;
    font-weight:500;
    line-height:1.3;
  }

  .bd-mobile-search-form .bd-live-search-card-price,
  .bd-mobile-search-form .bd-live-search-card-price .price,
  .bd-mobile-search-form .bd-live-search-card-price .amount,
  .bd-mobile-search-form .bd-live-search-card-price .woocommerce-Price-amount{
    color:#d48a29;
    font-size:17px;
    font-weight:700;
    line-height:1.25;
  }

  .bd-mobile-search-form .bd-live-search-card-sku{
    color:#616161;
    font-size:13px;
    line-height:1.35;
  }
}

/* Logged-in My Account page layout fix */
body.woocommerce-account.logged-in .bd-woocommerce-container{
  max-width:1180px;
}

body.woocommerce-account.logged-in .woocommerce{
  display:grid;
  grid-template-columns:280px minmax(0, 1fr);
  gap:28px;
  align-items:start;
  margin:24px 0 40px;
}

body.woocommerce-account.logged-in .woocommerce::before,
body.woocommerce-account.logged-in .woocommerce::after,
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation::before,
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation::after,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content::before,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content::after{
  content:none !important;
  display:none !important;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content{
  float:none !important;
  width:auto !important;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{
  min-width:0;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li,
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link{
  display:block !important;
  position:static !important;
  width:100%;
  margin:0 !important;
  padding:0 !important;
  line-height:1.35;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li a{
  display:block;
  padding:14px 18px;
  border:1px solid #e5e7eb;
  background:#ffffff;
  color:#111827;
  text-decoration:none;
  font-size:16px;
  font-weight:600;
  border-radius:10px;
  transition:all .2s ease;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li a:hover{
  background:#058b1f;
  border-color:#058b1f;
  color:#ffffff;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content{
  min-width:0;
  background:#ffffff;
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:24px 28px;
  color:#111827;
  font-size:16px;
  line-height:1.75;
  overflow-wrap:anywhere;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content p,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content address,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content li,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content label,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content legend{
  line-height:1.75;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content p{
  margin:0 0 16px;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content h2,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content h3{
  margin:0 0 18px;
  color:#111827;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .button,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content button,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="submit"]{
  min-height:46px;
  border-radius:8px;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .input-text,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="text"],
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="email"],
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="password"],
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="tel"],
body.woocommerce-account.logged-in .woocommerce-MyAccount-content textarea,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content select{
  width:100%;
  min-height:48px;
  border:1px solid #d1d5db;
  border-radius:8px;
  padding:10px 14px;
  font-size:16px;
  background:#fff;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content textarea{
  min-height:120px;
}

body.woocommerce-account.logged-in .woocommerce-Addresses,
body.woocommerce-account.logged-in .woocommerce-columns{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:20px;
}

body.woocommerce-account.logged-in .woocommerce table.shop_table{
  width:100%;
  border-collapse:collapse;
}

body.woocommerce-account.logged-in .woocommerce table.shop_table th,
body.woocommerce-account.logged-in .woocommerce table.shop_table td{
  padding:12px;
  border:1px solid #e5e7eb;
  text-align:left;
  vertical-align:top;
}

@media (max-width: 991px){
  body.woocommerce-account.logged-in .woocommerce{
    grid-template-columns:1fr;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-content{
    padding:18px;
  }

  body.woocommerce-account.logged-in .woocommerce-Addresses,
  body.woocommerce-account.logged-in .woocommerce-columns{
    grid-template-columns:1fr;
  }
}

/* Track order page */
.bd-track-order-page {
  padding: 28px 0 48px;
  overflow-x: clip;
}

.bd-track-order-container {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.bd-track-order-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.bd-track-order-hero.is-empty {
  min-height: 220px;
  justify-content: center;
  text-align: center;
}

.bd-track-order-hero.is-empty .bd-track-order-form {
  margin-left: 0;
  justify-content: center;
}

.bd-track-order-title {
  margin: 0 0 4px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.1;
  word-break: break-word;
}

.bd-track-order-subtitle {
  margin: 0;
  color: #5a6272;
  font-size: 15px;
  line-height: 1.5;
}

.bd-track-order-form {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  width: min(100%, 420px);
}

.bd-track-order-form input {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid #d9dde5;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}

.bd-track-order-form button {
  flex: 0 0 auto;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 10px;
  background: #262a32;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.bd-track-order-intro-card,
.bd-track-card,
.bd-track-order-alert {
  background: #fff;
  border: 1px solid #e6e9ef;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.05);
}

.bd-track-order-intro-card {
  padding: 22px 26px;
  text-align: center;
}

.bd-track-order-intro-card p {
  margin: 0;
  color: #5a6272;
  line-height: 1.7;
}

.bd-track-order-alert {
  padding: 16px 18px;
  color: #b42318;
  background: #fff5f5;
  border-color: #f5c2c7;
}

.bd-track-order-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.82fr);
  gap: 22px;
  align-items: start;
}

.bd-track-order-left,
.bd-track-order-right {
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-width: 0;
}

.bd-track-card {
  padding: 22px;
  min-width: 0;
  overflow: hidden;
}

.bd-track-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.bd-track-card-head h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
}

.bd-track-card-head p {
  margin: 6px 0 0;
  color: #6a7282;
  font-size: 13px;
}

.bd-track-status-badge,
.bd-track-payment-status,
.bd-track-items-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.bd-track-status-badge {
  background: #fff1ec;
  color: #dd6b20;
}

.bd-track-status-badge.is-hold {
  background: #ffe1e1;
  color: #c62828;
}

.bd-track-items-count {
  background: #f4f6fb;
  color: #6a7282;
}

.bd-track-timeline-wrap {
  overflow-x: auto;
  padding-bottom: 4px;
}

.bd-track-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(92px, 1fr));
  gap: 12px;
  position: relative;
  min-width: 100%;
}

.bd-track-timeline::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 9%;
  right: 9%;
  height: 2px;
  background: #d9dde5;
}

.bd-track-step {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.bd-track-step-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e4e7ec;
  color: #667085;
  font-size: 16px;
  font-weight: 700;
  border: 3px solid #fff;
}

.bd-track-step.is-done .bd-track-step-icon,
.bd-track-step.is-current .bd-track-step-icon {
  background: #f28c1d;
  color: #fff;
}

.bd-track-step-label {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
  max-width: 88px;
  word-break: break-word;
}

.bd-track-note-box {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f8fafc;
  color: #475467;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  line-height: 1.6;
}

.bd-track-products-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bd-track-product-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid #eef1f5;
}

.bd-track-product-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.bd-track-product-image img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.bd-track-product-content h3 {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.4;
  word-break: break-word;
}

.bd-track-product-content p,
.bd-track-product-price {
  margin: 0;
  font-size: 13px;
  color: #5a6272;
}

.bd-track-product-price {
  font-weight: 700;
  color: #111827;
  text-align: right;
  word-break: break-word;
}

.bd-track-summary-lines {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bd-track-summary-line,
.bd-track-meta-list > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.bd-track-summary-line span,
.bd-track-meta-list span {
  color: #667085;
}

.bd-track-summary-line strong,
.bd-track-meta-list strong {
  font-weight: 700;
  text-align: right;
  word-break: break-word;
}

.bd-track-summary-line.is-grand {
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px solid #e5e7eb;
  font-size: 18px;
}

.bd-track-summary-line.is-paid-row strong {
  color: #16a34a;
}

.bd-track-summary-line.is-due-row strong {
  color: #dc2626;
}

.bd-track-payment-status-wrap {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e5e7eb;
  text-align: center;
}

.bd-track-payment-status-title {
  margin-bottom: 10px;
  color: #98a2b3;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bd-track-payment-status.is-paid {
  background: #dcfce7;
  color: #15803d;
}

.bd-track-payment-status.is-unpaid {
  background: #ffe1e1;
  color: #c62828;
}

.bd-track-meta-list {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 991px) {
  .bd-track-order-main-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .bd-track-order-page {
    padding: 20px 0 38px;
  }

  .bd-track-order-hero,
  .bd-track-order-hero.is-empty {
    align-items: stretch;
    min-height: 0;
    text-align: left;
    justify-content: flex-start;
  }

  .bd-track-order-form,
  .bd-track-order-hero.is-empty .bd-track-order-form {
    width: 100%;
    margin-left: 0;
  }

  .bd-track-card,
  .bd-track-order-intro-card {
    padding: 18px;
  }

  .bd-track-card-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .bd-track-timeline {
    min-width: 560px;
  }

  .bd-track-product-row {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .bd-track-product-image img {
    width: 56px;
    height: 56px;
  }

  .bd-track-product-price {
    grid-column: 2;
    text-align: left;
  }

  .bd-track-summary-line,
  .bd-track-meta-list > div {
    gap: 8px;
  }

  .bd-track-summary-line strong,
  .bd-track-meta-list strong {
    max-width: 50%;
  }
}

.bdco-terms-wrap{
  background:#fff7ed;
  border:1px solid #fed7aa;
  border-radius:12px;
  padding:14px 16px;
}

.bdco-terms-field{
  margin:0;
}

.bdco-terms-wrap .woocommerce-form__label-for-checkbox{
  margin:0;
}

.bdco-terms-wrap a{
  color:#ea580c;
  font-weight:700;
  text-decoration:underline;
}

.bdco-place-order-button.is-disabled,
.bdco-place-order-button:disabled{
  opacity:.55;
  cursor:not-allowed;
}

/* Logo size option fix v10: make Redux logo width controls affect the rendered logo. */
.bd-header-brand .bd-header-logo,
.bd-header-brand .custom-logo{
  width:var(--bd-header-logo-width);
  max-width:100%;
  height:auto;
}

@media (min-width: 768px){
  .bd-header-brand .bd-header-logo,
  .bd-header-brand .custom-logo{
    width:var(--bd-desktop-logo-width);
    max-width:100%;
    max-height:none;
    height:auto;
  }
}

@media (max-width: 767px){
  .bd-header-brand .bd-brand-link{
    width:100%;
    align-items:center;
    justify-content:center;
  }

  .bd-header-brand .bd-header-logo,
  .bd-header-brand .custom-logo{
    width:var(--bd-mobile-logo-width, var(--bd-header-logo-width)) !important;
    max-width:100% !important;
    max-height:none !important;
    height:auto !important;
    object-fit:contain;
    display:block;
    margin:0 auto;
  }
}

/* Stronger mobile fix: account login meta text should not overlap */
@media (max-width: 767px) {
  body.woocommerce-account:not(.logged-in) .woocommerce-LostPassword.lost_password.bd-account-login-meta {
    display: grid !important;
    grid-template-columns: 1fr !important;
    row-gap: 10px !important;
    align-items: start !important;
    justify-content: stretch !important;
    width: 100%;
    margin-top: 14px;
  }

  body.woocommerce-account:not(.logged-in) .woocommerce-LostPassword.lost_password.bd-account-login-meta .woocommerce-form__label-for-checkbox,
  body.woocommerce-account:not(.logged-in) .woocommerce-LostPassword.lost_password.bd-account-login-meta .woocommerce-form-login__rememberme {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    clear: both !important;
    line-height: 1.45 !important;
  }

  body.woocommerce-account:not(.logged-in) .woocommerce-LostPassword.lost_password.bd-account-login-meta a {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    clear: both !important;
    line-height: 1.5 !important;
    text-align: left !important;
  }
}

/* My Account mobile login meta fix (Remember me / Lost your password overlap) */
@media (max-width: 991px) {
  #customer_login .woocommerce-LostPassword.lost_password.bd-account-login-meta,
  .woocommerce-account #customer_login .bd-account-login-meta,
  body.woocommerce-account:not(.logged-in) #customer_login .bd-account-login-meta {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 14px 0 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: both !important;
    position: static !important;
    overflow: visible !important;
    white-space: normal !important;
    text-align: left !important;
  }

  #customer_login .bd-account-login-meta .woocommerce-form-login__rememberme,
  #customer_login .bd-account-login-meta .woocommerce-form__label-for-checkbox,
  body.woocommerce-account:not(.logged-in) #customer_login .bd-account-login-meta .woocommerce-form-login__rememberme,
  body.woocommerce-account:not(.logged-in) #customer_login .bd-account-login-meta .woocommerce-form__label-for-checkbox {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: both !important;
    position: static !important;
    line-height: 1.45 !important;
    white-space: normal !important;
    text-align: left !important;
  }

  #customer_login .bd-account-login-meta .woocommerce-form-login__rememberme input[type="checkbox"],
  #customer_login .bd-account-login-meta input[type="checkbox"] {
    flex: 0 0 auto !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    margin: 0 !important;
    position: static !important;
    transform: none !important;
  }

  #customer_login .bd-account-login-meta .woocommerce-form-login__rememberme span,
  #customer_login .bd-account-login-meta a,
  body.woocommerce-account:not(.logged-in) #customer_login .bd-account-login-meta a {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: both !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    line-height: 1.5 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow: visible !important;
    text-align: left !important;
  }
}

/* Mobile only: keep orange top header fixed at the very top */
@media (max-width: 767px) {
  body.bd-mobile-fixed-top-header-enabled .bd-site-header {
    padding-top: var(--bd-mobile-fixed-top-header-height, 64px) !important;
  }

  body.bd-mobile-fixed-top-header-enabled .bd-site-header > .bd-top-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .10);
  }

  body.admin-bar.bd-mobile-fixed-top-header-enabled .bd-site-header > .bd-top-header {
    top: 46px;
  }
}

/* All Customer Reviews Page */
.bd-all-reviews-page{
  background:#f6f7f9;
  padding:40px 0 60px;
}
.bd-all-reviews-page-inner,
.bd-all-reviews-wrap{
  width:min(1180px, calc(100% - 30px));
  margin:0 auto;
}
.bd-all-reviews-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:24px;
  padding:24px;
  border:1px solid #e7eaf0;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 30px rgba(15, 23, 42, .06);
}
.bd-all-reviews-kicker{
  display:inline-flex;
  margin-bottom:6px;
  color:#058b1f;
  font-size:13px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.bd-all-reviews-title{
  margin:0;
  color:#061a3a;
  font-size:32px;
  font-weight:900;
  line-height:1.15;
}
.bd-all-reviews-summary{
  min-width:170px;
  padding:16px 18px;
  border-radius:16px;
  background:#f2fff5;
  color:#058b1f;
  text-align:center;
}
.bd-all-reviews-summary strong{
  display:block;
  font-size:34px;
  font-weight:900;
  line-height:1;
}
.bd-all-reviews-summary span,
.bd-all-reviews-summary em{
  display:block;
  margin-top:5px;
  color:#1f2937;
  font-size:13px;
  font-style:normal;
  font-weight:700;
}
.bd-all-reviews-list{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
}
.bd-all-reviews-card{
  display:grid;
  grid-template-columns:120px minmax(0, 1fr);
  gap:18px;
  padding:18px;
  border:1px solid #e7eaf0;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 28px rgba(15, 23, 42, .05);
}
.bd-all-reviews-product-img{
  display:flex;
  align-items:center;
  justify-content:center;
  width:120px;
  height:120px;
  border:1px solid #eef0f4;
  border-radius:16px;
  background:#fff;
  overflow:hidden;
}
.bd-all-reviews-product-img img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
}
.bd-all-reviews-card-top{
  display:flex;
  justify-content:space-between;
  gap:12px;
}
.bd-all-reviews-product-title{
  display:block;
  margin-bottom:7px;
  color:#061a3a;
  font-size:16px;
  font-weight:800;
  line-height:1.35;
  text-decoration:none;
}
.bd-all-reviews-product-title:hover{
  color:#058b1f;
}
.bd-all-reviews-date{
  flex:0 0 auto;
  color:#6b7280;
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
}
.bd-all-reviews-stars{
  display:inline-flex;
  gap:2px;
  margin-bottom:10px;
}
.bd-all-reviews-star{
  color:#d1d5db;
  font-size:17px;
  line-height:1;
}
.bd-all-reviews-star.is-filled{
  color:#f59e0b;
}
.bd-all-reviews-text{
  color:#374151;
  font-size:14px;
  line-height:1.65;
}
.bd-all-reviews-text p{
  margin:0 0 10px;
}
.bd-all-reviews-author-row{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:13px;
  padding-top:13px;
  border-top:1px solid #eef0f4;
}
.bd-all-reviews-avatar img{
  width:42px;
  height:42px;
  border-radius:999px;
}
.bd-all-reviews-author-row strong,
.bd-all-reviews-author-row span{
  display:block;
}
.bd-all-reviews-author-row strong{
  color:#111827;
  font-size:14px;
  font-weight:800;
}
.bd-all-reviews-author-row span{
  margin-top:2px;
  color:#058b1f;
  font-size:12px;
  font-weight:700;
}
.bd-all-reviews-empty{
  width:min(900px, calc(100% - 30px));
  margin:30px auto;
  padding:24px;
  border:1px solid #e7eaf0;
  border-radius:16px;
  background:#fff;
  color:#374151;
  text-align:center;
  font-weight:700;
}
@media (max-width: 991px){
  .bd-all-reviews-list{
    grid-template-columns:1fr;
  }
}
@media (max-width: 767px){
  .bd-all-reviews-page{
    padding:24px 0 42px;
  }
  .bd-all-reviews-head{
    flex-direction:column;
    align-items:flex-start;
    padding:18px;
  }
  .bd-all-reviews-title{
    font-size:26px;
  }
  .bd-all-reviews-summary{
    width:100%;
  }
  .bd-all-reviews-card{
    grid-template-columns:84px minmax(0, 1fr);
    gap:12px;
    padding:14px;
    border-radius:14px;
  }
  .bd-all-reviews-product-img{
    width:84px;
    height:84px;
    border-radius:12px;
  }
  .bd-all-reviews-card-top{
    flex-direction:column;
    gap:4px;
  }
  .bd-all-reviews-date{
    white-space:normal;
  }
}

/* Customer Reviews spacing/layout fix */
.bd-all-reviews-wrap,
.bd-all-reviews-wrap *{
  box-sizing:border-box;
}
.bd-all-reviews-summary{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:4px !important;
  min-height:80px;
  line-height:1.25 !important;
}
.bd-all-reviews-summary strong,
.bd-all-reviews-summary span,
.bd-all-reviews-summary em{
  position:static !important;
  transform:none !important;
  float:none !important;
  margin:0 !important;
  padding:0 !important;
  line-height:1.25 !important;
  white-space:normal !important;
}
.bd-all-reviews-summary strong{
  margin-bottom:2px !important;
}
.bd-all-reviews-card{
  align-items:start;
  min-height:0;
}
.bd-all-reviews-content{
  min-width:0;
  display:flex;
  flex-direction:column;
}
.bd-all-reviews-card-top > div{
  min-width:0;
}
.bd-all-reviews-text,
.bd-all-reviews-text p{
  clear:both;
  line-height:1.65 !important;
}
.bd-all-reviews-author-row{
  clear:both;
  align-items:center !important;
  min-height:58px;
}
.bd-all-reviews-author-row > div:not(.bd-all-reviews-avatar){
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;
  gap:3px !important;
  min-width:0;
  line-height:1.25 !important;
}
.bd-all-reviews-author-row strong,
.bd-all-reviews-author-row span{
  position:static !important;
  transform:none !important;
  float:none !important;
  margin:0 !important;
  padding:0 !important;
  height:auto !important;
  min-height:0 !important;
  line-height:1.3 !important;
  white-space:normal !important;
}
.bd-all-reviews-avatar,
.bd-all-reviews-avatar img,
.bd-all-reviews-avatar .avatar{
  flex:0 0 42px;
  width:42px !important;
  height:42px !important;
  min-width:42px;
  border-radius:999px;
  display:block;
}
@media (max-width:767px){
  .bd-all-reviews-summary{
    min-height:92px;
    gap:6px !important;
  }
  .bd-all-reviews-card{
    grid-template-columns:76px minmax(0, 1fr);
    gap:12px;
  }
  .bd-all-reviews-product-img{
    width:76px;
    height:76px;
  }
  .bd-all-reviews-author-row{
    min-height:56px;
  }
}


/* Track Order: black order summary text + print button */
.bd-track-summary-card,
.bd-track-summary-card h2,
.bd-track-summary-card span,
.bd-track-summary-card strong,
.bd-track-summary-card div,
.bd-track-summary-line span,
.bd-track-summary-line strong,
.bd-track-meta-list span,
.bd-track-meta-list strong,
.bd-track-payment-status-title,
.bd-track-payment-status {
  color: #000 !important;
}

.bd-track-payment-status.is-paid,
.bd-track-payment-status.is-unpaid,
.bd-track-summary-line.is-paid-row strong,
.bd-track-summary-line.is-due-row strong {
  color: #000 !important;
}

.bd-track-print-summary-btn {
  width: 100%;
  margin-top: 18px;
  padding: 13px 18px;
  border: 0;
  border-radius: 12px;
  background: #00a83b;
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 168, 59, 0.22);
}

.bd-track-print-summary-btn:hover {
  background: #008f32;
}

.bd-track-summary-card::before {
  content: "";
  display: none;
}

@media print {
  @page {
    size: A4;
    margin: 14mm;
  }

  body * {
    visibility: hidden !important;
  }

  .bd-track-summary-card,
  .bd-track-summary-card * {
    visibility: visible !important;
  }

  .bd-track-summary-card {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 24px !important;
    border: 1px solid #111 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
  }

  .bd-track-summary-card::before {
    content: "Print Order Summary";
    display: block !important;
    visibility: visible !important;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid #111;
    color: #000 !important;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
  }

  .bd-track-print-summary-btn {
    display: none !important;
  }

  .bd-track-summary-card,
  .bd-track-summary-card h2,
  .bd-track-summary-card span,
  .bd-track-summary-card strong,
  .bd-track-summary-card div,
  .bd-track-payment-status-title,
  .bd-track-payment-status {
    color: #000 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}


/* Order summary spacing restore */
.bd-track-summary-lines {
  gap: 16px;
}

.bd-track-summary-line,
.bd-track-meta-list > div {
  gap: 16px;
  align-items: center;
  padding: 2px 0;
}

.bd-track-summary-line span,
.bd-track-meta-list span,
.bd-track-summary-line strong,
.bd-track-meta-list strong {
  line-height: 1.45;
}

.bd-track-summary-line.is-grand {
  margin-top: 10px;
  padding-top: 16px;
}

.bd-track-payment-status-wrap {
  margin-top: 22px;
  padding-top: 20px;
}

.bd-track-meta-list {
  margin-top: 22px;
  padding-top: 20px;
  gap: 14px;
}

@media (max-width: 767px) {
  .bd-track-summary-lines {
    gap: 14px;
  }

  .bd-track-summary-line,
  .bd-track-meta-list > div {
    gap: 12px;
    padding: 2px 0;
  }

  .bd-track-summary-line span,
  .bd-track-meta-list span,
  .bd-track-summary-line strong,
  .bd-track-meta-list strong {
    line-height: 1.4;
  }

  .bd-track-meta-list {
    gap: 12px;
  }
}


/* Restore desktop office badge beside cart */
@media (min-width: 992px){
  .bd-header-top-inner{
    grid-template-columns:minmax(180px,300px) minmax(320px,1fr) max-content !important;
    align-items:center;
  }

  .bd-header-utilities{
    flex-wrap:nowrap !important;
    align-items:center;
    justify-content:flex-end;
    gap:12px;
    white-space:nowrap;
  }

  .bd-header-cart,
  .bd-office-badge,
  .bd-header-account{
    flex:0 0 auto;
  }

  .bd-office-badge{
    margin-left:0;
    align-self:center;
  }
}


/* Product review form and review list spacing fix */
.bdsp-review-form-wrap #reviews #comments ol.commentlist,
.bdsp-review-form-wrap #reviews .commentlist{
  margin: 0 0 22px;
  padding: 0;
}

.bdsp-review-form-wrap #reviews #comments ol.commentlist li,
.bdsp-review-form-wrap #reviews .commentlist li{
  margin: 0 0 18px;
  padding: 0 0 16px;
  border-bottom: 1px solid #e5e7eb;
}

.bdsp-review-form-wrap #reviews #comments ol.commentlist li:last-child,
.bdsp-review-form-wrap #reviews .commentlist li:last-child{
  margin-bottom: 0;
}

.bdsp-review-form-wrap #reviews #comments ol.commentlist li .comment_container,
.bdsp-review-form-wrap #reviews .commentlist li .comment_container{
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
}

.bdsp-review-form-wrap #reviews #comments ol.commentlist li img.avatar,
.bdsp-review-form-wrap #reviews .commentlist li img.avatar{
  position: static !important;
  float: none !important;
  width: 48px !important;
  height: 48px !important;
  margin: 0 !important;
  border-radius: 999px;
}

.bdsp-review-form-wrap #reviews #comments ol.commentlist li .comment-text,
.bdsp-review-form-wrap #reviews .commentlist li .comment-text{
  margin: 0 !important;
  padding: 10px 14px !important;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}

.bdsp-review-form-wrap #reviews #comments ol.commentlist li .meta,
.bdsp-review-form-wrap #reviews .commentlist li .meta{
  display: block;
  margin: 0 0 8px;
  line-height: 1.55;
}

.bdsp-review-form-wrap #reviews #comments ol.commentlist li .meta strong,
.bdsp-review-form-wrap #reviews #comments ol.commentlist li .meta time,
.bdsp-review-form-wrap #reviews #comments ol.commentlist li .meta .woocommerce-review__dash,
.bdsp-review-form-wrap #reviews .commentlist li .meta strong,
.bdsp-review-form-wrap #reviews .commentlist li .meta time,
.bdsp-review-form-wrap #reviews .commentlist li .meta .woocommerce-review__dash{
  line-height: 1.55;
}

.bdsp-review-form-wrap #reviews #comments ol.commentlist li .description,
.bdsp-review-form-wrap #reviews #comments ol.commentlist li .description p,
.bdsp-review-form-wrap #reviews .commentlist li .description,
.bdsp-review-form-wrap #reviews .commentlist li .description p{
  margin: 0;
  line-height: 1.7;
}

.bdsp-review-form-wrap #review_form_wrapper,
.bdsp-review-form-wrap #respond{
  margin-top: 16px;
}

.bdsp-review-form-wrap .comment-form{
  display: grid;
  gap: 16px;
  margin-top: 14px;
}

.bdsp-review-form-wrap .comment-form-rating,
.bdsp-review-form-wrap .comment-form-author,
.bdsp-review-form-wrap .comment-form-email,
.bdsp-review-form-wrap .comment-form-mobile,
.bdsp-review-form-wrap .comment-form-comment,
.bdsp-review-form-wrap .form-submit{
  margin: 0;
}

.bdsp-review-form-wrap .comment-form label,
.bdsp-review-form-wrap .comment-notes,
.bdsp-review-form-wrap .comment-form-cookies-consent{
  display: block;
  margin-bottom: 6px;
  line-height: 1.55;
}

.bdsp-review-form-wrap .comment-form textarea,
.bdsp-review-form-wrap .comment-form input[type="text"],
.bdsp-review-form-wrap .comment-form input[type="email"],
.bdsp-review-form-wrap .comment-form input[type="tel"],
.bdsp-review-form-wrap .comment-form input[type="url"],
.bdsp-review-form-wrap .comment-form select{
  line-height: 1.45;
}

.bdsp-review-form-wrap .stars{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}

@media (max-width: 767px){
  .bdsp-review-form-wrap #reviews #comments ol.commentlist li .comment_container,
  .bdsp-review-form-wrap #reviews .commentlist li .comment_container{
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
  }

  .bdsp-review-form-wrap #reviews #comments ol.commentlist li img.avatar,
  .bdsp-review-form-wrap #reviews .commentlist li img.avatar{
    width: 40px !important;
    height: 40px !important;
  }

  .bdsp-review-form-wrap .comment-form{
    gap: 14px;
  }
}


/* Variable product price and quantity spacing fix */
.single_variation_wrap{
  display:block;
  width:100%;
  margin:0 0 14px;
}

.single_variation_wrap .woocommerce-variation,
.single_variation_wrap .woocommerce-variation-price,
.single_variation_wrap .woocommerce-variation-availability{
  display:block;
  width:100%;
}

.single_variation_wrap .woocommerce-variation.single_variation{
  margin:0 0 14px;
}

.single_variation_wrap .woocommerce-variation-price{
  margin:0 0 10px;
}

.single_variation_wrap .woocommerce-variation-price .price{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:10px;
  margin:0;
  line-height:1.45;
  font-size:18px;
}

.single_variation_wrap .woocommerce-variation-price .price ins,
.single_variation_wrap .woocommerce-variation-price .price del,
.single_variation_wrap .woocommerce-variation-price .woocommerce-Price-amount{
  line-height:1.45;
}

.single_variation_wrap .woocommerce-variation-price .price del{
  margin-right:2px;
}

.bdsp-qty-row{
  position:relative;
  z-index:1;
}

.bdsp-variation-box{
  margin-bottom:22px;
}

@media (max-width: 767px){
  .single_variation_wrap{
    margin:0 0 16px;
  }

  .single_variation_wrap .woocommerce-variation.single_variation{
    margin:0 0 16px;
  }

  .single_variation_wrap .woocommerce-variation-price .price{
    line-height:1.55;
    row-gap:6px;
  }

  .bdsp-qty-row{
    gap:12px;
  }
}


/* Category archive page heading, spacing and button styling fix */
.woocommerce.archive .woocommerce-products-header,
.tax-product_cat .woocommerce-products-header,
.tax-product_tag .woocommerce-products-header,
.tax-product_brand .woocommerce-products-header {
  margin: 0 0 20px;
}

.woocommerce.archive .woocommerce-products-header .page-title,
.tax-product_cat .woocommerce-products-header .page-title,
.tax-product_tag .woocommerce-products-header .page-title,
.tax-product_brand .woocommerce-products-header .page-title {
  display: table;
  margin: 0 auto 12px;
  padding: 12px 34px;
  border: 1px solid #dbe2ea;
  border-radius: 999px;
  background: #f7fafc;
  color: #0f172a;
  text-align: center;
  line-height: 1.35;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.woocommerce .woocommerce-result-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #f8fafc;
  color: #475467;
  line-height: 1.5;
}

.woocommerce .woocommerce-ordering {
  margin-bottom: 18px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  line-height: 1.55;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h2,
.woocommerce-page ul.products li.product h3 {
  line-height: 1.5;
  margin: 10px 0 8px;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 14px;
  line-height: 1.6;
}

.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price .woocommerce-Price-amount,
.woocommerce-page ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price del,
.woocommerce-page ul.products li.product .price .woocommerce-Price-amount {
  line-height: 1.6;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button,
.woocommerce ul.products li.product a.button,
.woocommerce-page ul.products li.product a.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 12px 18px;
  border: 1px solid #f97316;
  border-radius: 14px;
  background: rgba(249, 115, 22, 0.08);
  color: #f97316;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus,
.woocommerce-page ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:focus,
.woocommerce ul.products li.product a.button:hover,
.woocommerce ul.products li.product a.button:focus,
.woocommerce-page ul.products li.product a.button:hover,
.woocommerce-page ul.products li.product a.button:focus {
  background: #f97316;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
  transform: translateY(-1px);
}

.woocommerce ul.products li.product .button.loading::after,
.woocommerce-page ul.products li.product .button.loading::after {
  top: auto;
}

@media (max-width: 767px) {
  .woocommerce.archive .woocommerce-products-header .page-title,
  .tax-product_cat .woocommerce-products-header .page-title,
  .tax-product_tag .woocommerce-products-header .page-title,
  .tax-product_brand .woocommerce-products-header .page-title {
    padding: 10px 22px;
    margin-bottom: 10px;
  }

  .woocommerce .woocommerce-result-count {
    padding: 7px 14px;
    line-height: 1.45;
  }

  .woocommerce ul.products li.product .button,
  .woocommerce-page ul.products li.product .button,
  .woocommerce ul.products li.product a.button,
  .woocommerce-page ul.products li.product a.button {
    min-height: 50px;
    font-size: 16px;
  }
}


/* Category title centered like a button */
.woocommerce-products-header {
  text-align: center;
}

.woocommerce-products-header .page-title,
.woocommerce-products-header__title.page-title,
.tax-product_cat .page-title,
.tax-product_tag .page-title,
.tax-product_brand .page-title {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
