:root {
  --abp-navy: #223243;
  --abp-navy-dark: #1f2e3f;
  --abp-orange: #f7931e;
  --abp-text: #2d2f33;
  --abp-muted: #888f98;
  --abp-light: #f7f8fa;
  --abp-line: #e2e5e9;
  --abp-white: #fff;
  --abp-container: 1320px;
  --abp-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.abp-theme {
  margin: 0;
  font-family: var(--abp-font);
  color: var(--abp-text);
  background: #fff;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease; }
a:hover { color: var(--abp-orange); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.abp-container { width: min(100% - 48px, var(--abp-container)); margin-inline: auto; }
.abp-svg-icon { width: 48px; height: 48px; color: currentColor; }

/* Header */
.abp-site-header { position: relative; z-index: 10; background: var(--abp-navy-dark); color: #fff; }
.abp-header-main { background: var(--abp-navy-dark); border-bottom: 1px solid rgba(255,255,255,.12); }
.abp-header-grid { min-height: 74px; display: grid; grid-template-columns: 240px minmax(360px, 1fr) auto; gap: 32px; align-items: center; }
.abp-brand-wrap { display: flex; align-items: center; }
.abp-logo { display: inline-flex; align-items: center; gap: 10px; color: #fff; }
.abp-logo:hover { color: #fff; }
.abp-logo-icon { color: var(--abp-orange); line-height: 0; }
.abp-logo-text { font-size: 30px; letter-spacing: -.8px; font-weight: 500; color: #fff; }
.custom-logo-link img { max-height: 56px; width: auto; }
.abp-search { height: 44px; display: grid; grid-template-columns: 185px 1fr 56px; background: #fff; border-radius: 3px; overflow: hidden; box-shadow: 0 1px 0 rgba(0,0,0,.08); }
.abp-search select { border: 0; border-right: 1px solid #e8e8e8; padding: 0 18px; color: #6d7480; background: #fff; outline: none; }
.abp-search input { border: 0; padding: 0 20px; outline: none; color: #444; min-width: 0; }
.abp-search button { border: 0; background: #fff; color: var(--abp-orange); display: grid; place-items: center; }
.abp-header-actions { display: flex; align-items: center; gap: 28px; white-space: nowrap; }
.abp-account, .abp-cart { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 13px; line-height: 1.2; }
.abp-account strong, .abp-cart strong { font-weight: 500; color: #fff; }
.abp-cart-icon { position: relative; line-height: 0; }
.abp-cart-count { position: absolute; top: -11px; right: -8px; min-width: 21px; height: 21px; border-radius: 50%; background: var(--abp-orange); color: #fff; font-size: 12px; line-height: 21px; text-align: center; }
.abp-mobile-toggle { display: none; border: 1px solid rgba(255,255,255,.25); color: #fff; background: transparent; padding: 9px 12px; border-radius: 4px; }
.abp-nav-bar { min-height: 50px; background: var(--abp-navy-dark); }
.abp-nav-grid { display: grid; grid-template-columns: 245px 1fr auto; gap: 32px; align-items: center; min-height: 50px; }
.abp-category-nav { position: relative; }
.abp-category-button { width: 100%; color: #fff; background: transparent; border: 0; display: flex; align-items: center; gap: 10px; padding: 14px 0; font-weight: 500; }
.abp-burger, .abp-burger::before, .abp-burger::after { display: block; width: 15px; height: 2px; background: currentColor; border-radius: 2px; }
.abp-burger { position: relative; }
.abp-burger::before, .abp-burger::after { content: ""; position: absolute; left: 0; }
.abp-burger::before { top: -5px; }
.abp-burger::after { top: 5px; }
.abp-chevron { margin-left: auto; }
.abp-category-dropdown { position: absolute; top: 100%; left: 0; width: 280px; background: #fff; color: #27303a; box-shadow: 0 18px 45px rgba(20,30,40,.16); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .18s ease; }
.abp-category-nav:hover .abp-category-dropdown, .abp-category-nav:focus-within .abp-category-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.abp-category-menu { list-style: none; margin: 0; padding: 12px 0; }
.abp-category-menu a { display: flex; align-items: center; gap: 12px; padding: 11px 20px; color: #38404a; font-size: 14px; }
.abp-category-menu svg { width: 25px; height: 25px; color: var(--abp-orange); }
.abp-category-menu a:hover { background: #fafafa; }
.abp-main-menu { display: flex; align-items: center; gap: 32px; list-style: none; margin: 0; padding: 0; }
.abp-main-menu a { display: block; color: #fff; font-size: 14px; font-weight: 500; }
.abp-main-menu a:hover, .abp-track:hover { color: var(--abp-orange); }
.abp-track { color: #fff; font-size: 14px; font-weight: 500; }

/* Hero */
.abp-hero-wrap { padding: 30px 0 0; }
.abp-hero-grid { display: grid; grid-template-columns: 1fr 300px; gap: 28px; align-items: stretch; }
.abp-hero-card { min-height: 520px; background-size: cover; background-position: center; position: relative; overflow: hidden; display: flex; align-items: center; }
.abp-hero-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.52), rgba(0,0,0,.02)); pointer-events: none; }
.abp-hero-copy { position: relative; z-index: 2; color: #fff; padding-left: 84px; max-width: 560px; }
.abp-bg-word { position: absolute; top: -42px; left: -22px; text-transform: uppercase; font-size: 60px; line-height: 1; letter-spacing: 5px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.14); opacity: .8; pointer-events: none; }
.abp-kicker { margin: 0 0 5px; font-size: 29px; font-weight: 300; }
.abp-hero-copy h1 { margin: 0 0 42px; font-size: clamp(34px, 3.2vw, 48px); line-height: 1.08; font-weight: 500; letter-spacing: -.9px; }
.abp-hero-meta { font-size: 15px; margin-bottom: 28px; font-weight: 500; }
.abp-hero-price { display: flex; align-items: center; gap: 18px; font-size: 16px; font-weight: 500; }
.abp-hero-price strong { font-size: 36px; font-weight: 500; color: #fff; }
.abp-dots { display: flex; gap: 6px; margin-top: 18px; }
.abp-dots span { width: 12px; height: 12px; border: 2px solid #fff; border-radius: 50%; }
.abp-dots span:first-child { background: #fff; }
.abp-hero-side { min-height: 520px; justify-content: center; text-align: center; color: #1c1e20; background-size: cover; background-position: center; }
.abp-hero-side > div { position: relative; padding: 0 22px; margin-top: 180px; }
.abp-hero-side .abp-bg-word { left: 0; top: -60px; color: transparent; -webkit-text-stroke-color: rgba(0,0,0,.12); }
.abp-hero-side p { margin: 0 0 14px; font-size: 15px; }
.abp-hero-side p:first-of-type { font-size: 28px; font-weight: 300; }
.abp-hero-side h2 { margin: 0 0 24px; font-size: 28px; font-weight: 500; }

/* Service row and categories */
.abp-service-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 44px; padding: 48px 0 40px; border-bottom: 1px solid var(--abp-line); }
.abp-service-row > div { display: flex; align-items: center; gap: 18px; color: #b3b3b3; }
.abp-service-row svg { width: 48px; height: 48px; color: #b8b8b8; flex: none; }
.abp-service-row p { margin: 0; color: #9a9a9a; }
.abp-service-row strong { display: block; color: #666; font-weight: 500; margin-bottom: 2px; }
.abp-service-row span { display: block; }
.abp-categories-section { padding: 44px 0 60px; text-align: center; }
.abp-categories-section h2, .abp-centered-title h2 { margin: 0 0 42px; font-size: 24px; line-height: 1.2; font-weight: 500; color: #313131; }
.abp-category-icons { display: grid; grid-template-columns: repeat(8, 1fr); gap: 24px; }
.abp-category-icons a { display: grid; justify-items: center; gap: 14px; color: #8a8a8a; }
.abp-category-icons svg { width: 54px; height: 54px; color: #111; transition: color .18s ease, transform .18s ease; }
.abp-category-icons a:hover svg { color: var(--abp-orange); transform: translateY(-3px); }

/* Promotions */
.abp-promo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding-bottom: 56px; }
.abp-promo-card { display: block; min-height: 250px; background-size: cover; background-position: center; overflow: hidden; }
.abp-promo-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(20,30,40,.12); }
.abp-section { padding: 0 0 70px; }
.abp-centered-title { text-align: center; border-bottom: 1px solid var(--abp-line); margin-bottom: 36px; }
.abp-centered-title h2 { background: #fff; display: inline-block; transform: translateY(15px); padding: 0 22px; }
.abp-section-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--abp-line); margin-bottom: 20px; padding-bottom: 20px; }
.abp-section-head h2 { margin: 0; font-size: 25px; font-weight: 500; color: #333; }
.abp-tabs { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.abp-tabs a { font-size: 13px; color: #1e2b37; text-transform: uppercase; }
.abp-tabs a:first-child, .abp-tabs a:hover { color: var(--abp-orange); }

/* Product cards */
.abp-product-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 36px; }
.abp-grid-five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.abp-product-card { position: relative; background: #fff; padding: 0 0 16px; min-width: 0; transition: box-shadow .18s ease, transform .18s ease; }
.abp-product-card:hover { box-shadow: 0 22px 40px rgba(23,34,45,.08); transform: translateY(-2px); }
.abp-product-media { position: relative; display: grid; place-items: center; min-height: 220px; background: #fff; overflow: hidden; }
.abp-product-media img { width: 100%; height: 250px; object-fit: contain; padding: 14px; transition: transform .22s ease; }
.abp-product-card:hover .abp-product-media img { transform: scale(1.035); }
.abp-sale-badge { position: absolute; top: 8px; left: 50%; transform: translateX(-50%); background: var(--abp-orange); color: #fff; font-size: 12px; font-weight: 500; padding: 4px 10px; z-index: 2; border-radius: 2px; }
.abp-product-body { padding: 0 18px; }
.abp-product-category { min-height: 24px; margin: 8px 0 6px; color: #a0a0a0; font-size: 12px; text-transform: uppercase; }
.abp-product-title { font-size: 16px; line-height: 1.45; margin: 0 0 18px; min-height: 46px; font-weight: 400; color: #333; }
.abp-product-title a:hover { color: var(--abp-orange); }
.abp-product-body p { margin: 0 0 14px; color: #444; line-height: 1.43; }
.abp-price { color: var(--abp-orange); font-size: 17px; font-weight: 500; }
.abp-price del, .abp-price del .woocommerce-Price-amount { color: #bcbcbc; margin-right: 6px; font-weight: 400; }
.abp-price ins { text-decoration: none; }
.abp-rating { display: flex; gap: 1px; color: #cfd1d5; margin: 10px 0 6px; font-size: 14px; }
.abp-rating .is-filled { color: #ffb727; }
.abp-hover-actions { display: flex; gap: 8px; margin-top: 18px; opacity: 0; transform: translateY(8px); transition: .18s ease; }
.abp-product-card:hover .abp-hover-actions { opacity: 1; transform: translateY(0); }
.abp-btn, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { display: inline-flex; align-items: center; justify-content: center; border-radius: 0; border: 1px solid var(--abp-orange); min-height: 38px; padding: 0 16px; font-size: 12px; line-height: 1; text-transform: uppercase; font-weight: 500; background: #fff; color: var(--abp-orange); }
.abp-btn-primary, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { background: var(--abp-orange); color: #fff; }
.abp-btn-outline:hover, .abp-btn-primary:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: #1f2e3f; border-color: #1f2e3f; color: #fff; }

.abp-wide-banner { min-height: 310px; margin-bottom: 70px; background-size: cover; background-position: center; color: #fff; display: grid; place-items: center; text-align: center; }
.abp-wide-banner > div { position: relative; }
.abp-wide-banner span { position: absolute; inset-inline: 0; top: -50px; font-size: 65px; letter-spacing: 7px; text-transform: uppercase; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.18); }
.abp-wide-banner p { margin: 0 0 18px; font-size: 16px; font-weight: 500; }
.abp-wide-banner p:first-of-type { font-size: 29px; font-weight: 300; }
.abp-wide-banner h2 { margin: 0 0 28px; font-size: 30px; font-weight: 500; }
.abp-product-row-with-ad { position: relative; }
.abp-tall-ad { background: #f7c57f; min-height: 330px; display: flex; flex-direction: column; justify-content: flex-end; padding: 16px 22px; color: #111; font-size: 22px; line-height: 1.08; font-weight: 500; }
.abp-tall-ad img { width: 100%; height: 230px; object-fit: contain; margin: 0 auto auto; }
.abp-cyan-ad { background: #00c7d8; min-height: 350px; }
.abp-cyan-ad img { height: 230px; }
.abp-ad-second .abp-product-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 28px; }

/* Pages */
.abp-page { padding: 55px 0 80px; min-height: 45vh; }
.abp-narrow-content { max-width: 920px; }
.abp-page h1 { margin: 0 0 24px; font-size: clamp(32px, 4vw, 48px); font-weight: 500; line-height: 1.15; }
.abp-entry-content > *:first-child { margin-top: 0; }
.abp-entry-content a { color: var(--abp-orange); }
.abp-content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 46px; }
.abp-post-card { display: grid; grid-template-columns: 300px 1fr; gap: 28px; border-bottom: 1px solid var(--abp-line); padding-bottom: 30px; margin-bottom: 30px; }
.abp-post-thumb { background: var(--abp-light); min-height: 190px; }
.abp-post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.abp-post-meta { color: var(--abp-muted); font-size: 13px; margin-bottom: 8px; }
.abp-post-card h2 { margin: 0 0 12px; font-size: 25px; font-weight: 500; }
.abp-read-more { color: var(--abp-orange); text-transform: uppercase; font-size: 13px; font-weight: 500; }
.abp-sidebar .widget { border: 1px solid var(--abp-line); padding: 22px; margin-bottom: 22px; }
.widget-title { margin: 0 0 16px; font-size: 18px; font-weight: 500; }
.abp-empty-state { text-align: center; padding: 80px 0; }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb { color: #8a8f96; font-size: 13px; margin-bottom: 24px; }
.woocommerce .woocommerce-breadcrumb a { color: #555; }
.woocommerce .products ul, .woocommerce ul.products { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 34px; margin: 32px 0 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { float: none; width: auto; margin: 0; padding: 0 16px 18px; box-shadow: none; transition: box-shadow .18s ease, transform .18s ease; }
.woocommerce ul.products li.product:hover { box-shadow: 0 22px 40px rgba(23,34,45,.08); transform: translateY(-2px); }
.woocommerce ul.products li.product a img { height: 250px; object-fit: contain; margin: 0 0 14px; }
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 { font-size: 16px; font-weight: 400; line-height: 1.45; color: #333; padding: 0; margin: 0 0 10px; }
.woocommerce ul.products li.product .price { color: var(--abp-orange); font-size: 17px; font-weight: 500; }
.woocommerce span.onsale { min-height: auto; min-width: auto; line-height: 1; padding: 6px 9px; background: var(--abp-orange); border-radius: 2px; font-size: 12px; font-weight: 500; }
.woocommerce .star-rating { color: #ffb727; font-size: 12px; }
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count { color: #777; }
.woocommerce .woocommerce-ordering select { border: 1px solid var(--abp-line); height: 42px; padding: 0 12px; color: #555; background: #fff; }
.woocommerce nav.woocommerce-pagination ul { border: 0; display: flex; gap: 6px; justify-content: center; }
.woocommerce nav.woocommerce-pagination ul li { border: 1px solid var(--abp-line); }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 40px; height: 40px; display: grid; place-items: center; padding: 0; }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--abp-orange); color: #fff; }
.single-product div.product { display: grid; grid-template-columns: 285px minmax(0, 1fr) 420px; gap: 46px; align-items: start; }
.single-product .abp-single-trust { grid-column: 1; grid-row: 1 / span 2; border: 1px solid var(--abp-line); }
.single-product div.product div.images { grid-column: 2; width: auto !important; float: none !important; margin: 0; }
.single-product div.product div.summary { grid-column: 3; width: auto !important; float: none !important; margin: 0; }
.single-product div.product::before, .single-product div.product::after { display: none !important; }
.abp-trust-card { min-height: 118px; display: grid; grid-template-columns: 62px 1fr; gap: 18px; align-items: center; padding: 22px 26px; border-bottom: 1px solid var(--abp-line); }
.abp-trust-card:last-child { border-bottom: 0; }
.abp-trust-card svg { width: 54px; height: 54px; color: var(--abp-orange); }
.abp-trust-card h3 { margin: 0 0 6px; font-size: 16px; font-weight: 500; }
.abp-trust-card p { margin: 0; color: #7a7e84; line-height: 1.35; }
.woocommerce div.product .product_title { font-size: 28px; line-height: 1.18; font-weight: 500; margin: 0 0 18px; color: #282b2f; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--abp-orange); font-size: 24px; font-weight: 500; }
.woocommerce div.product form.cart { padding-top: 24px; border-top: 1px solid var(--abp-line); }
.woocommerce .quantity .qty { width: 52px; height: 42px; border: 1px solid var(--abp-line); }
.woocommerce div.product form.cart .button { min-height: 42px; padding-inline: 30px; }
.product_meta { color: #9a9a9a; font-size: 14px; }
.product_meta a { color: #444; }
.abp-related-wrap, .woocommerce div.product .related.products { grid-column: 1 / -1; }
.woocommerce div.product .related.products > h2 { text-align: center; border-bottom: 1px solid var(--abp-line); padding-bottom: 22px; font-size: 24px; font-weight: 500; margin: 70px 0 45px; }
.woocommerce-tabs.wc-tabs-wrapper { grid-column: 1 / -1; margin-top: 50px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-radius: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { font-weight: 500; }

/* Footer */
.abp-footer { background: radial-gradient(circle at 70% 20%, rgba(255,255,255,.08), transparent 26%), var(--abp-navy-dark); color: rgba(255,255,255,.72); padding: 64px 0 0; }
.abp-footer-grid { display: grid; grid-template-columns: 1.35fr .9fr 1.05fr 1.45fr; gap: 56px; }
.abp-footer h3, .abp-footer-title { color: #fff; font-size: 18px; font-weight: 500; margin: 0 0 26px; }
.abp-footer p { margin: 0 0 18px; }
.abp-footer ul { margin: 0 0 32px; padding: 0; list-style: none; }
.abp-footer li { margin-bottom: 11px; }
.abp-footer li a { color: rgba(255,255,255,.68); }
.abp-footer li a::before { content: "»"; margin-right: 9px; color: rgba(255,255,255,.45); }
.abp-footer li a:hover { color: var(--abp-orange); }
.abp-accent { color: var(--abp-orange); margin-right: 10px; }
.abp-newsletter-form { margin: 28px 0 34px; display: grid; grid-template-columns: 1fr 56px; height: 46px; background: #fff; border-radius: 2px; overflow: hidden; }
.abp-newsletter-form input { border: 0; padding: 0 18px; outline: none; color: #333; }
.abp-newsletter-form button { border: 0; background: #fff; color: #1f2e3f; }
.abp-apps { display: flex; gap: 18px; flex-wrap: wrap; }
.abp-apps span { background: #050608; color: #fff; border-radius: 5px; padding: 9px 18px; line-height: 1.1; font-size: 12px; min-width: 140px; }
.abp-apps span::first-line { font-size: 10px; }
.abp-footer-bottom { margin-top: 58px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.18); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.abp-footer-bottom p { margin: 0; }
.abp-footer-bottom img { width: 300px; max-width: 45%; }

@media (max-width: 1200px) {
  .abp-header-grid { grid-template-columns: 220px 1fr; }
  .abp-header-actions { grid-column: 1 / -1; justify-content: flex-end; padding-bottom: 14px; }
  .abp-hero-grid { grid-template-columns: 1fr; }
  .abp-hero-side { min-height: 300px; }
  .abp-hero-side > div { margin-top: 80px; }
  .abp-product-grid, .woocommerce .products ul, .woocommerce ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .abp-ad-second .abp-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .single-product div.product { grid-template-columns: 1fr 1fr; }
  .single-product .abp-single-trust { grid-column: 1 / -1; grid-row: auto; display: grid; grid-template-columns: repeat(5, 1fr); }
  .abp-trust-card { grid-template-columns: 1fr; text-align: center; border-bottom: 0; border-right: 1px solid var(--abp-line); }
  .abp-trust-card:last-child { border-right: 0; }
  .single-product div.product div.images { grid-column: 1; }
  .single-product div.product div.summary { grid-column: 2; }
}

@media (max-width: 980px) {
  .abp-container { width: min(100% - 30px, var(--abp-container)); }
  .abp-header-grid { grid-template-columns: 1fr auto; gap: 16px; padding: 14px 0; }
  .abp-search { grid-column: 1 / -1; grid-row: 2; }
  .abp-header-actions { display: none; }
  .abp-mobile-toggle { display: inline-flex; }
  .abp-nav-bar { display: none; }
  .abp-nav-bar.is-open { display: block; }
  .abp-nav-grid { display: block; padding: 12px 0; }
  .abp-main-menu { display: block; }
  .abp-main-menu li { border-top: 1px solid rgba(255,255,255,.1); }
  .abp-main-menu a { padding: 12px 0; }
  .abp-track { display: block; padding: 12px 0; }
  .abp-category-dropdown { position: static; opacity: 1; visibility: visible; transform: none; width: auto; display: none; }
  .abp-category-nav:hover .abp-category-dropdown, .abp-category-nav:focus-within .abp-category-dropdown { display: block; }
  .abp-hero-card { min-height: 420px; }
  .abp-hero-copy { padding-left: 40px; }
  .abp-service-row { grid-template-columns: repeat(2, 1fr); }
  .abp-category-icons { grid-template-columns: repeat(4, 1fr); }
  .abp-promo-grid { grid-template-columns: 1fr; }
  .abp-promo-card { min-height: 260px; }
  .abp-product-grid, .woocommerce .products ul, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .abp-section-head { display: block; }
  .abp-tabs { margin-top: 14px; }
  .abp-content-grid { grid-template-columns: 1fr; }
  .abp-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .single-product div.product { display: block; }
  .single-product .abp-single-trust { display: grid; grid-template-columns: repeat(2, 1fr); margin-bottom: 34px; }
  .abp-trust-card { border-right: 0; border-bottom: 1px solid var(--abp-line); }
}

@media (max-width: 640px) {
  body.abp-theme { font-size: 15px; }
  .abp-logo-text { font-size: 24px; }
  .abp-search { grid-template-columns: 1fr 52px; height: auto; }
  .abp-search select { display: none; }
  .abp-search input { min-height: 44px; }
  .abp-hero-wrap { padding-top: 18px; }
  .abp-hero-card { min-height: 360px; }
  .abp-hero-copy { padding: 30px; }
  .abp-kicker { font-size: 22px; }
  .abp-hero-copy h1 { font-size: 32px; margin-bottom: 24px; }
  .abp-bg-word { font-size: 42px; }
  .abp-service-row { grid-template-columns: 1fr; gap: 24px; }
  .abp-category-icons { grid-template-columns: repeat(2, 1fr); }
  .abp-product-grid, .woocommerce .products ul, .woocommerce ul.products, .abp-ad-second .abp-product-grid { grid-template-columns: 1fr; }
  .abp-product-media img { height: 230px; }
  .abp-hover-actions { opacity: 1; transform: none; }
  .abp-post-card { grid-template-columns: 1fr; }
  .abp-footer-grid { grid-template-columns: 1fr; }
  .abp-footer-bottom { display: block; }
  .abp-footer-bottom img { margin-top: 18px; max-width: 100%; }
  .single-product .abp-single-trust { grid-template-columns: 1fr; }
}
