
/* ── Reset WC block gallery wrapper so pg-wrap controls layout ── */
.wp-block-woocommerce-product-image-gallery {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
}
.wc-block-product-image-gallery {
  --product-image-gallery-radius: 0;
  padding: 0 !important;
}
/* Kill WC's placeholder loader that shows before images */
.wc-block-components-product-image-gallery { display: none !important; }

/* =========================================
   AXIS PRO — WooCommerce Custom Styles
   ========================================= */

/* =========================================
   PRODUCT GALLERY (pg-gallery — exact Shopify port)
   ========================================= */
.pg-wrap { display:flex; flex-direction:column; gap:14px; background:#fafafa; padding:28px 24px 24px; border-radius:0; }
.pg-main-wrap { position:relative; background:#fff; border-radius:18px; overflow:hidden; aspect-ratio:1/.9; box-shadow:0 2px 18px rgba(0,0,0,.07); }
.pg-main-img { width:100%; height:100%; object-fit:contain; padding:18px; display:block; transition:opacity .26s ease,transform .42s cubic-bezier(.4,0,.2,1); }
.pg-main-wrap:hover .pg-main-img { transform:scale(1.03); }
.pg-counter { position:absolute; top:14px; left:14px; background:rgba(0,0,0,.44); backdrop-filter:blur(6px); color:#fff; font-size:12px; font-weight:500; letter-spacing:.04em; padding:4px 10px; border-radius:99px; pointer-events:none; }
.pg-arrow { position:absolute; top:50%; transform:translateY(-50%); width:36px; height:36px; background:rgba(255,255,255,.92); backdrop-filter:blur(4px); border-radius:50%; border:1px solid rgba(0,0,0,.08); box-shadow:0 2px 10px rgba(0,0,0,.12); display:flex; align-items:center; justify-content:center; cursor:pointer; transition:all .22s ease; z-index:2; padding:0; }
.pg-arrow svg { width:16px; height:16px; }
.pg-arrow:hover { background:#fff; box-shadow:0 4px 16px rgba(0,0,0,.18); transform:translateY(-50%) scale(1.08); }
.pg-arrow:active { transform:translateY(-50%) scale(.96); }
.pg-arrow-left { left:12px; }
.pg-arrow-right { right:12px; }
.pg-disabled { opacity:.25; pointer-events:none; }
.pg-progress-track { height:5px; background:#d8dde8; border-radius:99px; overflow:hidden; flex-shrink:0; }
.pg-progress-fill { height:100%; background:#1a3a6b; border-radius:99px; transition:width .4s cubic-bezier(.4,0,.2,1); }
.pg-thumbs { display:flex; gap:10px; overflow-x:auto; padding-bottom:2px; scrollbar-width:thin; scrollbar-color:#d1d5db transparent; }
.pg-thumbs::-webkit-scrollbar { height:4px; }
.pg-thumbs::-webkit-scrollbar-thumb { background:#d1d5db; border-radius:99px; }
.pg-thumb { flex:0 0 76px; width:76px; height:76px; background:#fff; border-radius:11px; border:2px solid transparent; overflow:hidden; cursor:pointer; padding:6px; box-shadow:0 1px 7px rgba(0,0,0,.07); transition:all .28s cubic-bezier(.4,0,.2,1); }
.pg-thumb img { width:100%; height:100%; object-fit:contain; display:block; transition:transform .28s ease; }
.pg-thumb:hover { box-shadow:0 4px 14px rgba(0,0,0,.12); transform:translateY(-2px); }
.pg-thumb:hover img { transform:scale(1.08); }
.pg-thumb-active { border-color:#1a1a1a; box-shadow:0 0 0 3px rgba(26,26,26,.08),0 4px 14px rgba(0,0,0,.10); }

/* =========================================
   PRODUCT CONFIGURATOR (exact Shopify port)
   ========================================= */
/* Ensure WC add-to-cart form block doesn't constrain configurator width */
.wp-block-woocommerce-add-to-cart-form,
.wp-block-woocommerce-add-to-cart-form form.cart,
.wp-block-woocommerce-add-to-cart-form .variations_form {
  width: 100% !important;
  max-width: 100% !important;
}

#dromeas-configurator {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 8px;
  border-top: 1px solid #e5e7eb;
  padding-top: 28px;
  width: 100%;
}
.cfg-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 22px 24px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}
.cfg-section:hover { box-shadow: 0 6px 22px rgba(0,0,0,0.09); }
.cfg-label-row { display:flex; align-items:center; gap:10px; }
.cfg-label-icon-wrap { display:flex; align-items:center; justify-content:center; flex-shrink:0; color:#1a3a6b; }
.cfg-label-icon-wrap svg { width:20px; height:20px; stroke:#1a3a6b; }
.cfg-label { font-weight:600; font-size:1.05rem; color:#1a3a6b; letter-spacing:-0.01em; }
.cfg-hint { font-size:0.8rem; color:#6b7280; font-weight:400; margin-left:auto; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:140px; }
.cfg-grid--buttons { display:grid; grid-template-columns:repeat(auto-fill, minmax(110px, 1fr)); gap:10px; }
.cfg-grid--buttons .cfg-choice { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:4px; padding:10px 14px; border:2px solid #e5e7eb; border-radius:12px; background:#fff; color:#111827; font-size:0.88rem; font-weight:500; cursor:pointer; text-align:center; transition:all 0.22s cubic-bezier(0.4,0,0.2,1); position:relative; }
.cfg-grid--buttons .cfg-choice:hover { border-color:rgba(26,58,107,0.4); }
.cfg-grid--buttons .cfg-choice--active { border-color:#1a3a6b; background:rgba(26,58,107,0.05); box-shadow:0 4px 14px rgba(0,0,0,0.10); transform:scale(1.04); color:#1a3a6b; }
.cfg-grid--swatches { display:grid; grid-template-columns:repeat(auto-fill, minmax(68px, 1fr)); gap:10px; }
.cfg-grid--swatches .cfg-choice { display:flex; flex-direction:column; align-items:center; gap:5px; padding:6px; border:2px solid #e5e7eb; border-radius:12px; background:#fff; cursor:pointer; text-align:center; transition:all 0.22s cubic-bezier(0.4,0,0.2,1); }
.cfg-swatch-img-wrap { width:100%; aspect-ratio:1; border-radius:8px; overflow:hidden; background:#fff; border:1px solid #f0f0f0; flex-shrink:0; }
.cfg-swatch-img-wrap img, .cfg-grid--swatches .cfg-choice img { width:100%; height:100%; object-fit:contain; display:block; }
.cfg-swatch-name { font-size:10.5px; font-weight:500; color:#374151; line-height:1.3; word-break:break-word; }
.cfg-grid--swatches .cfg-choice:hover { border-color:rgba(26,58,107,0.4); }
.cfg-grid--swatches .cfg-choice--active { border-color:#1a3a6b; background:rgba(26,58,107,0.05); transform:scale(1.06); box-shadow:0 4px 14px rgba(0,0,0,0.10); }
.cfg-grid--image-buttons { display:grid; grid-template-columns:repeat(auto-fill, minmax(100px, 1fr)); gap:10px; }
.cfg-grid--image-buttons .cfg-choice { display:flex; flex-direction:column; align-items:center; gap:6px; padding:8px; border:2px solid #e5e7eb; border-radius:12px; background:#fff; cursor:pointer; text-align:center; font-size:0.82rem; font-weight:500; color:#111827; transition:all 0.22s cubic-bezier(0.4,0,0.2,1); }
.cfg-grid--image-buttons .cfg-choice img { width:100%; aspect-ratio:1; object-fit:contain; border-radius:8px; display:block; }
.cfg-grid--image-buttons .cfg-choice:hover { border-color:rgba(26,58,107,0.4); }
.cfg-grid--image-buttons .cfg-choice--active { border-color:#1a3a6b; background:rgba(26,58,107,0.05); transform:scale(1.04); box-shadow:0 4px 14px rgba(0,0,0,0.10); color:#1a3a6b; }
.cfg-choice--idio { padding:10px 14px; border:2px dashed #d1d5db; border-radius:12px; background:#fafaf8; cursor:pointer; font-size:0.82rem; font-weight:500; color:#6b7280; transition:all 0.22s cubic-bezier(0.4,0,0.2,1); text-align:center; }
.cfg-choice--idio.cfg-choice--active { border-color:#1a3a6b; border-style:solid; background:rgba(26,58,107,0.05); color:#1a3a6b; box-shadow:0 4px 14px rgba(0,0,0,0.10); transform:scale(1.04); }
.cfg-price-note { font-size:10.5px; color:#9ca3af; font-weight:400; display:block; }
.cfg-tip { display:flex; align-items:center; gap:9px; background:#fffbeb; border:1px solid #fde68a; border-radius:10px; padding:9px 13px; font-size:11.5px; font-weight:600; color:#92400e; letter-spacing:0.04em; line-height:1.4; }
.cfg-tip-icon { font-size:16px; flex-shrink:0; line-height:1; }
.cfg-tip-text { flex:1; }
.cfg-social-proof { font-size:12.5px; color:#6b7280; text-align:center; font-style:italic; letter-spacing:0.01em; margin-top:2px; padding-top:6px; border-top:1px solid #f3f4f6; }
@media (max-width: 600px) {
  .cfg-section { padding:18px 16px; border-radius:16px; }
  .cfg-grid--buttons { grid-template-columns:repeat(auto-fill, minmax(90px, 1fr)); }
  .cfg-grid--swatches { grid-template-columns:repeat(auto-fill, minmax(58px, 1fr)); }
  .cfg-grid--image-buttons { grid-template-columns:repeat(auto-fill, minmax(80px, 1fr)); }
}

/* =========================================
   HOMEPAGE — Trust bar (giorgaras style)
   ========================================= */
.trust-bar {
  max-width: 1200px; margin: 0 auto; padding: 0 1.5rem 12px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;
}
.trust-item {
  background: rgba(255,255,255,0.88); border: 1px solid rgba(255,255,255,0.9);
  border-radius: 14px; padding: 14px 18px;
  display: flex; align-items: center; gap: 13px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.trust-icon {
  width: 34px; height: 34px; border-radius: 10px; background: #1a3a6b;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.trust-icon svg { width: 16px; height: 16px; stroke: #fff; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.trust-text strong { display: block; font-size: 13px; font-weight: 600; color: #111; margin-bottom: 1px; }
.trust-text p { font-size: 11.5px; font-weight: 300; color: #666; margin: 0; }

@media (max-width: 900px) {
  .trust-bar { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .trust-bar { grid-template-columns: 1fr 1fr; gap: 6px; padding: 0 10px 10px; }
  .trust-item { padding: 10px 12px; gap: 10px; }
}

/* ── General WooCommerce Reset ── */
.woocommerce *,
.woocommerce *::before,
.woocommerce *::after { box-sizing: border-box; }

.woocommerce { font-family: var(--wp--preset--font-family--inter); }

/* ── Breadcrumb ── */
.woocommerce-breadcrumb {
	font-size: 0.8125rem;
	color: #888;
	margin-bottom: 1.5rem;
}
.woocommerce-breadcrumb a { color: #888; text-decoration: none; }
.woocommerce-breadcrumb a:hover { color: #111; }

/* ── Notices ── */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	padding: 1rem 1.5rem;
	border-radius: 10px;
	margin-bottom: 1.5rem;
	font-size: 0.9375rem;
	list-style: none;
}
.woocommerce-message { background: #f0fdf4; border-left: 3px solid #22c55e; color: #166534; }
.woocommerce-info    { background: #eff6ff; border-left: 3px solid #3b82f6; color: #1e40af; }
.woocommerce-error   { background: #fef2f2; border-left: 3px solid #ef4444; color: #991b1b; }

/* ── Product Archive ── */
.woocommerce-products-page {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem 1.5rem 4rem;
}

.woocommerce-products-page .page-title {
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	font-weight: 700;
	margin-bottom: 0.25rem;
	color: #111;
}

/* ── Product grid ── */
.wc-block-product-template,
.wc-block-product-template__responsive,
ul.products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
	list-style: none;
	padding: 0;
	margin: 0.75rem 0 1rem;
	align-items: stretch;
}

/* ── Card container — Shopify-style: no border/bg, hover lift ── */
.wc-block-product-template > li,
.wc-block-product-template__responsive > li,
li.wc-block-product,
ul.products li.product {
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	overflow: visible !important;
	padding: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	height: 100%;
	transition: transform 0.22s ease !important;
	will-change: transform;
	box-shadow: none !important;
	position: relative;
}
.wc-block-product-template > li:hover,
.wc-block-product-template__responsive > li:hover,
li.wc-block-product:hover,
ul.products li.product:hover {
	transform: translateY(-5px) !important;
	box-shadow: none !important;
}

/* ── Image wrapper — relative for badge/logo overlays ── */
.wc-block-components-product-image,
ul.products li.product .woocommerce-LoopProduct-link {
	position: relative !important;
	overflow: hidden !important;
	display: block !important;
	flex-shrink: 0;
	margin-bottom: 10px !important;
}

/* ── Product image — square 1:1, no radius.
   Use !important to beat WooCommerce inline style="max-width:none" ── */
.wc-block-components-product-image img,
ul.products li.product .woocommerce-LoopProduct-link img {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	aspect-ratio: 1/1 !important;
	object-fit: cover !important;
	border-radius: 0 !important;
	display: block !important;
	transition: transform 0.35s ease;
}
.wc-block-product-template > li:hover .wc-block-components-product-image img,
.wc-block-product-template__responsive > li:hover .wc-block-components-product-image img,
li.wc-block-product:hover .wc-block-components-product-image img,
ul.products li.product:hover .woocommerce-LoopProduct-link img { transform: scale(1.04); }

/* ── Product title ── */
.wc-block-product-template > li .wp-block-post-title,
.wc-block-product-template__responsive > li .wp-block-post-title,
li.wc-block-product .wp-block-post-title,
ul.products li.product .woocommerce-loop-product__title {
	font-size: 0.9375rem !important;
	font-weight: 600;
	padding: 2px 0 6px !important;
	color: #111;
	line-height: 1.35;
	margin: 0 !important;
}
.wc-block-product-template > li .wp-block-post-title a,
.wc-block-product-template__responsive > li .wp-block-post-title a,
li.wc-block-product .wp-block-post-title a {
	color: #111 !important;
	text-decoration: none !important;
}
.wc-block-product-template > li .wp-block-post-title a:hover,
.wc-block-product-template__responsive > li .wp-block-post-title a:hover,
li.wc-block-product .wp-block-post-title a:hover { color: #1a3a6b !important; }

/* ── Hide native price block — replaced by JS dr-price-box ── */
.wc-block-product-template > li .wp-block-woocommerce-product-price,
.wc-block-product-template__responsive > li .wp-block-woocommerce-product-price,
li.wc-block-product .wp-block-woocommerce-product-price,
ul.products li.product .price {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Keep add-to-cart form in DOM (JS reads product_id from button inside it) but hide visually */
.wc-block-product-template > li .wp-block-add-to-cart-form,
.wc-block-product-template__responsive > li .wp-block-add-to-cart-form,
li.wc-block-product .wp-block-add-to-cart-form {
	position: absolute !important;
	opacity: 0 !important;
	pointer-events: none !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Hide WC vertical sale badge — dr-cards.js injects % discount badge instead */
li.wc-block-product .wc-block-components-product-sale-badge,
li.wc-block-product .wp-block-woocommerce-product-sale-badge {
	display: none !important;
}

/* Old classic button — hidden, JS provides dr-card-btn */
ul.products li.product .button { display: none !important; }

/* ── Single Product ── */
.woocommerce-single-product {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem 1.5rem 4rem;
}

.woocommerce-single-product .wp-block-columns {
	gap: 3rem;
	align-items: flex-start;
}

/* Product gallery */
.wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery {
	border-radius: 14px;
	overflow: hidden;
}
.wp-block-woocommerce-product-image-gallery img {
	border-radius: 14px;
	width: 100%;
}

/* Product title */
.woocommerce-single-product h1.product_title {
	font-size: clamp(1.5rem, 4vw, 2.25rem);
	font-weight: 700;
	color: #111;
	margin-bottom: 0.75rem;
	line-height: 1.2;
}

/* Price */
.woocommerce-single-product .price {
	font-size: 1.5rem;
	font-weight: 700;
	color: #111;
	margin: 0.75rem 0 1rem;
}
.woocommerce-single-product .price del { color: #aaa; font-weight: 400; font-size: 1rem; margin-right: 6px; }
.woocommerce-single-product .price ins { text-decoration: none; color: #e74c3c; }

/* Star rating */
.woocommerce-product-rating {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 1rem;
}
.star-rating { color: #f59e0b; }

/* Add to cart */
.single_add_to_cart_button,
.woocommerce div.product form.cart .button {
	background: #111;
	color: #fff;
	border: none;
	padding: 0.875rem 2rem;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 10px;
	cursor: pointer;
	transition: background 0.18s ease, transform 0.18s ease;
	text-align: center;
	width: auto;
}
.single_add_to_cart_button:hover,
.woocommerce div.product form.cart .button:hover {
	background: #333;
	transform: translateY(-1px);
}

/* Quantity input */
.quantity input[type="number"] {
	width: 64px;
	height: 44px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	outline: none;
	padding: 0 8px;
}

.woocommerce div.product form.cart {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin: 1.5rem 0;
}

/* Product meta */
.product_meta {
	font-size: 0.875rem;
	color: #888;
	padding: 1rem 0;
	border-top: 1px solid #f0f0f0;
	margin-top: 1rem;
}
.product_meta a { color: #555; text-decoration: underline; }

/* Tabs */
.woocommerce-tabs {
	margin-top: 3rem;
}
.woocommerce-tabs ul.tabs {
	display: flex;
	gap: 0;
	list-style: none;
	padding: 0;
	border-bottom: 2px solid #f0f0f0;
	margin-bottom: 2rem;
}
.woocommerce-tabs ul.tabs li {
	padding: 0.75rem 1.5rem;
	font-weight: 600;
	font-size: 0.9375rem;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	margin-bottom: -2px;
	color: #888;
	transition: color 0.18s, border-color 0.18s;
}
.woocommerce-tabs ul.tabs li.active {
	color: #111;
	border-bottom-color: #111;
}

/* ── Cart ── */
.woocommerce-cart-page,
.wc-block-cart {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem 1.5rem 4rem;
}

.wc-block-cart__main-heading {
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	font-weight: 700;
	margin-bottom: 2rem;
}

/* Cart items table */
table.shop_table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9375rem;
}
table.shop_table th {
	text-align: left;
	padding: 0.75rem 1rem;
	border-bottom: 2px solid #f0f0f0;
	font-weight: 600;
	color: #888;
	font-size: 0.8125rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
table.shop_table td {
	padding: 1.25rem 1rem;
	border-bottom: 1px solid #f5f5f5;
	vertical-align: middle;
}

.woocommerce-cart-form .product-thumbnail img {
	width: 72px;
	height: 72px;
	object-fit: cover;
	border-radius: 8px;
}

/* Cart totals */
.cart-collaterals { margin-top: 2rem; }
.cart_totals { max-width: 380px; margin-left: auto; }
.cart_totals h2 {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
.cart_totals table.shop_table th { font-size: 0.9375rem; color: #111; font-weight: 600; text-transform: none; letter-spacing: 0; }

.cart_totals .wc-proceed-to-checkout a.button {
	display: block;
	background: #111;
	color: #fff;
	padding: 1rem;
	border-radius: 10px;
	font-weight: 700;
	text-align: center;
	margin-top: 1.5rem;
	transition: background 0.18s;
}
.cart_totals .wc-proceed-to-checkout a.button:hover { background: #333; }

/* ── Checkout ── */
.woocommerce-checkout-page,
.wc-block-checkout {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem 1.5rem 4rem;
}

#customer_details { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
@media (max-width: 768px) { #customer_details { grid-template-columns: 1fr; } }

/* Form fields */
.woocommerce-checkout .form-row,
.wc-block-components-form-row {
	margin-bottom: 1.25rem;
}
.woocommerce-checkout label,
.wc-block-components-label {
	font-size: 0.875rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 0.375rem;
	display: block;
}
.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.wc-block-components-text-input input {
	width: 100%;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 0.75rem 1rem;
	font-size: 0.9375rem;
	font-family: var(--wp--preset--font-family--inter);
	outline: none;
	transition: border-color 0.15s;
}
.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus,
.wc-block-components-text-input input:focus {
	border-color: #111;
}

/* Place order button */
#place_order,
.wc-block-checkout__actions .wp-block-button__link {
	background: #111;
	color: #fff;
	border: none;
	padding: 1rem 2rem;
	font-size: 1rem;
	font-weight: 700;
	border-radius: 10px;
	cursor: pointer;
	width: 100%;
	transition: background 0.18s;
}
#place_order:hover,
.wc-block-checkout__actions .wp-block-button__link:hover { background: #333; }

/* ── My Account ── */
.woocommerce-account-page {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem 1.5rem 4rem;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.woocommerce-MyAccount-navigation a {
	display: block;
	padding: 0.75rem 1rem;
	border-radius: 8px;
	color: #555;
	font-size: 0.9375rem;
	transition: background 0.15s, color 0.15s;
}
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation a:hover {
	background: #f5f5f5;
	color: #111;
}

/* ── Related products ── */
.related.products { margin-top: 3rem; }
.related.products h2 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

/* ── Pagination ── */
.woocommerce-pagination ul {
	display: flex;
	gap: 4px;
	list-style: none;
	padding: 0;
	justify-content: center;
	margin-top: 3rem;
}
.woocommerce-pagination ul .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	border: 1px solid #e0e0e0;
	font-size: 0.875rem;
	font-weight: 500;
	color: #555;
	text-decoration: none;
	transition: all 0.15s;
}
.woocommerce-pagination ul .page-numbers:hover,
.woocommerce-pagination ul .page-numbers.current {
	background: #111;
	color: #fff;
	border-color: #111;
}

/* ── Block-based cart / checkout ── */
.wc-block-cart,
.wc-block-checkout {
	--wp--preset--color--primary: #111;
	--wc-block-color-primary: #111;
}

.wc-block-components-button:not([disabled]) {
	background-color: #111 !important;
	color: #fff !important;
	border-radius: 10px !important;
}

/* ── Responsive ── */
@media (max-width: 989px) {
	.wc-block-product-template,
	.wc-block-product-template__responsive,
	ul.products { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
}
@media (max-width: 768px) {
	.woocommerce-single-product .wp-block-columns { flex-direction: column; }
	.dr-price-int { font-size: 34px !important; }
	.dr-price-sym, .dr-price-dec { font-size: 11px !important; margin-bottom: 4px !important; }
	.dr-price-divider { height: 26px !important; }
	.dr-installments { font-size: 10px !important; max-width: 95px !important; }
	/* 44px minimum touch target for CTA */
	.dr-card-btn { padding: 13px 12px; font-size: 0.84rem; min-height: 44px; }
}
/* Always 2 columns on mobile — never 1 column (kills browsing & conversion) */
@media (max-width: 480px) {
	.wc-block-product-template,
	.wc-block-product-template__responsive,
	ul.products { grid-template-columns: repeat(2, 1fr); gap: 0.625rem; }
	/* Tighten card internals at very small widths */
	.dr-price-int { font-size: 28px !important; letter-spacing: -1px; }
	.dr-price-box { margin: 1px 0 10px; }
	.dr-price-row { gap: 8px; }
	.dr-price-divider { height: 22px !important; }
	.dr-installments { font-size: 9px !important; max-width: 80px !important; line-height: 1.3; }
	.dr-card-btn { padding: 11px 8px; font-size: 0.78rem; gap: 5px; }
	.dr-card-desc { display: none; }
	.dr-card-adv { display: none; }
}

/* =========================================================
   PRODUCT CARD ENHANCEMENTS — matches Shopify dr-cards design
   ========================================================= */

/* ── Discount badge — green gradient top-right ── */
.dr-card-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	background: linear-gradient(135deg, #16a34a, #22c55e);
	color: #fff;
	font-size: 10.5px;
	font-weight: 700;
	line-height: 1;
	padding: 4px 9px;
	border-radius: 20px;
	letter-spacing: 0.04em;
	pointer-events: none;
	box-shadow: 0 2px 8px rgba(22, 163, 74, 0.30);
}

/* Ensure image wrapper is positioned for overlays */
.wc-block-components-product-image,
li.product figure { position: relative; }

/* ── Description snippet ── */
.dr-card-desc {
	font-size: 12.5px;
	color: #6b7280;
	line-height: 1.55;
	margin: 0 0 6px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* ── Advantages list ── */
.dr-card-adv {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 4px 0 8px;
}
.dr-card-adv-item {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 12.5px;
	font-weight: 600;
	color: #1a1a1a;
	line-height: 1.3;
}
.dr-card-adv-icon { flex-shrink: 0; }

/* ── Custom price box — large typographic layout ── */
.wc-block-product-template > li .wp-block-woocommerce-product-price[style*="display:none"],
.wc-block-product-template > li .wp-block-woocommerce-product-price[style*="display: none"] {
	display: none !important;
}
.dr-price-box { display: block; margin: 2px 0 14px; }

.dr-price-row {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}
.dr-price-main {
	display: flex;
	align-items: flex-end;
	line-height: 1;
}
.dr-price-sym {
	font-size: 14px;
	font-weight: 700;
	color: #111;
	margin-bottom: 6px;
	line-height: 1;
}
.dr-price-int {
	font-size: 42px;
	font-weight: 700;
	letter-spacing: -2px;
	line-height: 1;
	color: #111;
}
.dr-price-dec {
	font-size: 14px;
	font-weight: 700;
	color: #111;
	margin-bottom: 6px;
	line-height: 1;
}
.dr-price-divider {
	width: 1px;
	height: 36px;
	background: #d1d5db;
	flex-shrink: 0;
}
.dr-installments {
	font-size: 11px;
	color: #4b5563;
	line-height: 1.4;
	max-width: 110px;
}
.dr-original-wrap {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 4px;
}
.dr-original-label {
	font-size: 12.5px;
	color: #6b7280;
	font-weight: 400;
}
.dr-original-price {
	font-size: 15px;
	color: #6b7280;
	text-decoration: line-through;
	font-weight: 400;
}

/* ── CTA button — dark blue, full-width, always at bottom ── */
.dr-card-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 13px 16px;
	background: #1a3a6b;
	color: #fff !important;
	border-radius: 12px;
	font-size: 0.93rem;
	font-weight: 600;
	text-decoration: none !important;
	cursor: pointer;
	transition: background 0.18s ease, transform 0.15s ease;
	margin-top: auto !important;
	box-sizing: border-box;
	border: none;
	letter-spacing: 0.01em;
}
.dr-card-btn:hover {
	background: #142d55;
	color: #fff !important;
	transform: translateY(-1px);
}
.dr-card-btn-icon { flex-shrink: 0; opacity: 0.9; }

/* =========================================================
   CART POPUP
   ========================================================= */

/* ── Overlay ── */
#dr-cp-overlay {
	position: fixed;
	inset: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.45);
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}

/* ── Panel ── */
.dr-cp-popup {
	position: relative;
	width: 420px;
	max-width: 100vw;
	height: 100vh;
	overflow-y: auto;
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 0;
	box-shadow: -4px 0 30px rgba(0, 0, 0, 0.15);
	transform: translateX(100%);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	outline: none;
}
.dr-cp-popup.dr-cp-open    { transform: translateX(0); }
.dr-cp-popup.dr-cp-closing { transform: translateX(100%); }

/* ── Header ── */
.dr-cp-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 20px;
	background: #111;
	color: #fff;
	flex-shrink: 0;
}
.dr-cp-header-left {
	display: flex;
	align-items: center;
	gap: 10px;
}
.dr-cp-check-icon {
	width: 28px;
	height: 28px;
	background: #22c55e;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.dr-cp-header-text {
	display: flex;
	flex-direction: column;
	gap: 1px;
}
.dr-cp-added-label {
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.2;
}
.dr-cp-cart-count {
	font-size: 0.75rem;
	color: rgba(255,255,255,0.65);
}
.dr-cp-close-btn {
	background: none;
	border: none;
	color: rgba(255,255,255,0.7);
	cursor: pointer;
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	transition: color 0.15s, background 0.15s;
	line-height: 1;
}
.dr-cp-close-btn:hover {
	color: #fff;
	background: rgba(255,255,255,0.1);
}

/* ── Free Shipping Bar ── */
.dr-cp-ship-bar {
	padding: 14px 20px 10px;
	border-bottom: 1px solid #f0f0f0;
	flex-shrink: 0;
}
.dr-cp-ship-track {
	height: 6px;
	background: #eee;
	border-radius: 100px;
	overflow: hidden;
	margin-bottom: 7px;
}
.dr-cp-ship-fill {
	height: 100%;
	background: #111;
	border-radius: 100px;
	transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s;
}
.dr-cp-ship-text {
	font-size: 0.8rem;
	color: #555;
	text-align: center;
}
.dr-cp-ship-text strong { color: #111; }

/* ── Product Row ── */
.dr-cp-product-row {
	display: flex;
	gap: 14px;
	padding: 18px 20px;
	border-bottom: 1px solid #f0f0f0;
	flex-shrink: 0;
}
.dr-cp-product-img-wrap {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	border-radius: 10px;
	overflow: hidden;
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dr-cp-product-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dr-cp-img-ph svg { opacity: 0.3; }
.dr-cp-product-info {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.dr-cp-product-name {
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.3;
	color: #111;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dr-cp-price-row {
	display: flex;
	align-items: baseline;
	gap: 6px;
}
.dr-cp-product-price {
	font-size: 1.0625rem;
	font-weight: 700;
	color: #111;
}

/* ── Cart Total ── */
.dr-cp-total-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 20px;
	border-bottom: 1px solid #f0f0f0;
	flex-shrink: 0;
}
.dr-cp-total-label {
	font-size: 0.9375rem;
	color: #555;
}
.dr-cp-total-amount {
	font-size: 1.125rem;
	font-weight: 700;
	color: #111;
}

/* ── CTA Buttons ── */
.dr-cp-buttons-wrap {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 16px 20px;
	flex-shrink: 0;
}
.dr-cp-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 20px;
	border-radius: 10px;
	font-size: 0.9375rem;
	font-weight: 700;
	cursor: pointer;
	border: none;
	transition: background 0.18s, transform 0.15s;
	text-decoration: none;
	line-height: 1;
}
.dr-cp-btn:active { transform: scale(0.98); }
.dr-cp-btn-primary {
	background: #111;
	color: #fff;
}
.dr-cp-btn-primary:hover { background: #333; }
.dr-cp-btn-secondary {
	background: #f5f5f5;
	color: #111;
}
.dr-cp-btn-secondary:hover { background: #ebebeb; }

/* ── Trust Badges ── */
.dr-cp-trust {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 14px 20px 20px;
	margin-top: auto;
	background: #fafafa;
	border-top: 1px solid #f0f0f0;
}
.dr-cp-trust-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 0.8125rem;
	color: #555;
}
.dr-cp-trust-item svg { flex-shrink: 0; color: #888; }

/* ── Mobile ── */
@media (max-width: 480px) {
	.dr-cp-popup {
		width: 100vw;
	}
}

/* ── Quick-add button variant ── */
.dr-card-btn--quick {
	background: #1a3a6b;
}
.dr-card-btn--quick:hover {
	background: #0f2548;
	color: #fff;
}

/* =========================================================
   STICKY ADD-TO-CART BAR
   ========================================================= */
.dr-sticky-atc {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9990;
	background: #fff;
	border-top: 1px solid #e8e8e8;
	box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.10);
	transform: translateY(100%);
	transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform;
}
.dr-sticky-atc--visible {
	transform: translateY(0);
}
.dr-sticky-atc__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 12px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.dr-sticky-atc__product {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
	flex: 1;
}
.dr-sticky-atc__img {
	width: 52px;
	height: 52px;
	object-fit: cover;
	border-radius: 8px;
	flex-shrink: 0;
}
.dr-sticky-atc__info {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}
.dr-sticky-atc__name {
	font-size: 0.9375rem;
	font-weight: 600;
	color: #111;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dr-sticky-atc__price {
	font-size: 1rem;
	font-weight: 700;
	color: #111;
}
.dr-sticky-atc__price del { color: #999; font-weight: 400; margin-right: 6px; font-size: 0.875rem; }
.dr-sticky-atc__price ins { text-decoration: none; }
.dr-sticky-atc__btn {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 13px 28px;
	background: #111;
	color: #fff;
	border: none;
	border-radius: 10px;
	font-size: 0.9375rem;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
	flex-shrink: 0;
	transition: background 0.18s, transform 0.15s;
}
.dr-sticky-atc__btn:hover { background: #333; }
.dr-sticky-atc__btn:active { transform: scale(0.97); }

@media (max-width: 600px) {
	.dr-sticky-atc__name { display: none; }
	.dr-sticky-atc__inner { padding: 10px 16px; }
	.dr-sticky-atc__btn { padding: 11px 20px; font-size: 0.875rem; }
}

/* =========================================================
   UPSELL BUNDLE WIDGET  (.dr-ups-*)
   Matches dr-upsell.liquid design exactly.
   Inserted above add-to-cart form on single product pages.
   ========================================================= */
.dr-ups {
	border: 1px solid #e2ddd6;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 20px;
	background: #fff;
	font-family: inherit;
}

/* Header — dark band */
.dr-ups-header {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 11px 16px;
	background: #141414;
}
.dr-ups-header-icon {
	width: 26px;
	height: 26px;
	background: rgba(184,154,106,0.25);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.dr-ups-header-title {
	font-size: 0.8125rem;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.025em;
}

/* Main product strip */
.dr-ups-main {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	background: #fafaf9;
	border-bottom: 1px solid #ede9e2;
}
.dr-ups-main-img {
	width: 52px;
	height: 52px;
	border-radius: 8px;
	overflow: hidden;
	flex-shrink: 0;
	border: 1px solid #e8e4dd;
}
.dr-ups-main-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.dr-ups-main-info {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.dr-ups-main-label {
	font-size: 0.6875rem;
	font-weight: 600;
	color: #8a8478;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.dr-ups-main-name {
	font-size: 0.875rem;
	font-weight: 600;
	color: #1a1a18;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dr-ups-main-price {
	font-size: 0.9375rem;
	font-weight: 700;
	color: #1a1a18;
	flex-shrink: 0;
	margin-left: auto;
}

/* Connector "+" between items */
.dr-ups-conn {
	display: flex;
	align-items: center;
	padding: 0 16px;
	height: 28px;
	background: #fafaf9;
	border-bottom: 1px solid #ede9e2;
}
.dr-ups-conn-line {
	flex: 1;
	height: 1px;
	background: #ddd8ce;
}
.dr-ups-conn-plus {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #f0ece6;
	border: 1px solid #ddd8ce;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.875rem;
	font-weight: 700;
	color: #8a8478;
	flex-shrink: 0;
	margin: 0 8px;
}

/* Upsell product card */
.dr-ups-card {
	padding: 12px 16px;
	background: #fff;
	border-bottom: 1px solid #ede9e2;
	cursor: pointer;
	transition: background 0.15s;
}
.dr-ups-card:hover { background: #fafaf9; }
.dr-ups-card.dr-ups-unchecked { opacity: 0.5; }
.dr-ups-card-top {
	display: flex;
	align-items: center;
	gap: 10px;
}

/* Custom checkbox */
.dr-ups-chk {
	-webkit-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	border: 1.5px solid #ddd8ce;
	border-radius: 5px;
	background: #fff;
	cursor: pointer;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.15s, border-color 0.15s;
	position: relative;
}
.dr-ups-chk:checked {
	background: #1a3a6b;
	border-color: #1a3a6b;
}
.dr-ups-chk:checked::after {
	content: '';
	display: block;
	width: 5px;
	height: 9px;
	border: 2px solid #fff;
	border-top: none;
	border-left: none;
	transform: rotate(45deg) translate(-1px, -1px);
	position: absolute;
}

.dr-ups-card-img {
	width: 52px;
	height: 52px;
	border-radius: 8px;
	overflow: hidden;
	flex-shrink: 0;
	border: 1px solid #e8e4dd;
}
.dr-ups-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.dr-ups-card-info {
	flex: 1;
	min-width: 0;
}
.dr-ups-card-name-row {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}
.dr-ups-card-name {
	font-size: 0.875rem;
	font-weight: 600;
	color: #1a1a18;
	line-height: 1.3;
}
.dr-ups-badge {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 20px;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	flex-shrink: 0;
}
.dr-ups-badge-must {
	background: rgba(184,154,106,0.15);
	color: #8b6a2f;
	border: 1px solid rgba(184,154,106,0.3);
}
.dr-ups-badge-value {
	background: rgba(26,58,107,0.1);
	color: #1a3a6b;
	border: 1px solid rgba(26,58,107,0.2);
}
.dr-ups-card-right {
	flex-shrink: 0;
}
.dr-ups-card-price {
	font-size: 0.9375rem;
	font-weight: 700;
	color: #1a1a18;
}

/* Footer — total + bundle button */
.dr-ups-footer {
	padding: 14px 16px;
	background: #f8f6f2;
	border-top: 1px solid #ede9e2;
}
.dr-ups-footer-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
	gap: 8px;
}
.dr-ups-footer-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgba(26,58,107,0.08);
	color: #1a3a6b;
	border-radius: 20px;
	padding: 4px 12px;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.015em;
}
.dr-ups-total-block {
	text-align: right;
}
.dr-ups-total-label {
	font-size: 0.6875rem;
	color: #8a8478;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.dr-ups-total-amount {
	font-size: 1.125rem;
	font-weight: 800;
	color: #1a1a18;
	line-height: 1.1;
}
.dr-ups-btn-bundle {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 14px 20px;
	background: #1a3a6b;
	color: #fff;
	border: none;
	border-radius: 10px;
	font-size: 0.9375rem;
	font-weight: 700;
	cursor: pointer;
	letter-spacing: 0.015em;
	transition: background 0.18s, transform 0.15s;
}
.dr-ups-btn-bundle:hover { background: #0f2548; }
.dr-ups-btn-bundle:active { transform: scale(0.98); }
.dr-ups-btn-bundle:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
}

@media (max-width: 480px) {
	.dr-ups-main-name,
	.dr-ups-card-name { font-size: 0.8125rem; }
	.dr-ups-footer-top { flex-direction: column; align-items: flex-start; gap: 8px; }
}

/* =========================================================
   CART PAGE REDESIGN
   Matches dr-cart.liquid: 2-col grid, navy CTA, ash sidebar.
   ========================================================= */

/* CSS variables scoped to cart */
.woocommerce-cart {
	--dr-ink:        #1a1a18;
	--dr-blue:       #1a3a6b;
	--dr-blue-light: #2a5298;
	--dr-blue-pale:  #e8edf5;
	--dr-gold:       #b89a6a;
	--dr-ash:        #f4f2ee;
	--dr-muted:      #8a8478;
	--dr-line:       #ddd8ce;
	--dr-green:      #1a7a45;
}

/* ── Layout wrapper ── */
.woocommerce-cart .woocommerce {
	max-width: 1200px;
	margin: 0 auto;
	padding: 32px 20px 64px;
}

/* Hide default WC column headers on the form — we style rows directly */
.woocommerce-cart .woocommerce-cart-form__contents thead th {
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--dr-muted);
	padding: 0 0 12px;
	border-bottom: 1px solid var(--dr-line);
}

/* Cart item rows */
.woocommerce-cart .cart_item td {
	padding: 16px 8px;
	vertical-align: middle;
	border-bottom: 1px solid var(--dr-line);
}
.woocommerce-cart .cart_item td.product-thumbnail { width: 76px; padding-right: 0; }
.woocommerce-cart .cart_item td.product-thumbnail img {
	width: 68px;
	height: 68px;
	object-fit: cover;
	border-radius: 8px;
	border: 1px solid var(--dr-line);
}
.woocommerce-cart .cart_item td.product-name a {
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--dr-ink);
	text-decoration: none;
}
.woocommerce-cart .cart_item td.product-name a:hover { color: var(--dr-blue); }
.woocommerce-cart .cart_item td.product-price,
.woocommerce-cart .cart_item td.product-subtotal {
	font-size: 0.9375rem;
	font-weight: 700;
	color: var(--dr-ink);
}
.woocommerce-cart .cart_item td.product-subtotal { color: var(--dr-blue); }
.woocommerce-cart .cart_item td.product-quantity input[type="number"] {
	width: 64px;
	text-align: center;
	border: 1px solid var(--dr-line);
	border-radius: 8px;
	padding: 7px 8px;
	font-size: 0.9375rem;
	color: var(--dr-ink);
}
.woocommerce-cart .cart_item td.product-remove a {
	color: #c0bbb3 !important;
	font-size: 1.25rem;
	line-height: 1;
}
.woocommerce-cart .cart_item td.product-remove a:hover { color: #e05050 !important; }

/* Update cart button */
.woocommerce-cart .actions .button {
	background: #f0ece6 !important;
	color: var(--dr-ink) !important;
	border: none !important;
	border-radius: 8px;
	padding: 10px 20px;
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.18s;
}
.woocommerce-cart .actions .button:hover {
	background: var(--dr-line) !important;
}

/* ── Cart Totals — right sidebar ── */
.woocommerce-cart .cart-collaterals {
	margin-top: 0;
}
.woocommerce-cart .cart_totals {
	background: var(--dr-ash);
	border-radius: 16px;
	padding: 24px;
}
.woocommerce-cart .cart_totals h2 {
	font-size: 1rem;
	font-weight: 700;
	color: var(--dr-ink);
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--dr-line);
}
.woocommerce-cart .cart_totals table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 16px;
}
.woocommerce-cart .cart_totals table th {
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--dr-muted);
	padding: 8px 0;
	text-align: left;
}
.woocommerce-cart .cart_totals table td {
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--dr-ink);
	padding: 8px 0;
	text-align: right;
}
.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
	font-size: 1.0625rem;
	font-weight: 800;
	color: var(--dr-ink);
	border-top: 1px solid var(--dr-line);
	padding-top: 12px;
}
.woocommerce-cart .cart_totals .order-total td { color: var(--dr-blue); }

/* Checkout button — navy */
.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.woocommerce-cart .checkout-button {
	display: block !important;
	width: 100% !important;
	background: var(--dr-blue) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 12px !important;
	padding: 16px 24px !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	text-align: center !important;
	cursor: pointer;
	transition: background 0.18s, transform 0.15s;
	text-decoration: none;
	letter-spacing: 0.01em;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-cart .checkout-button:hover {
	background: var(--dr-blue-light) !important;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:active {
	transform: scale(0.98);
}

/* Coupon row */
.woocommerce-cart .coupon input[type="text"] {
	border: 1px solid var(--dr-line);
	border-radius: 8px;
	padding: 9px 14px;
	font-size: 0.875rem;
	color: var(--dr-ink);
}
.woocommerce-cart .coupon .button {
	background: #f0ece6 !important;
	color: var(--dr-ink) !important;
	border: none !important;
	border-radius: 8px;
	padding: 9px 16px;
	font-size: 0.875rem;
	font-weight: 600;
}

/* ── Free Shipping Bar (injected by dr-cart-enhancements.js) ── */
.dr-shipping-bar {
	background: #fff;
	border: 1px solid var(--dr-line, #ddd8ce);
	border-radius: 10px;
	padding: 12px 16px;
	margin-bottom: 16px;
}
.dr-shipping-bar__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
	gap: 8px;
}
.dr-shipping-bar__text {
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--dr-ink, #1a1a18);
}
.dr-shipping-bar__text span { color: var(--dr-blue, #1a3a6b); }
.dr-shipping-bar__track {
	height: 5px;
	background: #ede9e2;
	border-radius: 3px;
	overflow: hidden;
}
.dr-shipping-bar__fill {
	height: 100%;
	background: linear-gradient(90deg, #1a3a6b, #2a5298);
	border-radius: 3px;
	transition: width 0.4s ease;
}

/* ── Savings Callout ── */
.dr-savings {
	display: flex;
	align-items: center;
	gap: 8px;
	background: rgba(26,122,69,0.08);
	border: 1px solid rgba(26,122,69,0.2);
	border-radius: 8px;
	padding: 10px 14px;
	margin-bottom: 12px;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--dr-green, #1a7a45);
}
.dr-savings svg { flex-shrink: 0; }

/* ── Trust Bar (injected below checkout button) ── */
.dr-cart-trust {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--dr-line, #ddd8ce);
}
.dr-cart-trust-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 0.8rem;
	color: var(--dr-muted, #8a8478);
}
.dr-cart-trust-item svg { flex-shrink: 0; color: #8a8478; }

/* ── Cart Add-ons Section ── */
.dr-addons {
	margin-top: 32px;
}
.dr-addons-heading {
	font-size: 1rem;
	font-weight: 700;
	color: var(--dr-ink, #1a1a18);
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--dr-line, #ddd8ce);
}
.dr-addons-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 12px;
}
.dr-addon-card {
	background: #fff;
	border: 1px solid var(--dr-line, #ddd8ce);
	border-radius: 12px;
	overflow: hidden;
	transition: box-shadow 0.2s, transform 0.15s;
}
.dr-addon-card:hover {
	box-shadow: 0 4px 16px rgba(0,0,0,0.08);
	transform: translateY(-2px);
}
.dr-addon-card__img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	display: block;
}
.dr-addon-card__body {
	padding: 12px;
}
.dr-addon-card__name {
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--dr-ink, #1a1a18);
	margin-bottom: 4px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.dr-addon-card__price {
	font-size: 0.9375rem;
	font-weight: 700;
	color: var(--dr-blue, #1a3a6b);
	margin-bottom: 10px;
}
.dr-addon-card__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	padding: 9px 12px;
	background: var(--dr-blue, #1a3a6b);
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 0.8125rem;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.18s;
}
.dr-addon-card__btn:hover { background: var(--dr-blue-light, #2a5298); }
.dr-addon-card__btn:disabled { opacity: 0.6; cursor: not-allowed; }
.dr-addon-card__btn--added {
	background: var(--dr-green, #1a7a45);
}
.dr-addon-card__btn--added:hover { background: #155c34; }

/* ── Responsive ── */
@media (max-width: 768px) {
	.woocommerce-cart .woocommerce { padding: 20px 16px 48px; }
	.dr-addons-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
	.dr-addons-grid { grid-template-columns: 1fr; }
}

/* =========================================================
   WC BLOCK CART OVERRIDES
   page-cart.html uses wp:woocommerce/cart which renders
   completely different HTML from the classic cart.
   ========================================================= */

/* Outer wrapper — constrain + padding */
.wp-block-woocommerce-cart {
	max-width: 1200px;
	margin: 0 auto;
	padding: 32px 20px 64px;
}

/* Items column */
.wp-block-woocommerce-cart-items-block {
	min-width: 0;
}

/* Item rows */
.wc-block-cart-items__row {
	border-bottom: 1px solid #ddd8ce;
}
.wc-block-cart-items__row td {
	padding: 16px 8px;
	vertical-align: middle;
}
.wc-block-cart-item__image a,
.wc-block-cart-item__image img {
	width: 72px !important;
	height: 72px !important;
	object-fit: cover;
	border-radius: 8px;
	border: 1px solid #e8e4dd;
	display: block;
}
.wc-block-cart-item__product-name,
.wc-block-cart-item__product-name a {
	font-size: 0.9375rem;
	font-weight: 600;
	color: #1a1a18;
	text-decoration: none;
}
.wc-block-cart-item__product-name a:hover { color: #1a3a6b; }
.wc-block-cart-item__individual-price .wc-block-formatted-money-amount {
	font-size: 0.9375rem;
	font-weight: 600;
	color: #1a1a18;
}
.wc-block-cart-item__line-subtotal .wc-block-formatted-money-amount {
	font-size: 0.9375rem;
	font-weight: 700;
	color: #1a3a6b;
}
.wc-block-cart-item__remove-link {
	color: #c0bbb3 !important;
	font-size: 0.8125rem;
}
.wc-block-cart-item__remove-link:hover { color: #e05050 !important; }

/* Quantity stepper */
.wc-block-components-quantity-selector {
	border: 1px solid #ddd8ce !important;
	border-radius: 8px !important;
	overflow: hidden;
}
.wc-block-components-quantity-selector__input {
	width: 48px !important;
	text-align: center;
	font-size: 0.9375rem;
	color: #1a1a18;
}

/* Totals sidebar — ash background */
.wp-block-woocommerce-cart-totals-block {
	background: #f4f2ee !important;
	border-radius: 16px !important;
	padding: 24px !important;
}
.wp-block-woocommerce-cart-order-summary-heading-block h2 {
	font-size: 1rem !important;
	font-weight: 700 !important;
	color: #1a1a18 !important;
	padding-bottom: 12px;
	border-bottom: 1px solid #ddd8ce;
	margin-bottom: 0 !important;
}

/* Totals rows */
.wc-block-components-totals-item {
	border-bottom: 1px solid #ede9e2 !important;
}
.wc-block-components-totals-item__label {
	font-size: 0.8125rem !important;
	font-weight: 600 !important;
	color: #8a8478 !important;
}
.wc-block-components-totals-item__value,
.wc-block-components-totals-item__value .wc-block-formatted-money-amount {
	font-size: 0.9375rem !important;
	font-weight: 600 !important;
	color: #1a1a18 !important;
}
/* Grand total row */
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
	font-size: 1rem !important;
	font-weight: 800 !important;
	color: #1a1a18 !important;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
	font-size: 1.125rem !important;
	font-weight: 800 !important;
	color: #1a3a6b !important;
}

/* ── Checkout button — navy ── */
.wp-block-woocommerce-proceed-to-checkout-block .wp-block-button__link,
.wp-block-woocommerce-proceed-to-checkout-block a.wp-element-button {
	background: #1a3a6b !important;
	color: #fff !important;
	border: none !important;
	border-radius: 12px !important;
	padding: 16px 24px !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	text-align: center !important;
	width: 100% !important;
	display: block !important;
	transition: background 0.18s, transform 0.15s;
	letter-spacing: 0.01em;
}
.wp-block-woocommerce-proceed-to-checkout-block .wp-block-button__link:hover,
.wp-block-woocommerce-proceed-to-checkout-block a.wp-element-button:hover {
	background: #2a5298 !important;
}
.wp-block-woocommerce-proceed-to-checkout-block .wp-block-button__link:active {
	transform: scale(0.98);
}

/* Express payment area */
.wc-block-components-express-payment-continue-rule__rule {
	color: #8a8478;
	font-size: 0.8125rem;
}

/* Coupon input */
.wp-block-woocommerce-cart-order-summary-coupon-form-block input[type="text"] {
	border: 1px solid #ddd8ce !important;
	border-radius: 8px !important;
	font-size: 0.875rem;
	color: #1a1a18;
}
.wp-block-woocommerce-cart-order-summary-coupon-form-block button {
	background: #f0ece6 !important;
	color: #1a1a18 !important;
	border: none !important;
	border-radius: 8px !important;
	font-weight: 600;
}

@media (max-width: 768px) {
	.wp-block-woocommerce-cart { padding: 20px 16px 48px; }
}

/* ══════════════════════════════════════════════════════════
   SHOP LAYOUT — sidebar + product grid
══════════════════════════════════════════════════════════ */

/* Override WP Columns default gap on this layout */
.dr-shop-columns.wp-block-columns {
	gap: 1.5rem !important;
	flex-wrap: nowrap !important;
	align-items: flex-start;
}

/* Sidebar column — fixed width, hidden on mobile */
.dr-cat-sidebar-col.wp-block-column {
	flex: 0 0 220px !important;
	width: 220px !important;
	min-width: 0;
}

/* Product grid column — takes the rest */
.dr-shop-main-col.wp-block-column {
	flex: 1 1 0 !important;
	min-width: 0;
}

/* Hide sidebar below 768px, let product grid span full width */
@media (max-width: 767px) {
	.dr-cat-sidebar-col.wp-block-column {
		display: none !important;
	}
	.dr-shop-main-col.wp-block-column {
		flex-basis: 100% !important;
	}
}

/* ── Force 3-column product grid (3-class specificity beats WC auto-fill) ── */
.woocommerce-products-page .dr-shop-main-col .wc-block-product-template__responsive,
.woocommerce-products-page .dr-shop-main-col .wc-block-product-template,
.woocommerce-products-page .dr-shop-main-col .wp-block-woocommerce-product-template {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 1.25rem !important;
}
@media (max-width: 900px) {
	.woocommerce-products-page .dr-shop-main-col .wc-block-product-template__responsive,
	.woocommerce-products-page .dr-shop-main-col .wc-block-product-template,
	.woocommerce-products-page .dr-shop-main-col .wp-block-woocommerce-product-template {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}
@media (max-width: 480px) {
	.woocommerce-products-page .dr-shop-main-col .wc-block-product-template__responsive,
	.woocommerce-products-page .dr-shop-main-col .wc-block-product-template,
	.woocommerce-products-page .dr-shop-main-col .wp-block-woocommerce-product-template {
		grid-template-columns: 1fr !important;
	}
}

/* ── Sidebar: drawer-style overrides (light theme) ── */
/* Neutralise any stray <p> tags wpautop may inject around buttons */
.dr-cat-sidebar p { margin: 0; padding: 0; display: contents; }

.dr-cat-sidebar {
	position: sticky;
	top: 76px;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	overflow: hidden;
}
.dr-cat-sidebar__title {
	font-size: 0.625rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.13em;
	color: #bbb;
	margin: 0;
	padding: 12px 16px 6px;
}
/* Override drawer dark styles inside sidebar */
.dr-cat-sidebar .dn-drawer-section {
	border-bottom: 1px solid rgba(0,0,0,0.06);
}
.dr-cat-sidebar .dn-drawer-section:last-child {
	border-bottom: none;
}
.dr-cat-sidebar .dn-drawer-toggle {
	padding: 11px 14px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none !important;
	color: #111;
	background: transparent !important;
	gap: 8px;
}
.dr-cat-sidebar .dn-drawer-toggle:hover {
	background: #f7f7f7 !important;
}
.dr-cat-sidebar .dn-drawer-arrow svg {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}
.dr-cat-sidebar .dn-drawer-chev svg {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}
.dr-cat-sidebar .dn-drawer-subs {
	background: #fafafa;
}
.dr-cat-sidebar .dn-drawer-sub {
	padding: 9px 14px 9px 30px;
	font-size: 12.5px;
	font-weight: 400;
	color: #444;
	border-bottom: 1px solid rgba(0,0,0,0.04);
	white-space: normal;
	word-break: break-word;
}
.dr-cat-sidebar .dn-drawer-sub:hover {
	color: #1a3a6b;
	background: #f0f4ff;
}
.dr-cat-sidebar .dn-drawer-sub--active {
	color: #1a3a6b !important;
	font-weight: 600;
	background: rgba(26,58,107,0.04);
}

/* ── Category Nav (sidebar) ── */

.dr-cat-nav {
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	padding: 14px 12px;
	position: sticky;
	top: 76px; /* clears the island nav */
}

.dr-cat-nav__title {
	font-size: 0.625rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.13em;
	color: #bbb;
	margin: 0 0 10px 4px;
	padding: 0;
}

.dr-cat-nav__list,
.dr-cat-nav__sub {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dr-cat-nav__item {
	margin-bottom: 1px;
}

/* ── Row with name-link + chevron toggle ── */
.dr-cat-nav__header {
	display: flex;
	align-items: center;
	gap: 2px;
}

.dr-cat-nav__parent-link {
	flex: 1;
	min-width: 0;
	display: block;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #111;
	text-decoration: none;
	padding: 5px 6px;
	border-radius: 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: background 0.13s, color 0.13s;
}

.dr-cat-nav__parent-link:hover {
	background: #f5f5f5;
	color: #111;
	text-decoration: none;
}

.dr-cat-nav__parent-link.dr-cat-nav__link--current {
	color: var(--wp--preset--color--gold, #c3cca6);
}

/* Chevron toggle button */
.dr-cat-nav__toggle {
	background: none;
	border: none;
	cursor: pointer;
	padding: 4px 5px;
	border-radius: 5px;
	color: #bbb;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	transition: color 0.13s, background 0.13s;
	line-height: 1;
}

.dr-cat-nav__toggle:hover {
	background: #f0f0f0;
	color: #555;
}

.dr-cat-nav__chev {
	display: block;
	transition: transform 0.2s ease;
}

.dr-cat-nav__item--open > .dr-cat-nav__header > .dr-cat-nav__toggle .dr-cat-nav__chev {
	transform: rotate(180deg);
}

/* Direct link (top-level, no children) */
.dr-cat-nav__link {
	display: block;
	font-size: 0.8rem;
	font-weight: 500;
	color: #444;
	text-decoration: none;
	padding: 4px 6px;
	border-radius: 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: background 0.13s, color 0.13s;
}

.dr-cat-nav__link:hover {
	background: #f5f5f5;
	color: #111;
	text-decoration: none;
}

.dr-cat-nav__link--parent {
	font-size: 0.8125rem;
	font-weight: 600;
	color: #111;
}

.dr-cat-nav__link--current {
	color: var(--wp--preset--color--gold, #c3cca6) !important;
	font-weight: 600;
}

/* Sub-list accordion */
.dr-cat-nav__sub {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.22s ease;
}

.dr-cat-nav__sub--open {
	max-height: 600px;
}

.dr-cat-nav__sub .dr-cat-nav__link {
	padding-left: 14px;
	font-size: 0.775rem;
	font-weight: 400;
	color: #666;
}

.dr-cat-nav__sub .dr-cat-nav__link--all {
	font-size: 0.725rem;
	color: #aaa;
	font-style: italic;
}

.dr-cat-nav__sub .dr-cat-nav__link--all:hover {
	color: #555;
}

/* =========================================
   SINGLE PRODUCT — Shopify-match styles
   ========================================= */

/* ── Installments note ── */
.dr-sp-installments {
  font-size: 0.8125rem;
  color: #4b5563;
  margin: 0 0 1rem;
  line-height: 1.5;
}
.dr-sp-installments strong { color: #111; }

/* ── Values / USPs grid ── */
.dr-sp-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}

.dr-sp-value {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.dr-sp-value svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.dr-sp-value strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 2px;
}

.dr-sp-value p {
  font-size: 0.775rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.4;
}

/* ── Hide WC product details tabs (source for accordion JS) ── */
.dr-sp-wc-details-hidden {
  display: none !important;
}

/* ── Custom accordion ── */
.dr-accordion {
  margin-top: 3rem;
  border-top: 1px solid #e5e7eb;
}

.dr-acc-item {
  border-bottom: 1px solid #e5e7eb;
}

.dr-acc-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.125rem 0;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #111;
  text-align: left;
}

.dr-acc-trigger:hover { color: #1a3a6b; }

.dr-acc-icon {
  flex-shrink: 0;
  transition: transform 0.25s ease;
  color: #6b7280;
}

.dr-acc-item.dr-acc-open .dr-acc-icon {
  transform: rotate(180deg);
}

.dr-acc-panel {
  display: none;
  padding-bottom: 1.25rem;
}

.dr-acc-item.dr-acc-open .dr-acc-panel {
  display: block;
}

.dr-acc-content {
  font-size: 0.9rem;
  color: #4b5563;
  line-height: 1.7;
}

.dr-acc-content p { margin: 0; }
.dr-acc-content a { color: #1a3a6b; text-decoration: underline; }

/* ── Sticky ATC bar ── */
#dr-sticky-atc {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: var(--layer-sticky, 1100);
  background: #fff;
  border-top: 2px solid #1a3a6b;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.10);
  padding: 0.75rem 1.5rem;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  pointer-events: none;
}

#dr-sticky-atc.dr-sticky-atc--visible {
  transform: translateY(0);
  pointer-events: auto;
}

.dr-sticky-atc__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.dr-sticky-atc__left {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  min-width: 0;
}

.dr-sticky-atc__img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.dr-sticky-atc__name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #111;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 320px;
}

.dr-sticky-atc__price {
  font-size: 1rem;
  font-weight: 700;
  color: #1a3a6b;
  margin: 0;
}

.dr-sticky-atc__btn {
  flex-shrink: 0;
  padding: 0.75rem 1.75rem;
  background: #1a3a6b;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.dr-sticky-atc__btn:hover { background: #142d55; }

@media (max-width: 600px) {
  .dr-sticky-atc__name { display: none; }
  .dr-sticky-atc__left { gap: 0.5rem; }
  #dr-sticky-atc { padding: 0.625rem 1rem; }
}

/* =========================================
   SINGLE PRODUCT — Delivery badge
   ========================================= */
.dr-sp-delivery {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  color: #374151;
  background: #f0f4ff;
  border: 1px solid #c7d7f5;
  border-radius: 8px;
  padding: 8px 12px;
  margin-bottom: 1rem;
}
.dr-sp-delivery svg { flex-shrink: 0; }
.dr-sp-delivery strong { color: #1a3a6b; }

/* =========================================
   SINGLE PRODUCT — Trust badges row
   ========================================= */
.dr-sp-trust {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 1rem 0;
  padding: 1rem 0;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.dr-sp-trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.775rem;
  font-weight: 600;
  color: #374151;
}

.dr-sp-trust-item svg { flex-shrink: 0; }

/* =========================================
   SINGLE PRODUCT — Add-ons / Upsell widget
   ========================================= */
.dr-addons {
  border: 1.5px solid #e4e2dc;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,.05);
  margin: 1.25rem 0 1rem;
}

.dr-addons-header {
  background: #141414;
  padding: 9px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dr-addons-header-icon {
  width: 22px; height: 22px;
  background: #1a3a6b;
  border-radius: 5px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.dr-addons-header-title {
  font-size: 11px; font-weight: 700; color: #fff;
  letter-spacing: .05em; text-transform: uppercase;
}

.dr-ao-item {
  padding: 12px 16px;
  border-top: 1px solid #f0eeea;
  cursor: pointer;
  transition: background .12s, opacity .2s;
}
.dr-ao-item:hover { background: #fafaf8; }
.dr-ao-item.dr-ao-unchecked { opacity: .4; }

.dr-ao-item-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dr-ao-chk {
  width: 16px; height: 16px;
  flex-shrink: 0;
  accent-color: #1a3a6b;
  cursor: pointer;
}
.dr-ao-img {
  width: 56px; height: 50px;
  border-radius: 7px; overflow: hidden;
  border: 1px solid #e4e2dc;
  flex-shrink: 0; background: #f7f6f3;
}
.dr-ao-img img {
  width: 100%; height: 100%;
  object-fit: contain; padding: 4px;
}
.dr-ao-info { flex: 1; min-width: 0; }

.dr-ao-name-row {
  display: flex; align-items: center;
  gap: 6px; flex-wrap: wrap; margin-bottom: 4px;
}
.dr-ao-name { font-size: 13px; font-weight: 700; color: #141414; }

.dr-ao-badge {
  font-size: 8.5px; font-weight: 800;
  letter-spacing: .07em; text-transform: uppercase;
  padding: 2px 6px; border-radius: 20px;
}
.dr-ao-badge--must { background: #1a3a6b; color: #fff; }
.dr-ao-badge--value { background: #1a7a45; color: #fff; }

.dr-ao-chips {
  display: flex; gap: 4px; flex-wrap: wrap;
}
.dr-ao-chip {
  display: inline-flex; align-items: center; gap: 3px;
  font-size: 10px; font-weight: 600; color: #7a7870;
  background: #f7f6f3; border: 1px solid #e4e2dc;
  border-radius: 20px; padding: 2px 7px 2px 4px;
}

.dr-ao-right { flex-shrink: 0; min-width: 60px; text-align: right; }
.dr-ao-price { font-size: 16px; font-weight: 800; color: #141414; }

.dr-addons-footer {
  padding: 14px 16px;
  border-top: 1px solid #e4e2dc;
  display: flex; flex-direction: column;
  gap: 9px; background: #fafaf8;
}
.dr-addons-footer-top {
  display: flex; align-items: center;
  justify-content: space-between; gap: 10px;
}
.dr-addons-savings {
  display: flex; align-items: center; gap: 5px;
  font-size: 10.5px; font-weight: 700; color: #1a7a45;
  background: #edfaf3; border: 1px solid #b2e8ca;
  border-radius: 6px; padding: 5px 10px;
}
.dr-addons-total-block { text-align: right; }
.dr-addons-total-label {
  font-size: 9.5px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase;
  color: #7a7870;
}
.dr-addons-total-amount {
  font-size: 17px; font-weight: 800; color: #141414; margin-top: 1px;
}
.dr-addons-btn {
  width: 100%;
  background: linear-gradient(135deg, #1a3a6b 0%, #0f2548 100%);
  color: #fff; border: none; border-radius: 10px;
  padding: 14px 16px;
  font-size: 13px; font-weight: 700; letter-spacing: .02em;
  font-family: inherit; cursor: pointer;
  transition: opacity .15s, transform .12s;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.dr-addons-btn:hover:not(:disabled) { opacity: .88; transform: translateY(-1px); }
.dr-addons-btn:disabled { opacity: .45; cursor: not-allowed; }

@media (max-width: 600px) {
  .dr-addons-footer-top { flex-direction: column; align-items: stretch; }
  .dr-addons-total-block { text-align: left; }
  .dr-sp-trust { grid-template-columns: 1fr 1fr; }
}

/* =========================================
   SINGLE PRODUCT — Social proof / urgency
   ========================================= */
.dr-sp-social {
  margin: 0.25rem 0 0.75rem;
  min-height: 20px;
}

.dr-sp-viewers {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #166534;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 20px;
  padding: 3px 10px 3px 8px;
}

.dr-sp-viewers span { color: #166534; }
.dr-sp-viewers svg { flex-shrink: 0; }

/* =========================================
   SINGLE PRODUCT — Custom price box
   ========================================= */
.dr-sp-price-box {
  margin: 0.5rem 0 1rem;
}

.dr-sp-price-box .dr-price-row {
  align-items: flex-start;
}

/* =========================================
   SINGLE PRODUCT — Buy Now button
   ========================================= */
.dr-sp-buynow {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.875rem 1.5rem;
  background: transparent;
  border: 2px solid #1a3a6b;
  border-radius: 10px;
  color: #1a3a6b;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  box-sizing: border-box;
}

.dr-sp-buynow:hover {
  background: #1a3a6b;
  color: #fff;
  text-decoration: none;
}

/* =========================================
   SINGLE PRODUCT — Related heading
   ========================================= */
.dr-sp-related-heading {
  margin: 3rem 0 0.75rem;
  text-align: center;
}

.dr-sp-related-heading h2 {
  font-size: clamp(1.375rem, 3vw, 1.875rem);
  font-weight: 700;
  color: #111;
  margin: 0 0 0.25rem;
}

.dr-sp-related-heading p {
  font-size: 0.9375rem;
  color: #6b7280;
  margin: 0;
}

/* =========================================
   SINGLE PRODUCT — Accordion improvements
   (overrides earlier basic accordion rules)
   ========================================= */
.dr-accordion {
  margin: 2.5rem 0 1rem;
  border: 1.5px solid #e5e7eb;
  border-top: none;          /* replaces earlier border-top only */
  border-radius: 12px;
  overflow: hidden;
}

.dr-acc-item {
  border-top: 1px solid #e5e7eb;
  border-bottom: none;       /* remove old bottom-border style */
}

.dr-acc-item:first-child { border-top: none; }

.dr-acc-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #111;
  text-align: left;
  transition: color 0.15s, background 0.15s;
  font-family: inherit;
}

.dr-acc-trigger:hover { color: #1a3a6b; background: #f9fafb; }

.dr-acc-item.dr-acc-open > .dr-acc-trigger {
  color: #1a3a6b;
  background: #f0f4ff;
}

.dr-acc-icon {
  flex-shrink: 0;
  transition: transform 0.25s ease;
  color: #9ca3af;
}

.dr-acc-item.dr-acc-open .dr-acc-icon {
  transform: rotate(180deg);
  color: #1a3a6b;
}

/* Smooth max-height animation — override old display:none approach */
.dr-acc-panel {
  display: block !important;    /* always in flow; height controls visibility */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-bottom: 0;
}

.dr-acc-item.dr-acc-open .dr-acc-panel {
  max-height: 800px;
}

.dr-acc-content {
  padding: 0.875rem 1.25rem 1.25rem;
  font-size: 0.9rem;
  color: #374151;
  line-height: 1.65;
}

.dr-acc-content p { margin: 0 0 0.75rem; }
.dr-acc-content p:last-child { margin-bottom: 0; }
.dr-acc-content a { color: #1a3a6b; text-decoration: underline; }
.dr-acc-content strong { color: #111; }

/* =========================================
   CART — Empty state
   ========================================= */
.woocommerce-cart .woocommerce-cart-empty,
.wc-empty-cart-message,
.cart-empty {
  text-align: center;
  padding: 4rem 2rem;
  color: #374151;
}

.woocommerce-cart .woocommerce-cart-empty p,
.cart-empty {
  font-size: 1rem;
  color: #6b7280;
  margin-bottom: 1.5rem;
}

.woocommerce-cart .return-to-shop {
  text-align: center;
  margin-top: 1rem;
}

.woocommerce-cart .return-to-shop .button,
.woocommerce-cart .return-to-shop a {
  display: inline-block;
  padding: 0.875rem 2rem;
  background: #1a3a6b;
  color: #fff !important;
  border-radius: 10px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
}

.woocommerce-cart .return-to-shop .button:hover,
.woocommerce-cart .return-to-shop a:hover { background: #142d55; }

/* =========================================
   CART PAGE — Empty state
   ========================================= */
.dr-empty-cart {
  text-align: center;
  padding: 5rem 2rem;
  max-width: 420px;
  margin: 0 auto;
}

.dr-empty-cart__icon {
  margin-bottom: 1.5rem;
  opacity: 0.5;
}

.dr-empty-cart__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 0.5rem;
}

.dr-empty-cart__sub {
  font-size: 0.9375rem;
  color: #6b7280;
  margin: 0 0 2rem;
  line-height: 1.6;
}

.dr-empty-cart__btn {
  display: inline-block;
  padding: 0.9rem 2.25rem;
  background: #1a3a6b;
  color: #fff;
  border-radius: 10px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
}

.dr-empty-cart__btn:hover {
  background: #142d55;
  color: #fff;
  text-decoration: none;
}

/* Mini-cart empty state in popup */
.dr-cart-popup__empty {
  text-align: center;
  padding: 3rem 1.5rem;
}

.dr-cart-popup__empty-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  opacity: 0.4;
}

.dr-cart-popup__empty-title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 0.4rem;
}

.dr-cart-popup__empty-sub {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0 0 1.5rem;
}

.dr-cart-popup__shop-link {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  background: #1a3a6b;
  color: #fff;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
}

.dr-cart-popup__shop-link:hover { background: #142d55; color: #fff; }

@media (max-width: 768px) {
  .dr-sp-buynow { font-size: 0.9375rem; }
  .dr-sp-related-heading h2 { font-size: 1.375rem; }
}

/* =========================================
   ACCOUNT PAGE — Sliding Auth Panel
   (matches reference design: half-circle overlay sliding left/right)
   ========================================= */
.woocommerce-account-page {
  padding: 2.5rem 1.5rem 5rem;
}

/* ── Page wrapper ── */
.woocommerce-account-page {
  padding: 2.5rem 1.5rem 5rem;
}

/* ── Page heading ── */
.dr-account-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.dr-account-title {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  color: #111;
  margin: 0 0 0.4rem;
  letter-spacing: -0.02em;
}

.dr-account-sub {
  font-size: 1rem;
  color: #6b7280;
  margin: 0;
}

/* ── Two-column grid (WC renders .u-columns with .u-column1 + .u-column2) ── */
.woocommerce-account-page #customer_login {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}

.woocommerce-account-page .u-column1,
.woocommerce-account-page .u-column2 {
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 18px;
  padding: 2.25rem 2rem;
  box-shadow: 0 4px 24px rgba(0,0,0,.05);
}

/* Column accent bar at top */
.woocommerce-account-page .u-column1 { border-top: 3px solid #1a3a6b; }
.woocommerce-account-page .u-column2 { border-top: 3px solid #16a34a; }

/* ── Section headings ── */
.woocommerce-account-page h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #f3f4f6;
}

/* ── Form fields ── */
.woocommerce-account-page .woocommerce-form-row {
  margin-bottom: 1rem;
}

.woocommerce-account-page .woocommerce-form-row label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 5px;
}

.woocommerce-account-page .woocommerce-form-row .required { color: #ef4444; }

.woocommerce-account-page input[type="text"],
.woocommerce-account-page input[type="email"],
.woocommerce-account-page input[type="password"] {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  font-size: 0.9375rem;
  color: #111;
  background: #f9fafb;
  transition: border-color 0.2s, background 0.2s;
  font-family: inherit;
  box-sizing: border-box;
}

.woocommerce-account-page input[type="text"]:focus,
.woocommerce-account-page input[type="email"]:focus,
.woocommerce-account-page input[type="password"]:focus {
  outline: none;
  border-color: #1a3a6b;
  background: #fff;
}

/* ── Submit buttons ── */
.woocommerce-account-page .woocommerce-Button,
.woocommerce-account-page button[type="submit"] {
  width: 100%;
  padding: 0.875rem 1.5rem;
  background: #1a3a6b;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
  margin-top: 0.5rem;
  transition: background 0.2s, transform 0.15s;
  font-family: inherit;
  letter-spacing: 0.01em;
}

.woocommerce-account-page .woocommerce-Button:hover,
.woocommerce-account-page button[type="submit"]:hover {
  background: #142d55;
  transform: translateY(-1px);
}

/* Register column: green button */
.woocommerce-account-page .u-column2 button[type="submit"] {
  background: #16a34a;
}
.woocommerce-account-page .u-column2 button[type="submit"]:hover {
  background: #15803d;
}

/* ── Remember me / checkbox ── */
.woocommerce-account-page .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: #374151;
  cursor: pointer;
}

/* ── Lost password ── */
.woocommerce-account-page .lost_password {
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  text-align: center;
}
.woocommerce-account-page .lost_password a { color: #1a3a6b; text-decoration: none; }
.woocommerce-account-page .lost_password a:hover { text-decoration: underline; }

/* ── Privacy policy text ── */
.woocommerce-account-page .woocommerce-privacy-policy-text {
  font-size: 0.75rem;
  color: #9ca3af;
  margin-top: 0.75rem;
  line-height: 1.5;
}

/* ── Newsletter checkbox ── */
.dr-newsletter-row { margin-top: 0.5rem !important; }

.dr-newsletter-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.875rem;
  color: #374151;
  cursor: pointer;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  padding: 10px 12px;
}

.dr-newsletter-label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 1px;
  accent-color: #16a34a;
  cursor: pointer;
}

.dr-newsletter-label span { line-height: 1.4; }

/* ── Mobile: stack columns ── */
@media (max-width: 680px) {
  .woocommerce-account-page #customer_login {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* ── Card container ── */
.dr-auth-card {
  position: relative;
  width: 100%;
  max-width: 860px;
  min-height: 520px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0,0,0,.12);
  background: #f3f4f7;
  display: flex;
}

/* ── Form panes (absolute, each 50%) ── */
.dr-auth-pane {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 2.5rem;
  background: #f3f4f7;
  transition: opacity 0.5s ease;
  overflow-y: auto;
}

.dr-auth-pane--sign-in  { left: 0;  z-index: 2; opacity: 1; }
.dr-auth-pane--sign-up  { right: 0; z-index: 1; opacity: 0; }

.dr-auth-active .dr-auth-pane--sign-in  { opacity: 0; z-index: 1; }
.dr-auth-active .dr-auth-pane--sign-up  { opacity: 1; z-index: 2; }

/* ── Form title ── */
.dr-auth-form-title {
  font-size: 1.75rem;
  font-weight: 800;
  color: #111;
  margin: 0 0 1.5rem;
  text-align: center;
  letter-spacing: -0.02em;
}

/* ── WooCommerce form fields ── */
.dr-auth-pane .woocommerce-form-row {
  width: 100%;
  margin-bottom: 0.875rem;
}

.dr-auth-pane .woocommerce-form-row label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 5px;
  display: block;
}

.dr-auth-pane .woocommerce-form-row .required { display: none; }

.dr-auth-pane input[type="text"],
.dr-auth-pane input[type="email"],
.dr-auth-pane input[type="password"] {
  width: 100%;
  padding: 0.8rem 1.1rem;
  border: 1.5px solid #e2e4e9;
  border-radius: 30px; /* pill inputs matching the design */
  font-size: 0.9rem;
  color: #111;
  background: #fff;
  transition: border-color 0.2s;
  font-family: inherit;
  box-sizing: border-box;
}

.dr-auth-pane input[type="text"]:focus,
.dr-auth-pane input[type="email"]:focus,
.dr-auth-pane input[type="password"]:focus {
  outline: none;
  border-color: #1a3a6b;
}

.dr-auth-pane .woocommerce-Button,
.dr-auth-pane button[type="submit"] {
  width: 100%;
  padding: 0.875rem 1.5rem;
  background: #1a3a6b;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 0.75rem;
  transition: background 0.2s, transform 0.15s;
  font-family: inherit;
}

.dr-auth-pane .woocommerce-Button:hover,
.dr-auth-pane button[type="submit"]:hover {
  background: #142d55;
  transform: translateY(-1px);
}

.dr-auth-pane .lost_password {
  width: 100%;
  text-align: center;
  margin-top: 0.75rem;
  font-size: 0.8125rem;
}

.dr-auth-pane .lost_password a { color: #1a3a6b; text-decoration: none; }
.dr-auth-pane .lost_password a:hover { text-decoration: underline; }

.dr-auth-pane .woocommerce-privacy-policy-text {
  font-size: 0.75rem;
  color: #9ca3af;
  margin-top: 0.625rem;
  text-align: center;
  line-height: 1.5;
}

.dr-auth-pane .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: #374151;
  cursor: pointer;
}

/* ── Sliding blue overlay (the key animation) ── */
.dr-auth-overlay {
  position: absolute;
  top: 0;
  left: 50%;          /* starts on the right half */
  width: 50%;
  height: 100%;
  z-index: 200;
  border-radius: 0 24px 24px 0; /* right half of card */
  background: linear-gradient(145deg, #2952a3 0%, #1a3a6b 60%, #0f2548 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.65s cubic-bezier(0.77, 0, 0.175, 1),
              border-radius 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
}

/* When active: slide overlay to the left half */
.dr-auth-active .dr-auth-overlay {
  transform: translateX(-100%);
  border-radius: 24px 0 0 24px;
}

/* Two text panels inside overlay — only one visible at a time */
.dr-auth-panel {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 2.5rem;
  color: #fff;
  width: 100%;
  transition: opacity 0.3s ease, transform 0.4s ease;
}

/* Right panel: default (prompts register) */
.dr-auth-panel--right {
  opacity: 1;
  transform: translateX(0);
}
.dr-auth-active .dr-auth-panel--right {
  opacity: 0;
  transform: translateX(40px);
  pointer-events: none;
}

/* Left panel: shows when active (prompts login) */
.dr-auth-panel--left {
  opacity: 0;
  transform: translateX(-40px);
  pointer-events: none;
}
.dr-auth-active .dr-auth-panel--left {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.dr-auth-panel-sub {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin: 0 0 0.5rem;
}

.dr-auth-panel-title {
  font-size: 1.875rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 1rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.dr-auth-panel-text {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.65;
  margin: 0 0 2rem;
  max-width: 260px;
}

.dr-auth-panel-btn {
  padding: 0.75rem 2.25rem;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.7);
  border-radius: 30px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
  font-family: inherit;
}

.dr-auth-panel-btn:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
  transform: translateY(-1px);
}

/* ── Single login (registration disabled) fallback ── */
.dr-single-login {
  max-width: 420px;
  margin: 0 auto;
  background: #fff;
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0,0,0,.08);
}

/* ── Mobile ── */
@media (max-width: 680px) {
  .dr-auth-card {
    flex-direction: column;
    min-height: unset;
    border-radius: 16px;
  }

  .dr-auth-overlay { display: none; }

  .dr-auth-pane {
    position: static;
    width: 100%;
    opacity: 1 !important;
    z-index: 1 !important;
    padding: 2rem 1.5rem;
    min-height: unset;
  }

  .dr-auth-pane--sign-up {
    border-top: 1.5px solid #e5e7eb;
  }

  .dr-auth-form-title { font-size: 1.375rem; }
}

/* =========================================
   ACCOUNT PAGE — Logged-in Dashboard
   ========================================= */
  position: relative;
  width: 100%;
  max-width: 860px;
  margin: 1rem auto 0;
  min-height: 540px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 24px 64px rgba(0,0,0,.13);
  background: #fff;
}

/* ── Two form boxes ── */
.dr-auth-box {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 2.75rem;
  transition: all 0.6s ease-in-out;
  background: #fff;
  overflow-y: auto;
}

.dr-auth-box--login {
  left: 0;
  z-index: 2;
  opacity: 1;
  transform: translateX(0);
}

.dr-auth-box--register {
  right: 0;
  z-index: 1;
  opacity: 0;
  transform: translateX(0);
}

.dr-auth-active .dr-auth-box--login {
  opacity: 0;
  z-index: 1;
}

.dr-auth-active .dr-auth-box--register {
  opacity: 1;
  z-index: 2;
}

.dr-auth-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 1.5rem;
  text-align: center;
}

/* ── WC form fields inside panels ── */
.dr-auth-box .woocommerce-form-row {
  margin-bottom: 0.875rem;
}

.dr-auth-box .woocommerce-form-row label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 4px;
  display: block;
}

.dr-auth-box .woocommerce-form-row input[type="text"],
.dr-auth-box .woocommerce-form-row input[type="email"],
.dr-auth-box .woocommerce-form-row input[type="password"] {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  font-size: 0.9375rem;
  color: #111;
  background: #f9fafb;
  transition: border-color 0.2s ease, background 0.2s ease;
  font-family: inherit;
  box-sizing: border-box;
}

.dr-auth-box .woocommerce-form-row input:focus {
  outline: none;
  border-color: #1a3a6b;
  background: #fff;
}

.dr-auth-box .woocommerce-Button,
.dr-auth-box button[type="submit"] {
  width: 100%;
  padding: 0.875rem 1.5rem;
  background: #1a3a6b;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
  margin-top: 0.5rem;
  transition: background 0.2s ease;
  font-family: inherit;
}

.dr-auth-box .woocommerce-Button:hover,
.dr-auth-box button[type="submit"]:hover { background: #142d55; }

.dr-auth-box .woocommerce-privacy-policy-text {
  font-size: 0.75rem;
  color: #9ca3af;
  margin-top: 0.75rem;
  text-align: center;
}

.dr-auth-box .lost_password {
  text-align: center;
  margin-top: 0.75rem;
  font-size: 0.8125rem;
}

.dr-auth-box .lost_password a { color: #1a3a6b; text-decoration: none; }
.dr-auth-box .lost_password a:hover { text-decoration: underline; }

.dr-auth-box .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: #374151;
  cursor: pointer;
}

/* ── Overlay (sliding navy panel) ── */
.dr-auth-overlay-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  z-index: 100;
  transition: transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
}

.dr-auth-active .dr-auth-overlay-wrap {
  transform: translateX(-100%);
}

.dr-auth-overlay {
  position: relative;
  background: linear-gradient(145deg, #1a3a6b 0%, #0f2548 100%);
  left: -100%;
  width: 200%;
  height: 100%;
  display: flex;
  transition: transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
}

.dr-auth-active .dr-auth-overlay {
  transform: translateX(50%);
}

.dr-auth-overlay-panel {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 2rem;
  color: #fff;
}

.dr-auth-logo-icon {
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.dr-auth-overlay-panel h2 {
  font-size: 1.625rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  color: #fff;
}

.dr-auth-overlay-panel p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.65;
  margin: 0 0 2rem;
}

.dr-auth-ghost-btn {
  padding: 0.75rem 2rem;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.7);
  border-radius: 30px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.03em;
  transition: background 0.2s ease, border-color 0.2s ease;
  font-family: inherit;
}

.dr-auth-ghost-btn:hover {
  background: rgba(255,255,255,0.12);
  border-color: #fff;
}

/* ─── Mobile: stack vertically ─── */
@media (max-width: 680px) {
  .dr-auth-wrap {
    min-height: unset;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,.10);
  }

  .dr-auth-overlay-wrap { display: none; }

  .dr-auth-box {
    position: static;
    width: 100%;
    opacity: 1 !important;
    z-index: 1 !important;
    padding: 2rem 1.5rem;
  }

  .dr-auth-box--register {
    border-top: 1.5px solid #e5e7eb;
  }

  .dr-auth-title { font-size: 1.25rem; }
}

/* =========================================
   ACCOUNT PAGE — Logged-in Dashboard
   ========================================= */
.dr-dashboard {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 2rem;
  align-items: start;
  margin-top: 0.5rem;
}

/* Sidebar nav */
.dr-dashboard .woocommerce-MyAccount-navigation {
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  position: sticky;
  top: 100px;
}

.dr-dashboard .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
}

.dr-dashboard .woocommerce-MyAccount-navigation li {
  margin: 0;
}

.dr-dashboard .woocommerce-MyAccount-navigation li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
  border-left: 3px solid transparent;
}

.dr-dashboard .woocommerce-MyAccount-navigation li a:hover {
  background: #f3f4f6;
  color: #1a3a6b;
}

.dr-dashboard .woocommerce-MyAccount-navigation li.is-active a,
.dr-dashboard .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders.is-active a {
  background: #f0f4ff;
  color: #1a3a6b;
  border-left-color: #1a3a6b;
}

.dr-nav-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  opacity: 0.7;
}

/* Logout link */
.dr-dashboard .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout {
  border-top: 1px solid #e5e7eb;
  margin-top: 0.25rem;
  padding-top: 0.25rem;
}

.dr-dashboard .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #dc2626;
}

.dr-dashboard .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background: #fff1f2;
  color: #dc2626;
}

/* Content area */
.dr-dashboard .woocommerce-MyAccount-content {
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 14px;
  padding: 2rem 2.25rem;
  min-height: 400px;
}

.dr-dashboard .woocommerce-MyAccount-content p {
  font-size: 0.9375rem;
  color: #374151;
  line-height: 1.65;
}

.dr-dashboard .woocommerce-MyAccount-content .woocommerce-Button {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  background: #1a3a6b;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease;
  font-family: inherit;
}

.dr-dashboard .woocommerce-MyAccount-content .woocommerce-Button:hover { background: #142d55; }

/* Orders table */
.dr-dashboard .woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.dr-dashboard .woocommerce-orders-table th {
  text-align: left;
  padding: 0.625rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1.5px solid #e5e7eb;
}

.dr-dashboard .woocommerce-orders-table td {
  padding: 0.875rem 0.75rem;
  color: #374151;
  border-bottom: 1px solid #f3f4f6;
  vertical-align: middle;
}

.dr-dashboard .woocommerce-orders-table tr:last-child td { border-bottom: none; }

@media (max-width: 768px) {
  .dr-dashboard {
    grid-template-columns: 1fr;
  }

  .dr-dashboard .woocommerce-MyAccount-navigation {
    position: static;
  }

  .dr-dashboard .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }

  .dr-dashboard .woocommerce-MyAccount-navigation li a {
    padding: 0.625rem 1rem;
    font-size: 0.8125rem;
    border-left: none;
    border-bottom: 3px solid transparent;
  }

  .dr-dashboard .woocommerce-MyAccount-navigation li.is-active a {
    border-left: none;
    border-bottom-color: #1a3a6b;
  }

  .dr-dashboard .woocommerce-MyAccount-content {
    padding: 1.25rem;
  }
}

/* =========================================
   PRODUCT CHARACTERISTICS — VISUAL HOTSPOT
   ========================================= */

/* Outer wrapper */
.dr-char-visual {
  margin: 2rem 0 1rem;
  width: 100%;
}

/* ── Desktop: hotspot layout ── */
.dr-char-hotspot {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 540px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #eef0f4;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dr-char-hotspot__img {
  max-width: 48%;
  max-height: 90%;
  object-fit: contain;
  display: block;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.10));
}

/* Icon dot */
.dr-char-dot {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.dr-char-dot--left  { align-items: center; }
.dr-char-dot--right { align-items: center; }

.dr-char-dot__ring {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1.5px solid #c9d2de;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.dr-char-dot:hover .dr-char-dot__ring {
  border-color: #1a3a6b;
  box-shadow: 0 4px 16px rgba(26,58,107,0.18);
}
.dr-char-dot__icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dr-char-dot__icon svg {
  width: 28px;
  height: 28px;
  stroke: #1a3a6b;
  stroke-width: 1.6;
}
.dr-char-dot__label {
  font-size: 0.68rem;
  font-weight: 600;
  color: #374151;
  text-align: center;
  white-space: nowrap;
  line-height: 1.2;
  background: #fff;
  padding: 1px 4px;
  border-radius: 4px;
}

/* ── Mobile: hide hotspot, show flat grid ── */
.dr-char-grid {
  display: none;
}
@media (max-width: 680px) {
  .dr-char-hotspot { display: none; }
  .dr-char-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 6px;
    padding: 12px 14px;
    background: #f8f9fc;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
  }
  .dr-char-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    flex: 1 1 calc(33.33% - 6px);
    min-width: 56px;
  }
  .dr-char-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1.5px solid rgba(26,58,107,0.15);
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dr-char-icon svg {
    width: 18px;
    height: 18px;
    stroke: #1a3a6b;
  }
  .dr-char-label {
    font-size: 0.6875rem;
    font-weight: 600;
    color: #374151;
    text-align: center;
    line-height: 1.2;
  }
}

/* =========================================
   RELATED PRODUCTS (dr_related_products shortcode)
   ========================================= */
.dr-related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 1rem 0 3rem;
}
.dr-rel-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.22s, transform 0.22s;
  display: flex;
  flex-direction: column;
}
.dr-rel-card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.11);
  transform: translateY(-3px);
}
.dr-rel-card__img {
  aspect-ratio: 1;
  overflow: hidden;
  background: #f9fafb;
}
.dr-rel-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  transition: transform 0.3s ease;
}
.dr-rel-card:hover .dr-rel-card__img img { transform: scale(1.06); }
.dr-rel-card__info {
  padding: 10px 12px 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dr-rel-card__name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a1a2e;
  line-height: 1.3;
}
.dr-rel-card__price {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1a3a6b;
}

@media (max-width: 900px) {
  .dr-related-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .dr-related-grid { grid-template-columns: repeat(2, 1fr); gap: 0.625rem; }
}

/* Sale price strikethrough in configurator price box */
.dr-price-sale {
  font-size: 0.875rem;
  color: #9ca3af;
  text-decoration: line-through;
  font-weight: 400;
  margin-left: 8px;
  align-self: flex-end;
}


/* ── Configurator — Dromeas brand color overrides ── */
.cfg-label { color: #111827; font-size: 1rem; font-weight: 700; }
.cfg-label-icon-wrap svg { stroke: #c3cca6 !important; }
.cfg-hint { color: #374151; font-weight: 600; font-size: 0.85rem; background: #f9fafb; padding: 3px 10px; border-radius: 99px; border: 1px solid #e5e7eb; max-width: 180px; }

/* Button choices — sage green active */
.cfg-grid--buttons .cfg-choice--active {
  border-color: #c3cca6 !important;
  background: rgba(195,204,166,0.15) !important;
  color: #1a1a1a !important;
  box-shadow: 0 4px 14px rgba(195,204,166,0.3) !important;
}
.cfg-grid--buttons .cfg-choice:hover {
  border-color: #c3cca6 !important;
}

/* Swatch choices — larger, cleaner */
.cfg-grid--swatches { grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); gap: 12px; }
.cfg-grid--swatches .cfg-choice {
  padding: 8px 6px;
  border-radius: 14px;
  gap: 7px;
}
.cfg-swatch-img-wrap { width: 100%; aspect-ratio: 1; border-radius: 10px; overflow: hidden; background: #f9fafb; border: 1px solid #f0f0f0; }
.cfg-grid--swatches .cfg-choice--active {
  border-color: #1a1a1a !important;
  box-shadow: 0 0 0 3px rgba(195,204,166,0.6), 0 4px 14px rgba(0,0,0,0.12) !important;
  transform: scale(1.06) !important;
}
.cfg-swatch-name { font-size: 11px; font-weight: 600; color: #374151; }

/* Image button choices */
.cfg-grid--image-buttons { grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 10px; }
.cfg-grid--image-buttons .cfg-choice--active {
  border-color: #c3cca6 !important;
  background: rgba(195,204,166,0.12) !important;
}

/* Progress fill — brand color */
.pg-progress-fill { background: #c3cca6 !important; }

/* Price note badges */
.cfg-price-note { font-size: 10px; color: #6b7280; font-weight: 500; background: #f3f4f6; padding: 2px 7px; border-radius: 99px; margin-top: 3px; }

/* Social proof line */
.cfg-social-proof { font-size: 11.5px; color: #6b7280; margin-top: -4px; padding-left: 2px; }

/* Tip block */
.cfg-tip { display: flex; align-items: flex-start; gap: 8px; background: #f0f7ff; border: 1px solid #dbeafe; border-radius: 10px; padding: 10px 14px; margin-top: -4px; }
.cfg-tip-icon { flex-shrink: 0; font-size: 15px; }
.cfg-tip-text { font-size: 12px; color: #1e40af; font-weight: 500; line-height: 1.5; }

/* Native WC variation selects — ensure fully hidden */
.variations_form .variations { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }

/* Configurator section card hover */
.cfg-section { transition: box-shadow 0.22s ease; }
.cfg-section:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.10); transform: none; }

/* =========================================
   LAYOUT FIX — Product Page Spacing & Sticky Gallery
   ========================================= */

/* Make gallery column sticky so it follows scroll */
.woocommerce-single-product .wp-block-columns > .wp-block-column:first-child {
  position: sticky;
  top: 80px;
  align-self: flex-start;
}

/* Tighten the two-column gap */
.woocommerce-single-product .wp-block-columns {
  gap: 2rem !important;
  margin-top: 1rem !important;
}

/* Reduce overall page padding */
.woocommerce-single-product {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* Gallery: tighter padding */
.pg-wrap {
  padding: 16px 16px 12px !important;
  gap: 10px !important;
}

/* Reduce vertical spacing between product info elements */
.woocommerce-single-product .wp-block-column:last-child > * {
  margin-bottom: 0.5rem !important;
}
.woocommerce-single-product .wp-block-column:last-child > .wp-block-post-excerpt {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* Configurator tighter spacing */
#dromeas-configurator {
  gap: 12px !important;
  padding-top: 16px !important;
  margin-bottom: 4px !important;
}
.cfg-section {
  padding: 16px 18px !important;
  gap: 12px !important;
  border-radius: 14px !important;
}

/* Below-fold sections: full width, tight spacing */
.dr-sp-below-fold {
  margin-top: 2rem;
  padding: 0 1rem;
}
.dr-sp-below-fold > * {
  margin-bottom: 1rem;
}

/* Product characteristics: horizontal layout */
.dr-sp-chars {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)) !important;
  gap: 12px !important;
  padding: 1.25rem !important;
  margin-bottom: 0.5rem !important;
}

/* Buy now button: tighter */
.dr-sp-buynow {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  padding: 14px !important;
}

/* Addons widget: tighter */
.dr-addons {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* Trust badges: compact */
.dr-sp-trust {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  padding: 12px !important;
  gap: 8px !important;
}

/* Values/USPs: compact grid */
.dr-sp-values {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  gap: 12px !important;
}

/* Accordion: tighter */
.dr-accordion {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* Related products heading: tighter */
.dr-sp-related-heading {
  margin-top: 1rem !important;
  margin-bottom: 0.5rem !important;
}
.dr-sp-related-heading h2 {
  font-size: 1.5rem !important;
  margin-bottom: 0.25rem !important;
}

/* Sticky ATC bar: don't overlap Call Us button */
#dr-sticky-atc {
  z-index: 999 !important;
}

/* ── MOBILE RESPONSIVE FIXES ── */
@media (max-width: 781px) {
  .woocommerce-single-product .wp-block-columns {
    flex-direction: column !important;
    gap: 1rem !important;
  }
  .woocommerce-single-product .wp-block-columns > .wp-block-column:first-child {
    position: static !important;
    flex-basis: 100% !important;
  }
  .woocommerce-single-product .wp-block-columns > .wp-block-column:last-child {
    flex-basis: 100% !important;
  }
  .pg-wrap {
    padding: 10px 10px 8px !important;
  }
  .pg-main-wrap {
    aspect-ratio: 1/1 !important;
  }
  .cfg-section {
    padding: 14px 14px !important;
    border-radius: 12px !important;
  }
  #dromeas-configurator {
    gap: 10px !important;
  }
  .dr-sp-below-fold {
    margin-top: 1rem;
  }
  .dr-sp-chars {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
  }
  .dr-sp-values {
    grid-template-columns: 1fr !important;
  }
  .dr-sp-trust {
    flex-wrap: wrap !important;
  }
}

/* ── HOMEPAGE SPACING FIXES ── */
/* Reduce gaps between homepage sections */
.home .wp-block-group,
.home .wp-block-columns {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Hero section: no bottom margin */
.axis-pro-hero-section {
  margin-bottom: 0 !important;
}

/* Trust strip: compact */
.dr-trust-strip {
  padding: 12px 0 !important;
}

/* Reviews section: tighter */
.dr-reviews-heading {
  margin-bottom: 1.5rem !important;
}

/* Featured products section: tighter */
.dr-featured-heading {
  margin-top: 2rem !important;
  margin-bottom: 1rem !important;
}

/* ── Responsive grid column counts for WC block product template ── */
.wc-block-product-template__responsive.columns-2 { grid-template-columns: repeat(2, 1fr) !important; }
.wc-block-product-template__responsive.columns-3 { grid-template-columns: repeat(3, 1fr) !important; }
.wc-block-product-template__responsive.columns-4 { grid-template-columns: repeat(4, 1fr) !important; }
.wc-block-product-template__responsive.columns-5 { grid-template-columns: repeat(5, 1fr) !important; }

@media (max-width: 1024px) {
  .wc-block-product-template__responsive.columns-4,
  .wc-block-product-template__responsive.columns-5 { grid-template-columns: repeat(3, 1fr) !important; }
}
@media (max-width: 768px) {
  .wc-block-product-template__responsive.columns-3,
  .wc-block-product-template__responsive.columns-4,
  .wc-block-product-template__responsive.columns-5 { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 480px) {
  .wc-block-product-template__responsive { grid-template-columns: repeat(2, 1fr) !important; }
}

/* ══════════════════════════════════════════════════════
   WHY US PILLARS SECTION
   ══════════════════════════════════════════════════════ */
.dr-why-section {
	max-width: 1200px; margin: 0 auto; padding: 4rem 1.5rem 2rem;
}
.dr-why-header { text-align: center; margin-bottom: 3rem; }
.dr-section-label {
	display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
	text-transform: uppercase; color: #1a3a6b; background: rgba(26,58,107,0.08);
	padding: 4px 12px; border-radius: 20px; margin-bottom: 0.75rem;
}
.dr-section-label--gold { color: #b8860b; background: rgba(255,209,70,0.15); }
.dr-why-title { font-size: clamp(1.6rem,3.5vw,2.25rem); font-weight: 800; color: #111; margin: 0 0 0.75rem; }
.dr-why-sub { font-size: 1rem; color: #666; max-width: 540px; margin: 0 auto; line-height: 1.6; }
.dr-why-pillars {
	display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem;
}
.dr-why-pillar {
	background: #fff; border: 1px solid #eee; border-radius: 16px;
	padding: 2rem 1.5rem; text-align: center;
	box-shadow: 0 2px 12px rgba(0,0,0,0.05);
	transition: transform 0.2s, box-shadow 0.2s;
}
.dr-why-pillar:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
.dr-why-icon {
	width: 56px; height: 56px; border-radius: 16px; background: rgba(26,58,107,0.08);
	display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem;
}
.dr-why-icon svg { width: 26px; height: 26px; }
.dr-why-pillar h3 { font-size: 1rem; font-weight: 700; color: #111; margin: 0 0 0.5rem; }
.dr-why-pillar p  { font-size: 0.875rem; color: #666; line-height: 1.6; margin: 0; }

/* ══════════════════════════════════════════════════════
   B2B SECTION
   ══════════════════════════════════════════════════════ */
.dr-b2b-section {
	background: linear-gradient(135deg, #0d1b2a 0%, #1a3a6b 100%);
	padding: 4rem 1.5rem; margin-top: 1rem;
}
.dr-b2b-inner {
	max-width: 1100px; margin: 0 auto;
	display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start;
}
.dr-b2b-text { color: #fff; }
.dr-b2b-text h2 { font-size: clamp(1.5rem,3vw,2rem); font-weight: 800; margin: 0.5rem 0 1rem; }
.dr-b2b-desc { font-size: 0.9375rem; color: rgba(255,255,255,0.75); line-height: 1.7; margin-bottom: 1.5rem; }
.dr-b2b-perks { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.625rem; }
.dr-b2b-perks li { display: flex; align-items: center; gap: 0.625rem; font-size: 0.9375rem; color: rgba(255,255,255,0.9); }
.dr-b2b-check { color: #ffd146; font-weight: 700; font-size: 1rem; flex-shrink: 0; }

.dr-b2b-form {
	background: #fff; border-radius: 20px; padding: 2rem;
	box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}
.dr-b2b-form h3 { font-size: 1.125rem; font-weight: 800; color: #111; margin: 0 0 0.25rem; }
.dr-b2b-form-sub { font-size: 0.8125rem; color: #888; margin: 0 0 1.25rem; }
.dr-b2b-input, .dr-b2b-textarea, .dr-b2b-select {
	width: 100%; box-sizing: border-box;
	border: 1.5px solid #e5e7eb; border-radius: 10px;
	padding: 11px 14px; font-size: 0.875rem; color: #111;
	background: #f9fafb; margin-bottom: 0.75rem;
	transition: border-color 0.15s, background 0.15s; outline: none;
	font-family: inherit;
}
.dr-b2b-input:focus, .dr-b2b-textarea:focus, .dr-b2b-select:focus {
	border-color: #1a3a6b; background: #fff;
}
.dr-b2b-textarea { resize: vertical; min-height: 80px; }
.dr-b2b-submit {
	width: 100%; background: linear-gradient(135deg,#1a3a6b,#0d1b2a);
	color: #fff; border: none; border-radius: 12px; padding: 14px 20px;
	font-size: 0.9375rem; font-weight: 700; cursor: pointer;
	display: flex; align-items: center; justify-content: center; gap: 8px;
	transition: opacity 0.2s; font-family: inherit;
}
.dr-b2b-submit:hover { opacity: 0.88; }
.dr-b2b-submit svg { width: 16px; height: 16px; }
.dr-b2b-submit:disabled { opacity: 0.6; cursor: not-allowed; }

/* ══════════════════════════════════════════════════════
   NEWSLETTER BAR
   ══════════════════════════════════════════════════════ */
.dr-nl-bar {
	background: #f0f4ff; border-top: 1px solid #dce4f5;
	border-bottom: 1px solid #dce4f5; padding: 1.75rem 1.5rem;
}
.dr-nl-bar-inner {
	max-width: 1100px; margin: 0 auto;
	display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap;
}
.dr-nl-bar-icon {
	width: 48px; height: 48px; border-radius: 14px; background: #fff;
	border: 1.5px solid #dce4f5; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.dr-nl-bar-icon svg { width: 22px; height: 22px; }
.dr-nl-bar-text { flex: 1; min-width: 200px; }
.dr-nl-bar-text strong { display: block; font-size: 0.9375rem; font-weight: 700; color: #111; margin-bottom: 2px; }
.dr-nl-bar-text span { font-size: 0.8125rem; color: #666; }
.dr-nl-bar-form { display: flex; gap: 8px; flex-shrink: 0; }
.dr-nl-bar-input {
	border: 1.5px solid #dce4f5; border-radius: 10px; padding: 10px 14px;
	font-size: 0.875rem; color: #111; background: #fff; outline: none;
	min-width: 220px; font-family: inherit; transition: border-color 0.15s;
}
.dr-nl-bar-input:focus { border-color: #1a3a6b; }
.dr-nl-bar-btn {
	background: #1a3a6b; color: #fff; border: none; border-radius: 10px;
	padding: 10px 20px; font-size: 0.875rem; font-weight: 700;
	cursor: pointer; white-space: nowrap; font-family: inherit;
	transition: opacity 0.2s;
}
.dr-nl-bar-btn:hover { opacity: 0.88; }

/* Responsive */
@media (max-width: 1024px) {
	.dr-why-pillars { grid-template-columns: repeat(2,1fr); }
	.dr-b2b-inner { grid-template-columns: 1fr; gap: 2.5rem; }
}
@media (max-width: 640px) {
	.dr-why-pillars { grid-template-columns: 1fr 1fr; gap: 1rem; }
	.dr-why-pillar { padding: 1.25rem 1rem; }
	.dr-why-icon { width: 44px; height: 44px; }
	.dr-nl-bar-inner { flex-direction: column; align-items: stretch; }
	.dr-nl-bar-form { flex-direction: column; }
	.dr-nl-bar-input { min-width: unset; width: 100%; }
}
