/*
Theme Name: Noksho Commerce
Theme URI: https://noksho.in/
Author: Noksho
Description: Lightweight custom WooCommerce storefront theme for Noksho with a modern sea-green visual system.
Version: 1.1.3
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: noksho-commerce
WooCommerce: 8.0
*/

:root{
  --adc-red:#f4c414;
  --adc-red-dark:#cc9800;
  --adc-black:#121212;
  --adc-text:#242424;
  --adc-muted:#6c6c6c;
  --adc-border:#e5e2d5;
  --adc-soft:#f7f6f1;
  --adc-pink:#fff7cf;
  --adc-blue:#f4c414;
  --adc-radius:22px;
  --adc-shell:1380px;
  --adc-shadow:0 14px 34px rgba(20,20,16,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--adc-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
.adc-shell{width:min(calc(100% - 40px),var(--adc-shell));margin-inline:auto}
.site-main{min-height:50vh}
.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Header */
.adc-header{position:sticky;z-index:999;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid #ececef}
.adc-header__inner{display:flex;align-items:center;justify-content:space-between;min-height:78px;gap:22px}
.adc-brand{display:inline-flex;align-items:baseline;gap:5px;color:var(--adc-black);font-size:28px;font-weight:300;letter-spacing:-1.5px;white-space:nowrap}
.adc-brand strong{font-weight:900}
.adc-nav ul{display:flex;align-items:center;gap:28px;margin:0;padding:0;list-style:none}
.adc-nav a{position:relative;color:#2e3034;font-size:15px;font-weight:750}
.adc-nav a:after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:2px;border-radius:4px;background:var(--adc-red);transform:scaleX(0);transition:.2s ease}
.adc-nav a:hover:after,.adc-nav .current-menu-item a:after{transform:scaleX(1)}
.adc-actions{display:flex;align-items:center;gap:8px}
.adc-icon-btn{position:relative;display:inline-grid;place-items:center;width:42px;height:42px;border:0;background:transparent;color:#171717;border-radius:50%;cursor:pointer;transition:.2s}
.adc-icon-btn:hover{background:var(--adc-pink);color:var(--adc-red)}
.adc-icon-btn svg{width:21px;height:21px;fill:currentColor}
.adc-cart-count{position:absolute;right:0;top:0;min-width:18px;height:18px;padding:0 4px;border:2px solid #fff;border-radius:999px;background:var(--adc-red);color:#fff;font-size:10px;font-weight:900;display:grid;place-items:center}
.adc-menu-toggle{display:none}
.adc-mobile-menu{display:none}

/* Footer */
.adc-footer{margin-top:70px;background:#17191d;color:#eef0f4}
.adc-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:36px;padding:58px 0 36px}
.adc-footer .adc-brand{color:#fff}
.adc-footer h3{margin:0 0 14px;font-size:15px;color:#fff}
.adc-footer p{color:#bdc2ca;font-size:14px;max-width:360px}
.adc-footer ul{margin:0;padding:0;list-style:none}
.adc-footer li{margin:8px 0}
.adc-footer li a{color:#bdc2ca;font-size:14px}
.adc-footer li a:hover{color:#fff}
.adc-footer__bottom{border-top:1px solid #32363d;padding:18px 0;color:#aeb4be;font-size:13px;display:flex;justify-content:space-between;gap:16px}

/* Buttons */
.adc-btn,.button,button.single_add_to_cart_button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border:1px solid var(--adc-red);border-radius:14px;background:var(--adc-red);color:#fff!important;font-weight:850;cursor:pointer;transition:.2s ease}
.adc-btn:hover,.button:hover,button.single_add_to_cart_button:hover{transform:translateY(-1px);background:var(--adc-red-dark);border-color:var(--adc-red-dark)}
.adc-btn--ghost{background:#fff;color:var(--adc-black)!important;border-color:var(--adc-border)}
.adc-btn--ghost:hover{background:var(--adc-soft);color:var(--adc-black)!important;border-color:var(--adc-border)}

/* Homepage */
.adc-hero{padding:70px 0 40px;background:linear-gradient(135deg,#fff6f7 0%,#fff 50%,#f4f7ff 100%)}
.adc-hero__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center}
.adc-eyebrow{display:inline-flex;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid #f1d5d8;color:var(--adc-red);font-size:12px;font-weight:900;letter-spacing:.8px;text-transform:uppercase}
.adc-hero h1{margin:16px 0;font-size:clamp(38px,5vw,72px);line-height:1.02;letter-spacing:-3px;color:#171717}
.adc-hero p{max-width:620px;margin:0 0 24px;color:var(--adc-muted);font-size:18px}
.adc-hero__actions{display:flex;gap:12px;flex-wrap:wrap}
.adc-hero__card{min-height:340px;border-radius:32px;background:#17191d;color:white;padding:34px;position:relative;overflow:hidden;display:flex;align-items:flex-end;box-shadow:var(--adc-shadow)}
.adc-hero__card:before{content:"";position:absolute;inset:-45%;background:radial-gradient(circle at 75% 25%,rgba(15,118,110,.75),transparent 36%),radial-gradient(circle at 35% 75%,rgba(50,105,219,.7),transparent 34%);filter:blur(12px)}
.adc-hero__card-inner{position:relative}
.adc-hero__card h2{margin:0 0 8px;font-size:30px;line-height:1.05}
.adc-hero__card p{margin:0;color:#d8dbe1;font-size:15px}
.adc-home-section{padding:62px 0}
.adc-section-title{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:24px}
.adc-section-title h2{margin:0;font-size:clamp(28px,3vw,42px);letter-spacing:-1.8px;color:#171717}
.adc-section-title p{margin:6px 0 0;color:var(--adc-muted)}
.adc-home-products ul.products,.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin:0!important;padding:0!important;list-style:none}
.products .product{float:none!important;clear:none!important;width:100%!important;margin:0!important;display:flex!important;flex-direction:column!important;padding:14px!important;border:1px solid var(--adc-border);border-radius:20px;background:#fff;transition:.2s}
.products .product:hover{transform:translateY(-4px);box-shadow:var(--adc-shadow)}
.products .product img{width:100%!important;height:280px!important;object-fit:contain!important;background:#f6f7f8;border-radius:14px;margin:0 0 14px!important;padding:7px}
.products .woocommerce-loop-product__title{min-height:44px;margin:0 0 8px!important;color:#25272b;font-size:15px!important;font-weight:850!important;line-height:1.35}
.products .price{display:block;margin:0 0 12px!important;color:#171717!important;font-size:16px!important;font-weight:850!important}
.products .button{width:100%;margin-top:auto!important;min-height:42px;padding:0 12px!important;border-radius:12px!important;font-size:13px!important}
.adc-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.adc-category-card{padding:25px;border:1px solid var(--adc-border);background:#fff;border-radius:20px;transition:.2s}
.adc-category-card:hover{transform:translateY(-3px);box-shadow:var(--adc-shadow)}
.adc-category-card strong{display:block;font-size:17px}
.adc-category-card span{display:block;color:var(--adc-muted);font-size:14px;margin-top:4px}

/* Generic page */
.adc-page{padding:48px 0}
.adc-page-card{padding:32px;border:1px solid var(--adc-border);border-radius:24px;background:#fff}
.adc-page-card h1{margin-top:0;font-size:clamp(32px,4vw,48px);letter-spacing:-2px}
.adc-page-card h2{margin-top:34px}
.adc-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}
.adc-form-field{display:grid;gap:7px}
.adc-form-field--full{grid-column:1/-1}
.adc-form-field input,.adc-form-field textarea{width:100%;padding:13px 14px;border:1px solid #dfe1e5;border-radius:12px;background:#fff}
.adc-form-field textarea{min-height:145px;resize:vertical}
.adc-alert{padding:14px 16px;border-radius:14px;margin-bottom:18px;font-weight:700}
.adc-alert--success{background:#eefaf1;color:#176d37;border:1px solid #c7ebd0}
.adc-alert--error{background:#fff1f2;color:#a21324;border:1px solid #f4c2c8}

/* FAQ */
.adc-faq{display:grid;gap:0}
.adc-faq-item{border-top:1px solid var(--adc-border)}
.adc-faq-item:last-child{border-bottom:1px solid var(--adc-border)}
.adc-faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:18px 0;background:transparent;border:0;color:#242424;font-weight:850;text-align:left;cursor:pointer}
.adc-faq-question:after{content:"+";font-size:24px;color:var(--adc-red);font-weight:400}
.adc-faq-item.is-open .adc-faq-question:after{content:"−"}
.adc-faq-answer{display:none;padding:0 0 18px;color:var(--adc-muted)}
.adc-faq-item.is-open .adc-faq-answer{display:block}

/* Product page */
.single-product .woocommerce-breadcrumb{display:none!important}
.adc-product{padding:34px 0 0}
.adc-product-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:34px;align-items:start}
.adc-product-gallery{position:sticky;top:100px;padding:18px;border-radius:30px;background:#f1f3f7}
.adc-product-main-image{position:relative;background:#fff;border-radius:22px;overflow:hidden}
.adc-product-main-image img{display:block;width:100%;max-height:680px;object-fit:contain}
.adc-product-actions{position:absolute;inset:16px 16px auto;display:flex;justify-content:space-between;pointer-events:none}
.adc-circle{pointer-events:auto;display:grid;place-items:center;width:48px;height:48px;border:0;border-radius:50%;background:rgba(255,255,255,.95);box-shadow:0 8px 18px rgba(0,0,0,.1);cursor:pointer;color:#191919}
.adc-circle svg{width:21px;height:21px;fill:currentColor}
.adc-product-thumbs{display:flex;gap:10px;justify-content:center;overflow:auto;padding-top:14px}
.adc-thumb{width:66px;height:66px;flex:0 0 66px;padding:0;border:2px solid transparent;border-radius:14px;background:#fff;overflow:hidden;cursor:pointer;opacity:.67}
.adc-thumb.is-active{border-color:var(--adc-red);opacity:1}
.adc-thumb img{width:100%;height:100%;object-fit:cover}
.adc-product-card{padding:36px;border:1px solid var(--adc-border);border-radius:30px;background:#fff;box-shadow:var(--adc-shadow)}
.adc-product-kicker{margin-bottom:12px;color:var(--adc-blue);font-size:12px;font-weight:900;letter-spacing:1px;text-transform:uppercase}
.adc-product-card h1{margin:0 0 18px;color:#171717;font-size:clamp(34px,4vw,56px);line-height:1.04;letter-spacing:-2px}
.adc-rating-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:22px}
.adc-rating-pill{padding:7px 11px;border-radius:999px;background:#fff7da;color:#674d00;font-weight:900;font-size:14px}
.adc-stock{display:inline-flex;align-items:center;gap:7px;color:#137a3a;font-weight:800;font-size:14px}
.adc-stock:before{content:"";width:8px;height:8px;border-radius:50%;background:#20a950}
.adc-price-block{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;margin:22px 0;padding:20px 0;border-top:1px solid var(--adc-border);border-bottom:1px solid var(--adc-border)}
.adc-product-card .price{margin:0!important;color:#171717!important;font-size:34px!important;font-weight:900!important}
.adc-delivery{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #dce6ff;border-radius:15px;background:#f4f7ff}
.adc-delivery svg{width:30px;height:30px;fill:var(--adc-blue)}
.adc-delivery strong{display:block;font-size:13px}
.adc-delivery span{display:block;font-size:12px;color:var(--adc-muted)}
.adc-product-card .woocommerce-product-details__short-description{color:#5b6069;margin:0 0 20px;font-size:15px;line-height:1.7}
.adc-product-card form.cart{display:flex;gap:12px;flex-wrap:wrap;margin:18px 0 0!important;padding-top:20px;border-top:1px solid var(--adc-border)}
.adc-product-card form.cart .quantity{display:flex;align-items:center}
.adc-product-card form.cart .qty{width:78px;height:52px;border:1px solid #dedfe3;border-radius:14px;font-weight:800;text-align:center}
.adc-product-card form.cart .single_add_to_cart_button{flex:1;min-height:52px;border-radius:14px}
.adc-tier-wrap:empty{display:none}
.adc-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px}
.adc-trust{padding:14px 9px;background:#fbfbfc;border:1px solid #ededee;border-radius:16px;text-align:center;font-size:12px;font-weight:800;color:#333}
.adc-trust svg{display:block;width:22px;height:22px;fill:var(--adc-red);margin:0 auto 7px}
.adc-tabs{margin-top:22px;padding-top:20px;border-top:1px solid var(--adc-border)}
.adc-tab-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px}
.adc-tab-btn{min-height:42px;padding:8px;border:1px solid #e1e3e7;border-radius:12px;background:#f7f8fa;color:#4a4d52;font-size:13px;font-weight:850;cursor:pointer}
.adc-tab-btn.is-active{border-color:var(--adc-red);background:#ecfdf5;color:var(--adc-red)}
.adc-tab-panel{display:none;padding:15px 16px;border:1px solid #ededee;border-radius:14px;background:#fafafa;color:#666b74;font-size:13px;line-height:1.6}
.adc-tab-panel.is-active{display:block}
.adc-tab-panel strong{display:block;margin-bottom:5px;color:#242424;font-size:14px}
.adc-product-below{margin-top:32px}
.adc-details-section,.adc-related-section,.adc-static-section{padding:44px 0}
.adc-details-card,.adc-spec-card,.adc-faq-card{padding:34px;border:1px solid var(--adc-border);border-radius:24px;background:#fff}
.adc-spec-card{margin-top:20px}
.adc-section-heading{margin:0 0 16px;font-size:clamp(26px,2.5vw,36px);letter-spacing:-1px}
.adc-details-content{overflow:hidden;max-height:180px;color:#59606b;line-height:1.8}
.adc-details-content.is-open{max-height:5000px}
.adc-details-toggle{padding:0;margin-top:14px;border:0;background:transparent;color:var(--adc-blue);font-weight:900;cursor:pointer}
.adc-spec-card .shop_attributes{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #e9e9e9;border-radius:15px;overflow:hidden}
.adc-spec-card .shop_attributes th,.adc-spec-card .shop_attributes td{padding:14px 16px;border-bottom:1px solid #ebebeb;background:#fff;text-align:left}
.adc-spec-card .shop_attributes th{width:34%;background:#fafafa;font-weight:850}
.adc-spec-card .shop_attributes tr:last-child th,.adc-spec-card .shop_attributes tr:last-child td{border-bottom:0}
.adc-static-section{background:var(--adc-pink)}
.adc-static-inner{width:min(calc(100% - 40px),var(--adc-shell));margin:auto}
.adc-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.adc-benefit{padding:24px;background:#fff;border:1px solid #f4d9dc;border-radius:20px}
.adc-benefit strong{display:block;margin-bottom:7px;font-size:17px}
.adc-benefit p{margin:0;color:var(--adc-muted);font-size:14px}
.adc-faq-card{margin-top:24px}
.adc-related-section ul.products .product img{height:300px!important}

/* Cart */
.woocommerce-cart-form{border:1px solid var(--adc-border);border-radius:22px;overflow:hidden}
.woocommerce table.shop_table{border:0!important;margin:0!important}
.woocommerce-cart-form__cart-item td{vertical-align:middle}
.woocommerce-cart-form .product-thumbnail img{width:72px;border-radius:12px}
.cart-collaterals .cart_totals{width:100%!important;padding:24px;border:1px solid var(--adc-border);border-radius:22px}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border:0!important;border-radius:14px!important}
.woocommerce-error{background:#fff1f2!important;color:#a21324!important}
.woocommerce-message,.woocommerce-info{background:#eff8ff!important;color:#1c4f93!important}

/* Mobile */
@media(max-width:1024px){
  .adc-product-grid{grid-template-columns:1fr}
  .adc-product-gallery{position:relative;top:0}
  .adc-home-products ul.products,.products{grid-template-columns:repeat(3,minmax(0,1fr))}
  .adc-category-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .adc-shell{width:min(calc(100% - 28px),var(--adc-shell))}
  .adc-header__inner{min-height:70px}
  .adc-brand{font-size:24px}
  .adc-nav,.adc-account{display:none}
  .adc-menu-toggle{display:inline-grid;place-items:center}
  .adc-menu-toggle span{display:block;width:22px;height:2px;background:currentColor;margin:2px 0;border-radius:2px}
  .adc-mobile-menu{max-height:0;overflow:hidden;background:#fff;transition:max-height .28s ease;border-top:0}
  .adc-header.is-open .adc-mobile-menu{display:block;max-height:320px;border-top:1px solid #eee}
  .adc-mobile-menu ul{margin:0;padding:8px 18px 18px;list-style:none}
  .adc-mobile-menu li{border-bottom:1px solid #f0f0f0}
  .adc-mobile-menu li:last-child{border-bottom:0}
  .adc-mobile-menu a{display:block;padding:14px 2px;font-weight:800}
  .adc-footer__grid{grid-template-columns:1fr 1fr;padding:40px 0 26px}
  .adc-footer__bottom{flex-direction:column}
  .adc-hero{padding:42px 0 28px}
  .adc-hero__grid{grid-template-columns:1fr}
  .adc-hero__card{min-height:250px}
  .adc-home-section{padding:42px 0}
  .adc-home-products ul.products,.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .products .product{padding:10px!important;border-radius:16px}
  .products .product img{height:190px!important;padding:5px}
  .products .woocommerce-loop-product__title{min-height:39px;font-size:13px!important}
  .products .price{font-size:14px!important}
  .products .button{font-size:12px!important;padding:0 7px!important}
  .adc-product{padding-top:0}
  .adc-product-gallery{margin-inline:calc(50% - 50vw);border-radius:0;padding:0;background:#f1f3f7}
  .adc-product-main-image{border-radius:0}
  .adc-product-main-image img{min-height:420px;max-height:560px}
  .adc-product-actions{inset:16px}
  .adc-product-card{position:relative;margin:-18px 10px 0;padding:28px 20px 23px;border-radius:28px 28px 22px 22px;z-index:2}
  .adc-product-card h1{font-size:34px}
  .adc-price-block{display:flex;flex-direction:column;text-align:center}
  .adc-product-card .price{font-size:36px!important}
  .adc-delivery{width:100%;justify-content:flex-start;text-align:left}
  .adc-trust-grid{gap:7px}
  .adc-trust{font-size:10px;padding:12px 5px}
  .adc-tab-buttons{gap:6px}
  .adc-tab-btn{font-size:11px;padding:6px}
  .adc-details-section,.adc-related-section{padding:28px 0}
  .adc-details-card,.adc-spec-card,.adc-faq-card{padding:21px 17px;border-radius:20px}
  .adc-static-section{padding:30px 0}
  .adc-benefits{grid-template-columns:1fr;gap:10px}
  .adc-benefit{padding:19px}
  .adc-form-grid{grid-template-columns:1fr}
  .adc-form-field--full{grid-column:auto}
}


/* -----------------------------------------------------------------
   v1.0.1 stability fixes
   - isolates this theme from earlier ad-* Code Snippets
   - fixes custom logo sizing
   - locks WooCommerce product grids to usable widths
   - forces store buttons to the brand red
------------------------------------------------------------------ */

/* Hide the older custom header injected by prior Code Snippets. */
body > .ad-header,
body .ad-header {
	display: none !important;
}

/* Prevent a large uploaded WordPress logo from breaking the header. */
.adc-brand--image,
.adc-brand--image .custom-logo-link {
	display: flex;
	align-items: center;
	line-height: 0;
}

.adc-brand--image .custom-logo {
	display: block;
	width: auto !important;
	height: 36px !important;
	max-width: 240px !important;
	object-fit: contain;
}

/* WooCommerce / plugin styles sometimes load after the theme.
   These targeted rules keep buttons consistently red. */
body .adc-home-products ul.products li.product .button,
body .adc-related-section ul.products li.product .button,
body.single-product .adc-product-card form.cart .single_add_to_cart_button,
body.single-product .adc-product-card form.cart button.single_add_to_cart_button {
	background: var(--adc-red) !important;
	border-color: var(--adc-red) !important;
	color: #ffffff !important;
	opacity: 1 !important;
}

body .adc-home-products ul.products li.product .button:hover,
body .adc-related-section ul.products li.product .button:hover,
body.single-product .adc-product-card form.cart .single_add_to_cart_button:hover,
body.single-product .adc-product-card form.cart button.single_add_to_cart_button:hover {
	background: var(--adc-red-dark) !important;
	border-color: var(--adc-red-dark) !important;
}

/* Exact grid override for related products. WooCommerce adds .first/.last float rules. */
body .adc-home-products ul.products,
body .adc-related-section .related ul.products,
body .adc-related-section ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	align-items: stretch !important;
	gap: 20px !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body .adc-home-products ul.products li.product,
body .adc-related-section .related ul.products li.product,
body .adc-related-section ul.products li.product,
body .adc-related-section .related ul.products li.product.first,
body .adc-related-section .related ul.products li.product.last {
	float: none !important;
	clear: none !important;
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	grid-column: auto !important;
	grid-row: auto !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	margin: 0 !important;
}

body .adc-home-products ul.products li.product img,
body .adc-related-section ul.products li.product img {
	width: 100% !important;
	height: 280px !important;
	min-width: 0 !important;
	object-fit: contain !important;
}

body .adc-related-section .related ul.products li.product .woocommerce-loop-product__title,
body .adc-home-products ul.products li.product .woocommerce-loop-product__title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 44px;
}

/* Replace the plain number input with a polished compact control via JS. */
body.single-product .adc-product-card form.cart .quantity {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 4px;
	height: 52px;
	padding: 4px;
	background: #f5f6f8;
	border: 1px solid #e0e2e7;
	border-radius: 14px;
}

body.single-product .adc-product-card form.cart .quantity .qty {
	width: 42px !important;
	height: 42px !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0;
	-moz-appearance: textfield;
}

body.single-product .adc-product-card form.cart .quantity .qty::-webkit-outer-spin-button,
body.single-product .adc-product-card form.cart .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.adc-qty-btn {
	display: inline-grid;
	place-items: center;
	width: 40px;
	height: 40px;
	padding: 0;
	background: #ffffff;
	border: 1px solid #e0e2e7;
	border-radius: 11px;
	color: #202124;
	font-size: 23px;
	line-height: 1;
	cursor: pointer;
	transition: .2s ease;
}

.adc-qty-btn:hover {
	background: var(--adc-red);
	border-color: var(--adc-red);
	color: #ffffff;
}

@media (max-width: 1024px) {
	body .adc-home-products ul.products,
	body .adc-related-section .related ul.products,
	body .adc-related-section ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	body .adc-home-products ul.products li.product img,
	body .adc-related-section ul.products li.product img {
		height: 245px !important;
	}
}

@media (max-width: 760px) {
	.adc-brand--image .custom-logo {
		height: 30px !important;
		max-width: 190px !important;
	}

	body .adc-home-products ul.products,
	body .adc-related-section .related ul.products,
	body .adc-related-section ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
	}

	body .adc-home-products ul.products li.product img,
	body .adc-related-section ul.products li.product img {
		height: 185px !important;
	}

	body .adc-related-section ul.products li.product,
	body .adc-home-products ul.products li.product {
		padding: 10px !important;
	}
}

.adc-testimonials{margin-top:24px;padding:32px;background:#fff;border:1px solid #f1d6da;border-radius:24px}
.adc-testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.adc-testimonial-card{padding:20px;background:#fff7f8;border:1px solid #f4dce0;border-radius:18px}
.adc-testimonial-card>span{display:block;margin-bottom:10px;color:#efa900;font-size:16px;letter-spacing:2px}
.adc-testimonial-card p{margin:0 0 14px;color:var(--adc-muted);font-size:14px;line-height:1.65}
.adc-testimonial-card strong{font-size:13px;color:#242424}
@media(max-width:760px){.adc-testimonials{padding:21px 17px;border-radius:20px}.adc-testimonial-grid{grid-template-columns:1fr;gap:10px}}


/* -----------------------------------------------------------------
   v1.0.2 product cards + swipe gallery
------------------------------------------------------------------ */

/* Dedicated product-card layout. Does not use WooCommerce's legacy loop CSS. */
.adc-card-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 20px !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.adc-card {
	display: flex !important;
	flex-direction: column !important;
	min-width: 0 !important;
	padding: 14px !important;
	background: #ffffff !important;
	border: 1px solid var(--adc-border) !important;
	border-radius: 20px !important;
	box-shadow: none !important;
	transition: transform .2s ease, box-shadow .2s ease;
}

.adc-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--adc-shadow) !important;
}

.adc-card__image {
	display: block;
	margin-bottom: 14px;
	overflow: hidden;
	background: #f5f6f8;
	border-radius: 15px;
}

.adc-card__image img {
	display: block;
	width: 100% !important;
	height: 280px !important;
	margin: 0 !important;
	padding: 7px;
	object-fit: contain !important;
}

.adc-card__title {
	display: -webkit-box;
	min-height: 44px;
	margin: 0 0 8px;
	overflow: hidden;
	color: #242424;
	font-size: 16px;
	font-weight: 850;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.adc-card__price {
	display: block;
	min-height: 27px;
	margin-bottom: 12px;
	color: #171717;
	font-size: 17px;
	font-weight: 900;
}

.adc-card__price del {
	margin-right: 5px;
	color: #959aa3;
	font-size: 13px;
	font-weight: 600;
}

.adc-card__price ins {
	color: #171717;
	text-decoration: none;
}

.adc-card__button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	margin-top: auto;
	padding: 0 12px;
	background: var(--adc-red) !important;
	border: 1px solid var(--adc-red) !important;
	border-radius: 12px;
	color: #ffffff !important;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.2;
	text-align: center;
	opacity: 1 !important;
	transition: .2s ease;
}

.adc-card__button:hover,
.adc-card__button:focus {
	background: var(--adc-red-dark) !important;
	border-color: var(--adc-red-dark) !important;
	color: #ffffff !important;
	transform: translateY(-1px);
}

/* Gallery: the viewport follows each active image's real rendered height. */
.adc-product-gallery {
	padding: 18px;
	background: #f1f3f7;
	border-radius: 30px;
}

.adc-gallery-viewport {
	position: relative;
	overflow: hidden;
	height: auto;
	background: #ffffff;
	border-radius: 22px;
	touch-action: pan-y;
	transition: height .28s ease;
}

.adc-gallery-track {
	display: flex;
	align-items: flex-start;
	width: 100%;
	height: auto;
	transition: transform .34s cubic-bezier(.22,.61,.36,1);
	will-change: transform;
}

.adc-gallery-slide {
	display: block;
	flex: 0 0 100%;
	width: 100%;
	height: auto;
}

.adc-gallery-slide img {
	display: block;
	width: 100% !important;
	height: auto !important;
	max-width: 100%;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #ffffff;
	object-fit: contain !important;
	user-select: none;
	-webkit-user-drag: none;
}

.adc-product-actions {
	position: absolute;
	z-index: 5;
	inset: 16px 16px auto;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}

.adc-product-actions .adc-circle {
	pointer-events: auto;
}

.adc-gallery-arrow {
	position: absolute;
	z-index: 6;
	top: 50%;
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	padding: 0;
	background: rgba(255,255,255,.96);
	border: 0;
	border-radius: 50%;
	box-shadow: 0 8px 18px rgba(0,0,0,.1);
	color: #1b1b1b;
	font-size: 36px;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
	transition: .2s ease;
}

.adc-gallery-arrow:hover {
	background: var(--adc-red);
	color: #ffffff;
}

.adc-gallery-prev { left: 14px; }
.adc-gallery-next { right: 14px; }

.adc-product-thumbs {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 14px;
	overflow-x: auto;
	padding: 2px;
}

.adc-thumb {
	flex: 0 0 64px;
	width: 64px;
	height: 64px;
	padding: 0;
	overflow: hidden;
	background: #ffffff;
	border: 2px solid transparent;
	border-radius: 14px;
	cursor: pointer;
	opacity: .68;
}

.adc-thumb.is-active {
	border-color: var(--adc-red);
	opacity: 1;
}

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

.adc-related-section .adc-section-heading {
	margin-bottom: 24px;
}

@media (max-width: 1024px) {
	.adc-card-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.adc-card__image img {
		height: 245px !important;
	}
}

@media (max-width: 760px) {
	.adc-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
	}

	.adc-card {
		padding: 10px !important;
		border-radius: 16px !important;
	}

	.adc-card__image {
		margin-bottom: 10px;
		border-radius: 12px;
	}

	.adc-card__image img {
		height: 185px !important;
		padding: 5px;
	}

	.adc-card__title {
		min-height: 38px;
		font-size: 13px;
	}

	.adc-card__price {
		min-height: 23px;
		margin-bottom: 10px;
		font-size: 14px;
	}

	.adc-card__button {
		min-height: 40px;
		font-size: 12px;
	}

	.adc-product-gallery {
		margin-inline: calc(50% - 50vw);
		padding: 0;
		border-radius: 0;
	}

	.adc-gallery-viewport {
		border-radius: 0;
	}

	.adc-gallery-arrow,
	.adc-product-thumbs {
		display: none;
	}

	.adc-product-actions {
		inset: 16px;
	}
}


/* -----------------------------------------------------------------
   v1.0.3 cart experience + full-width testimonial band
------------------------------------------------------------------ */

/* The testimonials section is intentionally a full-bleed light-red band. */
.adc-testimonials-band {
	width: 100%;
	margin: 0;
	padding: 56px 0;
	background: #ecfdf5;
}

.adc-testimonials-band .adc-testimonials {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.adc-testimonials-band .adc-section-heading {
	margin-bottom: 20px;
}

.adc-testimonials-band .adc-testimonial-card {
	background: #ffffff;
	border-color: #f0d3d8;
}

@media (max-width: 760px) {
	.adc-testimonials-band {
		padding: 34px 0;
	}
}

/* Cart header */
.woocommerce-cart .adc-cart-intro {
	margin: 0 0 24px;
	padding: 34px;
	border: 1px solid #f0d8dc;
	border-radius: 24px;
	background: linear-gradient(135deg, #fff5f6 0%, #ffffff 72%);
}

.woocommerce-cart .adc-cart-intro__eyebrow {
	display: inline-flex;
	padding: 7px 10px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid #f0d8dc;
	color: var(--adc-red);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .8px;
	text-transform: uppercase;
}

.woocommerce-cart .adc-cart-intro h1 {
	margin: 12px 0 5px;
	color: #171717;
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.05;
	letter-spacing: -2px;
}

.woocommerce-cart .adc-cart-intro p {
	margin: 0;
	color: var(--adc-muted);
	font-size: 15px;
}

/* Main cart card */
.woocommerce-cart form.woocommerce-cart-form {
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	border: 1px solid var(--adc-border) !important;
	border-radius: 22px !important;
	background: #ffffff;
}

.woocommerce-cart table.shop_table {
	width: 100%;
	margin: 0 !important;
	border: 0 !important;
	border-collapse: separate;
	border-spacing: 0;
}

.woocommerce-cart table.shop_table thead th {
	padding: 15px 16px !important;
	background: #f7f8fa;
	border: 0 !important;
	border-bottom: 1px solid var(--adc-border) !important;
	color: #60656f;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .55px;
	text-transform: uppercase;
}

.woocommerce-cart table.shop_table td {
	padding: 17px 16px !important;
	border: 0 !important;
	border-bottom: 1px solid #eceef1 !important;
	vertical-align: middle !important;
}

.woocommerce-cart table.shop_table tr:last-child td {
	border-bottom: 0 !important;
}

.woocommerce-cart .product-thumbnail img {
	display: block;
	width: 78px !important;
	height: 78px !important;
	padding: 5px;
	background: #f5f6f8;
	border-radius: 14px;
	object-fit: contain;
}

.woocommerce-cart .product-name a {
	color: #1f2023;
	font-size: 16px;
	font-weight: 850;
}

.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal {
	color: #1b1b1d;
	font-weight: 850;
}

.woocommerce-cart .product-remove a {
	display: inline-grid !important;
	place-items: center;
	width: 28px !important;
	height: 28px !important;
	background: #ecfdf5 !important;
	border-radius: 50% !important;
	color: var(--adc-red) !important;
	font-size: 20px !important;
	line-height: 1 !important;
}

.woocommerce-cart .product-remove a:hover {
	background: var(--adc-red) !important;
	color: #fff !important;
}

.woocommerce-cart .quantity {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	height: 42px;
	padding: 3px 7px;
	background: #f6f7f9;
	border: 1px solid #e1e3e8;
	border-radius: 12px;
}

.woocommerce-cart .quantity input.qty {
	width: 46px !important;
	height: 34px !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	color: #202124;
	font-weight: 850;
	text-align: center;
	-moz-appearance: textfield;
}

.woocommerce-cart .quantity input.qty::-webkit-inner-spin-button,
.woocommerce-cart .quantity input.qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.woocommerce-cart .actions {
	padding: 16px !important;
	background: #fafafa;
}

.woocommerce-cart .coupon {
	display: flex;
	gap: 8px;
}

.woocommerce-cart .coupon #coupon_code {
	width: 180px;
	min-height: 42px;
	padding: 0 12px;
	border: 1px solid #dfe2e7;
	border-radius: 11px;
	background: #ffffff;
}

.woocommerce-cart .actions button,
.woocommerce-cart button[name="update_cart"] {
	min-height: 42px !important;
	padding: 0 15px !important;
	background: #ffffff !important;
	border: 1px solid #dfe2e7 !important;
	border-radius: 11px !important;
	color: #24262a !important;
	font-size: 13px !important;
	font-weight: 850 !important;
	opacity: 1 !important;
}

.woocommerce-cart .actions button:hover,
.woocommerce-cart button[name="update_cart"]:hover {
	background: #f3f4f6 !important;
}

/* Cart totals */
.woocommerce-cart .cart-collaterals {
	width: min(100%, 440px) !important;
	margin: 24px 0 0 auto !important;
}

.woocommerce-cart .cart-collaterals .cart_totals {
	width: 100% !important;
	padding: 24px !important;
	border: 1px solid var(--adc-border) !important;
	border-radius: 22px !important;
	background: #ffffff;
}

.woocommerce-cart .cart_totals h2 {
	margin: 0 0 16px;
	color: #171717;
	font-size: 24px;
	letter-spacing: -1px;
}

.woocommerce-cart .cart_totals table {
	margin: 0 0 17px !important;
	border: 0 !important;
}

.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
	padding: 12px 0 !important;
	border: 0 !important;
	border-bottom: 1px solid #eceef1 !important;
}

.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
	padding-top: 16px !important;
	border-bottom: 0 !important;
	color: #171717;
	font-size: 18px;
	font-weight: 900;
}

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

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: 52px !important;
	margin: 0 !important;
	background: var(--adc-red) !important;
	border: 1px solid var(--adc-red) !important;
	border-radius: 14px !important;
	color: #ffffff !important;
	font-size: 15px !important;
	font-weight: 900 !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
	background: var(--adc-red-dark) !important;
	border-color: var(--adc-red-dark) !important;
}

/* Reassurance cards below cart */
.adc-cart-reassurance {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 24px;
}

.adc-cart-reassurance > div {
	padding: 18px;
	background: #f8f9fb;
	border: 1px solid #e8eaee;
	border-radius: 16px;
}

.adc-cart-reassurance strong {
	display: block;
	margin-bottom: 5px;
	color: #242424;
	font-size: 14px;
}

.adc-cart-reassurance span {
	display: block;
	color: var(--adc-muted);
	font-size: 13px;
	line-height: 1.55;
}

/* Empty cart */
.woocommerce-cart .cart-empty {
	margin: 0 !important;
	padding: 20px !important;
	border: 1px solid #dbe7ff !important;
	border-radius: 16px !important;
	background: #f3f7ff !important;
	color: #214e95 !important;
	font-weight: 800;
}

.woocommerce-cart .return-to-shop .button {
	margin-top: 14px;
}

@media (max-width: 760px) {
	.woocommerce-cart .adc-cart-intro {
		padding: 23px 18px;
		border-radius: 20px;
	}

	.woocommerce-cart form.woocommerce-cart-form {
		border-radius: 18px !important;
	}

	.woocommerce-cart table.shop_table thead {
		display: none;
	}

	.woocommerce-cart table.shop_table,
	.woocommerce-cart table.shop_table tbody,
	.woocommerce-cart table.shop_table tr,
	.woocommerce-cart table.shop_table td {
		display: block;
		width: 100%;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item {
		position: relative;
		display: grid;
		grid-template-columns: 76px 1fr;
		gap: 12px;
		padding: 15px;
		border-bottom: 1px solid #eceef1;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item td {
		padding: 0 !important;
		border: 0 !important;
	}

	.woocommerce-cart .product-remove {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.woocommerce-cart .product-thumbnail {
		grid-row: 1 / span 4;
	}

	.woocommerce-cart .product-thumbnail img {
		width: 72px !important;
		height: 72px !important;
	}

	.woocommerce-cart .product-name {
		padding-right: 35px !important;
	}

	.woocommerce-cart .product-price:before,
	.woocommerce-cart .product-subtotal:before {
		display: inline-block;
		width: 62px;
		color: var(--adc-muted);
		font-size: 12px;
		font-weight: 800;
	}

	.woocommerce-cart .product-price:before { content: 'Price'; }
	.woocommerce-cart .product-subtotal:before { content: 'Total'; }

	.woocommerce-cart .actions {
		display: grid !important;
		gap: 10px;
	}

	.woocommerce-cart .coupon {
		width: 100%;
	}

	.woocommerce-cart .coupon #coupon_code {
		width: 100%;
	}

	.woocommerce-cart .actions button,
	.woocommerce-cart button[name="update_cart"] {
		width: 100% !important;
	}

	.woocommerce-cart .cart-collaterals {
		width: 100% !important;
		margin-top: 18px !important;
	}

	.adc-cart-reassurance {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}


/* -----------------------------------------------------------------
   v1.0.4 mini-cart drawer, shop archive and contact page
------------------------------------------------------------------ */

/* Proper shop page */
.adc-shop-hero {
	padding: 58px 0 38px;
	background: linear-gradient(135deg, #fff3f5 0%, #ffffff 66%, #f5f8ff 100%);
	border-bottom: 1px solid #f0f1f3;
}

.adc-shop-hero__eyebrow {
	display: inline-flex;
	padding: 7px 11px;
	background: #ffffff;
	border: 1px solid #f1d5d9;
	border-radius: 999px;
	color: var(--adc-red);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .8px;
	text-transform: uppercase;
}

.adc-shop-hero h1 {
	margin: 14px 0 8px;
	color: #171717;
	font-size: clamp(38px, 5vw, 62px);
	line-height: 1.02;
	letter-spacing: -2.8px;
}

.adc-shop-hero__description,
.adc-shop-hero__description p {
	max-width: 680px;
	margin: 0;
	color: var(--adc-muted);
	font-size: 16px;
	line-height: 1.7;
}

.adc-shop-main {
	padding: 38px 0 60px;
}

.adc-category-chips {
	display: flex;
	gap: 9px;
	margin-bottom: 26px;
	overflow-x: auto;
	padding: 2px 0;
	scrollbar-width: none;
}

.adc-category-chips::-webkit-scrollbar {
	display: none;
}

.adc-category-chip {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	min-height: 39px;
	padding: 0 14px;
	border: 1px solid #e1e3e7;
	border-radius: 999px;
	background: #ffffff;
	color: #3e4249;
	font-size: 13px;
	font-weight: 800;
	transition: .2s ease;
}

.adc-category-chip:hover,
.adc-category-chip.is-active {
	background: #ecfdf5;
	border-color: var(--adc-red);
	color: var(--adc-red);
}

.adc-shop-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 22px;
}

.adc-shop-toolbar .woocommerce-result-count {
	margin: 0;
	color: var(--adc-muted);
	font-size: 14px;
}

.adc-shop-toolbar .woocommerce-ordering {
	margin: 0;
}

.adc-shop-toolbar select {
	min-height: 42px;
	padding: 0 34px 0 12px;
	background: #fff;
	border: 1px solid #dfe2e7;
	border-radius: 11px;
	color: #303338;
	font-size: 13px;
	font-weight: 750;
}

.adc-shop-empty {
	padding: 50px 24px;
	border: 1px solid var(--adc-border);
	border-radius: 22px;
	background: #fafafa;
	text-align: center;
}

.adc-shop-empty h2 {
	margin: 0 0 7px;
}

.adc-shop-empty p {
	margin: 0 0 18px;
	color: var(--adc-muted);
}

.adc-shop-main .woocommerce-pagination {
	margin-top: 32px;
	text-align: center;
}

.adc-shop-main .woocommerce-pagination ul.page-numbers {
	display: inline-flex;
	gap: 6px;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.adc-shop-main .woocommerce-pagination ul.page-numbers li {
	border: 0;
}

.adc-shop-main .woocommerce-pagination .page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 38px;
	height: 38px;
	padding: 0 8px;
	border: 1px solid #e0e2e7;
	border-radius: 10px;
	background: #fff;
	color: #34373c;
	font-weight: 800;
}

.adc-shop-main .woocommerce-pagination .page-numbers.current {
	background: var(--adc-red);
	border-color: var(--adc-red);
	color: #fff;
}

/* Mini-cart drawer */
html.adc-drawer-open,
html.adc-drawer-open body {
	overflow: hidden;
}

.adc-cart-drawer {
	position: fixed;
	z-index: 99999;
	inset: 0;
	pointer-events: none;
}

.adc-cart-drawer.is-open {
	pointer-events: auto;
}

.adc-cart-drawer__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 17, 20, .46);
	opacity: 0;
	transition: opacity .25s ease;
}

.adc-cart-drawer.is-open .adc-cart-drawer__backdrop {
	opacity: 1;
}

.adc-cart-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	width: min(100%, 430px);
	height: 100%;
	padding: 22px;
	overflow-y: auto;
	background: #fff;
	box-shadow: -18px 0 45px rgba(0,0,0,.14);
	transform: translateX(105%);
	transition: transform .3s cubic-bezier(.22,.61,.36,1);
}

.adc-cart-drawer.is-open .adc-cart-drawer__panel {
	transform: translateX(0);
}

.adc-cart-drawer__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--adc-border);
}

.adc-cart-drawer__eyebrow {
	display: block;
	margin-bottom: 3px;
	color: var(--adc-red);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .8px;
	text-transform: uppercase;
}

.adc-cart-drawer__header h2 {
	margin: 0;
	color: #171717;
	font-size: 26px;
	letter-spacing: -1px;
}

.adc-drawer-close {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	padding: 0;
	background: #f4f5f7;
	border: 0;
	border-radius: 50%;
	color: #25272b;
	font-size: 25px;
	line-height: 1;
	cursor: pointer;
}

.adc-drawer-items {
	display: grid;
	gap: 14px;
	padding: 18px 0;
}

.adc-drawer-item {
	position: relative;
	display: grid;
	grid-template-columns: 70px 1fr auto;
	gap: 12px;
	align-items: center;
	padding-bottom: 14px;
	border-bottom: 1px solid #eef0f2;
}

.adc-drawer-item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.adc-drawer-item__image {
	display: block;
	width: 70px;
	height: 70px;
	padding: 4px;
	overflow: hidden;
	background: #f4f5f7;
	border-radius: 13px;
}

.adc-drawer-item__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.adc-drawer-item__body {
	min-width: 0;
}

.adc-drawer-item__name {
	display: -webkit-box;
	margin-bottom: 5px;
	overflow: hidden;
	color: #26282d;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.adc-drawer-item__meta {
	display: block;
	color: var(--adc-muted);
	font-size: 12px;
}

.adc-drawer-item__remove {
	display: inline-grid;
	place-items: center;
	width: 26px;
	height: 26px;
	background: #ecfdf5;
	border-radius: 50%;
	color: var(--adc-red);
	font-size: 20px;
	line-height: 1;
}

.adc-drawer-total {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin-top: 20px;
	padding: 17px 0;
	border-top: 1px solid var(--adc-border);
	border-bottom: 1px solid var(--adc-border);
	color: #2e3136;
}

.adc-drawer-total strong {
	color: #171717;
	font-size: 18px;
}

.adc-drawer-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 18px;
}

.adc-drawer-primary,
.adc-drawer-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 12px;
	border-radius: 13px;
	font-size: 14px;
	font-weight: 850;
	text-align: center;
}

.adc-drawer-primary {
	background: var(--adc-red);
	border: 1px solid var(--adc-red);
	color: #fff;
}

.adc-drawer-secondary {
	background: #fff;
	border: 1px solid #dfe2e7;
	color: #25272b;
}

.adc-drawer-empty {
	display: grid;
	justify-items: center;
	gap: 9px;
	padding: 62px 20px;
	text-align: center;
}

.adc-drawer-empty__icon {
	font-size: 42px;
}

.adc-drawer-empty strong {
	color: #25272b;
	font-size: 18px;
}

.adc-drawer-empty span {
	color: var(--adc-muted);
	font-size: 14px;
}

.adc-drawer-empty .adc-drawer-primary {
	width: 100%;
	margin-top: 8px;
}

/* Contact */
.adc-contact-hero {
	padding: 62px 0 44px;
	background: linear-gradient(135deg, #fff3f5 0%, #ffffff 62%, #f4f7ff 100%);
}

.adc-contact-hero__grid {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: 30px;
	align-items: end;
}

.adc-contact-hero h1 {
	margin: 13px 0 10px;
	color: #171717;
	font-size: clamp(42px, 5vw, 68px);
	line-height: 1.02;
	letter-spacing: -3px;
}

.adc-contact-hero p {
	max-width: 660px;
	margin: 0;
	color: var(--adc-muted);
	font-size: 17px;
	line-height: 1.65;
}

.adc-contact-hero__card {
	padding: 25px;
	background: #191b20;
	border-radius: 24px;
	color: #fff;
	box-shadow: var(--adc-shadow);
}

.adc-contact-hero__card strong {
	display: block;
	margin-bottom: 8px;
	font-size: 20px;
}

.adc-contact-hero__card span {
	color: #d6d9de;
	font-size: 14px;
	line-height: 1.65;
}

.adc-contact-main {
	padding: 42px 0 64px;
}

.adc-contact-info-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	margin-bottom: 24px;
}

.adc-contact-info {
	padding: 22px;
	border: 1px solid var(--adc-border);
	border-radius: 20px;
	background: #fff;
}

.adc-contact-info__icon {
	display: inline-grid;
	place-items: center;
	width: 36px;
	height: 36px;
	margin-bottom: 12px;
	background: #ecfdf5;
	border-radius: 11px;
	color: var(--adc-red);
	font-weight: 900;
}

.adc-contact-info strong {
	display: block;
	margin-bottom: 6px;
	color: #232529;
	font-size: 16px;
}

.adc-contact-info p {
	margin: 0;
	color: var(--adc-muted);
	font-size: 14px;
	line-height: 1.6;
}

.adc-contact-form-card {
	padding: 34px;
	border: 1px solid var(--adc-border);
	border-radius: 24px;
	background: #fff;
}

.adc-contact-form-card__heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
}

.adc-contact-form-card h2 {
	margin: 0 0 6px;
	color: #171717;
	font-size: 30px;
	letter-spacing: -1px;
}

.adc-contact-form-card p {
	margin: 0;
	color: var(--adc-muted);
}

.adc-contact-form-card__tag {
	display: inline-flex;
	padding: 7px 10px;
	background: #fff5f6;
	border: 1px solid #f1d8dc;
	border-radius: 999px;
	color: var(--adc-red);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .7px;
}

.adc-contact-form .adc-form-field input,
.adc-contact-form .adc-form-field textarea,
.adc-contact-form .adc-form-field select {
	width: 100%;
	min-height: 48px;
	padding: 0 14px;
	background: #fff;
	border: 1px solid #dfe2e7;
	border-radius: 12px;
	color: #25272b;
	outline: none;
}

.adc-contact-form .adc-form-field textarea {
	min-height: 150px;
	padding-top: 13px;
}

.adc-contact-form .adc-form-field input:focus,
.adc-contact-form .adc-form-field textarea:focus,
.adc-contact-form .adc-form-field select:focus {
	border-color: var(--adc-red);
	box-shadow: 0 0 0 3px rgba(15,118,110,.10);
}

.adc-contact-form__status {
	min-height: 18px;
	margin: 8px 0 0;
	color: #1a7c3c;
	font-size: 13px;
	font-weight: 750;
}

@media (max-width: 760px) {
	.adc-shop-hero {
		padding: 42px 0 30px;
	}

	.adc-shop-main {
		padding: 28px 0 44px;
	}

	.adc-shop-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.adc-shop-toolbar select {
		width: 100%;
	}

	.adc-cart-drawer__panel {
		width: min(100%, 390px);
		padding: 18px;
	}

	.adc-contact-hero {
		padding: 42px 0 30px;
	}

	.adc-contact-hero__grid,
	.adc-contact-info-grid {
		grid-template-columns: 1fr;
	}

	.adc-contact-main {
		padding: 28px 0 44px;
	}

	.adc-contact-form-card {
		padding: 22px 18px;
		border-radius: 20px;
	}

	.adc-contact-form-card__heading {
		flex-direction: column;
	}
}


/* -----------------------------------------------------------------
   v1.0.5 visual alignment fixes
------------------------------------------------------------------ */

/* Homepage cards: let the product artwork use the whole visual area. */
.adc-home-products .adc-card__image,
.adc-card-grid--home .adc-card__image {
	background: #f3f4f6;
}

.adc-home-products .adc-card__image img,
.adc-card-grid--home .adc-card__image img {
	height: 320px !important;
	padding: 0 !important;
	object-fit: cover !important;
	object-position: center;
}

/* Use only one divider below the price/delivery area. */
.adc-product-card form.cart {
	margin-top: 18px !important;
	padding-top: 0 !important;
	border-top: 0 !important;
}

/* Keep tier rules visually separated without adding another horizontal line. */
.adc-product-card .adc-tier-wrap:not(:empty) {
	margin: 18px 0 0;
}

/* Ensure cart rows are never zebra-striped by WooCommerce/plugin CSS. */
.woocommerce-cart table.shop_table tbody tr.woocommerce-cart-form__cart-item,
.woocommerce-cart table.shop_table tbody tr.woocommerce-cart-form__cart-item:nth-child(odd),
.woocommerce-cart table.shop_table tbody tr.woocommerce-cart-form__cart-item:nth-child(even),
.woocommerce-cart table.shop_table tbody tr.woocommerce-cart-form__cart-item td,
.woocommerce-cart table.shop_table tbody tr.woocommerce-cart-form__cart-item:nth-child(odd) td,
.woocommerce-cart table.shop_table tbody tr.woocommerce-cart-form__cart-item:nth-child(even) td {
	background: #ffffff !important;
	background-image: none !important;
}

/* Cleaner mobile product composition:
   gallery, information card and description now share the exact same page width. */
@media (max-width: 760px) {
	.adc-product-grid {
		gap: 0 !important;
	}

	.adc-product-gallery {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden;
		background: #f1f3f7;
		border-radius: 22px !important;
	}

	.adc-gallery-viewport {
		border-radius: 22px !important;
	}

	.adc-product-card {
		width: 100% !important;
		margin: -34px 0 0 !important;
		padding: 26px 20px 23px !important;
		border-radius: 26px 26px 22px 22px !important;
		box-shadow: 0 -8px 24px rgba(20,25,35,.06), var(--adc-shadow);
	}

	.adc-product-below {
		margin-top: 28px !important;
	}

	/* Keep the description shell aligned with the gallery/card shell. */
	.adc-details-section {
		padding-top: 0 !important;
	}

	/* More stable mobile cart layout. */
	.woocommerce-cart table.shop_table tbody,
	.woocommerce-cart table.shop_table tbody tr,
	.woocommerce-cart table.shop_table tbody td {
		background: #ffffff !important;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item {
		margin: 0 !important;
		padding: 15px !important;
		background: #ffffff !important;
		border-bottom: 1px solid #eceef1 !important;
		box-shadow: none !important;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item td.product-name,
	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item td.product-price,
	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item td.product-quantity,
	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item td.product-subtotal {
		background: transparent !important;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item .product-name a {
		display: block;
		padding: 0 !important;
		background: transparent !important;
	}

	.adc-home-products .adc-card__image img,
	.adc-card-grid--home .adc-card__image img {
		height: 220px !important;
	}
}


/* -----------------------------------------------------------------
   v1.0.6 product-card fill, stable mini-cart AJAX, mobile cart rows
------------------------------------------------------------------ */

/* WooCommerce's legacy .product / .first width rules must never control our
   custom card renderer. This also fixes the apparently empty first card. */
.adc-card-grid > li.adc-card,
.adc-card-grid > li.adc-card.product,
.adc-card-grid > li.adc-card.first,
.adc-card-grid > li.adc-card.last {
	float: none !important;
	clear: none !important;
	display: flex !important;
	grid-column: auto !important;
	grid-row: auto !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 14px !important;
}

/* Fill the image areas for home, shop, and related-product cards. */
.adc-card-grid .adc-card__image {
	background: #f2f3f5 !important;
}

.adc-card-grid .adc-card__image img,
.adc-related-section .adc-card__image img,
.adc-shop-main .adc-card__image img,
.adc-home-products .adc-card__image img {
	width: 100% !important;
	height: 320px !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: cover !important;
	object-position: center center !important;
}

/* This state gives immediate feedback while the mini-cart request is running. */
.adc-card__button.loading,
.adc-product-card .single_add_to_cart_button.loading {
	position: relative;
	color: transparent !important;
	pointer-events: none;
}

.adc-card__button.loading:after,
.adc-product-card .single_add_to_cart_button.loading:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255,255,255,.58);
	border-top-color: #fff;
	border-radius: 50%;
	animation: adc-spin .7s linear infinite;
}

@keyframes adc-spin {
	to { transform: rotate(360deg); }
}

/* Strong mobile cart grid: product titles finally receive the full free column. */
@media (max-width: 760px) {
	.adc-card-grid > li.adc-card,
	.adc-card-grid > li.adc-card.product,
	.adc-card-grid > li.adc-card.first,
	.adc-card-grid > li.adc-card.last {
		padding: 10px !important;
	}

	.adc-card-grid .adc-card__image img,
	.adc-related-section .adc-card__image img,
	.adc-shop-main .adc-card__image img,
	.adc-home-products .adc-card__image img {
		height: 220px !important;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item {
		display: grid !important;
		grid-template-columns: 88px minmax(0, 1fr) !important;
		grid-template-areas:
			"image name"
			"image price"
			"image quantity"
			"image total" !important;
		column-gap: 14px !important;
		row-gap: 7px !important;
		align-items: start !important;
		width: 100% !important;
		padding: 16px !important;
		background: #ffffff !important;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item > td {
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		background: transparent !important;
		border: 0 !important;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item > td.product-thumbnail {
		grid-area: image !important;
		grid-row: image !important;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item > td.product-name {
		grid-area: name !important;
		padding-right: 34px !important;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item > td.product-price {
		grid-area: price !important;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item > td.product-quantity {
		grid-area: quantity !important;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item > td.product-subtotal {
		grid-area: total !important;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item > td.product-remove {
		position: absolute !important;
		top: 11px !important;
		right: 11px !important;
	}

	.woocommerce-cart .product-thumbnail img {
		width: 88px !important;
		height: 88px !important;
	}

	.woocommerce-cart .product-name,
	.woocommerce-cart .product-price,
	.woocommerce-cart .product-quantity,
	.woocommerce-cart .product-subtotal {
		min-width: 0 !important;
		background: transparent !important;
	}

	.woocommerce-cart .product-name a {
		display: block !important;
		padding: 0 !important;
		background: transparent !important;
		color: #1e2024 !important;
		font-size: 15px !important;
		font-weight: 850 !important;
		line-height: 1.35 !important;
		overflow-wrap: anywhere;
	}

	.woocommerce-cart .product-price,
	.woocommerce-cart .product-subtotal {
		display: flex !important;
		align-items: center;
		gap: 7px;
		color: #24262a;
		font-size: 14px;
	}

	.woocommerce-cart .product-price:before,
	.woocommerce-cart .product-subtotal:before {
		flex: 0 0 43px;
		width: auto !important;
	}

	.woocommerce-cart .product-quantity {
		display: flex !important;
		align-items: center;
		min-height: 42px;
	}

	.woocommerce-cart table.shop_table tbody tr.woocommerce-cart-form__cart-item,
	.woocommerce-cart table.shop_table tbody tr.woocommerce-cart-form__cart-item:nth-child(odd),
	.woocommerce-cart table.shop_table tbody tr.woocommerce-cart-form__cart-item:nth-child(even),
	.woocommerce-cart table.shop_table tbody tr.woocommerce-cart-form__cart-item > td,
	.woocommerce-cart table.shop_table tbody tr.woocommerce-cart-form__cart-item:nth-child(odd) > td,
	.woocommerce-cart table.shop_table tbody tr.woocommerce-cart-form__cart-item:nth-child(even) > td {
		background-color: #ffffff !important;
		background-image: none !important;
	}
}


/* -----------------------------------------------------------------
   v1.0.7 cart trigger, card image fill and mobile cart rebuild
------------------------------------------------------------------ */

/* Cart icon is a button now. Preserve the same visual behavior. */
.adc-cart-toggle {
	appearance: none;
	-webkit-appearance: none;
}

/* Absolute grid reset: first shop card must begin in first grid slot. */
.adc-card-grid {
	grid-auto-flow: row !important;
	justify-content: start !important;
}

.adc-card-grid > li.adc-card:first-child,
.adc-card-grid > li.adc-card.product:first-child,
.adc-card-grid > li.adc-card.first:first-child {
	grid-column: 1 !important;
	grid-row: auto !important;
	margin-left: 0 !important;
}

.adc-card-grid > li.adc-card,
.adc-card-grid > li.adc-card.product,
.adc-card-grid > li.adc-card.first,
.adc-card-grid > li.adc-card.last {
	place-self: stretch !important;
}

/* Full visual image fills on all catalogue cards. Source images that include
   empty white margins need to be cropped before upload for a truly tighter product. */
.adc-card-grid .adc-card__image {
	display: block !important;
	aspect-ratio: 1 / 1 !important;
	overflow: hidden !important;
	background: #f1f2f4 !important;
}

.adc-card-grid .adc-card__image img,
.adc-home-products .adc-card__image img,
.adc-shop-main .adc-card__image img,
.adc-related-section .adc-card__image img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: cover !important;
	object-position: center center !important;
}

/* Related products use the same image treatment as shop/home cards. */
.adc-related-section .adc-card-grid {
	margin-top: 0 !important;
}

/* Completely replace the cramped mobile cart table with clean one-column cards.
   Product thumbnails are intentionally hidden to give long product titles full room. */
@media (max-width: 760px) {
	.woocommerce-cart form.woocommerce-cart-form {
		overflow: visible !important;
		background: transparent !important;
		border: 0 !important;
	}

	.woocommerce-cart table.shop_table,
	.woocommerce-cart table.shop_table tbody,
	.woocommerce-cart table.shop_table tr,
	.woocommerce-cart table.shop_table td {
		display: block !important;
		width: 100% !important;
	}

	.woocommerce-cart table.shop_table thead {
		display: none !important;
	}

	.woocommerce-cart table.shop_table tbody {
		display: grid !important;
		gap: 12px !important;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item,
	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item:nth-child(odd),
	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item:nth-child(even) {
		position: relative !important;
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		grid-template-areas:
			"name remove"
			"price subtotal"
			"quantity quantity" !important;
		gap: 12px 16px !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 20px !important;
		background: #ffffff !important;
		border: 1px solid #e4e6ea !important;
		border-radius: 18px !important;
		box-shadow: none !important;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item > td,
	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item:nth-child(odd) > td,
	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item:nth-child(even) > td {
		display: block !important;
		width: auto !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		background: transparent !important;
		border: 0 !important;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item > td.product-thumbnail {
		display: none !important;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item > td.product-name {
		grid-area: name !important;
		padding-right: 0 !important;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item > td.product-remove {
		position: static !important;
		display: flex !important;
		grid-area: remove !important;
		align-items: start !important;
		justify-content: end !important;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item > td.product-price {
		display: flex !important;
		grid-area: price !important;
		align-items: center !important;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item > td.product-subtotal {
		display: flex !important;
		grid-area: subtotal !important;
		align-items: center !important;
		justify-content: end !important;
		text-align: right !important;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item > td.product-quantity {
		display: flex !important;
		grid-area: quantity !important;
		align-items: center !important;
	}

	.woocommerce-cart .product-name a {
		display: block !important;
		max-width: 100% !important;
		overflow: visible !important;
		color: #202226 !important;
		font-size: 17px !important;
		font-weight: 850 !important;
		line-height: 1.35 !important;
		overflow-wrap: anywhere !important;
		word-break: normal !important;
	}

	.woocommerce-cart .product-price,
	.woocommerce-cart .product-subtotal {
		color: #202226 !important;
		font-size: 15px !important;
		font-weight: 800 !important;
	}

	.woocommerce-cart .product-price:before,
	.woocommerce-cart .product-subtotal:before {
		display: inline-block !important;
		width: auto !important;
		margin-right: 7px !important;
		color: #737984 !important;
		font-size: 12px !important;
		font-weight: 800 !important;
	}

	.woocommerce-cart .product-price:before {
		content: 'Price' !important;
	}

	.woocommerce-cart .product-subtotal:before {
		content: 'Subtotal' !important;
	}

	.woocommerce-cart .product-quantity:before {
		content: 'Quantity';
		margin-right: 10px;
		color: #737984;
		font-size: 12px;
		font-weight: 800;
	}

	.woocommerce-cart .product-quantity .quantity {
		margin-left: auto;
	}

	.woocommerce-cart table.shop_table tr.actions {
		display: block !important;
		margin-top: 12px !important;
		padding: 16px !important;
		background: #fafafa !important;
		border: 1px solid #e4e6ea !important;
		border-radius: 16px !important;
	}

	.woocommerce-cart table.shop_table tr.actions td {
		display: block !important;
		padding: 0 !important;
		background: transparent !important;
	}

	.woocommerce-cart .coupon {
		display: flex !important;
		width: 100% !important;
	}

	.woocommerce-cart .coupon #coupon_code {
		min-width: 0 !important;
		flex: 1 1 auto !important;
	}

	.woocommerce-cart .cart-collaterals {
		margin-top: 18px !important;
	}

	.adc-card-grid .adc-card__image img,
	.adc-home-products .adc-card__image img,
	.adc-shop-main .adc-card__image img,
	.adc-related-section .adc-card__image img {
		height: 100% !important;
	}
}


/* -----------------------------------------------------------------
   v1.0.8 clean mobile cart cards
------------------------------------------------------------------ */

@media (max-width: 760px) {
	/* Remove WooCommerce's responsive table labels such as "Product:".
	   We add only the useful Price / Total labels below. */
	.woocommerce-cart .shop_table_responsive tr.woocommerce-cart-form__cart-item > td::before,
	.woocommerce-cart .shop_table_responsive tr.woocommerce-cart-form__cart-item > th::before {
		display: none !important;
		content: none !important;
	}

	/* One clear card per item: thumbnail, full product name, price, total, quantity. */
	.woocommerce-cart table.shop_table tbody {
		display: grid !important;
		gap: 14px !important;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item,
	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item:nth-child(odd),
	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item:nth-child(even) {
		display: grid !important;
		grid-template-columns: 82px minmax(0, 1fr) 32px !important;
		grid-template-areas:
			"image name remove"
			"image price subtotal"
			"image quantity quantity" !important;
		gap: 12px 12px !important;
		align-items: start !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 16px !important;
		background: #ffffff !important;
		border: 1px solid #e2e5e9 !important;
		border-radius: 18px !important;
		box-shadow: none !important;
		text-align: left !important;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item > td,
	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item:nth-child(odd) > td,
	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item:nth-child(even) > td {
		display: block !important;
		width: auto !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		background: transparent !important;
		border: 0 !important;
		text-align: left !important;
	}

	/* Bring the thumbnail back: it gives the card a real product layout. */
	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item > td.product-thumbnail {
		display: block !important;
		grid-area: image !important;
	}

	.woocommerce-cart .product-thumbnail a {
		display: block !important;
		width: 82px !important;
		height: 82px !important;
		padding: 4px !important;
		background: #f4f5f7 !important;
		border-radius: 13px !important;
		overflow: hidden !important;
	}

	.woocommerce-cart .product-thumbnail img {
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		padding: 0 !important;
		background: transparent !important;
		border-radius: 9px !important;
		object-fit: contain !important;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item > td.product-name {
		display: block !important;
		grid-area: name !important;
		padding: 0 !important;
		text-align: left !important;
	}

	.woocommerce-cart .product-name a {
		display: -webkit-box !important;
		max-width: 100% !important;
		margin: 0 !important;
		overflow: hidden !important;
		background: transparent !important;
		color: #202226 !important;
		font-size: 16px !important;
		font-weight: 850 !important;
		line-height: 1.35 !important;
		text-align: left !important;
		overflow-wrap: anywhere !important;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item > td.product-remove {
		display: flex !important;
		grid-area: remove !important;
		align-items: flex-start !important;
		justify-content: flex-end !important;
		padding-top: 0 !important;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item > td.product-price {
		display: flex !important;
		grid-area: price !important;
		align-items: center !important;
		gap: 6px !important;
		color: #202226 !important;
		font-size: 14px !important;
		font-weight: 850 !important;
		white-space: nowrap !important;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item > td.product-subtotal {
		display: flex !important;
		grid-area: subtotal !important;
		align-items: center !important;
		justify-content: flex-end !important;
		gap: 6px !important;
		color: #202226 !important;
		font-size: 14px !important;
		font-weight: 900 !important;
		text-align: right !important;
		white-space: nowrap !important;
	}

	/* Restore only compact, meaningful labels. */
	.woocommerce-cart .shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-price::before {
		display: inline !important;
		content: "Price" !important;
		margin: 0 !important;
		color: #737984 !important;
		font-size: 12px !important;
		font-weight: 800 !important;
	}

	.woocommerce-cart .shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-subtotal::before {
		display: inline !important;
		content: "Total" !important;
		margin: 0 !important;
		color: #737984 !important;
		font-size: 12px !important;
		font-weight: 800 !important;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item > td.product-quantity {
		display: flex !important;
		grid-area: quantity !important;
		align-items: center !important;
		justify-content: space-between !important;
		min-height: 42px !important;
		padding-top: 4px !important;
		border-top: 1px solid #eef0f2 !important;
	}

	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item > td.product-quantity::before {
		display: inline !important;
		content: "Quantity" !important;
		margin: 0 !important;
		color: #737984 !important;
		font-size: 12px !important;
		font-weight: 800 !important;
	}

	.woocommerce-cart .product-quantity .quantity {
		margin-left: auto !important;
	}

	.woocommerce-cart .product-remove a {
		width: 30px !important;
		height: 30px !important;
		background: #ecfdf5 !important;
		color: var(--adc-red) !important;
		font-size: 23px !important;
	}

	/* Coupon and update buttons stay tidy below the cards. */
	.woocommerce-cart table.shop_table tr.actions {
		margin-top: 2px !important;
		padding: 14px !important;
		border: 1px solid #e2e5e9 !important;
		border-radius: 16px !important;
		background: #fafafa !important;
	}

	.woocommerce-cart .coupon {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		gap: 8px !important;
	}

	.woocommerce-cart .coupon #coupon_code,
	.woocommerce-cart .coupon button {
		min-width: 0 !important;
	}

	.woocommerce-cart button[name="update_cart"] {
		margin-top: 10px !important;
	}
}


/* -----------------------------------------------------------------
   v1.0.9 product-specific custom HTML sections
------------------------------------------------------------------ */
.adc-product-custom-html {
	width: 100%;
	margin: 0;
	padding: 0;
}

.adc-product-custom-html__block {
	width: 100%;
	margin: 0;
	padding: 0;
}

.adc-product-custom-html__block:empty {
	display: none;
}


/* -----------------------------------------------------------------
   v1.0.11 portrait product cards + Show category home grid
------------------------------------------------------------------ */

/* Every storefront product card uses a consistent 3:4 portrait image area. */
.adc-card-grid .adc-card__image,
.adc-home-products .adc-card__image,
.adc-shop-main .adc-card__image,
.adc-related-section .adc-card__image {
	aspect-ratio: 3 / 4 !important;
	height: auto !important;
}

.adc-card-grid .adc-card__image img,
.adc-home-products .adc-card__image img,
.adc-shop-main .adc-card__image img,
.adc-related-section .adc-card__image img {
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	max-height: none !important;
	padding: 0 !important;
	object-fit: cover !important;
	object-position: center center !important;
}

@media (max-width: 760px) {
	.adc-card-grid .adc-card__image,
	.adc-home-products .adc-card__image,
	.adc-shop-main .adc-card__image,
	.adc-related-section .adc-card__image {
		aspect-ratio: 3 / 4 !important;
	}

	.adc-card-grid .adc-card__image img,
	.adc-home-products .adc-card__image img,
	.adc-shop-main .adc-card__image img,
	.adc-related-section .adc-card__image img {
		height: 100% !important;
	}
}


/* -----------------------------------------------------------------
   v1.0.12 portrait cards without cropping product artwork
------------------------------------------------------------------ */

/* Keep a 3:4 card frame but never crop the actual product image. */
.adc-card-grid .adc-card__image,
.adc-home-products .adc-card__image,
.adc-shop-main .adc-card__image,
.adc-related-section .adc-card__image {
	display: grid !important;
	place-items: center !important;
	aspect-ratio: 3 / 4 !important;
	overflow: hidden !important;
	background: #f3f4f6 !important;
}

.adc-card-grid .adc-card__image img,
.adc-home-products .adc-card__image img,
.adc-shop-main .adc-card__image img,
.adc-related-section .adc-card__image img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	max-width: 100% !important;
	max-height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: contain !important;
	object-position: center center !important;
}


/* -----------------------------------------------------------------
   v1.0.13 original product images for cards (prevents WP thumbnail crop)
------------------------------------------------------------------ */

/* Card renderer now requests the original attachment instead of WooCommerce's
   square thumbnail crop. Keep the complete original artwork inside 3:4 cards. */
.adc-card-grid .adc-card__image,
.adc-home-products .adc-card__image,
.adc-shop-main .adc-card__image,
.adc-related-section .adc-card__image {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	aspect-ratio: 3 / 4 !important;
	overflow: hidden !important;
	background: #f5f5f6 !important;
}

.adc-card-grid .adc-card__image img,
.adc-home-products .adc-card__image img,
.adc-shop-main .adc-card__image img,
.adc-related-section .adc-card__image img {
	display: block !important;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 auto !important;
	padding: 0 !important;
	object-fit: contain !important;
	object-position: center center !important;
}


/* -----------------------------------------------------------------
   v1.0.16 policies and streamlined checkout
------------------------------------------------------------------ */

/* Footer-policy / support pages */
.adc-policy-hero {
	padding: 68px 0 40px;
	background: linear-gradient(135deg, #ecfdf5 0%, #ffffff 62%, #f4f7ff 100%);
	border-bottom: 1px solid #eef0f2;
}

.adc-policy-hero__eyebrow {
	display: inline-flex;
	padding: 7px 11px;
	border: 1px solid #c8eee4;
	border-radius: 999px;
	background: #fff;
	color: var(--adc-red);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .8px;
	text-transform: uppercase;
}

.adc-policy-hero h1 {
	margin: 14px 0 10px;
	color: #17191d;
	font-size: clamp(40px, 5vw, 64px);
	line-height: 1.03;
	letter-spacing: -2.5px;
}

.adc-policy-hero p {
	max-width: 690px;
	margin: 0;
	color: var(--adc-muted);
	font-size: 16px;
	line-height: 1.7;
}

.adc-policy-content {
	padding: 42px 0 68px;
	background: #fff;
}

.adc-policy-card {
	max-width: 850px;
	padding: 38px;
	border: 1px solid var(--adc-border);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 12px 35px rgba(20, 25, 35, .04);
}

.adc-policy-card h2 {
	margin: 30px 0 9px;
	color: #1c1e22;
	font-size: 21px;
	letter-spacing: -.5px;
}

.adc-policy-card h2:first-child {
	margin-top: 0;
}

.adc-policy-card p {
	margin: 0;
	color: var(--adc-muted);
	font-size: 15px;
	line-height: 1.75;
}

.adc-track-card {
	margin-bottom: 28px;
	padding: 25px;
	border: 1px solid #c8eee4;
	border-radius: 18px;
	background: #fff5f6;
}

.adc-track-card h2 {
	margin-top: 0;
}

.adc-track-card .adc-btn {
	margin-top: 17px;
}

.adc-policy-faq {
	display: grid;
	gap: 10px;
}

.adc-policy-faq details {
	padding: 16px 18px;
	border: 1px solid var(--adc-border);
	border-radius: 14px;
	background: #fafafa;
}

.adc-policy-faq summary {
	cursor: pointer;
	color: #22252a;
	font-weight: 850;
}

/* Checkout */
.adc-checkout-page {
	padding: 32px 0 66px;
	background: #fafafa;
}

.adc-checkout-intro {
	margin: 0 0 24px;
	padding: 30px 34px;
	border: 1px solid #c8eee4;
	border-radius: 24px;
	background: linear-gradient(135deg, #ecfdf5, #fff);
}

.adc-checkout-intro__eyebrow {
	display: inline-flex;
	margin-bottom: 8px;
	color: var(--adc-red);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .9px;
	text-transform: uppercase;
}

.adc-checkout-intro h1 {
	margin: 0 0 7px;
	color: #181a1e;
	font-size: clamp(32px, 4vw, 48px);
	letter-spacing: -1.7px;
}

.adc-checkout-intro p {
	margin: 0;
	color: var(--adc-muted);
	font-size: 15px;
}

.adc-checkout-page .woocommerce-info,
.adc-checkout-page .woocommerce-form-coupon-toggle {
	border-radius: 14px;
}

.adc-checkout-page .woocommerce-form-coupon-toggle {
	margin-bottom: 16px;
}

.adc-checkout-page form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
	gap: 22px;
	align-items: start;
}

.adc-checkout-page .col2-set,
.adc-checkout-page #order_review_heading,
.adc-checkout-page #order_review {
	width: auto;
	float: none;
	margin: 0;
}

.adc-checkout-page .col2-set {
	padding: 28px;
	border: 1px solid var(--adc-border);
	border-radius: 22px;
	background: #fff;
}

.adc-checkout-page .col-1,
.adc-checkout-page .col-2 {
	width: 100%;
	float: none;
}

.adc-checkout-page .col-2 {
	display: none;
}

.adc-checkout-page .woocommerce-billing-fields > h3 {
	margin: 0 0 22px;
	color: #1c1e22;
	font-size: 25px;
	letter-spacing: -.8px;
}

.adc-checkout-page .woocommerce-billing-fields > h3:after {
	content: "Enter only the details needed to deliver your order.";
	display: block;
	margin-top: 7px;
	color: var(--adc-muted);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
}

.adc-checkout-page .form-row {
	margin: 0 0 14px;
}

.adc-checkout-page .form-row label {
	margin-bottom: 7px;
	color: #34373d;
	font-size: 13px;
	font-weight: 800;
}

.adc-checkout-page .form-row input,
.adc-checkout-page .form-row select,
.adc-checkout-page .form-row textarea {
	min-height: 50px;
	padding: 0 14px;
	border: 1px solid #dfe2e7;
	border-radius: 12px;
	background: #fff;
	color: #22252a;
	box-shadow: none;
}

.adc-checkout-page .form-row input:focus,
.adc-checkout-page .form-row select:focus {
	border-color: var(--adc-red);
	box-shadow: 0 0 0 3px rgba(15,118,110,.10);
}

.adc-checkout-page #order_review_heading {
	padding: 0 4px;
	color: #1c1e22;
	font-size: 25px;
	letter-spacing: -.8px;
}

.adc-checkout-page #order_review {
	padding: 22px;
	border: 1px solid var(--adc-border);
	border-radius: 22px;
	background: #fff;
}

.adc-checkout-page table.woocommerce-checkout-review-order-table {
	margin: 0 0 17px;
	border: 0;
}

.adc-checkout-page table.woocommerce-checkout-review-order-table thead {
	display: none;
}

.adc-checkout-page table.woocommerce-checkout-review-order-table tr {
	border-bottom: 1px solid #eceef1;
}

.adc-checkout-page table.woocommerce-checkout-review-order-table td,
.adc-checkout-page table.woocommerce-checkout-review-order-table th {
	padding: 13px 0;
	border: 0;
}

.adc-checkout-page .adc-checkout-product {
	display: grid;
	grid-template-columns: 60px minmax(0, 1fr);
	gap: 11px;
	align-items: center;
	text-align: left;
}

.adc-checkout-page .adc-checkout-product-image {
	display: block;
	width: 60px;
	height: 60px;
	padding: 4px;
	border-radius: 12px;
	background: #f3f4f6;
	object-fit: contain;
}

.adc-checkout-page .adc-checkout-product__name {
	color: #25272c;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.35;
}

.adc-checkout-page .product-total {
	vertical-align: middle;
	color: #17191d;
	font-size: 15px;
	font-weight: 900;
	white-space: nowrap;
}

.adc-checkout-page .cart-subtotal th,
.adc-checkout-page .order-total th,
.adc-checkout-page .cart-subtotal td,
.adc-checkout-page .order-total td {
	font-weight: 850;
}

.adc-checkout-page .order-total {
	border-bottom: 0 !important;
}

.adc-checkout-page .order-total th,
.adc-checkout-page .order-total td {
	padding-top: 17px !important;
	color: #17191d;
	font-size: 18px;
}

.adc-checkout-page .woocommerce-checkout-payment {
	margin: 20px -22px -22px;
	padding: 18px 22px 22px;
	border-radius: 0 0 22px 22px;
	background: #fafafa !important;
}

.adc-checkout-page .wc_payment_methods {
	margin: 0 0 14px !important;
	padding: 0 !important;
	border-bottom: 0 !important;
}

.adc-checkout-page .wc_payment_method {
	padding: 13px !important;
	border: 1px solid #e3e5e9;
	border-radius: 13px;
	background: #fff;
}

.adc-checkout-page .payment_box {
	margin: 10px 0 0 !important;
	border-radius: 10px !important;
	background: #fff5f6 !important;
	color: #5c616a !important;
}

.adc-checkout-page #place_order {
	float: none;
	width: 100%;
	min-height: 55px;
	margin: 4px 0 0;
	padding: 0 18px;
	border: 1px solid var(--adc-red);
	border-radius: 14px;
	background: var(--adc-red);
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: .1px;
	box-shadow: 0 9px 18px rgba(15,118,110,.20);
}

.adc-checkout-page #place_order:hover {
	background: var(--adc-red-dark);
	border-color: var(--adc-red-dark);
}

.adc-checkout-page .woocommerce-terms-and-conditions-wrapper {
	margin-top: 13px;
	color: var(--adc-muted);
	font-size: 12px;
	line-height: 1.55;
}

.adc-checkout-reassurance {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 20px;
}

.adc-checkout-reassurance > div {
	padding: 16px;
	border: 1px solid var(--adc-border);
	border-radius: 16px;
	background: #fff;
}

.adc-checkout-reassurance strong {
	display: block;
	margin-bottom: 4px;
	color: #282a2f;
	font-size: 13px;
}

.adc-checkout-reassurance span {
	color: var(--adc-muted);
	font-size: 12px;
	line-height: 1.45;
}

@media (max-width: 760px) {
	.adc-policy-hero {
		padding: 46px 0 30px;
	}

	.adc-policy-content {
		padding: 28px 0 45px;
	}

	.adc-policy-card {
		padding: 23px 18px;
		border-radius: 19px;
	}

	.adc-checkout-page {
		padding: 22px 0 44px;
	}

	.adc-checkout-intro {
		margin-bottom: 16px;
		padding: 23px 20px;
		border-radius: 19px;
	}

	.adc-checkout-page form.checkout {
		display: block;
	}

	.adc-checkout-page .col2-set,
	.adc-checkout-page #order_review {
		padding: 19px 16px;
		border-radius: 18px;
	}

	.adc-checkout-page #order_review_heading {
		margin: 22px 0 12px;
		font-size: 22px;
	}

	.adc-checkout-page .woocommerce-billing-fields > h3 {
		font-size: 22px;
	}

	.adc-checkout-page .form-row-first,
	.adc-checkout-page .form-row-last {
		width: 100%;
		float: none;
	}

	.adc-checkout-page .woocommerce-checkout-payment {
		margin: 18px -16px -19px;
		padding: 16px;
		border-radius: 0 0 18px 18px;
	}

	.adc-checkout-reassurance {
		grid-template-columns: 1fr;
		gap: 9px;
	}
}


/* -----------------------------------------------------------------
   v1.0.17 checkout order-summary column fix
------------------------------------------------------------------ */

/* WooCommerce prints the "Your order" heading and review panel as separate
   siblings. Give each one a fixed position in the right checkout column. */
@media (min-width: 761px) {
	.adc-checkout-page form.checkout {
		grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
		grid-template-areas:
			"billing heading"
			"billing review";
		grid-template-rows: auto 1fr;
	}

	.adc-checkout-page .col2-set {
		grid-area: billing;
	}

	.adc-checkout-page #order_review_heading {
		grid-area: heading;
		align-self: end;
		margin: 0 !important;
		padding: 0 4px 12px !important;
	}

	.adc-checkout-page #order_review {
		grid-area: review;
		align-self: start;
		margin: 0 !important;
	}

	/* Prevent legacy WooCommerce floats from creating an empty row. */
	.adc-checkout-page #order_review_heading,
	.adc-checkout-page #order_review,
	.adc-checkout-page .col2-set {
		float: none !important;
		width: auto !important;
	}
}


/* -----------------------------------------------------------------
   v1.0.18 checkout single-column order summary + forced policy pages
------------------------------------------------------------------ */

/* The checkout is intentionally a clean single-column flow on desktop too.
   This removes the empty right side and keeps the full order card visible. */
.adc-checkout-page form.checkout {
	display: block !important;
	max-width: 900px;
	margin: 0 auto;
}

.adc-checkout-page .col2-set {
	width: 100% !important;
	float: none !important;
	margin: 0 0 22px !important;
}

.adc-checkout-page #order_review_heading {
	display: block !important;
	width: 100% !important;
	float: none !important;
	margin: 0 0 12px !important;
	padding: 0 4px !important;
}

.adc-checkout-page #order_review {
	display: block !important;
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}

.adc-checkout-page .woocommerce-checkout-review-order,
.adc-checkout-page #order_review .woocommerce-checkout-review-order {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.adc-checkout-page .woocommerce-form-coupon-toggle {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.adc-checkout-page .woocommerce-form-coupon {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 760px) {
	.adc-checkout-page form.checkout {
		max-width: none;
	}
}


/* -----------------------------------------------------------------
   v1.0.19 actual footer support-page content
------------------------------------------------------------------ */
.adc-page-card .adc-support-page {
	max-width: 820px;
}

.adc-support-page__intro {
	margin: 0 0 26px;
	padding: 20px;
	border: 1px solid #c8eee4;
	border-radius: 16px;
	background: #fff5f6;
}

.adc-support-page__intro span {
	display: block;
	margin-bottom: 6px;
	color: var(--adc-red);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .85px;
	text-transform: uppercase;
}

.adc-support-page__intro p {
	margin: 0;
	color: var(--adc-muted);
	font-size: 15px;
	line-height: 1.65;
}

.adc-page-card .adc-support-page h2 {
	margin: 28px 0 8px;
	color: #1d1f23;
	font-size: 22px;
	letter-spacing: -.5px;
}

.adc-page-card .adc-support-page p {
	margin: 0;
	color: var(--adc-muted);
	font-size: 15px;
	line-height: 1.75;
}

.adc-support-faq {
	display: grid;
	gap: 10px;
}

.adc-support-faq details {
	padding: 16px 18px;
	border: 1px solid var(--adc-border);
	border-radius: 14px;
	background: #fafafa;
}

.adc-support-faq summary {
	cursor: pointer;
	color: #25272c;
	font-weight: 850;
}

.adc-support-faq p {
	margin-top: 11px !important;
}

@media (max-width: 760px) {
	.adc-page-card .adc-support-page h2 {
		font-size: 20px;
	}
}


/* -----------------------------------------------------------------
   v1.0.20 checkout address validation fix
------------------------------------------------------------------ */
.adc-checkout-page .adc-hidden-checkout-country,
.adc-checkout-page #billing_country_field {
	display: none !important;
}


/* -----------------------------------------------------------------
   v1.0.21 custom thank-you / order-received page
------------------------------------------------------------------ */
.adc-thankyou-page {
	background: #fafafa;
}

.adc-thankyou-hero {
	padding: 58px 0 42px;
	background:
		radial-gradient(circle at 88% 24%, rgba(15,118,110,.14), transparent 22%),
		linear-gradient(135deg, #ecfdf5, #fff 70%);
	border-bottom: 1px solid #f0d7db;
}

.adc-thankyou-hero--failed {
	background: linear-gradient(135deg, #fff4f4, #fff);
}

.adc-thankyou-status {
	display: flex;
	gap: 20px;
	align-items: center;
	max-width: 880px;
}

.adc-thankyou-status__icon {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	background: var(--adc-red);
	color: #fff;
	font-size: 34px;
	font-weight: 900;
	box-shadow: 0 12px 24px rgba(15,118,110,.22);
}

.adc-thankyou-status__icon--failed {
	background: #115e59;
}

.adc-thankyou-eyebrow,
.adc-thankyou-card__eyebrow {
	display: block;
	margin-bottom: 7px;
	color: var(--adc-red);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .9px;
	text-transform: uppercase;
}

.adc-thankyou-status h1 {
	margin: 0 0 8px;
	color: #191b20;
	font-size: clamp(34px, 4.4vw, 58px);
	line-height: 1.05;
	letter-spacing: -2.1px;
}

.adc-thankyou-status p {
	max-width: 690px;
	margin: 0;
	color: var(--adc-muted);
	font-size: 16px;
	line-height: 1.65;
}

.adc-thankyou-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	max-width: 730px;
	margin-top: 30px;
}

.adc-thankyou-steps > div {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 10px 12px;
	border: 1px solid #e4e6ea;
	border-radius: 12px;
	background: rgba(255,255,255,.74);
	color: #767d87;
	font-size: 13px;
}

.adc-thankyou-steps span {
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #eff1f3;
	color: #69717c;
	font-size: 11px;
	font-weight: 900;
}

.adc-thankyou-steps .is-active {
	border-color: #bde9dd;
	color: #25272d;
	font-weight: 850;
}

.adc-thankyou-steps .is-active span {
	background: var(--adc-red);
	color: #fff;
}

.adc-thankyou-main {
	padding: 38px 0 66px;
}

.adc-thankyou-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
	gap: 20px;
	align-items: start;
}

.adc-thankyou-side {
	display: grid;
	gap: 20px;
}

.adc-thankyou-card {
	padding: 25px;
	border: 1px solid var(--adc-border);
	border-radius: 22px;
	background: #fff;
}

.adc-thankyou-card__heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 20px;
}

.adc-thankyou-card h2 {
	margin: 0;
	color: #202227;
	font-size: 24px;
	letter-spacing: -.8px;
}

.adc-thankyou-order-number {
	display: inline-flex;
	padding: 8px 10px;
	border-radius: 999px;
	background: #ecfdf5;
	color: var(--adc-red);
	font-size: 12px;
	font-weight: 900;
}

.adc-thankyou-order-meta {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 9px;
	margin-bottom: 20px;
}

.adc-thankyou-order-meta > div {
	padding: 13px;
	border: 1px solid #eceef1;
	border-radius: 13px;
	background: #fafafa;
}

.adc-thankyou-order-meta span {
	display: block;
	margin-bottom: 5px;
	color: var(--adc-muted);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .55px;
}

.adc-thankyou-order-meta strong {
	display: block;
	color: #26282d;
	font-size: 13px;
	line-height: 1.45;
}

.adc-thankyou-products {
	border-top: 1px solid #eceef1;
}

.adc-thankyou-product {
	display: grid;
	grid-template-columns: 66px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	padding: 14px 0;
	border-bottom: 1px solid #eceef1;
}

.adc-thankyou-product__thumb {
	width: 66px;
	height: 66px;
	padding: 4px;
	border-radius: 13px;
	background: #f3f4f6;
}

.adc-thankyou-product__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.adc-thankyou-product__body {
	min-width: 0;
}

.adc-thankyou-product__body strong {
	display: block;
	color: #25272c;
	font-size: 14px;
	line-height: 1.35;
}

.adc-thankyou-product__body span,
.adc-thankyou-product__body small {
	display: block;
	margin-top: 4px;
	color: var(--adc-muted);
	font-size: 12px;
	line-height: 1.45;
}

.adc-thankyou-product__total {
	color: #191b20;
	font-size: 15px;
	font-weight: 900;
	white-space: nowrap;
}

.adc-thankyou-total {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 0 0;
	color: #202227;
	font-size: 16px;
	font-weight: 850;
}

.adc-thankyou-total strong {
	font-size: 20px;
}

.adc-thankyou-address {
	margin-top: 15px;
	color: var(--adc-muted);
	font-size: 14px;
	font-style: normal;
	line-height: 1.75;
}

.adc-thankyou-help {
	background: #191b20;
	border-color: #191b20;
}

.adc-thankyou-help h2,
.adc-thankyou-help p {
	color: #fff;
}

.adc-thankyou-help .adc-thankyou-card__eyebrow {
	color: #7bd7c6;
}

.adc-thankyou-help p {
	margin: 10px 0 16px;
	color: #d2d6dc;
	font-size: 14px;
	line-height: 1.65;
}

.adc-text-link {
	color: #fff;
	font-size: 14px;
	font-weight: 850;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.adc-thankyou-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	margin-top: 22px;
}

.adc-thankyou-actions--bottom {
	justify-content: center;
	margin-top: 28px;
}

.adc-thankyou-reassurance {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 28px;
}

.adc-thankyou-reassurance > div {
	padding: 16px;
	border: 1px solid var(--adc-border);
	border-radius: 15px;
	background: #fff;
}

.adc-thankyou-reassurance strong {
	display: block;
	margin-bottom: 5px;
	color: #282a2f;
	font-size: 13px;
}

.adc-thankyou-reassurance span {
	color: var(--adc-muted);
	font-size: 12px;
	line-height: 1.5;
}

@media (max-width: 760px) {
	.adc-thankyou-hero {
		padding: 42px 0 30px;
	}

	.adc-thankyou-status {
		align-items: flex-start;
		gap: 13px;
	}

	.adc-thankyou-status__icon {
		width: 50px;
		height: 50px;
		font-size: 26px;
	}

	.adc-thankyou-status h1 {
		font-size: 33px;
		letter-spacing: -1.35px;
	}

	.adc-thankyou-status p {
		font-size: 14px;
	}

	.adc-thankyou-steps {
		grid-template-columns: 1fr;
		margin-top: 22px;
	}

	.adc-thankyou-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.adc-thankyou-main {
		padding: 25px 0 44px;
	}

	.adc-thankyou-card {
		padding: 19px 16px;
		border-radius: 18px;
	}

	.adc-thankyou-card__heading {
		align-items: flex-start;
	}

	.adc-thankyou-card h2 {
		font-size: 21px;
	}

	.adc-thankyou-order-meta {
		grid-template-columns: 1fr;
	}

	.adc-thankyou-product {
		grid-template-columns: 56px minmax(0, 1fr);
		gap: 10px;
	}

	.adc-thankyou-product__thumb {
		width: 56px;
		height: 56px;
	}

	.adc-thankyou-product__total {
		grid-column: 2;
		font-size: 14px;
	}

	.adc-thankyou-reassurance {
		grid-template-columns: 1fr;
		gap: 9px;
	}
}


/* -----------------------------------------------------------------
   v1.0.22 collapsible shipping / returns / contact tabs
------------------------------------------------------------------ */
.adc-tab-btn {
	transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.adc-tab-panel[hidden] {
	display: none !important;
}

.adc-tab-panel.is-active {
	animation: adc-tab-panel-in .2s ease both;
}

@keyframes adc-tab-panel-in {
	from { opacity: 0; transform: translateY(-4px); }
	to { opacity: 1; transform: translateY(0); }
}


/* -----------------------------------------------------------------
   v1.0.23 reliable product info tabs
------------------------------------------------------------------ */
.adc-tab-panel {
	display: none;
}

.adc-tab-panel.is-active {
	display: block;
}


/* -----------------------------------------------------------------
   Noksho sea-green brand layer
------------------------------------------------------------------ */
:root{
  --noksho-green:#0f766e;
  --noksho-green-dark:#115e59;
  --noksho-green-soft:#ecfdf5;
  --noksho-mint:#dff7ef;
}
.adc-header{
  border-bottom-color:#dcefe9;
}
.adc-nav a:after,
.adc-cart-count,
.adc-btn,
.button,
button.single_add_to_cart_button{
  background:var(--noksho-green);
  border-color:var(--noksho-green);
}
.adc-btn:hover,
.button:hover,
button.single_add_to_cart_button:hover{
  background:var(--noksho-green-dark);
  border-color:var(--noksho-green-dark);
}
.adc-icon-btn:hover{
  background:var(--noksho-green-soft);
  color:var(--noksho-green);
}
.adc-footer{
  background:#123d3a;
}
.adc-footer__bottom{
  border-top-color:#24544f;
}
.adc-eyebrow,
.adc-kicker,
.adc-policy-hero__eyebrow,
.adc-thankyou-eyebrow,
.adc-thankyou-card__eyebrow{
  color:var(--noksho-green);
}


/* -----------------------------------------------------------------
   Noksho v1.0.1 complete sea-green conversion
------------------------------------------------------------------ */

/* Header always uses the Noksho wordmark, matching the footer. */
.adc-header .adc-brand{
  color:#171717;
}
.adc-header .adc-brand span{
  font-weight:300;
}
.adc-header .adc-brand strong{
  color:var(--adc-red);
}

/* Every solid sea-green button must retain white text. */
.adc-btn,
.button,
button,
button.single_add_to_cart_button,
.adc-card__button,
.adc-drawer-primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.adc-checkout-page #place_order{
  background:var(--adc-red) !important;
  border-color:var(--adc-red) !important;
  color:#ffffff !important;
}
.adc-btn *,
.button *,
button.single_add_to_cart_button *,
.adc-card__button *,
.adc-drawer-primary *{
  color:#ffffff !important;
}
.adc-btn:hover,
.button:hover,
button.single_add_to_cart_button:hover,
.adc-card__button:hover,
.adc-drawer-primary:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.adc-checkout-page #place_order:hover{
  background:var(--adc-red-dark) !important;
  border-color:var(--adc-red-dark) !important;
  color:#ffffff !important;
}
.adc-btn--ghost,
.adc-btn--ghost:hover{
  background:#ffffff !important;
  color:var(--adc-red) !important;
  border-color:var(--adc-red) !important;
}
.adc-btn--ghost *{color:var(--adc-red) !important}

/* Product pages, cart, checkout, thank-you and notices. */
.adc-product-card .price,
.adc-card__price,
.adc-product-card .stock,
.adc-product-card .woocommerce-Price-amount,
.woocommerce-Price-amount{
  color:inherit;
}
.adc-product-card .single_add_to_cart_button,
.adc-product-card .adc-tier-wrap .is-selected,
.adc-tab-btn.is-active,
.adc-details-toggle,
.adc-product-card .adc-delivery strong,
.adc-checkout-intro__eyebrow,
.adc-thankyou-eyebrow,
.adc-thankyou-card__eyebrow{
  color:var(--adc-red) !important;
}
.adc-tab-btn.is-active{
  border-color:var(--adc-red) !important;
  background:var(--adc-pink) !important;
}
.adc-static-section,
.adc-testimonials-band,
.adc-policy-hero,
.adc-checkout-intro{
  background:#ecfdf5 !important;
}
.adc-benefit,
.adc-policy-card,
.adc-checkout-page .payment_box,
.adc-thankyou-order-number{
  border-color:#c8eee4 !important;
}
.adc-thankyou-order-number{
  background:#ecfdf5 !important;
  color:var(--adc-red) !important;
}
.woocommerce-message,
.woocommerce-info{
  background:#ecfdf5 !important;
  color:#115e59 !important;
}
.woocommerce-error{
  background:#fff3f4 !important;
  color:#a21324 !important;
}

/* Stable related products card layout. */
.adc-related-section{
  background:#ffffff;
}
.adc-related-section .adc-card-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:18px !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}
.adc-related-section .adc-card-grid > .adc-card{
  display:flex !important;
  flex-direction:column !important;
  min-width:0 !important;
  width:auto !important;
  float:none !important;
  margin:0 !important;
  padding:13px !important;
  border:1px solid var(--adc-border) !important;
  border-radius:18px !important;
  background:#fff !important;
}
.adc-related-section .adc-card__image{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  aspect-ratio:3 / 4 !important;
  overflow:hidden !important;
  border-radius:13px !important;
  background:#f3f5f4 !important;
}
.adc-related-section .adc-card__image img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  margin:0 !important;
  padding:0 !important;
}
.adc-related-section .adc-card__title{
  display:block !important;
  margin:12px 0 6px !important;
  color:#202329 !important;
  font-size:14px !important;
  font-weight:800 !important;
  line-height:1.4 !important;
}
.adc-related-section .adc-card__price{
  margin-bottom:12px !important;
}
.adc-related-section .adc-card__button{
  width:100% !important;
  margin-top:auto !important;
  text-align:center !important;
}
@media(max-width:900px){
  .adc-related-section .adc-card-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
}
@media(max-width:520px){
  .adc-related-section .adc-card-grid{gap:10px !important}
  .adc-related-section .adc-card-grid > .adc-card{padding:10px !important}
}

/* Old hard-coded pink/red fragments overridden sitewide. */
.adc-footer a:hover,
.adc-nav a:hover,
.adc-text-link,
.adc-policy-hero__eyebrow,
.adc-policy-faq summary:hover{
  color:var(--adc-red) !important;
}


/* -----------------------------------------------------------------
   Noksho v1.0.2 refined colour balance
   Sea-green is now an accent, not the background for every element.
------------------------------------------------------------------ */
:root{
  --noksho-teal:#167c73;
  --noksho-teal-dark:#12645d;
  --noksho-ink:#202b2a;
  --noksho-mist:#f1f8f6;
  --noksho-mint:#e3f3ee;
  --noksho-line:#dce9e5;
  --noksho-sand:#fbfaf7;
}

/* Keep the brand colour on primary actions only. */
.adc-btn,
.button,
button.single_add_to_cart_button,
.adc-card__button,
.adc-drawer-primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.adc-checkout-page #place_order{
  background:var(--noksho-teal) !important;
  border-color:var(--noksho-teal) !important;
  color:#fff !important;
}

.adc-btn:hover,
.button:hover,
button.single_add_to_cart_button:hover,
.adc-card__button:hover,
.adc-drawer-primary:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.adc-checkout-page #place_order:hover{
  background:var(--noksho-teal-dark) !important;
  border-color:var(--noksho-teal-dark) !important;
  color:#fff !important;
}

/* Subtle page backgrounds, cards stay mostly white. */
.adc-static-section,
.adc-testimonials-band,
.adc-policy-hero,
.adc-checkout-intro{
  background:var(--noksho-mist) !important;
}

.adc-benefit,
.adc-policy-card,
.adc-checkout-page .payment_box,
.adc-thankyou-order-number{
  border-color:var(--noksho-line) !important;
}

/* Product-page shipping / returns / contact tabs: only the selected tab is green. */
.adc-tab-btn{
  background:#fff !important;
  color:var(--noksho-ink) !important;
  border:1px solid var(--noksho-line) !important;
}
.adc-tab-btn:hover{
  background:var(--noksho-mist) !important;
  color:var(--noksho-teal-dark) !important;
  border-color:#b9dcd3 !important;
}
.adc-tab-btn.is-active{
  background:var(--noksho-teal) !important;
  border-color:var(--noksho-teal) !important;
  color:#fff !important;
}
.adc-tab-btn.is-active *{
  color:#fff !important;
}
.adc-tab-panel,
.adc-details-card,
.adc-spec-card,
.adc-faq-card{
  background:#fff !important;
  border-color:var(--noksho-line) !important;
}

/* FAQ accordions should feel calm and readable, not become solid green blocks. */
.adc-faq-question,
.adc-faq-question button,
.adc-policy-faq summary,
.adc-faq-card summary,
.adc-static-section details summary{
  background:#fff !important;
  color:var(--noksho-ink) !important;
  border-color:var(--noksho-line) !important;
}
.adc-faq-question:hover,
.adc-faq-question button:hover,
.adc-policy-faq summary:hover,
.adc-faq-card summary:hover,
.adc-static-section details summary:hover{
  background:var(--noksho-mist) !important;
  color:var(--noksho-teal-dark) !important;
}
.adc-faq-answer,
.adc-policy-faq details[open],
.adc-faq-card details[open],
.adc-static-section details[open]{
  background:#fff !important;
  color:var(--adc-muted) !important;
  border-color:var(--noksho-line) !important;
}

/* Policy / support content cards. */
.adc-policy-hero h1,
.adc-checkout-intro h1,
.adc-section-heading{
  color:var(--noksho-ink) !important;
}
.adc-policy-hero__eyebrow,
.adc-checkout-intro__eyebrow,
.adc-thankyou-eyebrow,
.adc-thankyou-card__eyebrow,
.adc-details-toggle{
  color:var(--noksho-teal) !important;
}

/* Soft badge treatment for delivery, stock, ratings and product benefits. */
.adc-product-card .adc-delivery,
.adc-product-card .adc-rating,
.adc-product-card .stock,
.adc-product-card .adc-benefit-item,
.adc-product-card .adc-trust-item{
  border-color:var(--noksho-line) !important;
  background:var(--noksho-sand) !important;
}
.adc-product-card .adc-delivery strong,
.adc-product-card .stock,
.adc-product-card .adc-delivery svg,
.adc-product-card .adc-benefit-item svg,
.adc-product-card .adc-trust-item svg{
  color:var(--noksho-teal) !important;
  fill:currentColor !important;
}

/* Quantity controls use a gentle tint rather than blocks of saturated colour. */
.adc-qty button,
.quantity .qty,
.adc-quantity button{
  border-color:var(--noksho-line) !important;
}
.adc-qty button,
.adc-quantity button{
  background:var(--noksho-mint) !important;
  color:var(--noksho-teal-dark) !important;
}
.adc-qty button:hover,
.adc-quantity button:hover{
  background:#cfece4 !important;
}

/* Cart and checkout retain a white premium base with teal accents. */
.woocommerce-cart-form,
.cart-collaterals .cart_totals,
.woocommerce-checkout-review-order,
.adc-checkout-page .woocommerce-checkout-review-order,
.woocommerce-checkout-payment,
.adc-thankyou-card{
  background:#fff !important;
  border-color:var(--noksho-line) !important;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td,
.shop_table th,
.shop_table td{
  border-color:#e5efec !important;
}
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea,
.woocommerce-cart input,
.woocommerce-cart select{
  border-color:var(--noksho-line) !important;
}
.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row textarea:focus{
  border-color:var(--noksho-teal) !important;
  box-shadow:0 0 0 3px rgba(22,124,115,.11) !important;
}

/* Success notifications use light mint, not large saturated blocks. */
.woocommerce-message,
.woocommerce-info{
  background:var(--noksho-mist) !important;
  color:var(--noksho-teal-dark) !important;
  border-left:4px solid var(--noksho-teal) !important;
}
.woocommerce-message:before,
.woocommerce-info:before{
  color:var(--noksho-teal) !important;
}

/* Related products remain neutral cards with a small teal action. */
.adc-related-section{
  background:var(--noksho-sand) !important;
}
.adc-related-section .adc-card-grid > .adc-card{
  background:#fff !important;
  border-color:var(--noksho-line) !important;
}
.adc-related-section .adc-card__image{
  background:#f5f7f6 !important;
}
.adc-related-section .adc-card__button{
  background:var(--noksho-teal) !important;
  color:#fff !important;
}

/* Header and footer retain a clear brand presence without overusing teal. */
.adc-header{
  border-bottom-color:var(--noksho-line) !important;
}
.adc-header .adc-brand strong{
  color:var(--noksho-teal) !important;
}
.adc-footer{
  background:#1d302e !important;
}
.adc-footer__bottom{
  border-top-color:#35504d !important;
}

/* Hide any accidental empty button/anchor output. */
.adc-btn:empty,
.button:empty,
.adc-card__button:empty{
  display:none !important;
}


/* -----------------------------------------------------------------
   Noksho v1.0.3 neutral utility controls + remove leftover pink/red
------------------------------------------------------------------ */
:root{
  --noksho-utility-bg:#f4f8f7;
  --noksho-utility-hover:#e5f2ee;
  --noksho-utility-line:#d7e6e1;
  --noksho-utility-icon:#3f746d;
}

/* Remove old pink/red borders and gradients from content surfaces. */
.adc-testimonials-band{
  background:#f4f8f7 !important;
}
.adc-testimonials-band .adc-testimonial-card,
.adc-testimonial-card,
.adc-testimonials{
  background:#fff !important;
  border-color:var(--noksho-utility-line) !important;
}
.adc-static-section .adc-benefit,
.adc-benefit,
.adc-policy-card,
.adc-policy-faq details,
.adc-faq-card,
.adc-details-card,
.adc-spec-card{
  border-color:var(--noksho-utility-line) !important;
}
.adc-hero{
  background:linear-gradient(135deg,#f8fbfa 0%,#fff 52%,#f5f8f7 100%) !important;
}
.adc-eyebrow{
  border-color:var(--noksho-utility-line) !important;
  background:#fff !important;
  color:var(--noksho-teal) !important;
}

/* Utility actions: gallery arrows, back, share, like and quantity controls. */
.adc-circle,
.adc-product-actions .adc-circle,
.adc-gallery-arrow{
  background:var(--noksho-utility-bg) !important;
  border:1px solid var(--noksho-utility-line) !important;
  color:var(--noksho-utility-icon) !important;
  box-shadow:0 7px 16px rgba(26,64,57,.10) !important;
}
.adc-circle svg,
.adc-product-actions .adc-circle svg{
  fill:currentColor !important;
}
.adc-circle:hover,
.adc-product-actions .adc-circle:hover,
.adc-gallery-arrow:hover{
  background:var(--noksho-utility-hover) !important;
  border-color:#b9d8d0 !important;
  color:var(--noksho-teal-dark) !important;
}

/* Keep thumbnail selection quiet and premium. */
.adc-thumb{
  border-color:transparent !important;
  background:#f6f8f7 !important;
}
.adc-thumb.is-active{
  border-color:#9accc0 !important;
  box-shadow:0 0 0 2px rgba(22,124,115,.10) !important;
}

/* Quantity controls must not look like main action buttons. */
.adc-qty-btn,
.adc-qty button,
.adc-quantity button,
.woocommerce .quantity .qty{
  background:var(--noksho-utility-bg) !important;
  border:1px solid var(--noksho-utility-line) !important;
  color:var(--noksho-utility-icon) !important;
  box-shadow:none !important;
}
.adc-qty-btn:hover,
.adc-qty button:hover,
.adc-quantity button:hover{
  background:var(--noksho-utility-hover) !important;
  border-color:#b9d8d0 !important;
  color:var(--noksho-teal-dark) !important;
}
.woocommerce .quantity .qty{
  background:#fff !important;
  color:var(--noksho-ink) !important;
}

/* The product-description "View More" button is a text action, never a solid CTA. */
.adc-details-toggle,
button.adc-details-toggle{
  display:inline-flex !important;
  align-items:center !important;
  min-height:auto !important;
  margin-top:15px !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  color:var(--noksho-teal) !important;
  font-size:14px !important;
  font-weight:900 !important;
  line-height:1.3 !important;
  box-shadow:none !important;
}
.adc-details-toggle:hover,
button.adc-details-toggle:hover{
  background:transparent !important;
  color:var(--noksho-teal-dark) !important;
  text-decoration:underline !important;
  transform:none !important;
}

/* Cart: remove the old red treatment and use an elegant neutral / mint introduction. */
.woocommerce-cart .adc-cart-intro{
  background:linear-gradient(135deg,#f4f8f7 0%,#ffffff 74%) !important;
  border-color:var(--noksho-utility-line) !important;
}
.woocommerce-cart .adc-cart-intro__eyebrow{
  background:#fff !important;
  border-color:var(--noksho-utility-line) !important;
  color:var(--noksho-teal) !important;
}
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-cart form.woocommerce-cart-form,
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart_totals{
  border-color:var(--noksho-utility-line) !important;
}
.woocommerce-cart .product-remove a{
  background:#f7f8f8 !important;
  color:#6b7473 !important;
  border:1px solid #e1e8e5 !important;
}
.woocommerce-cart .product-remove a:hover{
  background:#fbeff0 !important;
  color:#a4434e !important;
  border-color:#f3cbd0 !important;
}

/* Neutralise remaining pink borders used in cart, testimonials and support cards. */
.woocommerce-cart .adc-cart-intro,
.woocommerce-cart .adc-cart-intro__eyebrow,
.adc-testimonials-band .adc-testimonial-card,
.adc-testimonial-card,
.adc-benefit{
  border-color:var(--noksho-utility-line) !important;
}

/* Preserve teal only for actual primary actions. */
.adc-product-card .single_add_to_cart_button,
.adc-card__button,
.woocommerce-cart .checkout-button,
.woocommerce-checkout #place_order{
  background:var(--noksho-teal) !important;
  color:#fff !important;
  border-color:var(--noksho-teal) !important;
}


/* -----------------------------------------------------------------
   Noksho v1.0.4 product-card image fit + testimonial container
------------------------------------------------------------------ */

/* What Customers Say now sits inside one clean white card. */
.adc-testimonials-band{
  background:#f4f8f7 !important;
  padding:56px 0 !important;
}
.adc-testimonials-band .adc-testimonials{
  margin:0 !important;
  padding:32px !important;
  background:#fff !important;
  border:1px solid var(--noksho-utility-line) !important;
  border-radius:24px !important;
}
.adc-testimonials-band .adc-testimonial-card{
  background:#fff !important;
  border:1px solid #e2ece8 !important;
}
@media(max-width:760px){
  .adc-testimonials-band{padding:34px 0 !important}
  .adc-testimonials-band .adc-testimonials{
    padding:21px 17px !important;
    border-radius:20px !important;
  }
}

/* Every store product image uses a consistent 3:4 portrait frame. */
.adc-card-grid > .adc-card,
ul.products > li.product.adc-card{
  min-width:0 !important;
}
.adc-card__image,
.adc-related-section .adc-card__image,
.adc-home-products .adc-card__image,
.woocommerce ul.products li.product .adc-card__image{
  display:block !important;
  width:100% !important;
  aspect-ratio:3 / 4 !important;
  height:auto !important;
  margin-bottom:14px !important;
  overflow:hidden !important;
  background:#f4f7f6 !important;
  border-radius:15px !important;
}
.adc-card__image img,
.adc-related-section .adc-card__image img,
.adc-home-products .adc-card__image img,
.woocommerce ul.products li.product .adc-card__image img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-height:100% !important;
  max-width:none !important;
  max-height:none !important;
  margin:0 !important;
  padding:0 !important;
  object-fit:cover !important;
  object-position:center center !important;
}

/* Consistent card structure even when images have different source sizes. */
.adc-card{
  height:100% !important;
}
.adc-card__title{
  min-height:44px !important;
}
@media(max-width:760px){
  .adc-card__image,
  .adc-related-section .adc-card__image,
  .adc-home-products .adc-card__image,
  .woocommerce ul.products li.product .adc-card__image{
    margin-bottom:10px !important;
    border-radius:12px !important;
  }
}


/* -----------------------------------------------------------------
   Noksho v1.0.5 full-width product detail sections
------------------------------------------------------------------ */
body.single-product .adc-product-below{
  width:100% !important;
  overflow:hidden;
}

/* Give every product-page section the full available page width on desktop. */
@media(min-width:761px){
  body.single-product .adc-product-below > .adc-details-section > .adc-shell,
  body.single-product .adc-product-below > .adc-static-section > .adc-static-inner,
  body.single-product .adc-product-below > .adc-testimonials-band > .adc-shell,
  body.single-product .adc-product-below > .adc-related-section > .adc-shell{
    width:calc(100% - 80px) !important;
    max-width:none !important;
  }

  /* Product-specific custom HTML sections use their complete available width too. */
  body.single-product .adc-product-custom-html,
  body.single-product .adc-product-custom-html__block{
    width:100% !important;
    max-width:none !important;
  }

  body.single-product .adc-product-custom-html__block [class$="-wrap"],
  body.single-product .adc-product-custom-html__block [class*="-wrap "]{
    width:calc(100% - 80px) !important;
    max-width:none !important;
  }
}

/* Keep comfortable mobile gutters. */
@media(max-width:760px){
  body.single-product .adc-product-below > .adc-details-section > .adc-shell,
  body.single-product .adc-product-below > .adc-static-section > .adc-static-inner,
  body.single-product .adc-product-below > .adc-testimonials-band > .adc-shell,
  body.single-product .adc-product-below > .adc-related-section > .adc-shell,
  body.single-product .adc-product-custom-html__block [class$="-wrap"],
  body.single-product .adc-product-custom-html__block [class*="-wrap "]{
    width:calc(100% - 28px) !important;
    max-width:none !important;
  }
}


/* -----------------------------------------------------------------
   Noksho v1.0.6 true full-bleed product-page sections
------------------------------------------------------------------ */

/* The main single-product wrapper was also catching the generic product-card
   rule. Remove that card padding so it cannot inset all lower sections. */
body.single-product .adc-product.product,
body.single-product div.product.adc-product{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

/* Break all lower product sections out to the browser edges. */
body.single-product .adc-product-below{
  width:100vw !important;
  max-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  overflow:visible !important;
}

/* Section backgrounds run edge-to-edge. The content keeps its own clean inset. */
body.single-product .adc-product-below > .adc-details-section,
body.single-product .adc-product-below > .adc-static-section,
body.single-product .adc-product-below > .adc-testimonials-band,
body.single-product .adc-product-below > .adc-related-section,
body.single-product .adc-product-below > .adc-product-custom-html{
  width:100% !important;
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
}

/* Give details, support, testimonials and related products the full page width
   with only intentional inner spacing. */
@media(min-width:761px){
  body.single-product .adc-product-below > .adc-details-section > .adc-shell,
  body.single-product .adc-product-below > .adc-static-section > .adc-static-inner,
  body.single-product .adc-product-below > .adc-testimonials-band > .adc-shell,
  body.single-product .adc-product-below > .adc-related-section > .adc-shell{
    width:calc(100% - 80px) !important;
    max-width:none !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
}

@media(max-width:760px){
  body.single-product .adc-product-below{
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
}


/* -----------------------------------------------------------------
   Noksho v1.0.7 mobile true full-width product sections
------------------------------------------------------------------ */
@media(max-width:760px){

  /* Break lower product sections out of every inherited mobile container. */
  body.single-product .adc-product-below{
    width:100vw !important;
    max-width:100vw !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
    overflow:visible !important;
  }

  body.single-product .adc-product-below > .adc-details-section,
  body.single-product .adc-product-below > .adc-static-section,
  body.single-product .adc-product-below > .adc-testimonials-band,
  body.single-product .adc-product-below > .adc-related-section,
  body.single-product .adc-product-below > .adc-product-custom-html{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }

  /* Remove the old 14px / 28px shell gutters on mobile. */
  body.single-product .adc-product-below > .adc-details-section > .adc-shell,
  body.single-product .adc-product-below > .adc-static-section > .adc-static-inner,
  body.single-product .adc-product-below > .adc-testimonials-band > .adc-shell,
  body.single-product .adc-product-below > .adc-related-section > .adc-shell,
  body.single-product .adc-product-custom-html__block [class$="-wrap"],
  body.single-product .adc-product-custom-html__block [class*="-wrap "]{
    width:100% !important;
    max-width:none !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }

  /* Cards themselves now span the complete mobile width. */
  body.single-product .adc-details-card,
  body.single-product .adc-spec-card,
  body.single-product .adc-faq-card,
  body.single-product .adc-testimonials{
    width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    border-radius:0 !important;
  }

  /* Keep section spacing vertical only; no horizontal inset. */
  body.single-product .adc-details-section,
  body.single-product .adc-static-section,
  body.single-product .adc-testimonials-band,
  body.single-product .adc-related-section{
    padding-left:0 !important;
    padding-right:0 !important;
  }
}


/* -----------------------------------------------------------------
   Noksho v1.0.8 full-bleed backgrounds with comfortable mobile gutters
------------------------------------------------------------------ */
@media(max-width:760px){

  /* Section colour/background still reaches the edge of the viewport. */
  body.single-product .adc-product-below{
    width:100vw !important;
    max-width:100vw !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
  }

  /* But all actual content gets a clean 14px breathing space on both sides. */
  body.single-product .adc-product-below > .adc-details-section > .adc-shell,
  body.single-product .adc-product-below > .adc-static-section > .adc-static-inner,
  body.single-product .adc-product-below > .adc-testimonials-band > .adc-shell,
  body.single-product .adc-product-below > .adc-related-section > .adc-shell{
    width:calc(100% - 28px) !important;
    max-width:none !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }

  /* Restore the nice card edges inside the full-bleed background. */
  body.single-product .adc-details-card,
  body.single-product .adc-spec-card,
  body.single-product .adc-faq-card,
  body.single-product .adc-testimonials{
    width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    border-radius:20px !important;
  }

  /* Product-specific HTML sections keep the full background but their normal
     content wrapper stays inset just like the built-in sections. */
  body.single-product .adc-product-custom-html__block [class$="-wrap"],
  body.single-product .adc-product-custom-html__block [class*="-wrap "]{
    width:calc(100% - 28px) !important;
    max-width:none !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }
}


/* -----------------------------------------------------------------
   Noksho v1.0.9 mobile gallery full-bleed + aligned product title card
------------------------------------------------------------------ */
@media(max-width:760px){

  /* The image/gallery alone must touch the viewport edges. */
  body.single-product .adc-product-grid{
    display:block !important;
    width:100vw !important;
    max-width:100vw !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
    padding:0 !important;
    gap:0 !important;
  }

  body.single-product .adc-product-gallery{
    position:relative !important;
    top:auto !important;
    width:100vw !important;
    max-width:100vw !important;
    margin:0 !important;
    padding:0 !important;
    border-radius:0 !important;
    background:#f4f6f5 !important;
  }

  body.single-product .adc-gallery-viewport,
  body.single-product .adc-gallery-track,
  body.single-product .adc-gallery-slide{
    width:100% !important;
    max-width:none !important;
    border-radius:0 !important;
  }

  body.single-product .adc-gallery-slide img{
    display:block !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
  }

  /* Product info card follows the same 14px side spacing as description cards. */
  body.single-product .adc-product-card{
    width:calc(100% - 28px) !important;
    max-width:none !important;
    margin:-34px auto 0 !important;
    padding:26px 20px 23px !important;
    border-radius:26px 26px 22px 22px !important;
  }
}


/* -----------------------------------------------------------------
   Noksho v1.0.10 mobile product, cart, header and contact refinements
------------------------------------------------------------------ */

/* Remove remaining old red/pink contact-page styling. */
.adc-contact-hero{
  background:linear-gradient(135deg,#f3f9f7 0%,#ffffff 64%,#f8fbfa 100%) !important;
}
.adc-contact-info__icon{
  background:#edf8f5 !important;
  color:var(--noksho-teal) !important;
}
.adc-contact-form-card__tag{
  background:#f2f8f6 !important;
  border-color:#d7e6e1 !important;
  color:var(--noksho-teal) !important;
}
.adc-contact-form .adc-form-field input:focus,
.adc-contact-form .adc-form-field textarea:focus,
.adc-contact-form .adc-form-field select:focus{
  border-color:var(--noksho-teal) !important;
  box-shadow:0 0 0 3px rgba(22,124,115,.10) !important;
}

@media(max-width:760px){

  /* Start the product gallery directly below the header. */
  body.single-product .adc-product{
    padding-top:0 !important;
  }
  body.single-product .adc-product-grid{
    margin-top:0 !important;
    padding-top:0 !important;
  }
  body.single-product .adc-product-gallery{
    margin-top:0 !important;
    margin-bottom:0 !important;
  }

  /* Product detail card gets exactly the same left/right inset as description cards. */
  body.single-product .adc-product-card{
    width:calc(100vw - 28px) !important;
    max-width:none !important;
    margin:-26px 14px 0 !important;
  }

  /* Quantity and Add to Cart fill the same usable width as the trust tiles. */
  body.single-product .adc-product-card form.cart{
    display:grid !important;
    grid-template-columns:minmax(120px,.88fr) minmax(0,1.32fr) !important;
    align-items:stretch !important;
    width:100% !important;
    margin:18px 0 0 !important;
    padding:0 !important;
    gap:12px !important;
  }
  body.single-product .adc-product-card form.cart .quantity{
    display:flex !important;
    width:100% !important;
    min-width:0 !important;
    height:52px !important;
  }
  body.single-product .adc-product-card form.cart .single_add_to_cart_button{
    width:100% !important;
    min-width:0 !important;
    height:52px !important;
    margin:0 !important;
  }

  /* Header utility controls become light mint, not dark green blocks. */
  .adc-header .adc-icon-btn{
    background:#edf8f5 !important;
    border:1px solid #d4e9e3 !important;
    color:#3e7d75 !important;
    box-shadow:none !important;
  }
  .adc-header .adc-icon-btn:hover{
    background:#e2f2ed !important;
    border-color:#bddbd2 !important;
    color:var(--noksho-teal-dark) !important;
  }
  .adc-header .adc-cart-count{
    background:var(--noksho-teal) !important;
    color:#fff !important;
    border-color:#fff !important;
  }

  /* Coupon field and Apply coupon button align perfectly on one row. */
  .woocommerce-cart table.shop_table tr.actions{
    display:block !important;
  }
  .woocommerce-cart .coupon{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 150px !important;
    align-items:stretch !important;
    width:100% !important;
    float:none !important;
    gap:10px !important;
    margin:0 !important;
  }
  .woocommerce-cart .coupon #coupon_code{
    grid-column:1 !important;
    width:100% !important;
    min-width:0 !important;
    height:52px !important;
    min-height:52px !important;
    margin:0 !important;
  }
  .woocommerce-cart .coupon button,
  .woocommerce-cart .coupon .button{
    grid-column:2 !important;
    width:100% !important;
    min-width:0 !important;
    height:52px !important;
    min-height:52px !important;
    margin:0 !important;
    padding:0 12px !important;
    background:var(--noksho-teal) !important;
    border-color:var(--noksho-teal) !important;
    color:#fff !important;
    white-space:nowrap !important;
  }
  .woocommerce-cart button[name="update_cart"]{
    display:block !important;
    width:100% !important;
    height:52px !important;
    min-height:52px !important;
    margin:12px 0 0 !important;
    background:var(--noksho-teal) !important;
    border-color:var(--noksho-teal) !important;
    color:#fff !important;
  }
}

@media(max-width:380px){
  .woocommerce-cart .coupon{
    grid-template-columns:1fr !important;
  }
  .woocommerce-cart .coupon button,
  .woocommerce-cart .coupon .button{
    grid-column:1 !important;
  }
}


/* -----------------------------------------------------------------
   Noksho v1.0.11 mobile spacing, controls and footer cleanup
------------------------------------------------------------------ */
@media(max-width:760px){

  /* WooCommerce wraps the product in .adc-page. Its default 48px top
     padding caused the empty area above the mobile product gallery. */
  body.single-product .adc-page{
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
  }
  body.single-product .adc-page > .adc-shell{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
  }
  body.single-product .site-main{
    padding-top:0 !important;
  }
  body.single-product .woocommerce-notices-wrapper:empty{
    display:none !important;
  }

  /* Smaller, cleaner header controls. */
  .adc-header .adc-actions{
    gap:7px !important;
  }
  .adc-header .adc-icon-btn,
  .adc-header .adc-menu-toggle{
    width:46px !important;
    height:46px !important;
    min-width:46px !important;
    min-height:46px !important;
    border-radius:15px !important;
  }
  .adc-header .adc-icon-btn svg{
    width:20px !important;
    height:20px !important;
  }
  .adc-header .adc-menu-toggle span{
    width:20px !important;
    height:2px !important;
    margin:3px 0 !important;
    border-radius:3px !important;
  }
  .adc-header .adc-cart-count{
    right:-3px !important;
    top:-4px !important;
    min-width:17px !important;
    height:17px !important;
    font-size:9px !important;
  }

  /* Equal-width, aligned quantity and Add to Cart controls. */
  body.single-product .adc-product-card form.cart{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    align-items:stretch !important;
    gap:12px !important;
  }
  body.single-product .adc-product-card form.cart .quantity{
    order:1 !important;
    display:flex !important;
    width:100% !important;
    height:52px !important;
    min-width:0 !important;
  }
  body.single-product .adc-product-card form.cart .single_add_to_cart_button{
    order:2 !important;
    display:flex !important;
    width:100% !important;
    height:52px !important;
    min-width:0 !important;
    margin:0 !important;
    padding:0 8px !important;
  }

  /* No unnecessary gap between related products and footer. */
  body.single-product .adc-related-section{
    margin-bottom:0 !important;
    padding-bottom:28px !important;
  }
  body.single-product .adc-footer{
    margin-top:0 !important;
  }
}

/* Sweep the remaining legacy red/pink accents from Contact Us. */
body.page-template-page-contact .adc-contact-hero,
body.page-template-page-contact-us .adc-contact-hero{
  background:linear-gradient(135deg,#f3f9f7 0%,#ffffff 64%,#f8fbfa 100%) !important;
}
body.page-template-page-contact .adc-contact-hero .adc-eyebrow,
body.page-template-page-contact-us .adc-contact-hero .adc-eyebrow,
body.page-template-page-contact .adc-contact-form-card__tag,
body.page-template-page-contact-us .adc-contact-form-card__tag{
  background:#f2f8f6 !important;
  border-color:#d7e6e1 !important;
  color:var(--noksho-teal) !important;
}
body.page-template-page-contact .adc-contact-info__icon,
body.page-template-page-contact-us .adc-contact-info__icon{
  background:#edf8f5 !important;
  color:var(--noksho-teal) !important;
}


/* -----------------------------------------------------------------
   Noksho v1.0.12 cleaner mobile hamburger control
------------------------------------------------------------------ */
@media(max-width:760px){
  .adc-header .adc-menu-toggle{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:4px !important;
    width:42px !important;
    height:42px !important;
    min-width:42px !important;
    min-height:42px !important;
    padding:0 !important;
    border-radius:14px !important;
  }

  .adc-header .adc-menu-toggle span{
    display:block !important;
    width:17px !important;
    height:2px !important;
    min-height:2px !important;
    margin:0 !important;
    border-radius:999px !important;
    background:currentColor !important;
  }
}


/* -----------------------------------------------------------------
   Noksho v1.0.13 Armor Drive parity updates
------------------------------------------------------------------ */

/* Private Hidden-product Explore pages */
.adc-explore-hero{
	padding:76px 0 60px;
	background:linear-gradient(135deg,#f1faf7 0%,#ffffff 62%,#f7fbfa 100%);
	border-bottom:1px solid #d9ebe5;
}
.adc-explore-hero__eyebrow{
	display:inline-flex;
	margin-bottom:13px;
	padding:7px 11px;
	border:1px solid #cfe8df;
	border-radius:999px;
	background:#eaf7f2;
	color:var(--adc-red);
	font-size:11px;
	font-weight:900;
	letter-spacing:.85px;
	text-transform:uppercase;
}
.adc-explore-hero h1{
	max-width:760px;
	margin:0;
	color:#17211f;
	font-size:clamp(38px,5vw,64px);
	line-height:1.04;
	letter-spacing:-2.2px;
}
.adc-explore-hero p{
	max-width:660px;
	margin:14px 0 0;
	color:var(--adc-muted);
	font-size:16px;
	line-height:1.7;
}
.adc-explore-hero__actions{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	margin-top:24px;
}
.adc-explore-products{
	padding:58px 0 72px;
}
.adc-explore-products .adc-card__image{
	position:relative !important;
	display:block !important;
	width:100% !important;
	height:auto !important;
	aspect-ratio:3 / 4 !important;
	overflow:hidden !important;
	background:#f2f5f4 !important;
}
.adc-explore-products .adc-card__image > img,
.adc-explore-products .adc-card__image img{
	position:absolute !important;
	inset:0 !important;
	display:block !important;
	width:100% !important;
	height:100% !important;
	max-width:none !important;
	max-height:none !important;
	min-width:100% !important;
	min-height:100% !important;
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
	object-fit:cover !important;
	object-position:center center !important;
	transform:none !important;
}

/* Minimal product cards: no outer border, shadow or action button. */
.adc-card-grid > li.adc-card,
.adc-card-grid > li.adc-card.product,
.adc-card-grid > li.adc-card.first,
.adc-card-grid > li.adc-card.last{
	padding:0 !important;
	background:transparent !important;
	border:0 !important;
	border-radius:0 !important;
	box-shadow:none !important;
	overflow:visible !important;
}
.adc-card-grid > li.adc-card:hover,
.adc-card-grid > li.adc-card.product:hover{
	transform:none !important;
	box-shadow:none !important;
}
.adc-card-grid .adc-card__image{
	margin:0 0 12px !important;
	border-radius:16px !important;
}
.adc-card-grid .adc-card__title{
	min-height:0 !important;
	margin:0 0 5px !important;
	color:#1f2826 !important;
	font-size:15px !important;
	font-weight:800 !important;
	line-height:1.35 !important;
}
.adc-card-grid .adc-card__price{
	min-height:0 !important;
	margin:0 !important;
	color:#14201d !important;
	font-size:15px !important;
	font-weight:900 !important;
}
.adc-card-grid .adc-card__button{
	display:none !important;
}

/* Product heading area: centered with a light-red rounded discount tag. */
body.single-product .adc-product-card > .adc-product-kicker{
	display:flex !important;
	align-items:center !important;
	justify-content:center !important;
	width:fit-content !important;
	max-width:100% !important;
	margin:0 auto 14px !important;
	margin-left:auto !important;
	margin-right:auto !important;
	padding:10px 16px !important;
	border:1px solid #f6c9d0 !important;
	border-radius:999px !important;
	background:#fdebed !important;
	color:#bd1423 !important;
	box-shadow:none !important;
	font-size:0 !important;
	letter-spacing:.85px !important;
	line-height:1 !important;
	text-align:center !important;
}
body.single-product .adc-product-card > .adc-product-kicker:after{
	content:"80% OFF TODAY";
	color:#bd1423 !important;
	font-size:11px !important;
	font-weight:900 !important;
	letter-spacing:.85px !important;
	line-height:1 !important;
}
body.single-product .adc-product-card > h1{
	margin-right:auto !important;
	margin-left:auto !important;
	text-align:center !important;
}
body.single-product .adc-product-card > .adc-rating-row{
	justify-content:center !important;
	margin-right:auto !important;
	margin-left:auto !important;
	text-align:center !important;
}

/* Product pages no longer inherit generic WooCommerce page padding. */
body.single-product #primary.site-main,
body.single-product .adc-product{
	margin-top:0 !important;
	padding-top:0 !important;
}

/* Make cart drawer, cart-page and checkout product names safely tappable. */
.adc-cart-drawer .adc-drawer-item__body,
.adc-cart-drawer .adc-drawer-item__name,
.woocommerce-cart .product-name,
.woocommerce-cart .product-name a,
.adc-checkout-page .adc-checkout-product,
.adc-checkout-page .adc-checkout-product__link{
	position:relative !important;
	z-index:4 !important;
	pointer-events:auto !important;
	touch-action:manipulation !important;
}
.adc-cart-drawer .adc-drawer-item__name,
.woocommerce-cart .adc-cart-product-link,
.woocommerce-cart .product-name a,
.adc-checkout-page .adc-checkout-product__link{
	display:block !important;
	color:#1f2926 !important;
	cursor:pointer !important;
	-webkit-tap-highlight-color:rgba(15,118,110,.16);
}
.adc-checkout-page .adc-checkout-product__link{
	text-decoration:none !important;
}
.adc-cart-drawer .adc-drawer-item__name:hover,
.woocommerce-cart .adc-cart-product-link:hover,
.woocommerce-cart .product-name a:hover,
.adc-checkout-page .adc-checkout-product__link:hover{
	color:var(--adc-red) !important;
}

@media(max-width:760px){
	/* Full-width, edge-to-edge mobile product image with no top gap. */
	body.single-product #primary.site-main,
	body.single-product .adc-product,
	body.single-product .adc-product-grid{
		width:100% !important;
		max-width:100% !important;
		margin:0 !important;
		padding:0 !important;
	}
	body.single-product .adc-product-grid{
		display:block !important;
		gap:0 !important;
	}
	body.single-product .adc-product-gallery{
		position:relative !important;
		top:0 !important;
		width:100vw !important;
		max-width:100vw !important;
		margin:0 calc(50% - 50vw) !important;
		padding:0 !important;
		border-radius:0 !important;
		background:#f4f6f5 !important;
	}
	body.single-product .adc-gallery-viewport,
	body.single-product .adc-gallery-track,
	body.single-product .adc-gallery-slide{
		width:100% !important;
		max-width:none !important;
		margin:0 !important;
		border-radius:0 !important;
	}
	body.single-product .adc-gallery-slide img,
	body.single-product .adc-main-product-image{
		display:block !important;
		width:100% !important;
		max-width:none !important;
		height:auto !important;
		margin:0 !important;
		padding:0 !important;
		border-radius:0 !important;
	}
	body.single-product .adc-product-card{
		width:calc(100% - 28px) !important;
		max-width:none !important;
		margin:-34px 14px 0 !important;
	}
	body.single-product .adc-product-card > .adc-product-kicker{
		margin-bottom:13px !important;
		padding:9px 14px !important;
	}
	.adc-card-grid > li.adc-card,
	.adc-card-grid > li.adc-card.product,
	.adc-card-grid > li.adc-card.first,
	.adc-card-grid > li.adc-card.last{
		padding:0 !important;
	}
	.adc-card-grid .adc-card__image{
		margin-bottom:10px !important;
		border-radius:13px !important;
	}
	.adc-card-grid .adc-card__title{
		font-size:13px !important;
	}
	.adc-card-grid .adc-card__price{
		font-size:14px !important;
	}
	.adc-cart-drawer .adc-drawer-item__body{
		isolation:isolate;
	}
	.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item > td.product-name,
	.adc-checkout-page .adc-checkout-product{
		position:relative !important;
		z-index:6 !important;
	}
	.woocommerce-cart .adc-cart-product-link,
	.woocommerce-cart .product-name a,
	.adc-checkout-page .adc-checkout-product__link{
		position:relative !important;
		z-index:7 !important;
		pointer-events:auto !important;
	}
	.adc-explore-hero{
		padding:48px 0 40px;
	}
	.adc-explore-hero h1{
		font-size:38px;
		letter-spacing:-1.5px;
	}
	.adc-explore-hero__actions{
		display:grid;
		grid-template-columns:1fr;
	}
	.adc-explore-hero__actions .adc-btn{
		width:100%;
	}
	.adc-explore-products{
		padding:38px 0 48px;
	}
}


/* -----------------------------------------------------------------
   Noksho v1.0.15 guaranteed centered offer tag
------------------------------------------------------------------ */
/* The wrapper gives the tag a full-width alignment context on every product,
   including Hidden products accessed directly through private Explore flow. */
body.single-product .adc-product-card > .adc-product-kicker-wrap{
	display:flex !important;
	width:100% !important;
	margin:0 0 14px !important;
	padding:0 !important;
	justify-content:center !important;
	align-items:center !important;
	text-align:center !important;
}

body.single-product .adc-product-card > .adc-product-kicker-wrap > .adc-product-kicker{
	display:inline-flex !important;
	flex:0 0 auto !important;
	width:auto !important;
	max-width:100% !important;
	margin:0 !important;
	left:auto !important;
	right:auto !important;
	transform:none !important;
}

@media(max-width:760px){
	body.single-product .adc-product-card > .adc-product-kicker-wrap{
		margin-bottom:13px !important;
	}
}


/* -----------------------------------------------------------------
   v1.0.16 — Noksho parity updates from Armor Drive
------------------------------------------------------------------ */

/* Product page: compact next-day delivery status */
.adc-product-card .adc-delivery.adc-delivery--next-day{
	display:inline-flex !important;
	align-items:center !important;
	justify-content:flex-start !important;
	gap:10px !important;
	width:auto !important;
	min-width:0 !important;
	margin:0 !important;
	padding:10px 13px !important;
	border:1px solid #bde6d9 !important;
	border-radius:13px !important;
	background:#eefaf6 !important;
	color:#0f766e !important;
	text-align:left !important;
}
.adc-product-card .adc-delivery.adc-delivery--next-day svg{display:none !important;}
.adc-product-card .adc-delivery__live-dot{
	position:relative;
	display:block;
	flex:0 0 auto;
	width:9px;
	height:9px;
	border-radius:50%;
	background:#10b981;
	box-shadow:0 0 0 4px rgba(16,185,129,.12);
}
.adc-product-card .adc-delivery__live-dot:after{
	content:"";
	position:absolute;
	inset:-4px;
	border:1px solid rgba(16,185,129,.45);
	border-radius:50%;
	animation:adc-delivery-pulse 1.8s ease-out infinite;
}
@keyframes adc-delivery-pulse{
	0%{transform:scale(.65);opacity:.8}
	75%,100%{transform:scale(1.35);opacity:0}
}
.adc-product-card .adc-delivery__copy{
	display:grid;
	gap:2px;
	min-width:0;
}
.adc-product-card .adc-delivery__copy strong{
	display:block;
	color:#115e59;
	font-size:13px;
	font-weight:900;
	line-height:1.25;
}
.adc-product-card .adc-delivery__copy span{
	display:block;
	color:#5d7f77;
	font-size:11px;
	font-weight:700;
	line-height:1.25;
}
@media(min-width:761px){
	.single-product .adc-product-top{
		padding-top:20px !important;
		padding-bottom:20px !important;
	}
	.adc-product-card .adc-price-block{
		grid-template-columns:minmax(0,1fr) auto !important;
		gap:18px !important;
	}
}
@media(max-width:760px){
	.adc-product-card .adc-delivery.adc-delivery--next-day{
		width:100% !important;
		justify-content:center !important;
		padding:11px 13px !important;
		text-align:center !important;
	}
	.adc-product-card .adc-delivery__copy{
		justify-items:center !important;
		text-align:center !important;
	}
}

/* Checkout: shipping options */
.adc-shipping-options{
	display:grid;
	gap:15px;
	margin:0 0 20px;
	padding:18px;
	border:1px solid #cce9e0;
	border-radius:18px;
	background:#f6fcfa;
}
.adc-shipping-options__heading > span{
	display:block;
	margin-bottom:5px;
	color:var(--adc-red);
	font-size:11px;
	font-weight:900;
	letter-spacing:.85px;
	text-transform:uppercase;
}
.adc-shipping-options__heading h3{
	margin:0;
	color:#18352f;
	font-size:21px;
	letter-spacing:-.55px;
}
.adc-shipping-options__heading p{
	margin:6px 0 0;
	color:#68756e;
	font-size:13px;
	line-height:1.5;
}
.adc-shipping-options__cards{display:grid;gap:10px;}
.adc-shipping-option{
	position:relative;
	display:grid;
	grid-template-columns:27px minmax(0,1fr) auto;
	gap:11px;
	align-items:center;
	min-height:78px;
	padding:14px 16px;
	border:1px solid #d7e7de;
	border-radius:15px;
	background:#ffffff;
	cursor:pointer;
	transition:border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.adc-shipping-option:has(input:checked),
.adc-shipping-option.is-selected{
	border-color:var(--adc-red);
	background:linear-gradient(90deg,#ecfdf5 0%,#ffffff 84%);
	box-shadow:0 0 0 1px rgba(15,118,110,.10);
}
.adc-shipping-option input{
	position:absolute;
	width:1px;
	height:1px;
	opacity:0;
	pointer-events:none;
}
.adc-shipping-option__radio{
	display:grid;
	place-items:center;
	width:24px;
	height:24px;
	border:2px solid #aebfb5;
	border-radius:50%;
	background:#ffffff;
}
.adc-shipping-option:has(input:checked) .adc-shipping-option__radio,
.adc-shipping-option.is-selected .adc-shipping-option__radio{border-color:var(--adc-red);}
.adc-shipping-option:has(input:checked) .adc-shipping-option__radio:after,
.adc-shipping-option.is-selected .adc-shipping-option__radio:after{
	content:"";
	width:12px;
	height:12px;
	border-radius:50%;
	background:var(--adc-red);
}
.adc-shipping-option__copy{display:grid;gap:4px;min-width:0;}
.adc-shipping-option__copy strong{
	color:#1d2821;
	font-size:15px;
	font-weight:900;
	line-height:1.25;
}
.adc-shipping-option__copy small{
	color:#64726a;
	font-size:12px;
	font-weight:700;
	line-height:1.35;
}
.adc-shipping-option__badge{
	padding:6px 8px;
	border-radius:999px;
	background:#ddf6e7;
	color:var(--adc-red);
	font-size:10px;
	font-weight:900;
	letter-spacing:.35px;
	text-transform:uppercase;
}
@media(max-width:760px){
	.adc-shipping-options{
		margin:0 0 16px;
		padding:15px;
		border-radius:16px;
	}
	.adc-shipping-options__heading h3{font-size:19px;}
	.adc-shipping-option{
		grid-template-columns:24px minmax(0,1fr) auto;
		gap:10px;
		min-height:72px;
		padding:13px 14px;
		border-radius:14px;
	}
	.adc-shipping-option__copy strong{font-size:14px;}
	.adc-shipping-option__copy small{font-size:11px;}
	.adc-shipping-option__badge{padding:5px 7px;font-size:9px;}
}

/* Checkout: payment methods / UPI */
.adc-payment-options-intro{
	display:grid;
	gap:15px;
	margin:0 0 18px;
	padding:0 0 18px;
	border-bottom:1px solid #e2ece8;
}
.adc-payment-options-intro__copy > span{
	display:block;
	margin-bottom:5px;
	color:var(--adc-red);
	font-size:11px;
	font-weight:900;
	letter-spacing:.85px;
	text-transform:uppercase;
}
.adc-payment-options-intro__copy h3{
	margin:0;
	color:#1b1d21;
	font-size:22px;
	letter-spacing:-.6px;
}
.adc-payment-options-intro__copy p{
	margin:6px 0 0;
	color:var(--adc-muted);
	font-size:13px;
	line-height:1.55;
}
.adc-payment-options-intro__notice{
	display:flex;
	align-items:center;
	gap:9px;
	padding:11px 12px;
	border-radius:12px;
	background:#eef9f5;
	color:#45665e;
	font-size:12px;
	font-weight:700;
}
.adc-payment-options-intro__notice > span{
	display:grid;
	place-items:center;
	width:20px;
	height:20px;
	border:1px solid #b7dcd0;
	border-radius:50%;
	color:var(--adc-red);
	font-size:12px;
	line-height:1;
}

.adc-checkout-page .wc_payment_methods{
	display:grid !important;
	gap:12px !important;
	margin:0 !important;
	padding:0 !important;
	list-style:none !important;
}
.adc-checkout-page .wc_payment_method{
	position:relative !important;
	display:block !important;
	margin:0 !important;
	padding:18px 58px 18px 18px !important;
	border:1px solid #dfe6e3 !important;
	border-radius:18px !important;
	background:#ffffff !important;
	box-shadow:none !important;
	transition:border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.adc-checkout-page .wc_payment_method:has(input.input-radio:checked),
.adc-checkout-page .wc_payment_method.is-selected{
	border-color:var(--adc-red) !important;
	background:linear-gradient(90deg,#ecfdf5 0%,#ffffff 78%) !important;
	box-shadow:0 0 0 1px rgba(15,118,110,.08) !important;
}
.adc-checkout-page .wc_payment_method input.input-radio{
	position:absolute !important;
	top:20px !important;
	right:18px !important;
	display:block !important;
	width:28px !important;
	height:28px !important;
	margin:0 !important;
	padding:0 !important;
	appearance:none !important;
	-webkit-appearance:none !important;
	border:2px solid #b8c8c3 !important;
	border-radius:50% !important;
	background:#ffffff !important;
	cursor:pointer !important;
	outline:0 !important;
	box-shadow:none !important;
}
.adc-checkout-page .wc_payment_method input.input-radio:checked{
	border-color:var(--adc-red) !important;
	background:radial-gradient(circle at center,var(--adc-red) 0 46%,#ffffff 50% 100%) !important;
}
.adc-checkout-page .wc_payment_method > label{
	display:block !important;
	margin:0 !important;
	padding:0 !important;
	color:#1c1e22 !important;
	font-size:17px !important;
	font-weight:900 !important;
	line-height:1.35 !important;
	cursor:pointer !important;
}
.adc-checkout-page .wc_payment_method > label img{
	display:inline-block !important;
	width:auto !important;
	max-width:118px !important;
	max-height:26px !important;
	margin:0 0 0 7px !important;
	vertical-align:middle !important;
	object-fit:contain !important;
}
.adc-checkout-page .wc_payment_method > label:after{
	content:"";
	display:block;
	width:calc(100% + 40px);
	height:1px;
	margin:13px 0 0;
	background:#edf0f2;
}
.adc-checkout-page .wc_payment_method:has(.payment_box:not([style*="display: none"])) > label:after,
.adc-checkout-page .wc_payment_method:has(input.input-radio:checked) > label:after{
	background:#d6ece4;
}
.adc-checkout-page .payment_box{
	display:block;
	margin:12px 0 0 !important;
	padding:12px 14px !important;
	border:1px solid #dfece7 !important;
	border-radius:13px !important;
	background:#ffffff !important;
	color:#626872 !important;
	font-size:13px !important;
	line-height:1.55 !important;
}
.adc-checkout-page .payment_box:before{display:none !important;}
.adc-checkout-page .wc_payment_method.adc-payment-method-compact .payment_box,
.adc-checkout-page .payment_box.adc-payment-box-empty{
	display:none !important;
}
.adc-checkout-page .wc_payment_method.adc-payment-method-compact{
	padding-bottom:18px !important;
}
.adc-checkout-page .wc_payment_method.adc-payment-method--upi{
	border-color:#bfe6d8 !important;
	background:linear-gradient(90deg,#f4fdf9 0%,#ffffff 82%) !important;
}
.adc-checkout-page .wc_payment_method.adc-payment-method--upi > label{
	font-size:16px !important;
}
.adc-checkout-page .wc_payment_method.adc-payment-method--upi:has(input.input-radio:checked),
.adc-checkout-page .wc_payment_method.adc-payment-method--upi.is-selected{
	border-color:var(--adc-red) !important;
	box-shadow:0 0 0 1px rgba(15,118,110,.10) !important;
}

.adc-checkout-page #place_order{
	float:none !important;
	width:100% !important;
	min-height:55px !important;
	margin:0 !important;
	padding:0 18px !important;
	border:1px solid var(--adc-red) !important;
	border-radius:14px !important;
	background:var(--adc-red) !important;
	color:#ffffff !important;
	font-size:16px !important;
	font-weight:900 !important;
	letter-spacing:.1px !important;
	box-shadow:0 12px 26px rgba(15,118,110,.16) !important;
}
.adc-checkout-page #place_order:hover{
	border-color:var(--adc-red-dark) !important;
	background:var(--adc-red-dark) !important;
	color:#ffffff !important;
}

.adc-checkout-timer{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
	margin:12px 0 0 !important;
	padding:12px 14px;
	border:1px solid #dcece6;
	border-radius:14px;
	background:#f6fcfa;
	transition:opacity .22s ease, transform .22s ease;
}
.adc-checkout-timer.is-resetting{
	opacity:.55;
	transform:translateY(1px);
}
.adc-checkout-timer__label{
	color:#4f6d64;
	font-size:12px;
	font-weight:800;
	letter-spacing:.2px;
}
.adc-checkout-timer__time{
	color:#184a40;
	font-size:18px;
	font-weight:900;
	letter-spacing:.5px;
}
@media(max-width:760px){
	.adc-checkout-timer{
		padding:11px 12px;
		border-radius:13px;
	}
	.adc-checkout-timer__label{font-size:11px;}
	.adc-checkout-timer__time{font-size:17px;}
}

/* Cart mobile coupon alignment */
@media(max-width:760px){
	.woocommerce-cart form.woocommerce-cart-form .actions .coupon,
	.woocommerce-cart .woocommerce-cart-form .actions .coupon,
	.woocommerce-cart table.shop_table tr.actions .coupon{
		display:flex !important;
		flex-direction:row !important;
		flex-wrap:nowrap !important;
		align-items:stretch !important;
		justify-content:stretch !important;
		gap:8px !important;
		width:100% !important;
		max-width:100% !important;
		margin:0 !important;
		padding:0 !important;
		float:none !important;
		clear:both !important;
	}
	.woocommerce-cart form.woocommerce-cart-form .actions .coupon #coupon_code,
	.woocommerce-cart .woocommerce-cart-form .actions .coupon #coupon_code,
	.woocommerce-cart table.shop_table tr.actions .coupon #coupon_code{
		display:block !important;
		flex:1 1 0 !important;
		width:auto !important;
		min-width:0 !important;
		max-width:none !important;
		height:46px !important;
		min-height:46px !important;
		margin:0 !important;
		padding:0 12px !important;
		border:1px solid #d9dde3 !important;
		border-radius:12px !important;
		box-sizing:border-box !important;
		float:none !important;
	}
	.woocommerce-cart form.woocommerce-cart-form .actions .coupon button[name="apply_coupon"],
	.woocommerce-cart .woocommerce-cart-form .actions .coupon button[name="apply_coupon"],
	.woocommerce-cart table.shop_table tr.actions .coupon button[name="apply_coupon"],
	.woocommerce-cart form.woocommerce-cart-form .actions .coupon .button,
	.woocommerce-cart .woocommerce-cart-form .actions .coupon .button,
	.woocommerce-cart table.shop_table tr.actions .coupon .button{
		display:flex !important;
		flex:0 0 108px !important;
		align-items:center !important;
		justify-content:center !important;
		width:108px !important;
		min-width:108px !important;
		max-width:108px !important;
		height:46px !important;
		min-height:46px !important;
		margin:0 !important;
		padding:0 8px !important;
		border:1px solid var(--adc-red) !important;
		border-radius:12px !important;
		background:var(--adc-red) !important;
		color:#ffffff !important;
		font-size:12px !important;
		font-weight:900 !important;
		line-height:1.1 !important;
		text-align:center !important;
		white-space:nowrap !important;
		box-sizing:border-box !important;
		float:none !important;
		opacity:1 !important;
	}
	.woocommerce-cart form.woocommerce-cart-form .actions .coupon button[name="apply_coupon"]:hover,
	.woocommerce-cart .woocommerce-cart-form .actions .coupon button[name="apply_coupon"]:hover,
	.woocommerce-cart table.shop_table tr.actions .coupon button[name="apply_coupon"]:hover{
		border-color:var(--adc-red-dark) !important;
		background:var(--adc-red-dark) !important;
		color:#ffffff !important;
	}
}


/* -----------------------------------------------------------------
   Noksho v1.1.0 — Black & Yellow brand conversion
------------------------------------------------------------------ */
:root{
  --noksho-green:#f4c414;
  --noksho-green-dark:#cc9800;
  --noksho-green-soft:#fff7cf;
  --noksho-mint:#fff0a3;
  --noksho-teal:#f4c414;
  --noksho-teal-dark:#cc9800;
  --noksho-ink:#1d1d1b;
  --noksho-mist:#fffbee;
  --noksho-line:#eadf9f;
  --noksho-sand:#fffef8;
  --noksho-utility-bg:#fffbee;
  --noksho-utility-hover:#fff2aa;
  --noksho-utility-line:#eadf9f;
  --noksho-utility-icon:#7d6300;
}

/* Core brand surfaces */
body{background:#fffef9;color:#242424}
.adc-header{
  background:rgba(255,254,249,.97)!important;
  border-bottom-color:#ece4bd!important;
}
.adc-brand{color:#141414!important}
.adc-brand strong{color:#d49f00!important}
.adc-nav a{color:#262626!important}
.adc-nav a:after{background:#f4c414!important}
.adc-icon-btn{color:#181818!important}
.adc-icon-btn:hover{background:#fff6cb!important;color:#a57900!important}
.adc-cart-count{background:#f4c414!important;color:#171717!important;border-color:#fffef9!important}

/* Primary actions: yellow face with confident black text. */
.adc-btn,
.button,
button.single_add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
  background:#f4c414!important;
  border-color:#f4c414!important;
  color:#171717!important;
  box-shadow:0 9px 18px rgba(196,151,0,.16)!important;
}
.adc-btn:hover,
.button:hover,
button.single_add_to_cart_button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{
  background:#d9a400!important;
  border-color:#d9a400!important;
  color:#171717!important;
}
.adc-btn--ghost{
  background:#fffef9!important;
  border-color:#e6ddbc!important;
  color:#171717!important;
  box-shadow:none!important;
}
.adc-btn--ghost:hover{background:#fff7cf!important;border-color:#d7bd55!important}

/* Hero and promotional areas */
.adc-hero,
.adc-shop-hero,
.adc-explore-hero{
  background:
    radial-gradient(circle at 84% 20%,rgba(244,196,20,.30),transparent 28%),
    linear-gradient(135deg,#111 0%,#23211a 64%,#121212 100%)!important;
}
.adc-hero h1,
.adc-shop-hero h1,
.adc-explore-hero h1{color:#fff!important}
.adc-hero p,
.adc-shop-hero p,
.adc-explore-hero p{color:#ddd7c5!important}
.adc-hero__card{
  background:#f4c414!important;
  color:#171717!important;
}
.adc-hero__card:before{
  background:
    radial-gradient(circle at 75% 25%,rgba(255,255,255,.55),transparent 36%),
    radial-gradient(circle at 35% 75%,rgba(170,120,0,.28),transparent 34%)!important;
}
.adc-hero__card p{color:#4d4217!important}
.adc-eyebrow,
.adc-kicker,
.adc-policy-hero__eyebrow,
.adc-thankyou-eyebrow,
.adc-thankyou-card__eyebrow{
  background:#fff8d6!important;
  border-color:#eadb92!important;
  color:#896600!important;
}

/* Cards, category chips, product highlights */
.adc-category-chip.is-active,
.adc-category-chip:hover,
.adc-filter-chip.is-active,
.adc-filter-chip:hover{
  background:#f4c414!important;
  border-color:#f4c414!important;
  color:#171717!important;
}
.adc-rating-pill,
.adc-stock,
.adc-product-kicker,
.adc-checkout-intro__eyebrow{
  background:#fff8d6!important;
  border-color:#eadb92!important;
  color:#806000!important;
}
.adc-product-card .adc-delivery.adc-delivery--next-day{
  background:#fffbee!important;
  border-color:#eadf9f!important;
  color:#5b4800!important;
}
.adc-product-card .adc-delivery__live-dot{
  background:#f4c414!important;
  box-shadow:0 0 0 4px rgba(244,196,20,.16)!important;
}
.adc-product-card .adc-delivery__live-dot:after{border-color:rgba(244,196,20,.55)!important}
.adc-product-card .adc-delivery__copy strong{color:#5b4800!important}
.adc-product-card .adc-delivery__copy span{color:#7b6b34!important}

/* Checkout and payment options */
.adc-checkout-intro{
  border-color:#eadf9f!important;
  background:linear-gradient(135deg,#fff8d6 0%,#fffef9 72%)!important;
}
.adc-shipping-options{
  border-color:#eadf9f!important;
  background:#fffdf2!important;
}
.adc-shipping-options__heading > span,
.adc-payment-options-intro__copy > span{color:#a77a00!important}
.adc-shipping-option:has(input:checked),
.adc-shipping-option.is-selected{
  border-color:#f4c414!important;
  background:linear-gradient(90deg,#fff8d6 0%,#fff 84%)!important;
  box-shadow:0 0 0 1px rgba(244,196,20,.13)!important;
}
.adc-shipping-option:has(input:checked) .adc-shipping-option__radio,
.adc-shipping-option.is-selected .adc-shipping-option__radio{border-color:#d49f00!important}
.adc-shipping-option:has(input:checked) .adc-shipping-option__radio:after,
.adc-shipping-option.is-selected .adc-shipping-option__radio:after{background:#f4c414!important}
.adc-shipping-option__badge{background:#fff1a9!important;color:#725700!important}
.adc-payment-options-intro__notice{background:#fff8db!important;color:#65551e!important}
.adc-payment-options-intro__notice > span{border-color:#ead58b!important;color:#916d00!important}
.adc-checkout-page .wc_payment_method:has(input.input-radio:checked),
.adc-checkout-page .wc_payment_method.is-selected{
  border-color:#f4c414!important;
  background:linear-gradient(90deg,#fff8d6 0%,#fff 78%)!important;
  box-shadow:0 0 0 1px rgba(244,196,20,.12)!important;
}
.adc-checkout-page .wc_payment_method input.input-radio:checked{
  border-color:#d49f00!important;
  background:radial-gradient(circle at center,#f4c414 0 46%,#fff 50% 100%)!important;
}
.adc-checkout-page .wc_payment_method.adc-payment-method--upi{
  border-color:#eadf9f!important;
  background:#fffdf2!important;
}
.adc-checkout-page .wc_payment_method.adc-payment-method--upi:has(input.input-radio:checked),
.adc-checkout-page .wc_payment_method.adc-payment-method--upi.is-selected{
  border-color:#f4c414!important;
  background:linear-gradient(90deg,#fff8d6 0%,#fff 82%)!important;
}
.adc-checkout-page #place_order{
  background:#f4c414!important;
  border-color:#f4c414!important;
  color:#171717!important;
  box-shadow:0 12px 26px rgba(196,151,0,.18)!important;
}
.adc-checkout-page #place_order:hover{
  background:#d9a400!important;
  border-color:#d9a400!important;
  color:#171717!important;
}
.adc-checkout-timer{
  background:#fffdf2!important;
  border-color:#eadf9f!important;
}
.adc-checkout-timer__label{color:#716132!important}
.adc-checkout-timer__time{color:#6b5300!important}

/* Footer: dynamic contact details and policy links */
.adc-footer{
  background:#111!important;
  color:#f5f3ed!important;
}
.adc-footer__grid{
  grid-template-columns:1.45fr repeat(4,minmax(0,1fr))!important;
  gap:30px!important;
}
.adc-footer .adc-brand{color:#fff!important}
.adc-footer .adc-brand strong{color:#f4c414!important}
.adc-footer h3{color:#f4c414!important}
.adc-footer p,
.adc-footer li a,
.adc-footer__address{color:#c8c5bc!important}
.adc-footer li a:hover{color:#f4c414!important}
.adc-footer__bottom{border-top-color:#343226!important;color:#aba79c!important}
.adc-footer__contact ul{overflow-wrap:anywhere}
.adc-footer__address{display:block;font-size:14px;line-height:1.6}

/* Keep legacy green/teal-only hard-coded states inside the yellow system. */
.adc-testimonials-band{background:#fff8d6!important}
.adc-testimonials-band .adc-testimonial-card,
.adc-benefit,
.woocommerce-cart .adc-cart-intro,
.adc-contact-form-card,
.adc-policy-card,
.adc-faq-card,
.adc-thankyou-card{border-color:#eadf9f!important}
.woocommerce-message,
.woocommerce-info{
  background:#fff8d6!important;
  color:#675000!important;
}

@media(max-width:1000px){
  .adc-footer__grid{grid-template-columns:1.4fr 1fr 1fr!important}
}
@media(max-width:760px){
  .adc-footer__grid{grid-template-columns:1fr 1fr!important;gap:26px!important}
  .adc-footer__brand{grid-column:1 / -1}
}


/* -----------------------------------------------------------------
   Noksho v1.1.1 — Popcrane logo support
------------------------------------------------------------------ */
.adc-brand-wrap{
	display:flex;
	align-items:center;
	min-width:0;
}

.adc-brand-wrap .custom-logo-link{
	display:flex;
	align-items:center;
	line-height:0;
}

.adc-brand-wrap .custom-logo{
	display:block;
	width:auto;
	max-width:190px;
	max-height:52px;
	height:auto;
	object-fit:contain;
}

.adc-brand--popcrane{
	position:relative;
	display:inline-flex;
	align-items:flex-end;
	gap:0;
	color:#191919!important;
	font-size:30px;
	font-weight:800;
	letter-spacing:-1.9px;
	line-height:1;
	text-transform:lowercase;
	white-space:nowrap;
}

.adc-brand--popcrane span{
	color:#5a7030;
	font-weight:900;
}

.adc-brand--popcrane strong{
	color:#1b1b1b;
	font-weight:900;
}

.adc-brand--popcrane i{
	position:relative;
	top:-13px;
	margin-left:1px;
	color:#f4c414;
	font-size:18px;
	font-style:normal;
	font-weight:1000;
	line-height:1;
}

.adc-footer .adc-brand-wrap .custom-logo{
	max-width:185px;
	max-height:48px;
	filter:brightness(0) invert(1);
}

.adc-footer .adc-brand--popcrane{
	color:#fff!important;
}

.adc-footer .adc-brand--popcrane span{
	color:#f4c414;
}

.adc-footer .adc-brand--popcrane strong{
	color:#fff;
}

.adc-footer .adc-brand--popcrane i{
	color:#f4c414;
}

@media(max-width:760px){
	.adc-brand-wrap .custom-logo{
		max-width:150px;
		max-height:42px;
	}

	.adc-brand--popcrane{
		font-size:25px;
		letter-spacing:-1.5px;
	}
}


/* -----------------------------------------------------------------
   Noksho v1.1.2 — forced Popcrane wordmark + contact page details
------------------------------------------------------------------ */
/* Legacy WordPress custom logos are deliberately hidden so old Armor Drive
   branding cannot show after switching this theme. */
.adc-header .custom-logo-link,
.adc-footer .custom-logo-link,
.adc-header .custom-logo,
.adc-footer .custom-logo,
.adc-brand-wrap--custom{
	display:none !important;
}

.adc-header .adc-brand--popcrane,
.adc-footer .adc-brand--popcrane{
	display:inline-flex !important;
}

.adc-brand--popcrane{
	color:#151515 !important;
	font-family:Arial,Helvetica,sans-serif;
	font-size:31px !important;
	font-weight:900 !important;
	letter-spacing:-2.35px !important;
	line-height:.95 !important;
	text-transform:lowercase;
}

.adc-brand--popcrane span,
.adc-brand--popcrane strong{
	color:currentColor !important;
	font-weight:900 !important;
}

.adc-brand--popcrane i{
	top:-12px !important;
	margin-left:2px !important;
	color:#f4c414 !important;
	font-size:17px !important;
	font-weight:1000 !important;
}

.adc-footer .adc-brand--popcrane{
	color:#fff !important;
}

.adc-contact-info p a{
	color:#a67600;
	font-weight:800;
	text-decoration:underline;
	text-decoration-color:rgba(166,118,0,.3);
	text-underline-offset:3px;
}

.adc-contact-info p a:hover{
	color:#171717;
	text-decoration-color:#f4c414;
}

.adc-contact-info-grid{
	align-items:stretch;
}

.adc-contact-info{
	height:100%;
}

@media(max-width:760px){
	.adc-brand--popcrane{
		font-size:27px !important;
		letter-spacing:-2px !important;
	}
}


/* -----------------------------------------------------------------
   Noksho v1.1.3 — Find Us Details section
------------------------------------------------------------------ */
.adc-find-us{
	display:grid;
	grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
	gap:28px;
	align-items:stretch;
	margin:34px 0;
	padding:28px;
	border:1px solid #eadf9f;
	border-radius:26px;
	background:
		radial-gradient(circle at 9% 5%,rgba(244,196,20,.18),transparent 35%),
		linear-gradient(135deg,#fffbee 0%,#fffef9 72%);
	box-shadow:0 15px 30px rgba(44,38,15,.06);
}

.adc-find-us__copy{
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:7px 5px;
}

.adc-find-us__eyebrow{
	display:inline-flex;
	align-items:center;
	gap:7px;
	width:max-content;
	margin-bottom:11px;
	color:#8d6900;
	font-size:11px;
	font-weight:900;
	letter-spacing:.12em;
	text-transform:uppercase;
}

.adc-find-us__eyebrow:before{
	content:"";
	width:7px;
	height:7px;
	border-radius:50%;
	background:#f4c414;
	box-shadow:0 0 0 4px rgba(244,196,20,.18);
}

.adc-find-us__copy h2{
	margin:0;
	color:#1c1c1b;
	font-size:31px;
	letter-spacing:-1.1px;
	line-height:1.1;
}

.adc-find-us__copy > p{
	margin:11px 0 0;
	color:#6d695f;
	font-size:14px;
	line-height:1.7;
}

.adc-find-us__card{
	display:grid;
	grid-template-columns:54px minmax(0,1fr);
	gap:15px;
	padding:22px;
	border:1px solid #eadf9f;
	border-radius:20px;
	background:#171717;
	color:#fff;
	box-shadow:0 14px 28px rgba(28,23,5,.15);
}

.adc-find-us__icon{
	display:grid;
	place-items:center;
	width:50px;
	height:50px;
	border-radius:15px;
	background:#f4c414;
	color:#161616;
	font-size:24px;
	font-weight:900;
}

.adc-find-us__content strong{
	display:block;
	margin:2px 0 7px;
	color:#f4c414;
	font-size:16px;
}

.adc-find-us__content > p{
	margin:0;
	color:#e2ded4;
	font-size:14px;
	line-height:1.65;
}

.adc-find-us__note{
	margin-top:16px;
	padding:11px 12px;
	border-left:2px solid #f4c414;
	background:rgba(255,255,255,.06);
}

.adc-find-us__note span{
	display:block;
	margin-bottom:3px;
	color:#f4c414;
	font-size:11px;
	font-weight:900;
	letter-spacing:.07em;
	text-transform:uppercase;
}

.adc-find-us__note p{
	margin:0;
	color:#d6d1c5;
	font-size:13px;
	line-height:1.55;
}

.adc-find-us__button{
	display:inline-flex;
	align-items:center;
	gap:8px;
	margin-top:17px;
	padding:10px 13px;
	border-radius:11px;
	background:#f4c414;
	color:#171717!important;
	font-size:13px;
	font-weight:900;
	transition:transform .2s ease,background .2s ease;
}

.adc-find-us__button:hover{
	background:#d9a400;
	color:#171717!important;
	transform:translateY(-1px);
}

.adc-find-us__button span{
	font-size:16px;
	line-height:1;
}

@media(max-width:760px){
	.adc-find-us{
		grid-template-columns:1fr;
		gap:20px;
		margin:24px 0;
		padding:20px;
		border-radius:20px;
	}

	.adc-find-us__copy h2{
		font-size:27px;
	}

	.adc-find-us__card{
		grid-template-columns:45px minmax(0,1fr);
		gap:12px;
		padding:17px;
		border-radius:16px;
	}

	.adc-find-us__icon{
		width:43px;
		height:43px;
		border-radius:13px;
		font-size:20px;
	}
}
