:root{
  --dd-orange:#ff9700;
  --dd-orange-dark:#e98200;
  --dd-navy:#2d3b4b;
  --dd-text:#263648;
  --dd-muted:#6f7d8b;
  --dd-line:#e6e9ed;
  --dd-soft:#f6f7f8;
  --dd-white:#fff;
  --dd-radius:16px;
  --dd-shadow:0 14px 40px rgba(38,54,72,.08);
}

/* Global WooCommerce content width */
.dd-b2b-catalog .site-main,
.dd-b2b-catalog main.site-main,
.dd-b2b-catalog .woocommerce-page .site-main,
.dd-b2b-catalog .elementor-widget-woocommerce-product-content,
.dd-b2b-catalog .woocommerce{
  --dd-content:1380px;
}

.dd-b2b-single .woocommerce-notices-wrapper,
.dd-b2b-single div.product,
.dd-b2b-catalog .woocommerce-breadcrumb,
.dd-b2b-catalog .woocommerce-products-header,
.dd-b2b-catalog .woocommerce-result-count,
.dd-b2b-catalog .woocommerce-ordering,
.dd-b2b-catalog ul.products,
.dd-b2b-catalog nav.woocommerce-pagination{
  max-width:var(--dd-content,1380px);
  margin-left:auto;
  margin-right:auto;
}

/* Single product hero */
.dd-b2b-single div.product{
  display:grid;
  grid-template-columns:minmax(0,1.06fr) minmax(420px,.94fr);
  column-gap:56px;
  row-gap:26px;
  align-items:start;
}

.dd-b2b-single div.product > .woocommerce-product-gallery{
  width:100%!important;
  float:none!important;
  margin:0!important;
  background:var(--dd-soft);
  border-radius:18px;
  padding:26px;
  box-sizing:border-box;
}

.dd-b2b-single div.product > .summary{
  width:100%!important;
  float:none!important;
  margin:0!important;
  padding-top:4px;
}

.dd-b2b-single .woocommerce-product-gallery__image a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:560px;
}

.dd-b2b-single .woocommerce-product-gallery__image img{
  max-height:540px;
  width:auto!important;
  max-width:100%;
  object-fit:contain;
  mix-blend-mode:multiply;
}

.dd-b2b-single .flex-control-thumbs{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
  margin-top:14px!important;
}

.dd-b2b-single .flex-control-thumbs li{
  width:100%!important;
  float:none!important;
  border:1px solid var(--dd-line);
  border-radius:12px;
  background:#fff;
  overflow:hidden;
}

.dd-b2b-single .flex-control-thumbs img{
  aspect-ratio:1/1;
  object-fit:contain;
  padding:8px;
  box-sizing:border-box;
}

.dd-b2b-eyebrow{
  color:var(--dd-orange-dark);
  font-weight:800;
  font-size:12px;
  letter-spacing:.11em;
  text-transform:uppercase;
  margin:0 0 8px;
}

.dd-b2b-single .product_title{
  color:var(--dd-navy);
  font-size:clamp(34px,3vw,48px)!important;
  line-height:1.04!important;
  letter-spacing:-.025em;
  margin:0 0 14px!important;
}

.dd-b2b-single .woocommerce-product-details__short-description{
  color:var(--dd-text);
  font-size:16px;
  line-height:1.7;
  margin-bottom:14px;
}

.dd-b2b-single .woocommerce-product-details__short-description p:last-child{margin-bottom:0}

.dd-b2b-highlights{
  display:flex;
  flex-wrap:wrap;
  gap:9px 10px;
  margin:16px 0 22px;
}

.dd-b2b-highlight{
  display:inline-flex;
  align-items:center;
  gap:7px;
  font-size:13px;
  font-weight:700;
  color:#405165;
  background:#f7f9fa;
  border:1px solid #e7ebef;
  border-radius:999px;
  padding:8px 11px;
}

.dd-b2b-check{color:#25a86b;font-weight:900}

/* Variation selectors */
.dd-b2b-single form.cart,
.dd-b2b-single form.variations_form{
  margin-top:18px!important;
  border-top:1px solid var(--dd-line);
  padding-top:18px;
}

.dd-b2b-single table.variations{
  margin:0 0 12px!important;
  width:100%;
  border:0!important;
}

.dd-b2b-single table.variations tr{
  display:block;
  margin-bottom:18px;
}

.dd-b2b-single table.variations th,
.dd-b2b-single table.variations td{
  display:block;
  width:100%!important;
  padding:0!important;
  border:0!important;
  text-align:left!important;
}

.dd-b2b-single table.variations th.label{
  margin-bottom:8px;
}

.dd-b2b-single table.variations th.label label,
.dd-b2b-single .quantity-label{
  color:var(--dd-navy);
  font-weight:800;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.035em;
}

.dd-b2b-single table.variations select{
  width:100%;
  min-height:48px;
  border:1px solid #dce2e8;
  border-radius:11px;
  background:#fff;
  padding:0 42px 0 14px;
  font-size:15px;
  color:var(--dd-text);
  box-shadow:none;
}

.dd-b2b-single table.variations select:focus{
  border-color:var(--dd-orange);
  outline:2px solid rgba(255,151,0,.16);
  outline-offset:1px;
}

.dd-b2b-single .reset_variations{
  display:inline-block;
  margin-top:7px;
  color:var(--dd-muted);
  font-size:12px;
}

.dd-b2b-single .single_variation_wrap .woocommerce-variation-price,
.dd-b2b-single .single_variation_wrap .woocommerce-variation-availability{
  margin:8px 0 12px;
}

.dd-b2b-single .woocommerce-variation-add-to-cart,
.dd-b2b-single form.cart:not(.variations_form){
  display:flex;
  align-items:stretch;
  gap:12px;
  flex-wrap:wrap;
}

.dd-b2b-single .quantity{
  margin:0!important;
}

.dd-b2b-single .quantity input.qty{
  min-width:92px;
  height:54px;
  border:1px solid #dce2e8;
  border-radius:12px;
  background:#fff;
  font-weight:800;
  color:var(--dd-navy);
  padding:0 10px;
}

.dd-b2b-single .single_add_to_cart_button,
.dd-b2b-single button.single_add_to_cart_button{
  min-height:54px;
  min-width:220px;
  border-radius:12px!important;
  border:0!important;
  background:var(--dd-orange)!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:800!important;
  letter-spacing:.01em;
  padding:0 24px!important;
  box-shadow:0 9px 22px rgba(255,151,0,.25);
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}

.dd-b2b-single .single_add_to_cart_button:hover{
  background:var(--dd-orange-dark)!important;
  transform:translateY(-1px);
  box-shadow:0 12px 28px rgba(255,151,0,.3);
}

.dd-b2b-single .single_add_to_cart_button.disabled,
.dd-b2b-single .single_add_to_cart_button:disabled{
  opacity:.45!important;
  cursor:not-allowed!important;
  transform:none!important;
  box-shadow:none!important;
}

.dd-b2b-commercial-note{
  display:flex;
  align-items:flex-start;
  gap:9px;
  margin:13px 0 0;
  color:#536375;
  font-size:12.5px;
  line-height:1.5;
}

.dd-b2b-note-icon{
  display:inline-grid;
  place-items:center;
  flex:0 0 18px;
  height:18px;
  border-radius:50%;
  background:#e9f8f0;
  color:#1e9d61;
  font-size:11px;
  font-weight:900;
}

.dd-b2b-logistics{
  margin-top:10px;
  padding:10px 12px;
  background:#f7f9fa;
  border-radius:10px;
  color:#536375;
  font-size:12.5px;
}

.dd-b2b-support{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:center;
  margin-top:18px;
  padding:14px 16px;
  border:1px solid var(--dd-line);
  border-radius:12px;
  background:#fff;
  color:#536375;
  font-size:12.5px;
}

.dd-b2b-support a{
  white-space:nowrap;
  color:var(--dd-orange-dark);
  font-weight:800;
  text-decoration:none;
}

/* Product meta is visually secondary */
.dd-b2b-single .product_meta{
  margin-top:20px;
  padding-top:14px;
  border-top:1px solid var(--dd-line);
  color:var(--dd-muted);
  font-size:12px;
}

/* Tabs / technical content */
.dd-b2b-single .woocommerce-tabs{
  grid-column:1 / -1;
  width:100%;
  margin-top:34px;
  padding-top:28px;
  border-top:1px solid var(--dd-line);
}

.dd-b2b-single .woocommerce-tabs ul.tabs{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  margin:0 0 26px!important;
  padding:0!important;
  border:0!important;
}

.dd-b2b-single .woocommerce-tabs ul.tabs::before{display:none!important}

.dd-b2b-single .woocommerce-tabs ul.tabs li{
  border:1px solid #dfe5ea!important;
  background:#fff!important;
  border-radius:999px!important;
  margin:0!important;
  padding:0!important;
}

.dd-b2b-single .woocommerce-tabs ul.tabs li::before,
.dd-b2b-single .woocommerce-tabs ul.tabs li::after{display:none!important}

.dd-b2b-single .woocommerce-tabs ul.tabs li a{
  display:block;
  padding:10px 16px!important;
  color:#556577!important;
  font-weight:800!important;
  font-size:13px;
}

.dd-b2b-single .woocommerce-tabs ul.tabs li.active{
  background:var(--dd-navy)!important;
  border-color:var(--dd-navy)!important;
}

.dd-b2b-single .woocommerce-tabs ul.tabs li.active a{color:#fff!important}

.dd-b2b-single .woocommerce-Tabs-panel{
  max-width:980px;
  color:#33465a;
  font-size:15px;
  line-height:1.72;
}

.dd-b2b-single .woocommerce-Tabs-panel h2,
.dd-b2b-single .woocommerce-Tabs-panel h3{
  color:var(--dd-navy);
}

.dd-b2b-documents{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.dd-b2b-document{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:74px;
  padding:14px;
  border:1px solid var(--dd-line);
  border-radius:13px;
  color:var(--dd-navy);
  text-decoration:none!important;
  background:#fff;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}

.dd-b2b-document:hover{
  transform:translateY(-2px);
  border-color:#f3b152;
  box-shadow:var(--dd-shadow);
}

.dd-b2b-doc-icon{
  display:grid;
  place-items:center;
  flex:0 0 38px;
  height:38px;
  border-radius:10px;
  background:#fff3df;
  color:var(--dd-orange-dark);
  font-size:20px;
  font-weight:900;
}

.dd-b2b-document strong,.dd-b2b-document small{display:block}
.dd-b2b-document small{margin-top:2px;color:var(--dd-muted);font-size:11px}

/* Archive / shop */
.dd-b2b-catalog ul.products{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px!important;
}

.dd-b2b-catalog ul.products::before,
.dd-b2b-catalog ul.products::after{display:none!important}

.dd-b2b-catalog ul.products li.product{
  width:auto!important;
  float:none!important;
  margin:0!important;
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:14px 14px 16px!important;
  border:1px solid var(--dd-line);
  border-radius:15px;
  background:#fff;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

.dd-b2b-catalog ul.products li.product:hover{
  transform:translateY(-3px);
  border-color:#e0e5ea;
  box-shadow:var(--dd-shadow);
}

.dd-b2b-catalog ul.products li.product a.woocommerce-LoopProduct-link{
  display:block;
}

.dd-b2b-catalog ul.products li.product img{
  aspect-ratio:1/1;
  object-fit:contain;
  background:#f7f8f9;
  border-radius:11px;
  padding:12px;
  box-sizing:border-box;
  margin-bottom:14px!important;
}

.dd-b2b-card-brand{
  color:var(--dd-orange-dark);
  font-size:10px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
  margin:2px 2px 5px;
}

.dd-b2b-catalog ul.products li.product .woocommerce-loop-product__title{
  color:var(--dd-navy);
  font-size:17px!important;
  line-height:1.3;
  font-weight:800;
  padding:0!important;
  margin:0 2px 6px!important;
}

.dd-b2b-catalog ul.products li.product .price,
.dd-b2b-catalog ul.products li.product .wqnp-price-hidden{
  margin:4px 2px 8px;
  color:#536375!important;
  font-size:12px!important;
  font-weight:700;
}

.dd-b2b-card-packaging{
  min-height:36px;
  margin:2px 2px 12px;
  color:#687889;
  font-size:11.5px;
  line-height:1.55;
}

.dd-b2b-card-packaging span{font-weight:800;color:#47596c}

.dd-b2b-card-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:auto;
}

.dd-b2b-card-actions:has(> a:only-child){grid-template-columns:1fr}

.dd-b2b-card-actions .button{
  margin:0!important;
  min-height:42px;
  display:flex!important;
  align-items:center;
  justify-content:center;
  border-radius:10px!important;
  font-size:12px!important;
  font-weight:800!important;
  text-align:center;
  padding:9px 11px!important;
  line-height:1.15!important;
}

.dd-b2b-card-actions .dd-b2b-view-product{
  background:#fff!important;
  color:var(--dd-navy)!important;
  border:1px solid #dce2e7!important;
}

.dd-b2b-card-actions .add_to_cart_button,
.dd-b2b-card-actions .product_type_simple{
  background:var(--dd-orange)!important;
  border:1px solid var(--dd-orange)!important;
  color:#fff!important;
}

.dd-b2b-card-actions .added_to_cart{
  grid-column:1/-1;
  font-size:11px;
  font-weight:800;
  color:#1e9d61;
}

/* Mobile sticky CTA */
.dd-b2b-mobile-bar{display:none}

@media (max-width:1200px){
  .dd-b2b-single div.product{grid-template-columns:minmax(0,1fr) minmax(390px,.88fr);column-gap:36px}
  .dd-b2b-catalog ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (max-width:900px){
  .dd-b2b-single div.product{display:block;padding-left:18px;padding-right:18px}
  .dd-b2b-single div.product > .summary{padding-top:28px}
  .dd-b2b-single .woocommerce-product-gallery__image a{min-height:420px}
  .dd-b2b-single .woocommerce-tabs{margin-top:38px}
  .dd-b2b-documents{grid-template-columns:1fr 1fr}
  .dd-b2b-catalog ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px!important;padding-left:14px!important;padding-right:14px!important}
}

@media (max-width:640px){
  body.dd-b2b-single{padding-bottom:78px}
  .dd-b2b-single .product_title{font-size:34px!important}
  .dd-b2b-single div.product > .woocommerce-product-gallery{padding:14px;border-radius:14px}
  .dd-b2b-single .woocommerce-product-gallery__image a{min-height:320px}
  .dd-b2b-single .flex-control-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}
  .dd-b2b-single .woocommerce-variation-add-to-cart,
  .dd-b2b-single form.cart:not(.variations_form){display:grid;grid-template-columns:88px 1fr;width:100%}
  .dd-b2b-single .quantity input.qty{width:88px;min-width:88px}
  .dd-b2b-single .single_add_to_cart_button{min-width:0;width:100%}
  .dd-b2b-support{display:block}
  .dd-b2b-support a{display:inline-block;margin-top:7px}
  .dd-b2b-single .woocommerce-tabs ul.tabs{gap:5px}
  .dd-b2b-single .woocommerce-tabs ul.tabs li a{padding:8px 11px!important;font-size:12px}
  .dd-b2b-documents{grid-template-columns:1fr}
  .dd-b2b-catalog ul.products li.product{padding:10px!important}
  .dd-b2b-card-actions{grid-template-columns:1fr}
  .dd-b2b-mobile-bar{
    position:fixed;
    z-index:9998;
    left:0;
    right:0;
    bottom:0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    padding:10px 12px;
    background:rgba(255,255,255,.97);
    border-top:1px solid #e2e7eb;
    box-shadow:0 -8px 30px rgba(38,54,72,.10);
    backdrop-filter:blur(12px);
  }
  .dd-b2b-mobile-bar__text{min-width:0;display:block}
  .dd-b2b-mobile-bar__text small,.dd-b2b-mobile-bar__text strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .dd-b2b-mobile-bar__text small{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:var(--dd-muted)}
  .dd-b2b-mobile-bar__text strong{max-width:150px;font-size:12px;color:var(--dd-navy)}
  .dd-b2b-mobile-bar__button{border:0;border-radius:10px;background:var(--dd-orange);color:#fff;font-size:11px;font-weight:800;padding:11px 13px;white-space:nowrap}
}

/* ============================================================
   Dutch Direct B2B Shop UX v1.1.0 — Premium catalogue refresh
   ============================================================ */

/* Single product refinement to match the approved visual direction */
.dd-b2b-single .summary .price{
  color:#b86100!important;
  font-size:clamp(22px,2vw,30px)!important;
  line-height:1.1!important;
  font-weight:800!important;
  margin:2px 0 4px!important;
}

.dd-b2b-price-label,
.dd-b2b-card-price-label{
  color:#27384a;
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  margin-top:4px;
}

.dd-b2b-single-sku{
  color:#818b96;
  font-size:11.5px;
  margin:4px 0 12px;
}

.dd-b2b-single .product_meta .sku_wrapper{display:none!important}

.dd-b2b-single .dd-b2b-highlights{
  display:block;
  margin:12px 0 18px;
  padding:14px 16px;
  border:0;
  border-radius:4px;
  background:#f4f4f3;
}

.dd-b2b-single .dd-b2b-highlights ul{
  margin:0!important;
  padding-left:18px!important;
  color:#263648;
}

.dd-b2b-single .dd-b2b-highlights li{
  margin:3px 0;
  font-size:14px;
  line-height:1.42;
}

/* Common variation-swatch plugin styling, when installed */
.dd-b2b-single .variable-items-wrapper,
.dd-b2b-single .woo-variation-items-wrapper .variable-items-wrapper{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:0!important;
  padding:0!important;
}

.dd-b2b-single .variable-items-wrapper .variable-item,
.dd-b2b-single .woo-variation-items-wrapper .variable-item{
  min-height:34px!important;
  width:auto!important;
  min-width:0!important;
  margin:0!important;
  padding:7px 11px!important;
  border:1px solid #d8dde2!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:none!important;
  color:#263648!important;
  font-size:12px!important;
  font-weight:700!important;
}

.dd-b2b-single .variable-items-wrapper .variable-item.selected,
.dd-b2b-single .variable-items-wrapper .variable-item:hover,
.dd-b2b-single .woo-variation-items-wrapper .variable-item.selected{
  border-color:#b96a16!important;
  box-shadow:0 0 0 1px rgba(185,106,22,.18)!important;
  background:#fff8f0!important;
}

.dd-b2b-single .single_add_to_cart_button,
.dd-b2b-single button.single_add_to_cart_button{
  flex:1 1 260px;
  background:#c66000!important;
  border-radius:7px!important;
  box-shadow:none!important;
  min-height:50px;
}

.dd-b2b-single .single_add_to_cart_button:hover{
  background:#a95000!important;
  box-shadow:none!important;
}

/* Trust strip */
.dd-b2b-trust{
  display:grid;
  gap:14px;
}

.dd-b2b-trust--single{
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin:18px 0 0;
  padding-top:16px;
  border-top:1px solid #eef0f2;
}

.dd-b2b-trust__item{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
}

.dd-b2b-trust__icon{
  display:grid;
  place-items:center;
  flex:0 0 34px;
  height:34px;
  color:#25394d;
}

.dd-b2b-trust__icon svg{
  width:31px;
  height:31px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.dd-b2b-trust__item strong{
  display:block;
  color:#263648;
  font-size:11.5px;
  line-height:1.18;
  font-weight:750;
}

/* Shop hero */
.dd-b2b-archive .woocommerce-products-header{
  display:none!important;
}

.dd-b2b-shop-hero{
  max-width:1380px;
  margin:8px auto 28px;
  padding:30px 32px 22px;
  border:1px solid #e6e9ed;
  border-radius:18px;
  background:linear-gradient(135deg,#fff 0%,#fafafa 66%,#fff8ef 100%);
  box-sizing:border-box;
}

.dd-b2b-shop-hero__copy{
  max-width:850px;
}

.dd-b2b-shop-kicker{
  display:block;
  margin-bottom:7px;
  color:#d06c00;
  font-size:11px;
  font-weight:900;
  letter-spacing:.13em;
}

.dd-b2b-shop-hero h1{
  margin:0!important;
  color:#28394b;
  font-size:clamp(30px,3vw,44px)!important;
  line-height:1.08!important;
  letter-spacing:-.025em;
}

.dd-b2b-shop-hero p{
  max-width:780px;
  margin:10px 0 0;
  color:#657486;
  font-size:14.5px;
  line-height:1.6;
}

.dd-b2b-shop-search{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:10px;
  max-width:860px;
  margin-top:22px;
  padding:6px 7px 6px 13px;
  border:1px solid #dde2e7;
  border-radius:12px;
  background:#fff;
  box-shadow:0 5px 18px rgba(40,57,75,.035);
}

.dd-b2b-shop-search__icon{
  display:grid;
  place-items:center;
  color:#7c8793;
}

.dd-b2b-shop-search__icon svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
}

.dd-b2b-shop-search input[type=search]{
  width:100%;
  min-width:0;
  height:42px;
  padding:0;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  color:#263648;
  font-size:14px;
}

.dd-b2b-shop-search button{
  min-height:40px;
  padding:0 20px;
  border:0;
  border-radius:8px;
  background:#c66000;
  color:#fff;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}

.dd-b2b-category-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:16px;
}

.dd-b2b-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 13px;
  border:1px solid #dfe3e7;
  border-radius:999px;
  background:#fff;
  color:#4a5b6d!important;
  font-size:11.5px;
  font-weight:800;
  text-decoration:none!important;
  transition:.18s ease;
}

.dd-b2b-chip:hover,
.dd-b2b-chip.is-active{
  border-color:#c66000;
  background:#fff7ee;
  color:#a95000!important;
}

.dd-b2b-trust--shop{
  grid-template-columns:repeat(4,minmax(0,1fr));
  max-width:850px;
  margin-top:20px;
  padding-top:17px;
  border-top:1px solid #eceff2;
}

.dd-b2b-trust--shop .dd-b2b-trust__item strong{
  font-size:11px;
}

/* Shop filter/content layout */
.dd-b2b-shop-layout{
  display:grid;
  grid-template-columns:238px minmax(0,1fr);
  gap:28px;
  max-width:1380px;
  margin:0 auto;
  align-items:start;
}

.dd-b2b-shop-main{
  min-width:0;
}

.dd-b2b-archive .woocommerce-result-count{
  margin:8px 0 20px!important;
  color:#7a8794;
  font-size:12px;
}

.dd-b2b-archive .woocommerce-ordering{
  margin:0 0 18px!important;
}

.dd-b2b-archive .woocommerce-ordering select{
  min-height:40px;
  padding:0 36px 0 12px;
  border:1px solid #dfe4e8;
  border-radius:8px;
  background:#fff;
  color:#405164;
  font-size:12px;
}

.dd-b2b-filters{
  position:sticky;
  top:115px;
  padding:18px;
  border:1px solid #e4e8ec;
  border-radius:14px;
  background:#fff;
}

.dd-b2b-filters__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-bottom:13px;
  border-bottom:1px solid #edf0f2;
}

.dd-b2b-filters__head strong{
  color:#293b4d;
  font-size:14px;
}

.dd-b2b-filters__head button{
  display:none;
  border:0;
  background:transparent;
  font-size:24px;
  line-height:1;
  color:#6f7d8b;
}

.dd-b2b-filter-group{
  padding:18px 0 4px;
}

.dd-b2b-filter-group + .dd-b2b-filter-group{
  margin-top:11px;
  border-top:1px solid #edf0f2;
}

.dd-b2b-filter-group h3{
  margin:0 0 10px!important;
  color:#293b4d;
  font-size:11px!important;
  line-height:1.2!important;
  letter-spacing:.05em;
  text-transform:uppercase;
  font-weight:900!important;
}

.dd-b2b-filter-links{
  display:grid;
  gap:3px;
}

.dd-b2b-filter-links a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  min-height:32px;
  padding:5px 7px;
  border-radius:7px;
  color:#526275!important;
  font-size:12px;
  line-height:1.25;
  text-decoration:none!important;
}

.dd-b2b-filter-links a:hover,
.dd-b2b-filter-links a.is-active{
  background:#fff6eb;
  color:#a95000!important;
}

.dd-b2b-filter-links small{
  color:#98a2ad;
  font-size:10px;
}

.dd-b2b-filter-pills{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}

.dd-b2b-filter-pills a{
  display:inline-flex;
  min-height:30px;
  align-items:center;
  padding:0 9px;
  border:1px solid #dfe4e8;
  border-radius:7px;
  color:#536375!important;
  font-size:10.5px;
  font-weight:700;
  text-decoration:none!important;
}

.dd-b2b-filter-pills a:hover,
.dd-b2b-filter-pills a.is-active{
  border-color:#c66000;
  background:#fff7ef;
  color:#a95000!important;
}

.dd-b2b-clear-filters{
  display:inline-block;
  margin:14px 0 0;
  color:#b05a00!important;
  font-size:11px;
  font-weight:800;
  text-decoration:none!important;
}

.dd-b2b-filter-help{
  margin-top:20px;
  padding:14px;
  border-radius:10px;
  background:#f5f6f6;
}

.dd-b2b-filter-help strong{
  display:block;
  color:#293b4d;
  font-size:11.5px;
}

.dd-b2b-filter-help p{
  margin:6px 0 8px;
  color:#72808d;
  font-size:10.5px;
  line-height:1.45;
}

.dd-b2b-filter-help a{
  color:#b45d00!important;
  font-size:10.5px;
  font-weight:850;
  text-decoration:none!important;
}

.dd-b2b-mobile-filter-row{display:none}
.dd-b2b-filter-backdrop{display:none}

/* Product cards — closer to the approved single-product language */
.dd-b2b-archive ul.products{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:20px!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}

.dd-b2b-archive ul.products li.product{
  padding:13px 13px 15px!important;
  border-radius:12px;
  box-shadow:none;
}

.dd-b2b-archive ul.products li.product:hover{
  transform:translateY(-2px);
  border-color:#d8dde2;
  box-shadow:0 10px 28px rgba(36,53,70,.07);
}

.dd-b2b-archive ul.products li.product img{
  aspect-ratio:1.15/1;
  margin-bottom:12px!important;
  padding:15px;
  border-radius:9px;
  background:#f4f5f5;
}

.dd-b2b-archive .dd-b2b-card-brand{
  margin-top:0;
  color:#b45d00;
  font-size:9.5px;
}

.dd-b2b-archive ul.products li.product .woocommerce-loop-product__title{
  min-height:44px;
  margin-bottom:4px!important;
  font-size:17px!important;
  line-height:1.25;
}

.dd-b2b-card-highlights{
  min-height:70px;
  margin:8px 2px 10px!important;
  padding:9px 10px 9px 24px!important;
  border-radius:7px;
  background:#f5f5f4;
  color:#526275;
}

.dd-b2b-card-highlights li{
  margin:2px 0;
  font-size:10.5px;
  line-height:1.35;
}

.dd-b2b-card-price-label{
  margin:3px 2px 0;
  font-size:10px;
}

.dd-b2b-archive ul.products li.product .price{
  margin:1px 2px 2px!important;
  color:#b86100!important;
  font-size:16px!important;
  line-height:1.2;
  font-weight:800!important;
}

.dd-b2b-card-sku{
  margin:0 2px 8px;
  color:#9aa3ac;
  font-size:9.5px;
}

.dd-b2b-archive .dd-b2b-card-packaging{
  min-height:31px;
  margin:2px 2px 12px;
  color:#657587;
  font-size:10.5px;
}

.dd-b2b-archive .dd-b2b-card-actions{
  grid-template-columns:.88fr 1.12fr;
}

.dd-b2b-archive .dd-b2b-card-actions .button{
  min-height:40px;
  border-radius:7px!important;
  font-size:10.5px!important;
}

.dd-b2b-archive .dd-b2b-card-actions .add_to_cart_button,
.dd-b2b-archive .dd-b2b-card-actions .product_type_simple,
.dd-b2b-archive .dd-b2b-card-actions .dd-b2b-quote-product{
  background:#c66000!important;
  border-color:#c66000!important;
  color:#fff!important;
}

.dd-b2b-archive .dd-b2b-card-actions .dd-b2b-view-product{
  background:#fff!important;
  color:#33475a!important;
  border-color:#dce1e5!important;
}

.dd-b2b-archive .star-rating{display:none!important}

@media (max-width:1200px){
  .dd-b2b-shop-layout{grid-template-columns:220px minmax(0,1fr);gap:20px;padding:0 18px}
  .dd-b2b-shop-hero{margin-left:18px;margin-right:18px}
  .dd-b2b-archive ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .dd-b2b-trust--single{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:900px){
  .dd-b2b-shop-hero{padding:24px 20px 20px}
  .dd-b2b-shop-layout{display:block;padding:0 14px}
  .dd-b2b-mobile-filter-row{display:flex;justify-content:flex-start;margin:0 0 12px}
  .dd-b2b-filter-toggle{
    min-height:38px;
    padding:0 13px;
    border:1px solid #dce2e7;
    border-radius:8px;
    background:#fff;
    color:#33475a;
    font-size:12px;
    font-weight:800;
  }
  .dd-b2b-filters{
    position:fixed;
    z-index:10020;
    top:0;
    left:0;
    bottom:0;
    width:min(340px,88vw);
    overflow:auto;
    padding:18px;
    border:0;
    border-radius:0;
    transform:translateX(-105%);
    transition:transform .22s ease;
    box-shadow:10px 0 35px rgba(20,33,45,.18);
  }
  body.dd-b2b-filters-open .dd-b2b-filters{transform:translateX(0)}
  .dd-b2b-filters__head button{display:block}
  .dd-b2b-filter-backdrop{
    position:fixed;
    z-index:10010;
    inset:0;
    background:rgba(20,31,42,.38);
  }
  body.dd-b2b-filters-open .dd-b2b-filter-backdrop{display:block}
  body.dd-b2b-filters-open{overflow:hidden}
  .dd-b2b-trust--shop{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:640px){
  .dd-b2b-shop-hero{margin:8px 10px 20px;padding:20px 14px 16px;border-radius:14px}
  .dd-b2b-shop-hero h1{font-size:29px!important}
  .dd-b2b-shop-search{grid-template-columns:auto 1fr;margin-top:17px;padding-right:10px}
  .dd-b2b-shop-search button{display:none}
  .dd-b2b-category-chips{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}
  .dd-b2b-category-chips::-webkit-scrollbar{display:none}
  .dd-b2b-chip{flex:0 0 auto}
  .dd-b2b-trust--shop{grid-template-columns:1fr 1fr;gap:10px 6px}
  .dd-b2b-trust--shop .dd-b2b-trust__icon{flex-basis:28px;height:28px}
  .dd-b2b-trust--shop .dd-b2b-trust__icon svg{width:26px;height:26px}
  .dd-b2b-shop-layout{padding:0 10px}
  .dd-b2b-archive ul.products{grid-template-columns:1fr!important;gap:13px!important;padding:0!important}
  .dd-b2b-archive ul.products li.product{padding:11px!important}
  .dd-b2b-card-highlights{min-height:0}
  .dd-b2b-trust--single{grid-template-columns:1fr 1fr;gap:12px 8px}
  .dd-b2b-trust__item strong{font-size:10.5px}
}

/* ============================================================
   Dutch Direct B2B Shop UX v1.2.0 — Single product layout fix
   Fixes the 50%-width theme constraint seen on Dutch Direct.
   ============================================================ */

/* The active theme/template was constraining the entire Woo product to ~50%.
   Force the product shell to occupy the complete content container. */
@media (min-width:901px){
  body.dd-b2b-single .woocommerce div.product,
  body.dd-b2b-single div.product{
    display:grid!important;
    width:100%!important;
    max-width:1240px!important;
    min-width:0!important;
    float:none!important;
    clear:both!important;
    margin-left:auto!important;
    margin-right:auto!important;
    grid-template-columns:minmax(0,46fr) minmax(0,54fr)!important;
    column-gap:36px!important;
    row-gap:30px!important;
    align-items:start!important;
    box-sizing:border-box!important;
  }

  body.dd-b2b-single div.product > .woocommerce-product-gallery{
    grid-column:1!important;
    grid-row:1!important;
    width:100%!important;
    max-width:none!important;
    float:none!important;
    margin:0!important;
    padding:24px!important;
    border-radius:10px!important;
    background:#f3f4f4!important;
  }

  body.dd-b2b-single div.product > .summary{
    grid-column:2!important;
    grid-row:1!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    float:none!important;
    margin:0!important;
    padding:0!important;
  }

  body.dd-b2b-single div.product > .woocommerce-tabs,
  body.dd-b2b-single div.product > .related,
  body.dd-b2b-single div.product > .upsells{
    grid-column:1 / -1!important;
  }

  body.dd-b2b-single .woocommerce-product-gallery__image a{
    min-height:465px!important;
  }

  body.dd-b2b-single .woocommerce-product-gallery__image img{
    max-height:410px!important;
  }

  body.dd-b2b-single .product_title{
    max-width:none!important;
    margin:0 0 12px!important;
    font-size:40px!important;
    line-height:1.04!important;
    letter-spacing:-.025em!important;
  }

  body.dd-b2b-single .summary form.cart,
  body.dd-b2b-single .summary form.variations_form{
    width:100%!important;
    max-width:none!important;
  }
}

/* Keep the reference design concise: the long Woo short-description becomes
   the source for the gray bullet panel instead of being repeated above it. */
body.dd-b2b-single .woocommerce-product-details__short-description.dd-b2b-source-hidden{
  display:none!important;
}

body.dd-b2b-single .dd-b2b-highlights{
  width:100%!important;
  box-sizing:border-box!important;
  margin:12px 0 20px!important;
  padding:14px 17px!important;
  background:#f1f1f0!important;
  border-radius:3px!important;
}

body.dd-b2b-single .dd-b2b-highlights ul{
  margin:0!important;
  padding:0 0 0 18px!important;
}

body.dd-b2b-single .dd-b2b-highlights li{
  margin:3px 0!important;
  color:#182532!important;
  font-size:14px!important;
  line-height:1.4!important;
}

body.dd-b2b-single .dd-b2b-price-fallback{
  margin:3px 0 9px;
}
body.dd-b2b-single .dd-b2b-price-fallback span{
  display:block;
  margin-bottom:2px;
  color:#27384a;
  font-size:12px;
  line-height:1.2;
  font-weight:800;
}
body.dd-b2b-single .dd-b2b-price-fallback strong{
  display:block;
  color:#b86100;
  font-size:24px;
  line-height:1.15;
  font-weight:800;
}

/* Variation controls are deliberately compact like the approved reference. */
body.dd-b2b-single table.variations tr{
  margin-bottom:12px!important;
}
body.dd-b2b-single table.variations th.label{
  margin-bottom:6px!important;
}
body.dd-b2b-single table.variations th.label label{
  font-size:12px!important;
}
body.dd-b2b-single .variable-items-wrapper,
body.dd-b2b-single .woo-variation-items-wrapper .variable-items-wrapper{
  gap:7px!important;
}
body.dd-b2b-single .variable-items-wrapper .variable-item,
body.dd-b2b-single .woo-variation-items-wrapper .variable-item{
  min-height:31px!important;
  padding:6px 10px!important;
  border-radius:7px!important;
  font-size:11.5px!important;
}

/* Match the reference: quantity + one full-width primary CTA on the same row. */
body.dd-b2b-single .woocommerce-variation-add-to-cart,
body.dd-b2b-single form.cart:not(.variations_form){
  width:100%!important;
  display:grid!important;
  grid-template-columns:100px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:stretch!important;
}
body.dd-b2b-single .quantity,
body.dd-b2b-single .quantity input.qty{
  width:100%!important;
  min-width:0!important;
}
body.dd-b2b-single .single_add_to_cart_button,
body.dd-b2b-single button.single_add_to_cart_button{
  width:100%!important;
  min-width:0!important;
  min-height:50px!important;
  border-radius:7px!important;
  background:#c66000!important;
  box-shadow:none!important;
}

/* Reference-sized trust row. */
body.dd-b2b-single .dd-b2b-trust--single{
  width:100%!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  margin-top:17px!important;
  padding-top:15px!important;
}

@media (max-width:1200px) and (min-width:901px){
  body.dd-b2b-single .woocommerce div.product,
  body.dd-b2b-single div.product{
    max-width:calc(100vw - 44px)!important;
    grid-template-columns:minmax(0,45fr) minmax(0,55fr)!important;
    column-gap:28px!important;
  }
  body.dd-b2b-single .product_title{font-size:36px!important}
  body.dd-b2b-single .woocommerce-product-gallery__image a{min-height:420px!important}
}

@media (max-width:900px){
  body.dd-b2b-single .woocommerce div.product,
  body.dd-b2b-single div.product{
    width:100%!important;
    max-width:100%!important;
  }
  body.dd-b2b-single .product_title{font-size:34px!important}
}

/* ============================================================
   v1.3.0 HARD SINGLE-PRODUCT TEMPLATE
   The product hero is rendered outside Elementor's product columns, so theme
   width constraints cannot compress the gallery/summary into the left half.
   ============================================================ */
body.dd-b2b-hard-template .dd-b2b-hard-page{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0 20px 70px!important;
  box-sizing:border-box!important;
  background:#fff;
}

body.dd-b2b-hard-template .dd-b2b-hard-product{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  float:none!important;
  clear:both!important;
  margin:0!important;
  padding:0!important;
}

body.dd-b2b-hard-template .dd-b2b-hard-inner{
  width:min(1240px,100%)!important;
  max-width:1240px!important;
  margin:0 auto!important;
  padding-top:42px!important;
  box-sizing:border-box!important;
}

body.dd-b2b-hard-template .dd-b2b-hard-back{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 28px!important;
  color:#f28b00!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:800!important;
  text-decoration:none!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-back span{font-size:21px;line-height:1}

body.dd-b2b-hard-template .dd-b2b-hard-hero{
  display:grid!important;
  grid-template-columns:minmax(0,44fr) minmax(0,56fr)!important;
  gap:34px!important;
  width:100%!important;
  max-width:none!important;
  align-items:start!important;
}

body.dd-b2b-hard-template .dd-b2b-hard-gallery{
  min-width:0!important;
  width:100%!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-gallery .woocommerce-product-gallery{
  width:100%!important;
  max-width:none!important;
  float:none!important;
  margin:0!important;
  padding:0!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-gallery .woocommerce-product-gallery__wrapper{
  margin:0!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-gallery .woocommerce-product-gallery__image{
  width:100%!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-gallery .woocommerce-product-gallery__image a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:500px!important;
  padding:30px!important;
  box-sizing:border-box!important;
  background:#f2f4f5!important;
  border-radius:9px!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-gallery .woocommerce-product-gallery__image img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:88%!important;
  max-height:430px!important;
  margin:auto!important;
  object-fit:contain!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-gallery .flex-control-thumbs{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
  margin:10px 0 0!important;
  padding:0!important;
  list-style:none!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-gallery .flex-control-thumbs li{
  width:100%!important;
  float:none!important;
  margin:0!important;
  border:1px solid #e5e8eb!important;
  border-radius:9px!important;
  background:#fafbfb!important;
  overflow:hidden!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-gallery .flex-control-thumbs li:first-child,
body.dd-b2b-hard-template .dd-b2b-hard-gallery .flex-control-thumbs li.flex-active{
  border-color:#b86a20!important;
  box-shadow:0 0 0 1px #b86a20 inset!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-gallery .flex-control-thumbs img{
  width:100%!important;
  aspect-ratio:1/1!important;
  object-fit:contain!important;
  padding:9px!important;
  box-sizing:border-box!important;
}

body.dd-b2b-hard-template .dd-b2b-hard-summary{
  min-width:0!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-breadcrumb .woocommerce-breadcrumb{
  margin:0 0 7px!important;
  padding:0!important;
  color:#8a9097!important;
  font-size:12px!important;
  line-height:1.45!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-breadcrumb .woocommerce-breadcrumb a{
  color:#f28b00!important;
  text-decoration:none!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-sep{color:#a5aab0!important;margin:0 2px!important}
body.dd-b2b-hard-template .dd-b2b-hard-brand{
  margin:0 0 7px!important;
  color:#737b84!important;
  font-size:12px!important;
  line-height:1.35!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-title{
  margin:0 0 10px!important;
  color:#273748!important;
  font-size:40px!important;
  line-height:1.05!important;
  letter-spacing:-.025em!important;
  font-weight:800!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-price-block{margin:0 0 13px!important}
body.dd-b2b-hard-template .dd-b2b-hard-price-label{
  display:block!important;
  margin:0 0 2px!important;
  color:#252b31!important;
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:800!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-price,
body.dd-b2b-hard-template .dd-b2b-hard-price .amount{
  color:#aa5c13!important;
  font-size:24px!important;
  line-height:1.15!important;
  font-weight:800!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-sku{
  margin-top:3px!important;
  color:#8a8f95!important;
  font-size:11px!important;
  line-height:1.3!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-sku span{font-weight:700!important}
body.dd-b2b-hard-template .dd-b2b-hard-highlights{
  width:100%!important;
  margin:12px 0 18px!important;
  padding:14px 18px!important;
  box-sizing:border-box!important;
  background:#f0f1f1!important;
  border-radius:2px!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-highlights ul{
  margin:0!important;
  padding:0 0 0 18px!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-highlights li{
  margin:3px 0!important;
  color:#17222d!important;
  font-size:13.5px!important;
  line-height:1.35!important;
}

body.dd-b2b-hard-template .dd-b2b-hard-cart,
body.dd-b2b-hard-template .dd-b2b-hard-cart form.cart,
body.dd-b2b-hard-template .dd-b2b-hard-cart form.variations_form{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-cart table.variations{
  width:100%!important;
  margin:0 0 12px!important;
  border:0!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-cart table.variations tbody,
body.dd-b2b-hard-template .dd-b2b-hard-cart table.variations tr{
  display:block!important;
  width:100%!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-cart table.variations tr{margin:0 0 12px!important}
body.dd-b2b-hard-template .dd-b2b-hard-cart table.variations th,
body.dd-b2b-hard-template .dd-b2b-hard-cart table.variations td{
  display:block!important;
  width:100%!important;
  padding:0!important;
  border:0!important;
  text-align:left!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-cart table.variations th.label{
  margin:0 0 6px!important;
  background:transparent!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-cart table.variations th.label label{
  color:#182431!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:800!important;
  text-transform:uppercase!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-cart select{
  min-height:38px!important;
  border:1px solid #dfe3e7!important;
  border-radius:7px!important;
  background:#fff!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-cart .variable-items-wrapper,
body.dd-b2b-hard-template .dd-b2b-hard-cart .woo-variation-items-wrapper .variable-items-wrapper{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  margin:0!important;
  padding:0!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-cart .variable-items-wrapper .variable-item,
body.dd-b2b-hard-template .dd-b2b-hard-cart .woo-variation-items-wrapper .variable-item{
  min-height:32px!important;
  margin:0!important;
  padding:6px 11px!important;
  border:1px solid #dadfe4!important;
  border-radius:7px!important;
  background:#fff!important;
  box-shadow:none!important;
  color:#263645!important;
  font-size:12px!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-cart .variable-items-wrapper .variable-item.selected,
body.dd-b2b-hard-template .dd-b2b-hard-cart .woo-variation-items-wrapper .variable-item.selected{
  border-color:#b46b2d!important;
  box-shadow:0 0 0 1px #b46b2d inset!important;
  color:#8b4b18!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-cart .reset_variations{
  display:inline-block!important;
  margin-top:5px!important;
  color:#7b8188!important;
  font-size:11px!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-cart .woocommerce-variation-add-to-cart,
body.dd-b2b-hard-template .dd-b2b-hard-cart form.cart:not(.variations_form){
  display:grid!important;
  grid-template-columns:102px minmax(0,1fr)!important;
  gap:12px!important;
  width:100%!important;
  align-items:stretch!important;
  margin-top:8px!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-cart .quantity,
body.dd-b2b-hard-template .dd-b2b-hard-cart .quantity input.qty{
  width:100%!important;
  min-width:0!important;
  height:50px!important;
  margin:0!important;
  border:1px solid #dcdfe2!important;
  border-radius:7px!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-cart .single_add_to_cart_button{
  width:100%!important;
  min-width:0!important;
  min-height:50px!important;
  margin:0!important;
  border:0!important;
  border-radius:7px!important;
  background:#c85d00!important;
  color:#fff!important;
  box-shadow:none!important;
  font-size:15px!important;
  line-height:1!important;
  font-weight:800!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-cart .single_add_to_cart_button:hover{background:#ad5000!important}
body.dd-b2b-hard-template .dd-b2b-hard-commercial-note{
  margin:8px 0 0!important;
  color:#7a828a!important;
  font-size:11px!important;
  line-height:1.4!important;
}

body.dd-b2b-hard-template .dd-b2b-hard-summary .dd-b2b-trust--single{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
  width:100%!important;
  margin:17px 0 0!important;
  padding:15px 0 0!important;
  border-top:1px solid #eceeef!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-summary .dd-b2b-trust__item{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  min-width:0!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-summary .dd-b2b-trust__icon{
  display:flex!important;
  width:30px!important;
  height:30px!important;
  flex:0 0 30px!important;
  color:#1f2d3a!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-summary .dd-b2b-trust__icon svg{
  width:30px!important;
  height:30px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.5!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-summary .dd-b2b-trust__item strong{
  color:#263645!important;
  font-size:11px!important;
  line-height:1.12!important;
  font-weight:700!important;
}

body.dd-b2b-hard-template .dd-b2b-hard-details,
body.dd-b2b-hard-template .dd-b2b-hard-related{
  width:100%!important;
  max-width:none!important;
  margin:48px 0 0!important;
}
body.dd-b2b-hard-template .dd-b2b-hard-details .woocommerce-tabs{
  width:100%!important;
  max-width:none!important;
}

/* Avoid duplicate mobile bar when the custom hard template already has a full CTA. */
body.dd-b2b-hard-template .dd-b2b-mobile-bar{display:none!important}

@media (max-width:1000px){
  body.dd-b2b-hard-template .dd-b2b-hard-inner{padding-top:30px!important}
  body.dd-b2b-hard-template .dd-b2b-hard-hero{grid-template-columns:minmax(0,43fr) minmax(0,57fr)!important;gap:26px!important}
  body.dd-b2b-hard-template .dd-b2b-hard-gallery .woocommerce-product-gallery__image a{min-height:420px!important;padding:22px!important}
  body.dd-b2b-hard-template .dd-b2b-hard-gallery .woocommerce-product-gallery__image img{max-height:360px!important}
  body.dd-b2b-hard-template .dd-b2b-hard-title{font-size:35px!important}
}

@media (max-width:780px){
  body.dd-b2b-hard-template .dd-b2b-hard-page{padding:0 14px 45px!important}
  body.dd-b2b-hard-template .dd-b2b-hard-inner{padding-top:22px!important}
  body.dd-b2b-hard-template .dd-b2b-hard-back{margin-bottom:18px!important}
  body.dd-b2b-hard-template .dd-b2b-hard-hero{grid-template-columns:1fr!important;gap:24px!important}
  body.dd-b2b-hard-template .dd-b2b-hard-gallery .woocommerce-product-gallery__image a{min-height:340px!important;padding:18px!important}
  body.dd-b2b-hard-template .dd-b2b-hard-gallery .woocommerce-product-gallery__image img{max-height:300px!important}
  body.dd-b2b-hard-template .dd-b2b-hard-title{font-size:32px!important}
  body.dd-b2b-hard-template .dd-b2b-hard-summary .dd-b2b-trust--single{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media (max-width:480px){
  body.dd-b2b-hard-template .dd-b2b-hard-cart .woocommerce-variation-add-to-cart,
  body.dd-b2b-hard-template .dd-b2b-hard-cart form.cart:not(.variations_form){grid-template-columns:86px minmax(0,1fr)!important;gap:9px!important}
  body.dd-b2b-hard-template .dd-b2b-hard-gallery .flex-control-thumbs{gap:7px!important}
}


/* ============================================================
   v1.3.1 layout rescue for themes that keep a sidebar/content split
   or wrap WooCommerce single products inside half-width containers.
   This forces the product content area to 100% width and hides any
   empty secondary/sidebar region on the hard single-product template.
   ============================================================ */
body.dd-b2b-hard-template #content,
body.dd-b2b-hard-template .site-content,
body.dd-b2b-hard-template .content-area,
body.dd-b2b-hard-template .site-main,
body.dd-b2b-hard-template .main-content,
body.dd-b2b-hard-template .content-wrapper,
body.dd-b2b-hard-template .content-inner,
body.dd-b2b-hard-template .woocommerce-container,
body.dd-b2b-hard-template .container.site-content,
body.dd-b2b-hard-template .container.content-wrapper,
body.dd-b2b-hard-template .elementor-location-single,
body.dd-b2b-hard-template .elementor-widget-theme-post-content,
body.dd-b2b-hard-template .elementor-widget-container{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  float:none!important;
  clear:both!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;
}

body.dd-b2b-hard-template #content .container,
body.dd-b2b-hard-template #content .container-fluid,
body.dd-b2b-hard-template #content .row,
body.dd-b2b-hard-template #content .col,
body.dd-b2b-hard-template #content .col-12,
body.dd-b2b-hard-template #content [class*="col-"],
body.dd-b2b-hard-template .site-content .container,
body.dd-b2b-hard-template .site-content .row,
body.dd-b2b-hard-template .content-area .container,
body.dd-b2b-hard-template .content-area .row{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  flex:0 0 100%!important;
  float:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;
}

body.dd-b2b-hard-template #secondary,
body.dd-b2b-hard-template .sidebar,
body.dd-b2b-hard-template .widget-area,
body.dd-b2b-hard-template aside.sidebar,
body.dd-b2b-hard-template aside#secondary,
body.dd-b2b-hard-template .shop-sidebar,
body.dd-b2b-hard-template .right-sidebar,
body.dd-b2b-hard-template .left-sidebar{
  display:none!important;
  width:0!important;
  max-width:0!important;
  flex:0 0 0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}

body.dd-b2b-hard-template .dd-b2b-hard-page,
body.dd-b2b-hard-template main#primary.dd-b2b-hard-page,
body.dd-b2b-hard-template #primary.dd-b2b-hard-page{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  float:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
}


/* ============================================================
   v1.3.2 VIEWPORT BREAKOUT
   Some Dutch Direct theme wrappers constrain the entire single-product
   content before our custom template is rendered. This section intentionally
   breaks the custom page out to the browser viewport, then re-centers the
   1240px product container inside it.
   ============================================================ */
html:has(body.dd-b2b-hard-template),
body.dd-b2b-hard-template{
  overflow-x:hidden!important;
}

body.dd-b2b-hard-template .dd-b2b-hard-page,
body.dd-b2b-hard-template main#primary.dd-b2b-hard-page,
body.dd-b2b-hard-template #primary.dd-b2b-hard-page{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
  width:100vw!important;
  max-width:100vw!important;
  min-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding-left:24px!important;
  padding-right:24px!important;
  box-sizing:border-box!important;
}

body.dd-b2b-hard-template .dd-b2b-hard-product{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
}

body.dd-b2b-hard-template .dd-b2b-hard-inner{
  width:100%!important;
  max-width:1240px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* Keep the desktop composition centered and visually close to the approved mockup. */
@media (min-width:1101px){
  body.dd-b2b-hard-template .dd-b2b-hard-hero{
    grid-template-columns:minmax(0,48fr) minmax(0,52fr)!important;
    gap:34px!important;
  }
  body.dd-b2b-hard-template .dd-b2b-hard-gallery .woocommerce-product-gallery__image a{
    min-height:520px!important;
  }
}

@media (max-width:780px){
  body.dd-b2b-hard-template .dd-b2b-hard-page,
  body.dd-b2b-hard-template main#primary.dd-b2b-hard-page,
  body.dd-b2b-hard-template #primary.dd-b2b-hard-page{
    padding-left:14px!important;
    padding-right:14px!important;
  }
}


/* ============================================================
   v1.4.0 BODY-MOUNTED SINGLE PRODUCT
   The JS portal makes #dd-b2b-hard-root a direct child of body, so these
   rules no longer depend on any Elementor/theme content-column geometry.
   ============================================================ */
body.dd-b2b-hard-template > #dd-b2b-hard-root{
  display:block!important;
  position:relative!important;
  inset:auto!important;
  transform:none!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  padding:0 24px 70px!important;
  box-sizing:border-box!important;
  clear:both!important;
  float:none!important;
  background:#fff!important;
}
body.dd-b2b-hard-template > #dd-b2b-hard-root .dd-b2b-hard-product{
  width:100%!important;
  max-width:none!important;
}
body.dd-b2b-hard-template > #dd-b2b-hard-root .dd-b2b-hard-inner{
  width:100%!important;
  max-width:1240px!important;
  margin:0 auto!important;
  padding-top:42px!important;
}
body.dd-b2b-hard-template > #dd-b2b-hard-root .dd-b2b-hard-hero{
  width:100%!important;
  display:grid!important;
  grid-template-columns:minmax(0,48fr) minmax(0,52fr)!important;
  gap:34px!important;
}
@media (max-width:1000px){
  body.dd-b2b-hard-template > #dd-b2b-hard-root .dd-b2b-hard-hero{
    grid-template-columns:minmax(0,43fr) minmax(0,57fr)!important;
    gap:26px!important;
  }
}
@media (max-width:780px){
  body.dd-b2b-hard-template > #dd-b2b-hard-root{
    padding-left:14px!important;
    padding-right:14px!important;
  }
  body.dd-b2b-hard-template > #dd-b2b-hard-root .dd-b2b-hard-hero{
    grid-template-columns:1fr!important;
  }
}


/* ============================================================
   v1.4.1 deterministic-width fallback
   JS writes concrete viewport/inner pixel widths. These rules are a fallback
   for first paint and intentionally avoid width:100% on the product canvas.
   ============================================================ */
body.dd-b2b-hard-template{overflow-x:hidden!important;}
body.dd-b2b-hard-template > #dd-b2b-hard-root{
  width:100vw!important;
  min-width:100vw!important;
  max-width:100vw!important;
  position:relative!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  margin:0!important;
}
body.dd-b2b-hard-template > #dd-b2b-hard-root .dd-b2b-hard-inner{
  width:calc(100vw - 48px)!important;
  max-width:1240px!important;
  min-width:0!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.dd-b2b-hard-template > #dd-b2b-hard-root .dd-b2b-hard-hero{
  width:100%!important;
  max-width:none!important;
}
@media(max-width:780px){
  body.dd-b2b-hard-template > #dd-b2b-hard-root .dd-b2b-hard-inner{
    width:calc(100vw - 28px)!important;
  }
}


/* v1.4.2: deterministic centered desktop canvas. */
body.dd-b2b-hard-template #dd-b2b-hard-root{
  width:100vw!important;
  max-width:100vw!important;
  min-width:100vw!important;
  overflow:visible!important;
}

body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-inner{
  max-width:1180px!important;
}

@media (min-width:781px){
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-hero{
    grid-template-columns:minmax(0,500px) minmax(0,648px)!important;
    gap:32px!important;
  }
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-gallery .woocommerce-product-gallery__image a{
    min-height:500px!important;
  }
}

@media (max-width:1200px) and (min-width:781px){
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-hero{
    grid-template-columns:minmax(0,43%) minmax(0,57%)!important;
  }
}


/* ============================================================
   v1.4.3 gallery visibility + title refinement
   The standard FlexSlider loses its calculated slide width after the product
   root is moved to BODY. We render a stable main-image stage from the original
   WooCommerce gallery data and keep Woo's thumbnails as navigation.
   ============================================================ */
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-title{
  font-size:38px!important;
}

body.dd-b2b-hard-template #dd-b2b-hard-root .woocommerce-product-gallery{
  opacity:1!important;
}

body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-gallery-stage{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:500px!important;
  padding:30px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
  background:#f2f4f5!important;
  border-radius:9px!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-gallery-stage a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:100%!important;
  min-height:440px!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-gallery-stage img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:88%!important;
  max-height:430px!important;
  margin:auto!important;
  object-fit:contain!important;
  opacity:1!important;
  visibility:visible!important;
}

/* The original flex viewport is retained in DOM for variation/image data, but
   not used for visual rendering. This avoids the blank main-image state. */
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-gallery .woocommerce-product-gallery.dd-b2b-stage-ready > .flex-viewport,
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-gallery .woocommerce-product-gallery.dd-b2b-stage-ready > .woocommerce-product-gallery__wrapper{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
  clip-path:inset(50%)!important;
}

body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-gallery .flex-control-thumbs{
  margin-top:10px!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-gallery .flex-control-thumbs li.dd-b2b-thumb-active{
  border-color:#c96400!important;
  box-shadow:0 0 0 1px #c96400 inset!important;
}

@media (max-width:1000px){
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-title{font-size:33px!important}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-gallery-stage{min-height:420px!important;padding:22px!important}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-gallery-stage a{min-height:370px!important}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-gallery-stage img{max-height:360px!important}
}
@media (max-width:780px){
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-title{font-size:30px!important}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-gallery-stage{min-height:340px!important;padding:18px!important}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-gallery-stage a{min-height:300px!important}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-gallery-stage img{max-height:300px!important}
}


/* ============================================================
   v1.5.0 — ZERO-JUMP LOAD + RESPONSIVE SINGLE PRODUCT
   Final overrides. Keep this block last.
   ============================================================ */
body.dd-b2b-hard-template{overflow-x:hidden!important;}
body.dd-b2b-hard-template #dd-b2b-hard-root{
  background:#fff!important;
  will-change:opacity!important;
  transition:opacity .14s ease!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root:not(.dd-b2b-is-ready){
  visibility:hidden!important;
  opacity:0!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root.dd-b2b-is-ready{
  visibility:visible!important;
  opacity:1!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-inner{
  padding-top:38px!important;
  padding-bottom:58px!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-back{
  margin-bottom:26px!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-title{
  font-size:38px!important;
  line-height:1.05!important;
  overflow-wrap:anywhere!important;
  text-wrap:balance;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-summary,
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-gallery{
  min-width:0!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-gallery-stage{
  min-height:500px!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-cart .variable-items-wrapper,
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-cart .woo-variation-items-wrapper .variable-items-wrapper{
  row-gap:7px!important;
  column-gap:7px!important;
}

/* Large / normal desktop */
@media (min-width:1081px){
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-gallery-stage{min-height:500px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-gallery-stage a{min-height:440px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-gallery-stage img{max-height:430px!important;max-width:90%!important;}
}

/* Compact desktop: preserve two columns, reduce typography and gallery height. */
@media (max-width:1080px) and (min-width:901px){
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-inner{padding-top:30px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-title{font-size:33px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-gallery-stage{min-height:420px!important;padding:22px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-gallery-stage a{min-height:370px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-gallery-stage img{max-height:355px!important;max-width:90%!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-highlights{padding:13px 15px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-highlights li{font-size:12.5px!important;}
}

/* Tablet and small laptop: stack gallery above content. */
@media (max-width:900px){
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-inner{padding-top:26px!important;padding-bottom:44px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-back{margin-bottom:20px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-hero{grid-template-columns:minmax(0,1fr)!important;gap:28px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-gallery{width:min(620px,100%)!important;max-width:620px!important;margin:0 auto!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-summary{width:min(760px,100%)!important;max-width:760px!important;margin:0 auto!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-title{font-size:32px!important;line-height:1.08!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-gallery-stage{min-height:clamp(350px,58vw,460px)!important;padding:22px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-gallery-stage a{min-height:310px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-gallery-stage img{max-height:410px!important;max-width:88%!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-summary .dd-b2b-trust--single{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-details,
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-related{margin-top:38px!important;}
}

/* Phone landscape / large phone */
@media (max-width:600px){
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-inner{padding-top:20px!important;padding-bottom:34px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-back{font-size:13px!important;margin-bottom:16px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-hero{gap:20px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-breadcrumb .woocommerce-breadcrumb{font-size:10.5px!important;line-height:1.4!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-brand{font-size:11px!important;margin-bottom:5px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-title{font-size:28px!important;line-height:1.08!important;margin-bottom:9px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-price,
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-price .amount{font-size:21px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-highlights{margin:10px 0 15px!important;padding:12px 13px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-highlights li{font-size:12.5px!important;line-height:1.35!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-gallery-stage{min-height:310px!important;padding:16px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-gallery-stage a{min-height:270px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-gallery-stage img{max-height:280px!important;max-width:90%!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-gallery .flex-control-thumbs{gap:7px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-gallery .flex-control-thumbs img{padding:6px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-cart table.variations tr{margin-bottom:10px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-cart .variable-items-wrapper .variable-item,
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-cart .woo-variation-items-wrapper .variable-item{min-height:34px!important;padding:7px 10px!important;font-size:11.5px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-cart .woocommerce-variation-add-to-cart,
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-cart form.cart:not(.variations_form){grid-template-columns:88px minmax(0,1fr)!important;gap:9px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-cart .quantity,
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-cart .quantity input.qty,
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-cart .single_add_to_cart_button{height:48px!important;min-height:48px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-summary .dd-b2b-trust--single{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px 8px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-summary .dd-b2b-trust__item strong{font-size:10.5px!important;}

  body.dd-b2b-hard-template #dd-b2b-hard-root .woocommerce-tabs ul.tabs{
    display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;white-space:nowrap!important;
    gap:6px!important;padding-bottom:5px!important;scrollbar-width:none!important;
  }
  body.dd-b2b-hard-template #dd-b2b-hard-root .woocommerce-tabs ul.tabs::-webkit-scrollbar{display:none!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .woocommerce-tabs ul.tabs li{flex:0 0 auto!important;margin:0!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .woocommerce-tabs .panel{font-size:13px!important;line-height:1.55!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-related ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
}

/* Narrow phones */
@media (max-width:390px){
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-title{font-size:26px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-gallery-stage{min-height:285px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-gallery-stage a{min-height:245px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-gallery-stage img{max-height:255px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-cart .single_add_to_cart_button{font-size:13px!important;padding-left:8px!important;padding-right:8px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-related ul.products{grid-template-columns:1fr!important;}
}

/* Respect reduced-motion preference: zero animation, still no layout jump. */
@media (prefers-reduced-motion:reduce){
  body.dd-b2b-hard-template #dd-b2b-hard-root{transition:none!important;}
}


/* ============================================================
   v1.5.1 DUTCH DIRECT BRAND SYSTEM
   Requested primary CTA: #FF9A00
   Requested hover:       #323D4A
   Main site/page titles: 38px
   ============================================================ */
:root{
  --dd-orange:#FF9A00!important;
  --dd-orange-dark:#FF9A00!important;
  --dd-navy:#323D4A!important;
}

/* Main page/product titles across the public site. We intentionally target
   primary titles rather than every h2/h3, preserving normal hierarchy in
   sections, cards, tabs and footer widgets. */
body h1,
body .entry-title,
body .page-title,
body .woocommerce-products-header__title,
body .product_title,
body .dd-b2b-hard-title,
body .dd-b2b-shop-hero h1,
body .elementor-widget-heading h1.elementor-heading-title{
  font-size:38px!important;
  line-height:1.08!important;
}

/* Dutch Direct / WooCommerce primary buttons. */
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button,
body .woocommerce #respond input#submit,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt,
body .single_add_to_cart_button,
body .dd-b2b-quote-product,
body .dd-b2b-view-product,
body .dd-b2b-shop-search button,
body .dd-b2b-mobile-bar__button,
body .elementor-button,
body a.wp-element-button,
body button.wp-element-button{
  background-color:#FF9A00!important;
  border-color:#FF9A00!important;
  color:#fff!important;
  transition:background-color .18s ease,border-color .18s ease,color .18s ease!important;
}

body .woocommerce a.button:hover,
body .woocommerce button.button:hover,
body .woocommerce input.button:hover,
body .woocommerce #respond input#submit:hover,
body .woocommerce a.button.alt:hover,
body .woocommerce button.button.alt:hover,
body .woocommerce input.button.alt:hover,
body .single_add_to_cart_button:hover,
body .dd-b2b-quote-product:hover,
body .dd-b2b-view-product:hover,
body .dd-b2b-shop-search button:hover,
body .dd-b2b-mobile-bar__button:hover,
body .elementor-button:hover,
body a.wp-element-button:hover,
body button.wp-element-button:hover{
  background-color:#323D4A!important;
  border-color:#323D4A!important;
  color:#fff!important;
}

/* Keep disabled quote/add-to-cart states visually distinct but on-brand. */
body .single_add_to_cart_button.disabled,
body .single_add_to_cart_button:disabled,
body .woocommerce button.button:disabled,
body .woocommerce button.button.disabled{
  background-color:#FF9A00!important;
  border-color:#FF9A00!important;
  color:#fff!important;
  opacity:.55!important;
}

/* Override older hard-template CTA rules that used brown/orange values. */
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-cart .single_add_to_cart_button,
body.dd-b2b-hard-template .dd-b2b-hard-cart .single_add_to_cart_button{
  background:#FF9A00!important;
  border-color:#FF9A00!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-cart .single_add_to_cart_button:hover,
body.dd-b2b-hard-template .dd-b2b-hard-cart .single_add_to_cart_button:hover{
  background:#323D4A!important;
  border-color:#323D4A!important;
}

/* Responsive request: primary titles remain 38px on all devices. Long titles
   wrap naturally instead of shrinking. */
@media (max-width:900px){
  body h1,
  body .entry-title,
  body .page-title,
  body .woocommerce-products-header__title,
  body .product_title,
  body .dd-b2b-hard-title,
  body .dd-b2b-shop-hero h1,
  body .elementor-widget-heading h1.elementor-heading-title{
    font-size:38px!important;
    line-height:1.08!important;
  }
}

/* ============================================================
   v1.6.0 UNIVERSAL PRODUCT CALCULATOR
   Keeps the approved v1.5 visual hierarchy and adds one compact sizing helper
   inside the existing WooCommerce purchase form.
   ============================================================ */
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-cart .reset_variations{
  display:none!important;
}

body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-product-calculator{
  width:100%!important;
  margin:12px 0 14px!important;
  padding:0!important;
  box-sizing:border-box!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-launch{
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr) 22px!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  min-height:54px!important;
  margin:0!important;
  padding:9px 12px!important;
  border:1px solid #e2e6ea!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#323D4A!important;
  text-align:left!important;
  box-shadow:none!important;
  cursor:pointer!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-launch:hover{
  border-color:#FF9A00!important;
  background:#fffaf2!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-launch__icon{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:32px!important;
  height:32px!important;
  border-radius:50%!important;
  background:#fff1db!important;
  color:#FF9A00!important;
  font-size:18px!important;
  font-weight:800!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-launch strong{
  display:block!important;
  margin:0 0 2px!important;
  color:#323D4A!important;
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:800!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-launch small{
  display:block!important;
  color:#737d87!important;
  font-size:10.5px!important;
  line-height:1.35!important;
  font-weight:500!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-launch__chev{
  color:#8c949c!important;
  font-size:18px!important;
  transform-origin:center!important;
  transition:transform .18s ease!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-product-calculator.is-open .dd-b2b-calc-launch__chev{
  transform:rotate(180deg)!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-panel{
  width:100%!important;
  margin:8px 0 0!important;
  padding:14px!important;
  border:1px solid #e2e6ea!important;
  border-radius:8px!important;
  background:#f8f9fa!important;
  box-sizing:border-box!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-panel[hidden]{display:none!important;}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-head{
  margin:0 0 12px!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-head>span{
  display:block!important;
  margin:0 0 3px!important;
  color:#FF9A00!important;
  font-size:9.5px!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:.08em!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-head>strong{
  display:block!important;
  color:#263645!important;
  font-size:15px!important;
  line-height:1.25!important;
  font-weight:800!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-head p{
  margin:4px 0 0!important;
  color:#6f7881!important;
  font-size:10.5px!important;
  line-height:1.45!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-modes{
  display:flex!important;
  gap:6px!important;
  margin:0 0 12px!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-mode{
  min-height:32px!important;
  padding:6px 12px!important;
  border:1px solid #d7dce0!important;
  border-radius:7px!important;
  background:#fff!important;
  color:#53606d!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:700!important;
  cursor:pointer!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-mode.is-active{
  border-color:#FF9A00!important;
  background:#FF9A00!important;
  color:#fff!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-fields{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
  margin:0 0 11px!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-fields.is-hidden{display:none!important;}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-fields label{
  display:block!important;
  margin:0!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-fields label>span{
  display:block!important;
  margin:0 0 4px!important;
  color:#323D4A!important;
  font-size:9.5px!important;
  line-height:1.2!important;
  font-weight:800!important;
  text-transform:uppercase!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-fields input,
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-fields select{
  width:100%!important;
  min-width:0!important;
  height:38px!important;
  margin:0!important;
  padding:6px 9px!important;
  border:1px solid #d8dde2!important;
  border-radius:7px!important;
  background:#fff!important;
  color:#263645!important;
  box-sizing:border-box!important;
  font-size:12px!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-fields input:focus,
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-fields select:focus{
  outline:2px solid rgba(255,154,0,.23)!important;
  border-color:#FF9A00!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-results{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:8px!important;
  margin:0 0 10px!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-result{
  min-width:0!important;
  padding:10px 11px!important;
  border:1px solid #e2e6ea!important;
  border-radius:7px!important;
  background:#fff!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-result span{
  display:block!important;
  margin:0 0 3px!important;
  color:#7b848d!important;
  font-size:9.5px!important;
  line-height:1.2!important;
  font-weight:700!important;
  text-transform:uppercase!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-result strong{
  display:block!important;
  color:#263645!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:800!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-apply{
  width:100%!important;
  min-height:40px!important;
  margin:0!important;
  padding:8px 12px!important;
  border:1px solid #FF9A00!important;
  border-radius:7px!important;
  background:#FF9A00!important;
  color:#fff!important;
  font-size:11.5px!important;
  line-height:1!important;
  font-weight:800!important;
  cursor:pointer!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-apply:hover{
  border-color:#323D4A!important;
  background:#323D4A!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-apply:disabled{
  opacity:.45!important;
  cursor:not-allowed!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-status,
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-note{
  margin:7px 0 0!important;
  color:#737d87!important;
  font-size:9.5px!important;
  line-height:1.45!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-note{
  padding-top:7px!important;
  border-top:1px solid #e4e7ea!important;
  color:#5c6670!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-unconfigured{
  padding:12px!important;
  border:1px solid #eadfcb!important;
  border-radius:7px!important;
  background:#fffaf2!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-unconfigured strong{
  display:block!important;
  color:#323D4A!important;
  font-size:12px!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-unconfigured p{
  margin:4px 0 7px!important;
  color:#6e7780!important;
  font-size:10.5px!important;
  line-height:1.45!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-unconfigured a{
  color:#FF9A00!important;
  font-size:10.5px!important;
  font-weight:800!important;
  text-decoration:none!important;
}

/* Normalize historical variation rows so Organic sizes / F1-Sizes / Select
   Quantity all visually match the approved Amplify layout. */
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-cart table.variations th.label,
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-cart table.variations td.value{
  background:transparent!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-hard-cart table.variations th.label label{
  font-size:10.5px!important;
  letter-spacing:.02em!important;
}

@media (max-width:600px){
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-fields{grid-template-columns:1fr 1fr!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-results{grid-template-columns:1fr!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-launch{grid-template-columns:32px minmax(0,1fr) 20px!important;padding:8px 10px!important;}
}
@media (max-width:390px){
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-fields{grid-template-columns:1fr!important;}
}

/* ============================================================
   v1.7.0 UNIFIED PURCHASE + CALCULATOR EXPERIENCE
   One product page, one order configuration, two deliberate modes.
   ============================================================ */
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-shell{
  width:100%!important;
  margin:18px 0 0!important;
  padding:0!important;
  border-top:1px solid #e4e8ec!important;
  box-sizing:border-box!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-head{
  display:flex!important;
  flex-direction:column!important;
  gap:2px!important;
  padding:14px 0 10px!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-head>span{
  color:#FF9A00!important;
  font-size:9px!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-head>strong{
  color:#323D4A!important;
  font-size:14px!important;
  line-height:1.3!important;
  font-weight:800!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-modes{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:9px!important;
  width:100%!important;
  margin:0 0 12px!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-mode{
  display:grid!important;
  grid-template-columns:30px minmax(0,1fr)!important;
  gap:8px!important;
  align-items:center!important;
  min-width:0!important;
  min-height:55px!important;
  margin:0!important;
  padding:8px 10px!important;
  border:1px solid #dde3e8!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#323D4A!important;
  box-shadow:none!important;
  text-align:left!important;
  cursor:pointer!important;
  transition:border-color .15s ease,background .15s ease,box-shadow .15s ease!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-mode:hover{
  border-color:#aab3bc!important;
  background:#f8fafb!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-mode.is-active{
  border-color:#FF9A00!important;
  background:#fff8ee!important;
  box-shadow:0 0 0 1px #FF9A00 inset!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-mode__icon{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:30px!important;
  height:30px!important;
  border-radius:50%!important;
  background:#f1f3f5!important;
  color:#323D4A!important;
  font-size:16px!important;
  font-weight:800!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-mode.is-active .dd-b2b-purchase-mode__icon{
  background:#FF9A00!important;
  color:#fff!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-mode strong{
  display:block!important;
  margin:0 0 2px!important;
  color:inherit!important;
  font-size:11.5px!important;
  line-height:1.2!important;
  font-weight:800!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-mode small{
  display:block!important;
  color:#78828c!important;
  font-size:9.5px!important;
  line-height:1.25!important;
  font-weight:500!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-panel{
  width:100%!important;
  margin:0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-panel[hidden]{display:none!important;}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-panel.is-active{display:block!important;}

/* Calculator is now a first-class order mode, not a nested accordion. */
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-product-calculator{
  width:100%!important;
  margin:0!important;
  padding:14px!important;
  border:1px solid #e1e6ea!important;
  border-radius:8px!important;
  background:#f8fafb!important;
  box-sizing:border-box!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-head{
  margin:0 0 12px!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-head>span{
  display:block!important;
  margin:0 0 3px!important;
  color:#FF9A00!important;
  font-size:8.5px!important;
  font-weight:800!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-head>strong{
  display:block!important;
  margin:0 0 3px!important;
  color:#323D4A!important;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:800!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-head p{
  margin:0!important;
  max-width:560px!important;
  color:#6f7983!important;
  font-size:9.7px!important;
  line-height:1.45!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-modes{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  margin:0 0 10px!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-mode{
  min-height:31px!important;
  padding:6px 12px!important;
  border:1px solid #d9dfe4!important;
  border-radius:7px!important;
  background:#fff!important;
  color:#323D4A!important;
  font-size:10px!important;
  font-weight:750!important;
  cursor:pointer!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-mode.is-active{
  border-color:#FF9A00!important;
  background:#FF9A00!important;
  color:#fff!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-fields{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
  margin:0 0 11px!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-fields.is-hidden{display:none!important;}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-fields label{
  display:block!important;
  margin:0!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-fields label>span{
  display:block!important;
  margin:0 0 4px!important;
  color:#45515d!important;
  font-size:9.5px!important;
  line-height:1.2!important;
  font-weight:750!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-fields input,
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-fields select{
  width:100%!important;
  min-height:37px!important;
  margin:0!important;
  padding:7px 9px!important;
  border:1px solid #d8dfe5!important;
  border-radius:7px!important;
  background:#fff!important;
  color:#323D4A!important;
  font-size:11px!important;
  box-sizing:border-box!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-fields input:focus,
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-fields select:focus{
  outline:none!important;
  border-color:#FF9A00!important;
  box-shadow:0 0 0 2px rgba(255,154,0,.13)!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-results{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:7px!important;
  margin:0 0 10px!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-result{
  min-width:0!important;
  padding:9px 10px!important;
  border:1px solid #e0e5e9!important;
  border-radius:7px!important;
  background:#fff!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-result span{
  display:block!important;
  margin:0 0 3px!important;
  color:#7c8791!important;
  font-size:8.5px!important;
  font-weight:750!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-result strong{
  display:block!important;
  color:#323D4A!important;
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:850!important;
  overflow-wrap:anywhere!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-apply{
  width:100%!important;
  min-height:42px!important;
  margin:0!important;
  border:1px solid #FF9A00!important;
  border-radius:7px!important;
  background:#FF9A00!important;
  color:#fff!important;
  font-size:11.5px!important;
  font-weight:800!important;
  cursor:pointer!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-apply:hover{
  border-color:#323D4A!important;
  background:#323D4A!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-apply:disabled{
  border-color:#e2e6e9!important;
  background:#e9edf0!important;
  color:#929ba4!important;
  opacity:1!important;
  cursor:not-allowed!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-status,
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-note{
  margin:7px 0 0!important;
  color:#737d87!important;
  font-size:9px!important;
  line-height:1.45!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-note{
  padding-top:7px!important;
  border-top:1px solid #e2e6ea!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-unconfigured{
  padding:12px!important;
  border:1px solid #efd7ad!important;
  border-radius:8px!important;
  background:#fffaf1!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-state{
  display:block!important;
  margin:0 0 5px!important;
  color:#b26700!important;
  font-size:8.5px!important;
  font-weight:850!important;
  letter-spacing:.07em!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-unconfigured strong{
  display:block!important;
  color:#323D4A!important;
  font-size:12px!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-unconfigured p{
  margin:4px 0 8px!important;
  color:#6b7580!important;
  font-size:10px!important;
  line-height:1.45!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-unconfigured a{
  color:#FF9A00!important;
  font-size:10px!important;
  font-weight:800!important;
  text-decoration:none!important;
}

/* Shop card indicator: tell buyers that sizing assistance exists before opening the product. */
body.dd-b2b-archive .dd-b2b-card-calc-badge{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  margin:7px 0 0!important;
  padding:4px 7px!important;
  border:1px solid rgba(255,154,0,.38)!important;
  border-radius:999px!important;
  background:#fff7ea!important;
  color:#b66b00!important;
  font-size:8.5px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
}

/* Any legacy block positively identified by the v1.7 cleanup is removed from layout. */
body.dd-b2b-hard-template [data-ddb2b-legacy-hidden="1"]{
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}

@media (max-width:900px){
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-modes{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-fields{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width:600px){
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-shell{margin-top:14px!important;}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-modes{
    grid-template-columns:1fr!important;
    gap:7px!important;
  }
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-mode{
    min-height:50px!important;
  }
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-fields{
    grid-template-columns:1fr!important;
  }
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-results{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width:390px){
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-results{
    grid-template-columns:1fr!important;
  }
}

/* v1.7.2 calculator integration guard */
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-integration-error{padding:14px 16px;border:1px solid #f3c67a;border-radius:10px;background:#fff9ef;color:#323d4a}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-integration-error strong{display:block;margin-bottom:4px}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-calc-integration-error p{margin:0;font-size:12px;line-height:1.5}


/* v1.7.3: tighter quote-first order configuration. */
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-shell{margin-top:12px!important}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-head{padding:9px 0 7px!important;gap:1px!important}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-head>span{font-size:8px!important}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-head>strong{font-size:12.5px!important}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-modes{gap:7px!important;margin-bottom:8px!important}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-mode{
  grid-template-columns:26px minmax(0,1fr)!important;gap:7px!important;min-height:48px!important;padding:6px 9px!important;border-radius:8px!important;
}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-mode__icon{width:26px!important;height:26px!important;font-size:14px!important}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-mode strong{font-size:10.5px!important;margin-bottom:1px!important}
body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-mode small{font-size:8.5px!important;line-height:1.2!important}
@media(max-width:600px){
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-shell{margin-top:10px!important}
  body.dd-b2b-hard-template #dd-b2b-hard-root .dd-b2b-purchase-mode{min-height:46px!important}
}
