/*
Theme Name: TPD Parts Theme V14
Theme URI: https://thepartsdistributors.com/
Author: OpenAI
Description: Lean WooCommerce theme rebuild for The Parts Distributors.
Version: 14.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: tpd-parts
*/

:root {
  --tpd-navy: #10233f;
  --tpd-blue: #155eef;
  --tpd-blue-dark: #1048c7;
  --tpd-ink: #101828;
  --tpd-text: #475467;
  --tpd-muted: #667085;
  --tpd-bg: #f7f9fc;
  --tpd-card: #ffffff;
  --tpd-line: #e4e7ec;
  --tpd-line-2: #eef2f6;
  --tpd-success: #067647;
  --tpd-max: 1280px;
  --tpd-radius: 18px;
  --tpd-radius-sm: 14px;
  --tpd-shadow: 0 10px 32px rgba(16,24,40,.06);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--tpd-bg);color:var(--tpd-text);line-height:1.65}
a{color:var(--tpd-blue);text-decoration:none}
a:hover{text-decoration:none}
img{max-width:100%;height:auto;display:block}
input,button,textarea,select{font:inherit}
.container{width:min(var(--tpd-max),calc(100% - 40px));margin:0 auto}
.screen-reader-text{position:absolute;left:-9999px}
h1,h2,h3,h4,h5,h6{margin:0 0 12px;color:var(--tpd-ink);line-height:1.15;letter-spacing:-.02em}
p{margin:0 0 16px}
.site-shell{overflow:hidden}
.hidden-mobile{display:inline-flex}
.muted,.archive-desc,.entry-meta{color:var(--tpd-muted)}

button,
input[type="submit"],
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt{
  border:0 !important;border-radius:999px !important;padding:14px 20px !important;background:linear-gradient(180deg,var(--tpd-blue),var(--tpd-blue-dark)) !important;color:#fff !important;font-weight:800 !important;box-shadow:none !important
}
.outline-btn,.header-pill{background:#fff !important;color:var(--tpd-ink) !important;border:1px solid var(--tpd-line) !important}
input[type="search"],input[type="text"],input[type="email"],input[type="tel"],input[type="number"],textarea,select,.woocommerce .quantity .qty{width:100%;min-height:52px;padding:14px 18px;border:1px solid var(--tpd-line);border-radius:14px;background:#fff;color:var(--tpd-ink)}
textarea{min-height:140px;border-radius:18px}

.site-topbar{background:var(--tpd-navy);color:#fff;font-size:.92rem}
.site-topbar .container{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;flex-wrap:wrap}
.site-topbar a{color:#fff}
.topbar-list{display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.topbar-list span::before{content:"•";margin-right:8px;opacity:.45}
.topbar-list span:first-child::before{display:none}

.site-header{position:sticky;top:0;z-index:99;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--tpd-line)}
.header-main{display:grid;grid-template-columns:minmax(200px,260px) minmax(280px,1fr) auto;gap:18px;align-items:center;min-height:88px}
.custom-logo{max-height:52px;width:auto}
.branding-title{display:block;font-size:1.25rem;font-weight:900;color:var(--tpd-ink)}
.branding-subtitle{display:block;font-size:.84rem;color:var(--tpd-muted);margin-top:4px}
.site-search-wrap .search-form,.hero-search .search-form,.inline-search .search-form{display:grid;grid-template-columns:1fr auto;gap:10px}
.site-search-wrap input[type="search"],.hero-search input[type="search"]{border-radius:999px;min-height:56px}
.site-search-wrap button,.hero-search button{min-width:118px}
.header-actions{display:flex;align-items:center;gap:10px}
.header-phone{color:var(--tpd-ink);font-weight:800;white-space:nowrap}
.header-phone small{display:block;color:var(--tpd-muted);font-weight:600}

.main-nav{border-top:1px solid var(--tpd-line-2)}
.main-nav .menu,.main-nav ul{list-style:none;display:flex;flex-wrap:wrap;gap:24px;padding:14px 0;margin:0}
.main-nav a{color:var(--tpd-ink);font-weight:800}

.hero{background:linear-gradient(120deg,#10233f 0%,#12305a 40%,#155eef 100%);color:#fff;padding:52px 0 36px}
.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,520px);gap:28px;align-items:center}
.hero h1{font-size:clamp(2.2rem,4vw,4rem);max-width:11ch;color:#fff;margin:0 0 14px}
.hero p{max-width:56ch;font-size:1.05rem;opacity:.98}
.hero-pills,.trust-pills,.meta-list{display:flex;flex-wrap:wrap;gap:10px}
.hero-pills span,.trust-pills span{border-radius:999px;padding:9px 12px;font-size:.88rem;font-weight:800}
.hero-pills span{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2)}
.trust-pills span{background:#eef4ff;color:var(--tpd-blue)}
.hero-search{background:#fff;color:var(--tpd-text);border-radius:22px;padding:24px;box-shadow:var(--tpd-shadow)}
.hero-search h2{color:var(--tpd-ink);margin-bottom:8px}
.notice-strip{margin-top:-16px;position:relative;z-index:3}
.notice-panel{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;background:#fff;border:1px solid var(--tpd-line);border-radius:16px;box-shadow:var(--tpd-shadow)}

.section{padding:48px 0}
.section-alt{background:#eef4fb}
.section-title-row{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:24px;flex-wrap:wrap}
.lead{max-width:62ch}

.collection-grid,.brand-grid,.post-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.collection-card,.brand-card,.card,.article-cta,.tpd-detail-card,.support-card{background:#fff;border:1px solid var(--tpd-line);border-radius:var(--tpd-radius);box-shadow:var(--tpd-shadow)}
.collection-card,.brand-card,.card,.support-card{padding:22px}
.badge{display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border-radius:999px;background:#eef4ff;color:var(--tpd-blue);font-size:.8rem;font-weight:800}
.badge.green{background:#ecfdf3;color:var(--tpd-success)}
.badge.gold{background:#fff7e8;color:#9a6700}
.collection-link,.brand-card a.more-link{font-weight:800}

.site-content{padding:26px 0 60px}
.content-layout.full-width{display:block}
.tpd-breadcrumbs{font-size:.92rem;color:var(--tpd-muted);margin:0 0 22px}
.archive-head,.entry-head{margin-bottom:24px}
.archive-head h1,.entry-head h1{font-size:clamp(2rem,3vw,2.6rem)}
.article-body,.page-shell{background:#fff;border:1px solid var(--tpd-line);border-radius:22px;padding:30px;box-shadow:var(--tpd-shadow)}
.article-body ul,.article-body ol,.page-shell ul,.page-shell ol{padding-left:20px}
.article-cta{padding:24px;margin-top:28px}
.pagination-wrap{margin-top:30px}
.pagination .nav-links,.woocommerce-pagination ul.page-numbers{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;list-style:none;padding:0;margin:0}
.pagination .page-numbers,.woocommerce-pagination .page-numbers a,.woocommerce-pagination .page-numbers span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 14px;border-radius:12px;background:#fff;border:1px solid var(--tpd-line);color:var(--tpd-ink)}

.site-footer{background:var(--tpd-navy);color:#d7deea;padding:44px 0 24px;margin-top:40px}
.site-footer h3{color:#fff;font-size:1rem;margin-bottom:12px}
.site-footer a{color:#fff}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:26px}
.copyright{margin-top:26px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);font-size:.92rem}

.woocommerce ul.products,.woocommerce ul.products li.product,.related.products ul.products,.related.products ul.products li.product{list-style:none !important;padding-left:0 !important;margin-left:0 !important}
.woocommerce .woocommerce-result-count{margin:0;color:var(--tpd-muted)}
.woocommerce .woocommerce-ordering{margin:0}
.woocommerce .woocommerce-ordering select{min-width:220px}
.woocommerce ul.products{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin:0;padding:0}
.woocommerce ul.products li.product{width:auto !important;float:none !important;margin:0 !important;display:flex;flex-direction:column;padding:18px;background:#fff;border:1px solid var(--tpd-line);border-radius:18px;box-shadow:var(--tpd-shadow);min-height:100%}
.woocommerce ul.products li.product a img{width:100% !important;aspect-ratio:1/1;object-fit:contain;background:#fff;border-radius:14px;margin:0 0 14px !important}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:1rem !important;line-height:1.45;min-height:2.9em;margin:0 0 12px;color:var(--tpd-ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.woocommerce ul.products li.product .price{margin-top:auto;font-size:1.05rem !important;font-weight:800;color:var(--tpd-ink);margin-bottom:12px}
.woocommerce ul.products li.product .button{width:100%}
.woocommerce .products .star-rating{display:none}
.woocommerce nav.woocommerce-pagination{margin-top:30px}
.woocommerce nav.woocommerce-pagination ul{border:0 !important}
.woocommerce nav.woocommerce-pagination ul li{border:0 !important;float:none !important;margin:0 !important}
.woocommerce nav.woocommerce-pagination ul li .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 14px;border-radius:12px;background:#fff;border:1px solid var(--tpd-line);color:var(--tpd-ink)}
.tpd-shop-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:20px;padding:16px 18px;background:#fff;border:1px solid var(--tpd-line);border-radius:16px}

.tpd-product-shell{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:36px;align-items:start}
.tpd-gallery-wrap,.tpd-buy-box,.tpd-detail-card{background:#fff;border:1px solid var(--tpd-line);border-radius:22px;box-shadow:var(--tpd-shadow)}
.tpd-gallery-wrap{padding:26px}
.tpd-buy-box{padding:28px;position:sticky;top:118px}
.tpd-product-badges{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px}
.tpd-buy-box .product_title{font-size:clamp(1.9rem,3vw,2.5rem);margin-bottom:12px}
.tpd-product-meta-line{display:flex;gap:14px;flex-wrap:wrap;color:var(--tpd-muted);font-size:.95rem;margin-bottom:14px}
.single-product div.product p.price,.single-product div.product span.price{font-size:2rem;color:var(--tpd-ink);font-weight:900;margin-bottom:16px;display:block}
.tpd-product-shortdesc{margin-bottom:18px}
.single-product form.cart{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:18px}
.single-product form.cart .quantity{width:90px}
.single-product form.cart .single_add_to_cart_button{flex:1;min-height:54px}
.single-product .product_meta{padding-top:16px;border-top:1px solid var(--tpd-line);color:var(--tpd-muted)}
.tpd-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:26px}
.tpd-detail-card{padding:24px}
.tpd-related{margin-top:32px}
.tpd-related h2{margin-bottom:16px}
.woocommerce-product-gallery{width:100% !important;float:none !important}
.woocommerce div.product div.images .flex-control-thumbs{display:flex;gap:10px;margin-top:12px}
.woocommerce div.product div.images .flex-control-thumbs li{width:80px !important;list-style:none}
.woocommerce div.product div.images .flex-control-thumbs img{border-radius:12px;border:1px solid var(--tpd-line)}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper img{border-radius:18px}


.tpd-buy-box .product_title{font-size:clamp(2rem,3vw,2.65rem);margin-bottom:10px}
.tpd-product-meta-line{display:flex;gap:12px;flex-wrap:wrap;color:var(--tpd-muted);font-size:.95rem;margin-bottom:16px}
.tpd-product-meta-line .meta-chip{display:inline-flex;align-items:center;padding:7px 12px;border:1px solid var(--tpd-line);border-radius:999px;background:#fff}
.tpd-meta-stack{display:grid;gap:10px;margin:0 0 18px}
.tpd-meta-row{display:grid;grid-template-columns:120px 1fr;gap:10px;align-items:start}
.tpd-meta-row .label{color:var(--tpd-muted);font-weight:700}
.tpd-stock-line{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 16px;font-weight:700;color:var(--tpd-ink)}
.tpd-stock-line .in{color:var(--tpd-success)}
.tpd-stock-line .out{color:#b42318}
.tpd-product-shortdesc{margin-bottom:18px;color:var(--tpd-text)}
.tpd-trust-list{display:grid;gap:10px;margin:18px 0 0;padding-top:18px;border-top:1px solid var(--tpd-line)}
.tpd-trust-list span{display:flex;align-items:center;gap:8px;color:var(--tpd-ink);font-weight:700}
.tpd-tabs-wrap{margin-top:28px;background:#fff;border:1px solid var(--tpd-line);border-radius:22px;box-shadow:var(--tpd-shadow);padding:28px}
.tpd-tabs-wrap .woocommerce-tabs ul.tabs{display:flex;gap:10px;flex-wrap:wrap;padding:0 !important;margin:0 0 18px !important;border:0 !important}
.tpd-tabs-wrap .woocommerce-tabs ul.tabs li{border:0 !important;background:transparent !important;margin:0 !important;padding:0 !important;border-radius:999px !important}
.tpd-tabs-wrap .woocommerce-tabs ul.tabs li a{display:inline-flex;padding:10px 14px;border:1px solid var(--tpd-line);border-radius:999px;font-weight:800;color:var(--tpd-ink)}
.tpd-tabs-wrap .woocommerce-tabs ul.tabs li.active a{background:var(--tpd-blue);border-color:var(--tpd-blue);color:#fff}
.tpd-tabs-wrap .woocommerce-Tabs-panel{padding:8px 0 0 !important;margin:0 !important}
.single-product form.cart{display:grid;grid-template-columns:90px minmax(0,1fr);gap:12px;align-items:stretch;flex-wrap:nowrap;margin-bottom:18px}
.single-product form.cart .quantity{width:auto;margin:0 !important}
.single-product form.cart .quantity .qty{height:54px;min-height:54px;border-radius:14px}
.single-product form.cart .single_add_to_cart_button{flex:none;min-height:54px;width:100%;border-radius:14px !important}
.woocommerce-product-gallery{width:100% !important;float:none !important;display:block !important;visibility:visible !important;opacity:1 !important}
.woocommerce div.product div.images .flex-control-thumbs{display:flex;gap:12px;margin-top:14px;flex-wrap:wrap}
.woocommerce div.product div.images .flex-control-thumbs li{width:84px !important;list-style:none}
.woocommerce div.product div.images .flex-control-thumbs img{border-radius:12px;border:1px solid var(--tpd-line);padding:6px;background:#fff}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper img{border-radius:18px;background:#fff}
.single-product .woocommerce-product-gallery__image,.single-product .woocommerce-product-gallery__wrapper,.single-product .flex-viewport{display:block !important;visibility:visible !important;opacity:1 !important;min-height:320px}
.single-product .woocommerce-product-gallery__image a{display:block !important}
.single-product .product_meta{display:none}
.single-product .summary .price,.single-product .summary form.cart{max-width:520px}
.single-product .ppc-button-wrapper,.single-product .wc-stripe-product-checkout-container{margin-top:12px;max-width:520px}
@media (max-width: 980px){
  .tpd-product-shell{grid-template-columns:1fr}
  .single-product form.cart{grid-template-columns:1fr}
}

.widget,.sidebar,.comments-area,#comments,.comment-respond,.wp-block-latest-comments,.recentcomments{display:none !important}

@media (max-width: 1100px){
  .header-main,.hero-grid,.tpd-product-shell,.footer-grid,.collection-grid,.brand-grid,.post-grid,.tpd-detail-grid,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .header-main{grid-template-columns:1fr;align-items:stretch;padding:16px 0}
  .tpd-buy-box{position:static}
}
@media (max-width: 720px){
  .container{width:min(var(--tpd-max),calc(100% - 24px))}
  .main-nav .menu,.main-nav ul{gap:14px}
  .collection-grid,.brand-grid,.post-grid,.woocommerce ul.products,.tpd-detail-grid,.footer-grid,.hero-grid{grid-template-columns:1fr}
  .site-search-wrap .search-form,.hero-search .search-form,.inline-search .search-form,.single-product form.cart{grid-template-columns:1fr}
  .header-actions{flex-wrap:wrap}
  .hidden-mobile{display:none}
  .article-body,.page-shell,.tpd-gallery-wrap,.tpd-buy-box{padding:20px}
  .hero{padding:38px 0 28px}
  .notice-panel,.tpd-shop-toolbar{flex-direction:column;align-items:flex-start}
}


/* V12 cleanup */
.site-header{position:sticky;top:0;z-index:99;background:#fff;backdrop-filter:none}
.collection-card h3,.brand-card h3{min-height:2.6em}
.tpd-product-shell{
  display:grid !important;
  grid-template-columns:minmax(0, 56%) minmax(360px, 44%) !important;
  gap:40px !important;
  align-items:start !important;
}
.tpd-product-shell > *{min-width:0}
.tpd-gallery-wrap{padding:24px;min-width:0}
.tpd-buy-box{padding:26px;position:sticky;top:108px;float:none !important;width:auto !important;max-width:none !important}
.single-product div.product .summary,
.single-product .summary.entry-summary{
  width:auto !important;
  float:none !important;
  margin:0 !important;
}
.single-product .woocommerce-product-gallery{
  width:auto !important;
  float:none !important;
  margin:0 !important;
  display:block !important;
  opacity:1 !important;
  visibility:visible !important;
}
.single-product .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image a,
.single-product .flex-viewport{
  display:block !important;
  opacity:1 !important;
  visibility:visible !important;
  min-height:0 !important;
}
.single-product .woocommerce-product-gallery__wrapper img,
.single-product .woocommerce-product-gallery img{
  width:100% !important;
  height:auto !important;
  object-fit:contain;
}
.single-product .woocommerce div.product div.images .flex-control-thumbs{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:wrap;
  gap:12px;
  margin-top:16px;
  padding:0;
}
.single-product .woocommerce div.product div.images .flex-control-thumbs li{
  width:84px !important;
  float:none !important;
  list-style:none !important;
}
.single-product .product_title{max-width:18ch}
.single-product form.cart{
  display:grid !important;
  grid-template-columns:92px minmax(0, 1fr) !important;
  gap:12px;
  align-items:stretch;
}
.single-product form.cart .quantity{width:auto !important}
.single-product form.cart .qty{height:52px !important}
.single-product form.cart .single_add_to_cart_button{height:52px !important}
.single-product .ppc-button-wrapper,.single-product .wc-stripe-product-checkout-container{max-width:100%;margin-top:12px}
.single-product .ppc-button-wrapper iframe{max-width:100%}
.single-product .woocommerce-tabs ul.tabs,
.single-product .woocommerce-tabs ul.tabs li,
.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after{list-style:none !important}
.single-product div.product .woocommerce-tabs .panel{padding-top:10px}
.single-product #reviews{display:none}
.single-product .related.products h2{font-size:1.65rem}
.single-product .related.products ul.products{grid-template-columns:repeat(3,minmax(0,1fr)) !important}
.single-product .related.products ul.products li.product{padding:16px}
.woocommerce ul.products li.product a img{padding:12px}
.woocommerce ul.products li.product .button{min-height:44px !important;border-radius:12px !important}
.woocommerce ul.products li.product .price{font-size:1.15rem !important}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:1.02rem !important}
.page-shell .widget,.page-shell .widget-area,.page-shell .sidebar,.page-shell .recentcomments,.page-shell .wp-block-latest-comments{display:none !important}
.tpd-shop-toolbar .woocommerce-result-count{font-weight:600}
.tpd-shop-toolbar .woocommerce-ordering select{height:46px;border-radius:12px}
@media (max-width: 1100px){
  .tpd-product-shell{grid-template-columns:1fr !important}
  .tpd-buy-box{position:static}
}
@media (max-width: 720px){
  .single-product .related.products ul.products{grid-template-columns:1fr !important}
}


/* V14 mobile centering + lean tweaks */
.site-header{position:relative}
.site-search-wrap,.header-actions,.site-branding{min-width:0}
@media (max-width: 980px){
  .header-main{display:grid !important;grid-template-columns:1fr !important;justify-items:center;text-align:center;row-gap:14px}
  .site-branding{display:flex;justify-content:center;width:100%}
  .site-search-wrap{width:100%;max-width:720px;margin:0 auto}
  .site-search-wrap .search-form{width:100%}
  .header-actions{justify-content:center;width:100%}
  .main-nav .container{display:flex;justify-content:center}
  .main-nav ul.menu,.main-nav .menu{justify-content:center}
  .hero-grid,.footer-grid,.tpd-product-shell,.collection-grid,.brand-grid,.post-grid,.tpd-detail-grid,.woocommerce ul.products{grid-template-columns:1fr !important}
  .section .container,.hero .container,.notice-strip .container,.site-footer .container{display:block}
}
@media (max-width: 720px){
  body{overflow-x:hidden}
  .container{width:min(var(--tpd-max),calc(100% - 20px));margin-inline:auto}
  .site-topbar .container,.notice-panel,.section-title-row,.header-actions,.hero-pills,.trust-pills{justify-content:center;text-align:center}
  .site-topbar .container{gap:8px}
  .main-nav .menu,.main-nav ul{justify-content:center}
  .woocommerce ul.products li.product,.related.products ul.products li.product{padding:14px}
  .woocommerce ul.products li.product a img{height:180px}
  .tpd-gallery-wrap,.tpd-buy-box,.tpd-tabs-wrap,.article-body,.page-shell{padding:18px}
  .single-product .summary .price,.single-product form.cart,.single-product .ppc-button-wrapper,.single-product .wc-stripe-product-checkout-container{max-width:none}
}


/* V15 lightweight card grids */
.tpd-inline-products{margin:32px 0 10px}
.tpd-inline-products h2{margin:0 0 18px}
.tpd-inline-products-grid,
.tpd-related .products{
    display:grid;
    gap:18px;
    grid-template-columns:repeat(4,minmax(0,1fr));
}
.tpd-inline-product-card{
    border:1px solid rgba(0,0,0,.08);
    border-radius:16px;
    background:#fff;
    padding:14px;
    display:flex;
    flex-direction:column;
    min-width:0;
}
.tpd-inline-product-image{
    display:flex;
    align-items:center;
    justify-content:center;
    aspect-ratio:1 / 1;
    overflow:hidden;
    border-radius:12px;
    background:#f8fafc;
    margin-bottom:12px;
}
.tpd-inline-product-image img{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
    display:block;
}
.tpd-inline-product-card h3{
    margin:0 0 8px;
    font-size:15px;
    line-height:1.35;
}
.tpd-inline-product-card h3 a{text-decoration:none;color:inherit}
.tpd-inline-product-card .price{margin-top:auto;font-weight:700}
@media (max-width: 980px){
    .tpd-inline-products-grid,
    .tpd-related .products{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media (max-width: 640px){
    .tpd-inline-products-grid,
    .tpd-related .products{
        grid-template-columns:1fr;
    }
}


/* V15.1 single product image size correction */
.tpd-product-shell{
  display:grid;
  grid-template-columns:minmax(320px, 560px) minmax(320px, 1fr);
  gap:28px;
  align-items:start;
}
.tpd-gallery-wrap{
  width:100%;
  max-width:560px;
}
.tpd-gallery-wrap .woocommerce-product-gallery,
.tpd-gallery-wrap .woocommerce-product-gallery__wrapper{
  width:100%;
  max-width:560px;
}
.tpd-gallery-wrap .woocommerce-product-gallery__image{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:18px;
  overflow:hidden;
}
.tpd-gallery-wrap .woocommerce-product-gallery__image img,
.tpd-gallery-wrap .woocommerce-product-gallery img{
  width:100%!important;
  max-width:560px!important;
  height:auto!important;
  object-fit:contain;
  display:block;
  margin:0 auto;
}
.single-product .woocommerce-product-gallery__trigger{
  top:14px;
  right:14px;
}
@media (max-width: 1024px){
  .tpd-product-shell{
    grid-template-columns:1fr;
  }
  .tpd-gallery-wrap,
  .tpd-gallery-wrap .woocommerce-product-gallery,
  .tpd-gallery-wrap .woocommerce-product-gallery__wrapper,
  .tpd-gallery-wrap .woocommerce-product-gallery__image img,
  .tpd-gallery-wrap .woocommerce-product-gallery img{
    max-width:100%!important;
  }
}


/* V15.2 hard override for oversized single-product images */
body.single-product .site-content,
body.single-product .container.content-layout.full-width,
body.single-product .tpd-product-shell{
  overflow:visible;
}

body.single-product .tpd-product-shell{
  display:grid !important;
  grid-template-columns:minmax(280px,560px) minmax(320px,1fr) !important;
  gap:28px !important;
  align-items:start !important;
}

body.single-product .tpd-gallery-wrap,
body.single-product .tpd-gallery-wrap .woocommerce-product-gallery,
body.single-product .tpd-gallery-wrap .woocommerce-product-gallery__wrapper{
  width:100% !important;
  max-width:560px !important;
  margin:0 !important;
}

body.single-product .tpd-gallery-wrap .woocommerce-product-gallery{
  float:none !important;
}

body.single-product .tpd-gallery-wrap .woocommerce-product-gallery__image,
body.single-product .tpd-gallery-wrap .woocommerce-product-gallery__image a{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  max-width:560px !important;
  min-height:0 !important;
  background:#fff !important;
  border:1px solid rgba(0,0,0,.06) !important;
  border-radius:18px !important;
  overflow:hidden !important;
}

body.single-product .tpd-gallery-wrap .woocommerce-product-gallery img,
body.single-product .tpd-gallery-wrap .woocommerce-product-gallery__image img,
body.single-product .tpd-gallery-wrap .woocommerce-product-gallery__wrapper img,
body.single-product div.product div.images img,
body.single-product div.product .woocommerce-product-gallery img{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:100% !important;
  max-height:560px !important;
  margin:0 auto !important;
  object-fit:contain !important;
  box-sizing:border-box !important;
}

body.single-product .tpd-buy-box,
body.single-product .summary.entry-summary{
  width:auto !important;
  max-width:none !important;
  min-width:0 !important;
}

@media (max-width: 1024px){
  body.single-product .tpd-product-shell{
    grid-template-columns:1fr !important;
  }
  body.single-product .tpd-gallery-wrap,
  body.single-product .tpd-gallery-wrap .woocommerce-product-gallery,
  body.single-product .tpd-gallery-wrap .woocommerce-product-gallery__wrapper,
  body.single-product .tpd-gallery-wrap .woocommerce-product-gallery__image,
  body.single-product .tpd-gallery-wrap .woocommerce-product-gallery__image a{
    max-width:100% !important;
  }
  body.single-product .tpd-gallery-wrap .woocommerce-product-gallery img,
  body.single-product .tpd-gallery-wrap .woocommerce-product-gallery__image img,
  body.single-product .tpd-gallery-wrap .woocommerce-product-gallery__wrapper img,
  body.single-product div.product div.images img,
  body.single-product div.product .woocommerce-product-gallery img{
    max-height:420px !important;
  }
}


/* V15.3 clean single product layout */
body.single-product .tpd-product-layout{
  display:grid !important;
  grid-template-columns:minmax(320px,560px) minmax(360px,1fr) !important;
  gap:40px !important;
  align-items:start !important;
  margin:18px 0 28px !important;
}
body.single-product .tpd-product-layout__gallery{
  width:100% !important;
  max-width:560px !important;
  min-width:0 !important;
}
body.single-product .tpd-product-layout__summary{
  width:100% !important;
  min-width:0 !important;
  align-self:start !important;
}
body.single-product .tpd-product-layout__gallery .woocommerce-product-gallery,
body.single-product .tpd-product-layout__gallery .images{
  float:none !important;
  width:100% !important;
  max-width:560px !important;
  margin:0 !important;
}
body.single-product .tpd-product-layout__summary .summary,
body.single-product .tpd-product-layout__summary .entry-summary{
  float:none !important;
  width:100% !important;
  margin:0 !important;
  clear:none !important;
}
body.single-product div.product div.images,
body.single-product div.product div.summary,
body.single-product div.product .woocommerce-product-gallery,
body.single-product div.product .summary{
  float:none !important;
  clear:none !important;
}
body.single-product .tpd-product-layout__gallery .woocommerce-product-gallery__wrapper{
  width:100% !important;
  max-width:560px !important;
}
body.single-product .tpd-product-layout__gallery .woocommerce-product-gallery__image,
body.single-product .tpd-product-layout__gallery .woocommerce-product-gallery__image a{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  background:#fff !important;
  border:1px solid rgba(0,0,0,.06) !important;
  border-radius:18px !important;
  overflow:hidden !important;
}
body.single-product .tpd-product-layout__gallery img,
body.single-product .tpd-product-layout__gallery .woocommerce-product-gallery__image img,
body.single-product .tpd-product-layout__gallery .woocommerce-product-gallery__wrapper img{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:100% !important;
  max-height:560px !important;
  margin:0 auto !important;
  object-fit:contain !important;
}
body.single-product .tpd-product-badges{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:14px;
}
body.single-product .tpd-product-badges .badge{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:#eef4ff;
  color:#1f4fd6;
  font-weight:700;
  font-size:13px;
}
body.single-product .tpd-product-badges .badge.green{
  background:#ecfdf3;
  color:#027a48;
}
body.single-product .tpd-product-meta-line{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:10px 0 14px;
}
body.single-product .tpd-product-meta-line .meta-chip{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:999px;
  background:#fff;
  font-size:14px;
}
body.single-product .tpd-stock-line{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin:16px 0;
}
body.single-product .tpd-stock-line .in{color:#027a48;font-weight:700}
body.single-product .tpd-stock-line .out{color:#b42318;font-weight:700}
body.single-product .tpd-product-shortdesc{
  margin:14px 0 18px;
}
body.single-product .tpd-add-to-cart-wrap{
  margin:16px 0 18px;
}
body.single-product .tpd-trust-list{
  display:grid;
  gap:10px;
  margin-top:18px;
}
body.single-product .tpd-trust-list span{
  display:block;
  padding:12px 14px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:12px;
  background:#fff;
}
body.single-product .tpd-tabs-wrap,
body.single-product .tpd-detail-grid,
body.single-product .tpd-related,
body.single-product .tpd-inline-products{
  margin-top:28px;
}
@media (max-width: 1024px){
  body.single-product .tpd-product-layout{
    grid-template-columns:1fr !important;
    gap:24px !important;
  }
  body.single-product .tpd-product-layout__gallery{
    max-width:100% !important;
  }
  body.single-product .tpd-product-layout__gallery .woocommerce-product-gallery,
  body.single-product .tpd-product-layout__gallery .images,
  body.single-product .tpd-product-layout__gallery .woocommerce-product-gallery__wrapper{
    max-width:100% !important;
  }
  body.single-product .tpd-product-layout__gallery img,
  body.single-product .tpd-product-layout__gallery .woocommerce-product-gallery__image img,
  body.single-product .tpd-product-layout__gallery .woocommerce-product-gallery__wrapper img{
    max-height:420px !important;
  }
}


/* V15.4 final single-product hard layout */
body.single-product .tpd-product-layout__gallery .woocommerce-product-gallery,
body.single-product .tpd-product-layout__gallery .images,
body.single-product .tpd-product-layout__gallery div.images{
  float:none !important;
  width:100% !important;
  max-width:560px !important;
  margin:0 !important;
}
body.single-product .tpd-product-layout__summary,
body.single-product .tpd-product-layout__summary .summary,
body.single-product .tpd-product-layout__summary .entry-summary,
body.single-product div.product .summary{
  float:none !important;
  clear:none !important;
  width:100% !important;
  margin:0 !important;
}
body.single-product .tpd-product-layout__gallery .woocommerce-product-gallery__wrapper{
  width:100% !important;
  max-width:560px !important;
}
body.single-product .tpd-product-layout__gallery .woocommerce-product-gallery__image,
body.single-product .tpd-product-layout__gallery .woocommerce-product-gallery__image a{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  background:#fff !important;
  border:1px solid rgba(0,0,0,.06) !important;
  border-radius:18px !important;
  overflow:hidden !important;
}
body.single-product .tpd-product-layout__gallery img,
body.single-product .tpd-product-layout__gallery .woocommerce-product-gallery__image img,
body.single-product .tpd-product-layout__gallery .woocommerce-product-gallery__wrapper img,
body.single-product div.product .images img{
  display:block !important;
  width:auto !important;
  max-width:100% !important;
  height:auto !important;
  max-height:560px !important;
  margin:0 auto !important;
  object-fit:contain !important;
}
body.single-product .tpd-tabs-wrap,
body.single-product .tpd-detail-grid,
body.single-product .tpd-related,
body.single-product .tpd-inline-products{
  clear:both !important;
  width:100% !important;
}
@media (max-width: 980px){
  body.single-product .tpd-product-layout{
    display:block !important;
  }
  body.single-product .tpd-product-layout__gallery{
    max-width:100% !important;
    margin-bottom:24px !important;
  }
  body.single-product .tpd-product-layout__gallery img,
  body.single-product .tpd-product-layout__gallery .woocommerce-product-gallery__image img,
  body.single-product .tpd-product-layout__gallery .woocommerce-product-gallery__wrapper img,
  body.single-product div.product .images img{
    max-height:420px !important;
  }
}


/* V15.5 gallery fix: keep only active gallery slide visible when slider initializes */
body.single-product .tpd-product-layout__gallery .woocommerce-product-gallery{
  opacity:1 !important;
}
body.single-product .tpd-product-layout__gallery .flex-viewport{
  overflow:hidden !important;
  border-radius:18px;
}
body.single-product .tpd-product-layout__gallery .woocommerce-product-gallery__wrapper{
  margin:0 !important;
}
body.single-product .tpd-product-layout__gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{
  margin:0 !important;
}
body.single-product .tpd-product-layout__gallery ol.flex-control-nav.flex-control-thumbs{
  display:flex !important;
  gap:10px !important;
  flex-wrap:wrap !important;
  margin-top:14px !important;
  padding:0 !important;
  list-style:none !important;
}
body.single-product .tpd-product-layout__gallery ol.flex-control-thumbs li{
  width:72px !important;
  max-width:72px !important;
  margin:0 !important;
}
body.single-product .tpd-product-layout__gallery ol.flex-control-thumbs img{
  max-height:72px !important;
  width:100% !important;
  object-fit:contain !important;
  border:1px solid rgba(0,0,0,.08);
  border-radius:10px;
  background:#fff;
}


/* V15.6 homepage cleanup: remove duplicate search bars and category blocks */
.home .hero-grid--single{
  grid-template-columns:1fr !important;
}
.home .hero-search{
  display:none !important;
}
.home .collection-grid,
.home .collection-card{
  display:none !important;
}
.home .section-search-replace{
  padding-top:28px;
}
.home .tpd-catalog-search-card{
  max-width:820px;
  margin:0 auto;
  padding:28px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:24px;
  background:#fff;
  box-shadow:0 8px 24px rgba(15,23,42,.06);
}
.home .tpd-catalog-search-card h3{
  margin:0 0 8px;
  font-size:30px;
  line-height:1.15;
}
.home .tpd-catalog-search-card .search-form{
  margin-top:18px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
}
.home .tpd-catalog-search-card .search-field{
  min-height:56px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.08);
  padding:0 18px;
}
.home .tpd-catalog-search-card button{
  min-height:56px;
  padding:0 24px;
  border-radius:999px;
}
@media (max-width: 768px){
  .home .tpd-catalog-search-card .search-form{
    grid-template-columns:1fr;
  }
}


/* V16 MINIMAL HOMEPAGE */

.tpd-hero-min{
  padding:40px 0 10px;
  text-align:center;
}

.tpd-hero-min h1{
  font-size:48px;
  font-weight:700;
  margin-bottom:10px;
}

.tpd-search-main{
  padding:20px 0 40px;
}

.tpd-search-box{
  max-width:700px;
  margin:0 auto;
  padding:30px;
  background:#fff;
  border-radius:20px;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
  text-align:center;
}

.tpd-search-box h2{
  margin-bottom:10px;
}

.tpd-search-box .search-form{
  margin-top:20px;
  display:flex;
  gap:10px;
}

.tpd-search-box input{
  flex:1;
  height:55px;
  border-radius:999px;
  padding:0 20px;
}

.tpd-search-box button{
  height:55px;
  border-radius:999px;
  padding:0 25px;
}

.tpd-products-min{
  padding:40px 0;
}



/* V16.1 homepage only one visible search bar */
body.home .site-header .search-form,
body.home .site-header .site-search,
body.home .site-header .site-header-search,
body.home .site-header .search-form-container,
body.home .site-header .header-search,
body.home .site-header .woocommerce-product-search {
  display: none !important;
}


/* V17 Encompass-style homepage */
body.home .site-header .search-form,
body.home .site-header .site-search,
body.home .site-header .site-header-search,
body.home .site-header .search-form-container,
body.home .site-header .header-search,
body.home .site-header .woocommerce-product-search{
  display:none !important;
}

body.home .container,
body.home .col-full{
  max-width:1280px !important;
}

.tpd-v17-hero{
  padding:38px 0 18px;
  background:linear-gradient(180deg,#f7faff 0%, #f3f6fb 100%);
}
.tpd-v17-hero__inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,540px);
  gap:40px;
  align-items:center;
}
.tpd-v17-copy h1{
  margin:0 0 14px;
  font-size:clamp(46px,5vw,72px);
  line-height:1.02;
  letter-spacing:-.03em;
}
.tpd-v17-copy p{
  margin:0;
  font-size:20px;
  line-height:1.5;
  color:#596780;
  max-width:760px;
}
.tpd-v17-pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:18px;
}
.tpd-v17-pills span,
.tpd-v17-search-hints span{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 14px;
  border-radius:999px;
  background:#eef4ff;
  color:#1f4fd6;
  font-size:14px;
  font-weight:700;
}
.tpd-v17-search-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:24px;
  box-shadow:0 16px 36px rgba(15,23,42,.07);
  padding:28px;
}
.tpd-v17-search-card h2{
  margin:0 0 8px;
  font-size:38px;
  line-height:1.1;
}
.tpd-v17-search-card .muted{
  margin:0 0 16px;
}
.tpd-v17-search-card .search-form{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
  margin-top:8px;
}
.tpd-v17-search-card .search-field{
  min-height:64px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.08);
  padding:0 22px;
  font-size:18px;
  width:100%;
}
.tpd-v17-search-card button{
  min-height:64px;
  min-width:132px;
  border-radius:999px;
  padding:0 28px;
  font-size:18px;
  font-weight:700;
}
.tpd-v17-search-hints{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:16px;
}

.tpd-v17-trust-strip{
  padding:0 0 16px;
  background:#f3f6fb;
}
.tpd-v17-trust-strip__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 22px;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(0,0,0,.07);
}
.tpd-v17-trust-items{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.tpd-v17-trust-items span{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 14px;
  border-radius:999px;
  background:#f4f7fc;
  font-weight:700;
}

.tpd-v17-products,
.tpd-v17-guides{
  padding:34px 0 10px;
}
.tpd-v17-section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}
.tpd-v17-section-head h2{
  margin:0 0 6px;
  font-size:34px;
  line-height:1.1;
}
.tpd-v17-section-head .muted{
  margin:0;
}

body.home .tpd-products-min,
body.home .tpd-search-main,
body.home .tpd-hero-min,
body.home .section-search-replace,
body.home .section,
body.home .section-alt{
  padding-top:0 !important;
}

@media (max-width: 1100px){
  .tpd-v17-hero__inner{
    grid-template-columns:1fr;
    gap:24px;
  }
}
@media (max-width: 768px){
  .tpd-v17-hero{
    padding:26px 0 12px;
  }
  .tpd-v17-copy h1{
    font-size:42px;
  }
  .tpd-v17-copy p{
    font-size:18px;
  }
  .tpd-v17-search-card{
    padding:22px;
  }
  .tpd-v17-search-card h2{
    font-size:30px;
  }
  .tpd-v17-search-card .search-form{
    grid-template-columns:1fr;
  }
  .tpd-v17-trust-strip__inner,
  .tpd-v17-section-head{
    display:block;
  }
  .tpd-v17-trust-items{
    margin-top:12px;
  }
}


/* V17.1 make search dominant and use the space better */
.tpd-v17-hero__inner{
  grid-template-columns: minmax(0, 1fr) minmax(620px, 760px) !important;
  gap: 32px !important;
}

.tpd-v17-copy h1{
  font-size: clamp(40px, 4.2vw, 64px) !important;
  max-width: 720px !important;
}

.tpd-v17-search-card{
  padding: 32px !important;
  border-radius: 28px !important;
}

.tpd-v17-search-card h2{
  font-size: 46px !important;
  line-height: 1.02 !important;
  margin-bottom: 10px !important;
}

.tpd-v17-search-card .search-form{
  grid-template-columns: minmax(0, 1fr) 150px !important;
  gap: 14px !important;
  margin-top: 14px !important;
}

.tpd-v17-search-card .search-field{
  min-height: 72px !important;
  font-size: 20px !important;
  padding: 0 24px !important;
}

.tpd-v17-search-card button{
  min-height: 72px !important;
  min-width: 150px !important;
  font-size: 22px !important;
  padding: 0 30px !important;
}

.tpd-v17-search-hints{
  margin-top: 18px !important;
}

.tpd-v17-trust-strip__inner{
  justify-content: flex-start !important;
  gap: 20px !important;
}

@media (max-width: 1200px){
  .tpd-v17-hero__inner{
    grid-template-columns: 1fr !important;
  }
  .tpd-v17-search-card{
    max-width: 100% !important;
  }
}

@media (max-width: 768px){
  .tpd-v17-search-card h2{
    font-size: 34px !important;
  }
  .tpd-v17-search-card .search-form{
    grid-template-columns: 1fr !important;
  }
  .tpd-v17-search-card .search-field,
  .tpd-v17-search-card button{
    min-height: 60px !important;
    font-size: 18px !important;
  }
}


/* V17.2 switch hero sides: search left, headline right */
.tpd-v17-search-card{
  order: 1 !important;
}
.tpd-v17-copy{
  order: 2 !important;
}
.tpd-v17-hero__inner{
  grid-template-columns: minmax(620px, 760px) minmax(0, 1fr) !important;
}

@media (max-width: 1200px){
  .tpd-v17-search-card,
  .tpd-v17-copy{
    order: initial !important;
  }
  .tpd-v17-hero__inner{
    grid-template-columns: 1fr !important;
  }
}


/* v17.3 correct switch */
.tpd-v17-hero__inner{
  grid-template-columns: 1fr !important;
}

.tpd-v17-copy.full-width{
  max-width: 900px;
}

.tpd-v17-search-strip{
  margin-top: -20px;
}

.tpd-v17-search-card.full-width{
  max-width: 1200px;
  margin: 0 auto;
}

.tpd-v17-search-card .search-form{
  grid-template-columns: 1fr 160px !important;
}

.tpd-v17-search-card .search-field{
  min-height: 70px !important;
  font-size: 20px !important;
}

.tpd-v17-search-card button{
  min-height: 70px !important;
  font-size: 20px !important;
}


/* V17.5 hero balance fix */
body.home .site-header .col-full{
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:18px !important;
}

body.home .tpd-v17-hero{
  padding:30px 0 8px !important;
}

body.home .tpd-v17-hero__inner{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  grid-template-columns:none !important;
}

body.home .tpd-v17-copy{
  max-width:860px !important;
  width:100% !important;
  margin:0 auto !important;
  text-align:center !important;
}

body.home .tpd-v17-copy h1{
  max-width:760px !important;
  margin:0 auto 14px !important;
  font-size:clamp(42px,4.6vw,64px) !important;
  line-height:1.04 !important;
}

body.home .tpd-v17-copy p{
  max-width:760px !important;
  margin:0 auto !important;
}

body.home .tpd-v17-pills{
  justify-content:center !important;
}

body.home .tpd-v17-search-strip{
  margin-top:-18px !important;
}

body.home .tpd-v17-search-card{
  max-width:1120px !important;
  margin:0 auto !important;
  padding:26px 28px !important;
}

body.home .tpd-v17-search-card h2{
  font-size:34px !important;
  margin-bottom:8px !important;
}

body.home .tpd-v17-search-card .search-form{
  grid-template-columns:minmax(0,1fr) 150px !important;
  gap:12px !important;
}

body.home .tpd-v17-search-card .search-field{
  min-height:64px !important;
  font-size:20px !important;
}

body.home .tpd-v17-search-card button{
  min-height:64px !important;
  min-width:150px !important;
  font-size:20px !important;
}

body.home .tpd-v17-search-hints{
  justify-content:flex-start !important;
}

body.home .tpd-v17-products{
  padding-top:24px !important;
}

@media (max-width: 900px){
  body.home .site-header .col-full{
    display:block !important;
  }
  body.home .tpd-v17-hero{
    padding:22px 0 6px !important;
  }
  body.home .tpd-v17-copy h1{
    max-width:100% !important;
    font-size:42px !important;
  }
  body.home .tpd-v17-search-strip{
    margin-top:0 !important;
  }
  body.home .tpd-v17-search-card{
    padding:22px !important;
  }
  body.home .tpd-v17-search-card .search-form{
    grid-template-columns:1fr !important;
  }
}
