:root{
  --dsp-navy:#24365f;--dsp-gold:#f2b52b;--dsp-cream:#f5eddc;--dsp-font-family:var(--wp--preset--font-family--roboto, "Roboto", sans-serif);
  --dsp-hero-title-size:56px;--dsp-breadcrumb-size:14px;--dsp-product-title-size:42px;--dsp-meta-size:12px;--dsp-availability-size:16px;--dsp-price-size:42px;--dsp-tab-size:13px;--dsp-body-size:14px;
  --dsp-hero-title-weight:700;--dsp-breadcrumb-weight:500;--dsp-product-title-weight:700;--dsp-meta-weight:500;--dsp-availability-weight:500;--dsp-price-weight:700;--dsp-tab-weight:700;--dsp-body-weight:400;
  --dsp-gallery-column-width:50%;--dsp-main-box-width:530px;--dsp-main-box-height:480px;--dsp-main-image-width:100%;--dsp-thumb-column-width:96px;--dsp-thumb-height:74px;
  --dsp-hero-height-desktop:260px;--dsp-hero-height-mobile:200px;--dsp-hero-content-max-width:1220px;--dsp-hero-search-width:460px;--dsp-hero-search-height:58px;--dsp-hero-search-icon-size:22px;
  --dsp-cta-bg:#f5eddc;--dsp-cta-text-color:#182132;--dsp-cta-button-bg:#f2b52b;--dsp-cta-button-color:#fff;--dsp-cta-icon-bg:#f2b52b;--dsp-cta-icon-color:#1f2f56;--dsp-cta-content-max-width:1220px;--dsp-cta-padding-y:24px;--dsp-cta-padding-x:20px;--dsp-cta-text-size:18px;--dsp-cta-button-min-width:220px;--dsp-cta-button-radius:999px;
}
body.dsp-product-template,
body.dsp-product-template .site,
body.dsp-product-template .site-main,
body.dsp-product-template .content-area,
body.dsp-product-template .entry-content,
body.dsp-product-template div.product,
body.dsp-product-template .summary,
body.dsp-product-template .woocommerce-tabs,
body.dsp-product-template .woocommerce-tabs .panel,
body.dsp-product-template .related,
body.dsp-product-template .related *,
body.dsp-product-template .summary *{font-family:var(--dsp-font-family)}
body.dsp-product-template .woocommerce-notices-wrapper{max-width:var(--dsp-page-max-width,1366px);margin:0 auto;padding:0 20px}
body.dsp-product-template .product{max-width:var(--dsp-page-max-width,1366px);margin:0 auto;padding:48px 20px 0}
body.dsp-product-template .product .woocommerce-product-gallery{width:var(--dsp-gallery-column-width);float:left;margin:0}
body.dsp-product-template .product .summary{width:calc(100% - var(--dsp-gallery-column-width));float:right;padding-left:56px;box-sizing:border-box;margin:0}
body.dsp-product-template .product:after{content:"";display:block;clear:both}
.dsp-container{max-width:var(--dsp-page-max-width,1366px);margin:0 auto;padding-left:20px;padding-right:20px;box-sizing:border-box}
.dsp-hero{min-height:var(--dsp-hero-height-desktop-local,var(--dsp-hero-height-desktop));background-size:cover;background-position:center;display:flex;align-items:center;margin-bottom:22px}
.dsp-hero-inner{width:100%;max-width:var(--dsp-page-max-width,1366px);display:flex;align-items:center;justify-content:space-between;gap:30px;padding-top:22px;padding-bottom:22px}
.dsp-hero-copy{color:#fff;flex:1 1 auto;min-width:0}
.dsp-hero-kicker{margin:0 0 8px;font-size:var(--dsp-hero-title-size);line-height:1.02;color:#fff;font-weight:var(--dsp-hero-title-weight)}
.dsp-hero-subtitle{margin:0 0 8px;color:#fff;opacity:.9}
.dsp-hero-breadcrumb-wrap .woocommerce-breadcrumb,.dsp-breadcrumb{margin:0;color:#fff;font-size:var(--dsp-breadcrumb-size);font-weight:var(--dsp-breadcrumb-weight)}
.dsp-breadcrumb a,.dsp-breadcrumb, .dsp-breadcrumb-sep{color:#fff;text-decoration:none}
.dsp-hero-search{flex:0 0 auto;width:min(100%,var(--dsp-hero-search-width-local,var(--dsp-hero-search-width)))}
.dsp-hero-search .woocommerce-product-search{position:relative}
.dsp-hero-search .search-field{width:100%;height:var(--dsp-hero-search-height-local,var(--dsp-hero-search-height));padding:0 76px 0 26px;border:0;border-radius:999px;box-sizing:border-box;background:#fff;color:#59657c;font-size:16px;box-shadow:none}
.dsp-search-submit{position:absolute;top:50%;right:10px;transform:translateY(-50%);width:calc(var(--dsp-hero-search-height-local,var(--dsp-hero-search-height)) - 12px);height:calc(var(--dsp-hero-search-height-local,var(--dsp-hero-search-height)) - 12px);border:0;border-radius:999px;background:transparent;color:#1d1d1b;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer;line-height:1}
.dsp-search-submit svg{display:block;width:var(--dsp-hero-search-icon-size);height:var(--dsp-hero-search-icon-size)}
.dsp-search-submit:hover{background:rgba(36,54,95,.06)}
.dsp-hero .screen-reader-text{position:absolute;left:-9999px}
.dsp-product-gallery .dsp-gallery-inner{display:grid;grid-template-columns:var(--dsp-thumb-column-width) minmax(0,1fr);gap:26px;align-items:start}
.dsp-gallery-thumbs{display:flex;flex-direction:column;gap:14px}
.dsp-gallery-thumb{border:1px solid #d7dce5;background:#fff;padding:0;cursor:pointer;height:var(--dsp-thumb-height);display:flex;align-items:center;justify-content:center;border-radius:0;overflow:hidden}
.dsp-gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.dsp-gallery-thumb.is-active{border-color:var(--dsp-navy);box-shadow:inset 0 0 0 1px var(--dsp-navy)}
.dsp-gallery-main-wrap{position:relative;display:flex;align-items:center;justify-content:center;background:#f7f7f7;min-height:var(--dsp-main-box-height);width:100%;max-width:var(--dsp-main-box-width);margin:0 auto}
.dsp-product-gallery.is-single-image .dsp-gallery-inner{grid-template-columns:minmax(0,1fr)}
.dsp-product-gallery.is-single-image .dsp-gallery-main-wrap{grid-column:1/-1;max-width:var(--dsp-main-box-width);width:100%}
.dsp-gallery-main-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.dsp-gallery-main-image{width:var(--dsp-main-image-width);max-width:100%;max-height:100%;height:auto;object-fit:contain;display:block}
body.dsp-main-image-auto .dsp-gallery-main-wrap{min-height:0;height:auto}
body.dsp-main-image-auto .dsp-gallery-main-image{width:auto;max-width:100%;height:auto}
.dsp-gallery-zoom{position:absolute;top:16px;right:16px;width:42px;height:42px;border:1px solid #d7dce5;border-radius:999px;background:#fff;color:var(--dsp-navy);cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center}
body.dsp-product-template .summary .product_title{font-size:var(--dsp-product-title-size);line-height:1.1;margin:0 0 18px;color:#10203f;font-weight:var(--dsp-product-title-weight)}
.dsp-meta-bar{display:flex;flex-wrap:wrap;gap:18px;margin-bottom:16px;font-size:var(--dsp-meta-size);line-height:1.5;color:#667085;font-weight:var(--dsp-meta-weight);text-transform:uppercase}
.dsp-meta-bar strong{color:#10203f}
.dsp-availability{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:18px;font-size:var(--dsp-availability-size)}
.dsp-availability-badge{background:#e5f1e3;color:#2f6c3e;border-radius:999px;padding:10px 18px;font-size:var(--dsp-availability-size);font-weight:var(--dsp-availability-weight);line-height:1}
.dsp-availability-text{color:#5f6b85;font-size:var(--dsp-availability-size);font-weight:var(--dsp-availability-weight)}
body.dsp-product-template .summary .price{font-size:var(--dsp-price-size);font-weight:var(--dsp-price-weight);color:#10203f;margin:26px 0 8px}
.dsp-price-note,.product_meta,.dsp-short-description,.woocommerce-product-details__short-description,.summary p,.summary div,.woocommerce-tabs .panel{font-size:var(--dsp-body-size);line-height:1.7;font-weight:var(--dsp-body-weight);color:#5f6b85}
.product_meta{margin-top:18px}
body.dsp-product-template form.cart{display:flex;align-items:stretch;gap:10px;flex-wrap:wrap;margin-top:18px}
body.dsp-product-template form.cart .quantity{margin:0 !important}
body.dsp-product-template form.cart .qty{height:52px;min-width:76px;border:1px solid #d7dce5}
body.dsp-product-template form.cart button.single_add_to_cart_button{height:52px;padding:0 28px;background:var(--dsp-navy);border-radius:0}
body.dsp-product-template .woocommerce-tabs{max-width:var(--dsp-page-max-width,1366px);margin:40px auto 0;padding:0 20px;clear:both}
body.dsp-product-template .woocommerce-tabs ul.tabs{display:flex;gap:22px;flex-wrap:wrap;border:0;padding:0 0 20px;margin:0 0 20px}
body.dsp-product-template .woocommerce-tabs ul.tabs li{border:0;background:none;margin:0;padding:0}
body.dsp-product-template .woocommerce-tabs ul.tabs li a{font-size:var(--dsp-tab-size);font-weight:var(--dsp-tab-weight);text-transform:uppercase;letter-spacing:.04em;color:var(--dsp-navy);padding:0 0 10px;border-bottom:2px solid transparent}
body.dsp-product-template .woocommerce-tabs ul.tabs li.active a{border-bottom-color:var(--dsp-navy)}
.dsp-cta-strip{background:var(--dsp-cta-bg);margin:48px 0 0;padding:var(--dsp-cta-padding-y) 0}
.dsp-cta-strip.dsp-cta-fullwidth{width:100vw;max-width:none;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}
.dsp-cta-inner{max-width:var(--dsp-cta-content-max-width);margin:0 auto;padding:0 var(--dsp-cta-padding-x);display:flex;align-items:center;justify-content:space-between;gap:20px}
.dsp-cta-icon{width:42px;height:42px;flex:0 0 42px;display:flex;align-items:center;justify-content:center;color:var(--dsp-cta-icon-color);background:var(--dsp-cta-icon-bg);border-radius:999px;overflow:hidden}
.dsp-cta-icon img{width:100%;height:100%;object-fit:cover;display:block}
.dsp-cta-icon svg{width:24px;height:24px;display:block}
.dsp-cta-text{flex:1 1 auto;color:var(--dsp-cta-text-color);font-size:var(--dsp-cta-text-size);font-weight:600}
.dsp-cta-button{display:inline-flex;align-items:center;justify-content:center;min-width:var(--dsp-cta-button-min-width);padding:14px 24px;background:var(--dsp-cta-button-bg);color:var(--dsp-cta-button-color)!important;border-radius:var(--dsp-cta-button-radius);text-decoration:none;font-weight:700}
body.dsp-product-template .related{max-width:var(--dsp-page-max-width,1366px);margin:40px auto 0;padding:0 20px;clear:both}
@media (max-width: 991px){
  body.dsp-product-template .product .woocommerce-product-gallery,body.dsp-product-template .product .summary{width:100%;float:none}
  body.dsp-product-template .product .summary{padding-left:0;margin-top:26px}
  .dsp-gallery-main-wrap{max-width:100%}
  .dsp-hero-inner{display:block}
  .dsp-hero-search{width:min(100%,var(--dsp-hero-search-width-local,var(--dsp-hero-search-width)));max-width:100%;margin-top:20px}
}
@media (max-width: 767px){
  .dsp-hero{min-height:var(--dsp-hero-height-mobile-local,var(--dsp-hero-height-mobile));}
  .dsp-hero-inner{padding-top:18px;padding-bottom:18px}
  .dsp-hero-kicker{font-size:clamp(30px,8vw,var(--dsp-hero-title-size))}
  .dsp-gallery-inner{grid-template-columns:1fr !important;gap:14px}
  .dsp-gallery-thumbs{order:2;flex-direction:row;overflow:auto;padding-bottom:4px}
  .dsp-gallery-thumb{width:82px;min-width:82px;height:82px}
  .dsp-gallery-main-wrap{order:1;min-height:min(var(--dsp-main-box-height),70vw)}
  .dsp-cta-inner{flex-direction:column;align-items:flex-start}
  .dsp-cta-action,.dsp-cta-button{width:100%}
  .dsp-cta-button{min-width:0}
  body.dsp-product-template .woocommerce-tabs,body.dsp-product-template .related,body.dsp-product-template .product{padding-left:16px;padding-right:16px}
}


/* v1.9.2 targeted fixes only */
body.dsp-product-template .woocommerce-breadcrumb:not(.dsp-breadcrumb){display:none!important;}
body.dsp-product-template .product > .woocommerce-breadcrumb{display:none!important;}
body.dsp-product-template .dsp-hero-breadcrumb-wrap{margin-top:8px;}
body.dsp-product-template .dsp-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:4px;}

/* ─── Lightbox ─── */
.dsp-lightbox{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center}
.dsp-lightbox.is-open{display:flex}
.dsp-lb-overlay{position:absolute;inset:0;background:rgba(0,0,0,.88);cursor:zoom-out}
.dsp-lb-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:12px;padding:20px;max-width:100vw;max-height:100vh}
.dsp-lb-img{display:block;max-width:min(90vw,1100px);max-height:90vh;width:auto;height:auto;object-fit:contain;border-radius:4px;transition:opacity .2s}
.dsp-lb-img.is-loading{opacity:.3}
.dsp-lb-close{position:fixed;top:18px;right:22px;width:44px;height:44px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);border-radius:999px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}
.dsp-lb-close:hover{background:rgba(255,255,255,.25)}
.dsp-lb-nav{width:48px;height:48px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);border-radius:999px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}
.dsp-lb-nav:hover{background:rgba(255,255,255,.28)}

/* Product block */
.dsp-related-showcase{background:var(--dsp-product-block-bg);margin:40px 0 0;padding:24px 0 48px;clear:both}
.dsp-related-showcase__inner{max-width:1320px;margin:0 auto;padding:0 34px}
.dsp-related-showcase__title{margin:0 0 28px;font-size:var(--dsp-product-block-heading-size);line-height:1.2;font-weight:var(--dsp-product-block-heading-weight);color:var(--dsp-product-block-heading-color);text-align:left}
.dsp-product-slider{position:relative;--dsp-visible-slides:4;--dsp-slider-gap:28px}
.dsp-product-slider__viewport{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;scroll-snap-type:x proximity;padding:0}
.dsp-product-slider__viewport::-webkit-scrollbar{display:none}
.dsp-product-slider__track{display:flex;gap:var(--dsp-slider-gap);align-items:stretch}
.dsp-showcase-card{flex:0 0 calc((100% - ((var(--dsp-visible-slides) - 1) * var(--dsp-slider-gap))) / var(--dsp-visible-slides));min-width:0;scroll-snap-align:start;text-align:left}
.dsp-showcase-card__media-shell{position:relative;margin-bottom:22px}
.dsp-showcase-card__media{display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;background:#f3f3f3;text-decoration:none;overflow:hidden}
.dsp-showcase-card__media img{width:100%;height:100%;object-fit:contain;transition:transform .35s ease}
.dsp-showcase-card:hover .dsp-showcase-card__media img{transform:scale(1.045)}
.dsp-showcase-card__title{margin:0 0 8px;font-size:var(--dsp-product-block-title-size);font-weight:var(--dsp-product-block-title-weight);line-height:1.28;color:var(--dsp-product-block-title-color);text-align:var(--dsp-product-block-title-alignment,left)}
.dsp-showcase-card__title a{color:inherit;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.dsp-showcase-card__price{min-height:30px;font-size:var(--dsp-product-block-price-size);line-height:1.3;font-weight:var(--dsp-product-block-price-weight);color:var(--dsp-product-block-price-color);text-align:var(--dsp-product-block-price-alignment,left)}
.dsp-showcase-card__price *{color:inherit!important}
.dsp-product-slider__arrow{position:absolute;top:38%;transform:translateY(-50%);width:28px;height:40px;border:0;padding:0;background:#f4e8c8;color:#243656;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;transition:background .22s ease,color .22s ease,opacity .22s ease}
.dsp-product-slider__arrow:hover,.dsp-product-slider__arrow:focus{background:#f1b51c;color:#243656}
.dsp-product-slider__arrow[disabled]{opacity:.45;cursor:default}
.dsp-product-slider__arrow--prev{left:-10px}.dsp-product-slider__arrow--next{right:-10px}
.dsp-product-slider__dots{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:28px}
.dsp-product-slider__dot{width:11px;height:11px;padding:0;border:0;border-radius:999px;background:#8f96a8;cursor:pointer;transition:transform .22s ease,background .22s ease}
.dsp-product-slider__dot.is-active{background:#243656;transform:scale(1.05)}
@media (max-width:1024px){.dsp-product-slider{--dsp-visible-slides:2}}
@media (max-width:767px){.dsp-related-showcase__inner{padding:0 16px}.dsp-product-slider{--dsp-visible-slides:1}.dsp-product-slider__arrow{display:none}}

/* ─── Quantity-based Pricing table (product summary) ─── */
.dsp-qty-pricing{
  margin:18px 0 22px;
  font-family:var(--dsp-font-family)
}
.dsp-qty-pricing-heading{
  font-size:14px;
  font-weight:700;
  letter-spacing:.04em;
  color:var(--dsp-navy);
  text-transform:uppercase;
  margin-bottom:10px
}
.dsp-qty-pricing-table{
  width:100%;
  max-width:560px;
  border-collapse:separate;
  border-spacing:0;
  background:#fff;
  border:1px solid #e5e8ef;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 2px 8px rgba(36,54,95,.06);
  font-size:15px
}
.dsp-qty-pricing-table thead th{
  background:var(--dsp-navy);
  color:var(--dsp-gold);
  text-align:left;
  padding:14px 22px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  border:0
}
.dsp-qty-pricing-table thead th.dsp-qty-pricing-col-price{text-align:right}
.dsp-qty-pricing-table tbody tr{
  background:#fff;
  transition:background .2s ease
}
.dsp-qty-pricing-table tbody tr+tr td{
  border-top:1px solid #edeff5
}
.dsp-qty-pricing-table tbody td{
  padding:14px 22px;
  color:#1a2030;
  font-weight:500;
  vertical-align:middle
}
.dsp-qty-pricing-table td.dsp-qty-pricing-price{
  text-align:right;
  font-weight:700;
  color:var(--dsp-navy);
  white-space:nowrap
}
.dsp-qty-pricing-table td.dsp-qty-pricing-price .woocommerce-Price-amount,
.dsp-qty-pricing-table td.dsp-qty-pricing-price bdi{
  color:var(--dsp-navy);
  font-weight:700
}
.dsp-qty-pricing-table tbody tr.is-active{
  background:var(--dsp-cream);
  position:relative
}
.dsp-qty-pricing-table tbody tr.is-active td:first-child{
  box-shadow:inset 4px 0 0 0 var(--dsp-gold)
}
.dsp-qty-pricing-table tbody tr.is-active td{
  color:var(--dsp-navy);
  font-weight:600
}
@media (max-width:560px){
  .dsp-qty-pricing-table thead th,
  .dsp-qty-pricing-table tbody td{padding:12px 14px;font-size:14px}
  .dsp-qty-pricing-heading{font-size:13px}
}

/* ─── Hide theme-injected clutter on the Doeasy single product template ─── */
/* Note: .woocommerce-breadcrumb is already handled above with a :not(.dsp-breadcrumb) */
/* exception, so we do NOT target it here — otherwise we'd also hide the hero's own    */
/* in-hero breadcrumb, which is intentional.                                           */

/* Theme-level / third-party breadcrumbs (NOT inside the plugin hero) */
.dsp-product-template .breadcrumbs:not(.dsp-hero *):not(.dsp-hero-breadcrumb-wrap *),
.dsp-product-template .breadcrumb:not(.dsp-hero *):not(.dsp-hero-breadcrumb-wrap *),
.dsp-product-template nav.breadcrumb:not(.dsp-hero *):not(.dsp-hero-breadcrumb-wrap *),
.dsp-product-template .rank-math-breadcrumb,
.dsp-product-template .yoast-breadcrumbs,
.dsp-product-template .site-breadcrumbs,
.dsp-product-template .site-breadcrumb,
.dsp-product-template .wp-block-woocommerce-breadcrumbs,
.dsp-product-template .wc-block-components-breadcrumbs,
.dsp-product-template .trail-items,
.dsp-product-template .elementor-widget-breadcrumbs:not(.dsp-hero *),
.dsp-product-template .elementor-widget-woocommerce-breadcrumb:not(.dsp-hero *) {
  display: none !important;
}

/* Wishlist buttons from common third-party plugins (YITH, TInvWL, WooCommerce Boost, etc.) */
.dsp-product-template .yith-wcwl-add-to-wishlist,
.dsp-product-template .yith-wcwl-add-button,
.dsp-product-template .tinv-wishlist,
.dsp-product-template .tinvwl_add_to_wishlist_button,
.dsp-product-template .wcboost-wishlist-button,
.dsp-product-template .wcboost-products-wishlist,
.dsp-product-template .woosw-btn,
.dsp-product-template .woosw-area,
.dsp-product-template .wl-add-to-wishlist,
.dsp-product-template .xoo-wsc-sm-btn,
.dsp-product-template a[class*="wishlist"]:not([class*="dsp-"]),
.dsp-product-template button[class*="wishlist"]:not([class*="dsp-"]),
.dsp-product-template div[class*="wishlist"]:not([class*="dsp-"]) {
  display: none !important;
}

/* Safety net: keep the hero's in-hero breadcrumb visible in case any other rule */
/* (now or later from themes) tries to hide it.                                   */
.dsp-product-template .dsp-hero-breadcrumb-wrap,
.dsp-product-template .dsp-hero .dsp-hero-breadcrumb-wrap {
  display: block !important;
}
.dsp-product-template .dsp-hero-breadcrumb-wrap .woocommerce-breadcrumb,
.dsp-product-template .dsp-hero-breadcrumb-wrap nav,
.dsp-product-template .dsp-hero .woocommerce-breadcrumb {
  display: block !important;
}
