/*
Theme Name:   Storefront-child
Theme URI:    https://woocommerce.com/products/storefront/
Author:       Ashe Hair (Pty) Ltd
Author URI:   https://woocommerce.com/
Description:  Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Template:     storefront
Version:      1.0.3
Tested up to: 6.7
Requires PHP: 5.6.0
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  storefront-child
*/

 



/* =========================================================
   1. ROOT TOKENS
   ========================================================= */


:root {
  --ashe-legacy-top-left: #4d8bb4;
  --ashe-legacy-top-right: #6a62e8;
  --ashe-legacy-nav: #1b16e6;
  --ashe-legacy-nav-hover: #221df5;
  --ashe-legacy-gold: #d8b215;
  --ashe-legacy-deep: #091b37;
  --ashe-legacy-deep-2: #0b2342;
  --ashe-legacy-card-border: #1e6ae6;
  --ashe-legacy-card-bg: #f4f4f4;
  --ashe-legacy-page-bg: #efefef;
  --ashe-legacy-text: #111111;
  --ashe-legacy-text-light: #ffffff;
  --ashe-legacy-muted: #d7e6f5;
  --ashe-legacy-search-bg: #9ec9eb;
  --ashe-legacy-search-border: #315d7a;
  --ashe-legacy-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  --ashe-legacy-radius-sm: 6px;
  --ashe-legacy-radius-md: 10px;
  --ashe-legacy-radius-lg: 18px;
  --ashe-legacy-container: 1380px;
}

/* =========================================================
   2. GLOBAL BASE
   ========================================================= */

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ashe-legacy-page-bg);
  color: var(--ashe-legacy-text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
}

.site {
  overflow-x: clip;
}

.col-full {
  max-width: var(--ashe-legacy-container);
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.navigation.pagination,
.pagination,
.woocommerce-pagination,
.storefront-sorting .woocommerce-pagination {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.product_title,
.woocommerce-loop-product__title,
.woocommerce-loop-category__title {
  color: #111111;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

/* =========================================================
   3. HEADER - CURRENT SITE LOOK
   ========================================================= */

.ashe-site-header {
  background: linear-gradient(90deg, #4d8bb4 0%, #6a62e8 100%);
  margin: 0;
  border: 0;
  box-shadow: none;
  color: #fff;
}

.ashe-site-header .col-full {
  max-width: 1380px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.ashe-header-top {
  background: linear-gradient(90deg, #4d8bb4 0%, #6a62e8 100%);
}

.ashe-header-top__inner {
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 1rem;
  min-height: 86px;
  padding: 10px 18px 8px;
}

.ashe-header-branding {
  display: flex;
  align-items: center;
}

.ashe-header-logo-wrap img,
.ashe-site-header .custom-logo {
  width: 155px;
  max-width: 100%;
  height: auto;
  display: block;
}

.ashe-header-info-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: center;
}

.ashe-header-info-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 54px;
  color: #10243f;
}

.ashe-header-info-item a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: inherit;
  text-decoration: none;
}

.ashe-header-info-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 1rem;
  line-height: 1;
  opacity: 0.7;
}

.ashe-header-info-item__text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  line-height: 1.2;
}

.ashe-header-info-item__text strong {
  font-size: 1.05rem;
  font-weight: 600;
}

.ashe-header-info-item__text span {
  font-size: 0.95rem;
}

/* =========================================================
   4. NAVIGATION BAR
   ========================================================= */

.ashe-header-main {
  background: #1b16e6;
  border-top: 2px solid #d8b215;
}

.ashe-header-main__inner {
  display: grid;
  grid-template-columns: 1fr 260px auto;
  align-items: center;
  gap: 0.75rem;
  min-height: 56px;
  padding: 0 12px 0 0;
}

.ashe-mobile-toggle {
  display: none;
  appearance: none;
  background: transparent;
  border: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0 0 0 8px;
  cursor: pointer;
}

.ashe-mobile-toggle__bar {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
}

.ashe-primary-navigation {
  display: block;
  margin: 0;
}

.ashe-primary-navigation ul,
.ashe-primary-navigation li,
.ashe-menu,
.ashe-menu li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ashe-menu,
.ashe-primary-navigation ul.menu,
.ashe-primary-navigation div.menu > ul {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
}

.ashe-menu > li,
.ashe-primary-navigation ul.menu > li,
.ashe-primary-navigation div.menu > ul > li {
  position: relative;
}

.ashe-menu > li > a,
.ashe-primary-navigation ul.menu > li > a,
.ashe-primary-navigation div.menu > ul > li > a {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 0 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.ashe-menu > li:hover > a,
.ashe-primary-navigation ul.menu > li:hover > a,
.ashe-primary-navigation div.menu > ul > li:hover > a,
.ashe-menu > li.current-menu-item > a,
.ashe-primary-navigation ul.menu > li.current-menu-item > a,
.ashe-primary-navigation div.menu > ul > li.current-menu-item > a {
  background: rgba(255,255,255,0.06);
}

.ashe-primary-navigation ul.sub-menu,
.ashe-primary-navigation ul.children {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  min-width: 220px;
  background: #1a18cf;
  border: 1px solid rgba(255,255,255,0.12);
  display: none;
}

.ashe-primary-navigation li:hover > ul.sub-menu,
.ashe-primary-navigation li:hover > ul.children {
  display: block;
}

.ashe-primary-navigation ul.sub-menu li a,
.ashe-primary-navigation ul.children li a {
  display: block;
  color: #fff;
  padding: 12px 16px;
  font-size: 14px;
  text-decoration: none;
}

.ashe-primary-navigation ul.sub-menu li a:hover,
.ashe-primary-navigation ul.children li a:hover {
  background: rgba(255,255,255,0.07);
}

/* =========================================================
   5. HEADER SEARCH + CART
   ========================================================= */

.ashe-header-search {
  display: block;
  padding: 0 8px;
}

.ashe-header-search .woocommerce-product-search {
  display: flex;
  align-items: center;
  min-height: 40px;
  margin: 0;
  background: #9ec9eb;
  border: 1px solid #315d7a;
  border-radius: 2px;
}

.ashe-header-search .search-field {
  width: 100%;
  min-height: 38px;
  border: 0 !important;
  background: transparent !important;
  color: #17324b !important;
  padding: 0 12px !important;
  box-shadow: none !important;
}

.ashe-header-search .search-field::placeholder {
  color: rgba(23, 50, 75, 0.55);
}

.ashe-header-search button {
  display: none !important;
}

.ashe-header-cart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ashe-cart-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 56px;
  padding: 0 18px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  white-space: nowrap;
}

.ashe-cart-link:hover {
  background: rgba(255,255,255,0.06);
}

.ashe-cart-link__summary {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
}

/* Mobile */
@media (max-width: 991px) {
  .ashe-header-top__inner {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 10px 12px;
  }

  .ashe-header-branding {
    justify-content: center;
  }

  .ashe-header-info-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .ashe-header-main__inner {
    grid-template-columns: 48px 1fr;
    padding: 8px 12px 10px;
  }

  .ashe-mobile-toggle {
    display: block;
  }

  .ashe-primary-navigation {
    display: none;
    grid-column: 1 / -1;
  }

  .ashe-primary-navigation.is-open {
    display: block;
  }

  .ashe-menu,
  .ashe-primary-navigation ul.menu,
  .ashe-primary-navigation div.menu > ul {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .ashe-menu > li > a,
  .ashe-primary-navigation ul.menu > li > a,
  .ashe-primary-navigation div.menu > ul > li > a {
    min-height: 44px;
    padding: 0 14px;
  }

  .ashe-primary-navigation ul.sub-menu,
  .ashe-primary-navigation ul.children {
    position: static;
    display: block;
    border: 0;
    background: rgba(255,255,255,0.06);
  }

  .ashe-header-search {
    padding: 0;
  }

  .ashe-header-cart {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .ashe-header-top {
    display: none;
  }

  .ashe-header-main__inner {
    grid-template-columns: 48px 1fr;
    gap: 0.5rem;
  }

  .ashe-cart-link {
    min-height: 44px;
    padding: 0 14px;
    font-size: 13px;
  }
}
 

/* =========================================================
   6. HERO / HOME PAGE CURRENT LOOK
   ========================================================= */

.home .site-main,
.page-template-template-homepage .site-main,
.home .entry-content {
  background: var(--ashe-legacy-deep);
}

.home .entry-content {
  color: #ffffff;
}

.home .entry-content h1,
.home .entry-content h2,
.home .entry-content h3,
.home .entry-content p {
  color: #ffffff;
}

.ashe-hero-legacy,
.home-hero,
.hero-banner {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  background:
    linear-gradient(90deg, rgba(9, 27, 55, 0.98) 0%, rgba(9, 27, 55, 0.95) 35%, rgba(9, 27, 55, 0.84) 100%),
    url('') center/cover no-repeat;
}

.ashe-hero-legacy__inner,
.hero-banner__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 90px 20px 120px;
}

.ashe-hero-legacy .eyebrow,
.hero-banner .eyebrow {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

.ashe-hero-legacy .script,
.hero-banner .script {
  display: block;
  margin: 30px 0 20px;
  color: #ffffff;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(48px, 6vw, 82px);
  line-height: 1.05;
  font-weight: 400;
}

.ashe-hero-legacy .lead,
.hero-banner .lead {
  max-width: 980px;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 800;
  line-height: 1.15;
}

.ashe-hero-legacy .body,
.hero-banner .body {
  max-width: 1100px;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
}

/* CTA section under hero */
.ashe-hero-legacy__cta,
.hero-banner__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 3px solid rgba(0, 0, 0, 0.35);
}

.ashe-hero-legacy__cta-title,
.hero-banner__cta-title {
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.05;
}

.ashe-hero-legacy__cta-title .accent,
.hero-banner__cta-title .accent {
  display: inline-block;
  border: 4px solid #ff1536;
  border-radius: 999px;
  padding: 0 18px 4px;
}

.ashe-hero-legacy__button,
.hero-banner__button,
.home .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  background: #ffffff;
  color: #111111;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
}

/* =========================================================
   7. SHOP PRODUCT GRID - CURRENT LOOK
   ========================================================= */

.woocommerce ul.products,
ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 18px 12px;
  list-style: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
ul.products li.product {
  width: 100% !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 0 0 10px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.woocommerce ul.products li.product a,
ul.products li.product a {
  text-decoration: none;
}

.woocommerce ul.products li.product img,
ul.products li.product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #f6f6f6;
  border: 4px solid var(--ashe-legacy-card-border);
  border-radius: 14px;
  padding: 22px;
  margin-bottom: 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2,
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product h2 {
  margin: 0 0 6px;
  color: #111111;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  text-transform: none;
}

.woocommerce ul.products li.product .price,
ul.products li.product .price {
  display: block;
  color: #111111;
  font-size: 24px;
  font-weight: 800;
  margin: 0;
}

.woocommerce ul.products li.product .button,
ul.products li.product .button {
  display: none;
}

/* =========================================================
   8. CATEGORY / BRAND CARD GRID - CURRENT LOOK
   ========================================================= */

body.page-id-1564 ul.products,
body.page-id-1564 .products,
.tax-product_cat ul.products,
.tax-product_brand ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 12px;
}

body.page-id-1564 ul.products li.product,
body.page-id-1564 ul.products li.product-category,
.tax-product_cat ul.products li.product,
.tax-product_cat ul.products li.product-category,
.tax-product_brand ul.products li.product,
.tax-product_brand ul.products li.product-category {
  width: 100% !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 10px;
  background: #f6f6f6;
  border: 4px solid var(--ashe-legacy-card-border);
  border-radius: 14px;
}

body.page-id-1564 ul.products li.product > a,
body.page-id-1564 ul.products li.product-category > a,
.tax-product_cat ul.products li.product > a,
.tax-product_cat ul.products li.product-category > a,
.tax-product_brand ul.products li.product > a,
.tax-product_brand ul.products li.product-category > a {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 10px;
  height: 100%;
}

body.page-id-1564 ul.products li.product img,
body.page-id-1564 ul.products li.product-category img,
.tax-product_cat ul.products li.product img,
.tax-product_cat ul.products li.product-category img,
.tax-product_brand ul.products li.product img,
.tax-product_brand ul.products li.product-category img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 0;
  border-radius: 12px;
  padding: 0;
  margin: 0;
}

body.page-id-1564 .woocommerce-loop-category__title,
.tax-product_cat .woocommerce-loop-category__title,
.tax-product_brand .woocommerce-loop-category__title {
  margin: 0;
  padding: 14px 12px;
  background: rgba(255, 255, 255, 0.92);
  color: #111111;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
}

body.page-id-1564 .woocommerce-loop-category__title mark,
.tax-product_cat .woocommerce-loop-category__title mark,
.tax-product_brand .woocommerce-loop-category__title mark {
  display: block;
  background: transparent;
  margin-top: 4px;
  color: #666666;
  font-size: 13px;
  font-weight: 600;
}

/* logo brand cards variant */
body.page-id-1564.brand-logo-grid ul.products li.product img,
.tax-product_brand.brand-logo-grid ul.products li.product img {
  object-fit: contain;
  background: #f6f6f6;
  padding: 18px;
}

/* =========================================================
   9. SINGLE PRODUCT
   ========================================================= */

.single-product div.product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  gap: 28px;
  padding: 18px 12px 24px;
}

.single-product div.product .images img {
  background: #f6f6f6;
  border: 4px solid var(--ashe-legacy-card-border);
  border-radius: 14px;
  padding: 24px;
}

.single-product .summary .product_title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

.single-product div.product p.price,
.single-product div.product span.price {
  font-size: 34px;
  font-weight: 800;
  color: #111111;
}

.single-product form.cart .single_add_to_cart_button {
  min-height: 48px;
  padding: 0 24px;
  background: var(--ashe-legacy-nav);
  color: #ffffff;
  border: 0;
  border-radius: 4px;
  font-weight: 700;
}

/* =========================================================
   10. CART / CHECKOUT / ACCOUNT
   ========================================================= */

.shop_table,
.woocommerce-cart-form,
.cart-collaterals .cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-checkout-payment,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-order,
.woocommerce-order-details,
.woocommerce-customer-details {
  background: #ffffff;
  border: 2px solid #d8d8d8;
  border-radius: 10px;
  box-shadow: var(--ashe-legacy-shadow);
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 10px 12px;
  color: #111111;
  font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: var(--ashe-legacy-nav);
  color: #ffffff;
}

.woocommerce-checkout #payment #place_order,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.button.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt {
  background: var(--ashe-legacy-nav);
  color: #ffffff;
  border-radius: 4px;
  font-weight: 700;
}

/* =========================================================
   11. FOOTER - CURRENT LOOK
   ========================================================= */

.site-footer,
.ashe-site-footer {
  position: relative;
  background: linear-gradient(90deg, rgba(9, 27, 55, 0.98) 0%, rgba(20, 42, 82, 0.95) 100%);
  color: #ffffff;
  padding: 0;
  border-top: 0;
  overflow: hidden;
}

.site-footer::before,
.ashe-site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 27, 55, 0.72) 0%, rgba(9, 27, 55, 0.28) 100%);
  pointer-events: none;
}

.footer-widgets,
.ashe-footer-main {
  position: relative;
  z-index: 1;
  min-height: 280px;
  padding: 40px 24px 24px;
  color: #ffffff;
}

.site-footer .widget-title,
.footer-widgets .widget-title,
.ashe-footer-main h2,
.ashe-footer-main h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
}

.site-footer p,
.site-footer a,
.site-footer li,
.ashe-footer-main p,
.ashe-footer-main a,
.ashe-footer-main li {
  color: #ffffff;
}

.site-info,
.ashe-footer-bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 16px 24px;
  color: #ffffff;
}

/* =========================================================
   12. SIDEBAR / WIDGETS
   ========================================================= */

.widget-area .widget {
  background: #f4f4f4;
  border: 1px solid #dddddd;
  border-radius: 12px;
  padding: 16px;
  box-shadow: none;
}

.widget .widget-title,
.widget .widgettitle,
.wp-block-heading {
  font-size: 22px;
  font-weight: 700;
}

/* =========================================================
   13. MOBILE RESPONSIVE
   ========================================================= */

@media (max-width: 1200px) {
  .woocommerce ul.products,
  ul.products,
  body.page-id-1564 ul.products,
  .tax-product_cat ul.products,
  .tax-product_brand ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .site-header > .col-full,
  .ashe-header-top__inner {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 10px 12px;
  }

  .ashe-header-top__info,
  .header-top-info {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .storefront-primary-navigation .col-full,
  .ashe-header-main__inner {
    grid-template-columns: 1fr;
    padding: 0 12px 12px;
    gap: 0.75rem;
  }

  .main-navigation ul.menu,
  .main-navigation div.menu > ul,
  .ashe-menu {
    flex-wrap: wrap;
  }

  .single-product div.product {
    grid-template-columns: 1fr;
  }

  .woocommerce ul.products,
  ul.products,
  body.page-id-1564 ul.products,
  .tax-product_cat ul.products,
  .tax-product_brand ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ashe-hero-legacy,
  .home-hero,
  .hero-banner {
    min-height: 640px;
  }

  .ashe-hero-legacy__cta,
  .hero-banner__cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .site-branding img,
  .custom-logo {
    width: 130px;
  }

  .main-navigation ul.menu > li > a,
  .main-navigation div.menu > ul > li > a,
  .ashe-menu > li > a,
  .wp-block-navigation .wp-block-navigation-item__content {
    min-height: 46px;
    padding: 0 14px;
    font-size: 14px;
  }

  .site-header-cart .cart-contents,
  .ashe-cart-link,
  .wpmenucart-contents {
    min-height: 46px;
    padding: 0 14px;
  }

  .woocommerce ul.products,
  ul.products,
  body.page-id-1564 ul.products,
  .tax-product_cat ul.products,
  .tax-product_brand ul.products {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h2,
  ul.products li.product .woocommerce-loop-product__title,
  ul.products li.product h2 {
    font-size: 16px;
  }

  .woocommerce ul.products li.product .price,
  ul.products li.product .price {
    font-size: 20px;
  }

  .ashe-hero-legacy__inner,
  .hero-banner__inner {
    padding: 50px 16px 80px;
  }

  .ashe-hero-legacy .lead,
  .hero-banner .lead {
    font-size: 22px;
  }

  .ashe-hero-legacy .body,
  .hero-banner .body {
    font-size: 16px;
  }

  .footer-widgets,
  .ashe-footer-main {
    min-height: 220px;
    padding: 26px 16px 18px;
  }

  .site-info,
  .ashe-footer-bottom {
    padding: 14px 16px;
  }
}


/* =========================================================
   FINAL MOBILE OPTIMISATION LAYER (ADD AT VERY BOTTOM)
   ========================================================= */

@media (max-width: 768px) {

  /* =========================
     GLOBAL SPACING
     ========================= */
  body {
    font-size: 15px;
  }

  .col-full {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* =========================
     HEADER SIMPLIFICATION
     ========================= */

  /* Hide top info strip (too busy on mobile) */
  .ashe-header-top,
  .ashe-header-top__info,
  .header-top-info {
    display: none !important;
  }

  /* Stack nav + search + cart */
  .storefront-primary-navigation .col-full,
  .ashe-header-main__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px 10px 10px;
  }

  /* Menu becomes scrollable row */
  .main-navigation ul.menu,
  .ashe-menu {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 6px;
    padding-bottom: 6px;
  }

  .main-navigation ul.menu > li > a,
  .ashe-menu > li > a {
    min-height: 40px;
    padding: 0 12px;
    font-size: 13px;
    white-space: nowrap;
  }

  /* Search full width */
  .woocommerce-product-search,
  .ashe-header-search,
  .wp-block-search {
    width: 100%;
  }

  .search-field {
    height: 38px;
    font-size: 14px;
  }

  /* Cart compact */
  .site-header-cart .cart-contents,
  .ashe-cart-link {
    min-height: 40px;
    padding: 0 10px;
    font-size: 13px;
  }

  /* =========================
     HERO MOBILE
     ========================= */

  .ashe-hero-legacy,
  .hero-banner {
    min-height: auto;
    padding-bottom: 20px;
  }

  .ashe-hero-legacy__inner,
  .hero-banner__inner {
    padding: 40px 14px 50px;
  }

  .ashe-hero-legacy .eyebrow {
    font-size: 12px;
    letter-spacing: 0.2em;
  }

  .ashe-hero-legacy .script {
    font-size: 34px;
  }

  .ashe-hero-legacy .lead {
    font-size: 18px;
    font-weight: 700;
  }

  .ashe-hero-legacy .body {
    font-size: 14px;
    line-height: 1.5;
  }

  .ashe-hero-legacy__cta {
    margin-top: 20px;
    padding-top: 15px;
  }

  .ashe-hero-legacy__cta-title {
    font-size: 26px;
  }

  .ashe-hero-legacy__button {
    width: 100%;
    justify-content: center;
    height: 46px;
  }

  /* =========================
     PRODUCT GRID
     ========================= */

  .woocommerce ul.products,
  ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 10px;
  }

  .woocommerce ul.products li.product img {
    padding: 12px;
    border-width: 3px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px;
  }

  .woocommerce ul.products li.product .price {
    font-size: 18px;
  }

  /* =========================
     CATEGORY / BRAND GRID
     ========================= */

  body.page-id-1564 ul.products,
  .tax-product_cat ul.products,
  .tax-product_brand ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 10px;
  }

  .woocommerce-loop-category__title {
    font-size: 13px;
    padding: 10px;
  }

  .woocommerce-loop-category__title mark {
    font-size: 11px;
  }

  /* =========================
     SINGLE PRODUCT
     ========================= */

  .single-product div.product {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 10px;
  }

  .single-product .product_title {
    font-size: 24px;
  }

  .single-product div.product p.price {
    font-size: 24px;
  }

  .single_add_to_cart_button {
    width: 100%;
    height: 46px;
  }

  /* =========================
     CART & CHECKOUT
     ========================= */

  .shop_table,
  .cart-collaterals,
  .woocommerce-checkout-review-order,
  .woocommerce-checkout-payment {
    padding: 10px;
  }

  .woocommerce-cart table.shop_table td,
  .woocommerce-cart table.shop_table th {
    font-size: 13px;
  }

  .checkout-button,
  #place_order {
    width: 100%;
    height: 48px;
  }

  /* =========================
     MY ACCOUNT
     ========================= */

  .woocommerce-account {
    padding: 10px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 15px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li {
    flex: 1 1 48%;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation a {
    text-align: center;
    font-size: 13px;
    padding: 8px;
  }

  /* =========================
     FOOTER
     ========================= */

  .site-footer,
  .ashe-site-footer {
    text-align: center;
  }

  .footer-widgets,
  .ashe-footer-main {
    padding: 20px 12px;
  }

  .site-info {
    font-size: 13px;
    padding: 12px;
  }

}


/* =========================================================
   HOMEPAGE GUTENBERG LAYOUT
   ========================================================= */

body.home .entry-header,
body.page-id-72 .entry-header {
  display: none;
}

body.home #secondary,
body.page-id-72 #secondary {
  display: none !important;
}

body.home #primary.content-area,
body.page-id-72 #primary.content-area {
  width: 100%;
  float: none;
  margin: 0;
}

body.home .site-main,
body.page-id-72 .site-main {
  margin: 0;
}

body.home .entry-content,
body.page-id-72 .entry-content {
  margin: 0;
  padding: 0;
}

/* HERO */
.ashe-hero-legacy {
  background:
    linear-gradient(90deg, rgba(9, 27, 55, 0.96) 0%, rgba(9, 27, 55, 0.9) 38%, rgba(9, 27, 55, 0.78) 100%),
    url('/wp/wp-content/uploads/2023/08/Leonardo_Signature_logo_for_a_hair_salon_beautiful_stylish_lad_1.jpg') center/cover no-repeat;
  color: #fff;
}

.ashe-hero-legacy__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 90px 20px 110px;
}

.ashe-hero-legacy .eyebrow {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.ashe-hero-legacy .script {
  color: #fff;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(48px, 6vw, 82px);
  line-height: 1.05;
  font-weight: 400;
  margin: 0 0 1rem;
}

.ashe-hero-legacy .lead {
  color: #fff;
  max-width: 1000px;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.ashe-hero-legacy .body {
  max-width: 1050px;
  color: rgba(255,255,255,0.82);
  font-size: 18px;
  line-height: 1.8;
}

.ashe-hero-legacy__cta {
  margin-top: 50px;
  padding-top: 35px;
  border-top: 3px solid rgba(0,0,0,0.28);
}

.ashe-hero-legacy__cta-title {
  color: #fff;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 800;
  line-height: 1.05;
  margin: 0;
}

.ashe-hero-legacy__cta-title .accent {
  display: inline-block;
  border: 4px solid #ff1744;
  border-radius: 999px;
  padding: 0 18px 4px;
}

.ashe-hero-legacy__button .wp-block-button__link,
.wp-block-button.ashe-hero-legacy__button .wp-block-button__link {
  min-height: 56px;
  padding: 0 28px;
  background: #fff;
  color: #111;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
}

/* FEATURE CARDS */
.ashe-home-feature-grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 20px;
}

.ashe-home-feature-card {
  background: #ffffff;
  border: 3px solid #1e6ae6;
  border-radius: 14px;
  padding: 24px;
  min-height: 100%;
}

.ashe-home-feature-card h2 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.ashe-home-feature-card .wp-block-button__link {
  background: #1b16e6;
  color: #fff;
  font-weight: 700;
}

/* TRUST GRID */
.ashe-home-trust-grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 20px 50px;
}

.ashe-home-trust-card {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  min-height: 100%;
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

/* ABOUT */
.ashe-home-about {
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 20px 50px;
}

.ashe-home-about .ashe-team-image img {
  width: 100%;
  border-radius: 18px;
  display: block;
}

/* CONTACT */
.ashe-home-contact {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 20px 60px;
}

/* MOBILE */
@media (max-width: 768px) {
  .ashe-hero-legacy__inner,
  .ashe-home-feature-grid,
  .ashe-home-trust-grid,
  .ashe-home-about,
  .ashe-home-contact {
    padding-left: 14px;
    padding-right: 14px;
  }

  .ashe-hero-legacy__inner {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .ashe-hero-legacy .eyebrow {
    font-size: 12px;
    letter-spacing: 0.2em;
  }

  .ashe-hero-legacy .script {
    font-size: 36px;
  }

  .ashe-hero-legacy .lead {
    font-size: 20px;
  }

  .ashe-hero-legacy .body {
    font-size: 15px;
    line-height: 1.6;
  }

  .ashe-hero-legacy__cta-title {
    font-size: 28px;
  }
}

/**
* Home Page
**/
body.page-id-72 .entry-header,
body.home .entry-header {
  display: none !important;
}

body.page-id-72 #secondary,


body.page-id-72 #primary.content-area,
body.home #primary.content-area {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}



/* =========================================================
   HOMEPAGE LAYOUT CLEANUP
   ========================================================= */



body.home #primary.content-area,
body.page-id-72 #primary.content-area {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

body.home .entry-header,
body.page-id-72 .entry-header {
  display: none !important;
}

body.home .site-main,
body.page-id-72 .site-main,
body.home .entry-content,
body.page-id-72 .entry-content {
  margin: 0 !important;
  padding: 0 !important;
}




body.home #primary.content-area,
body.page-id-72 #primary.content-area {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

body.home .entry-header,
body.page-id-72 .entry-header {
  display: none !important;
}


.ashe-site-header .wpmenucartli,
.ashe-site-header .wpmenucart-contents,
.ashe-site-header .site-header-cart,
.ashe-site-header .widget_product_search,
.ashe-site-header .site-search,
.ashe-site-header .secondary-navigation,
.ashe-site-header .menu-toggle {
  display: none !important;
}


.ashe-site-header .ashe-header-search,
.ashe-site-header .ashe-header-search .woocommerce-product-search {
  display: flex !important;
}

.ashe-site-header form:not(.woocommerce-product-search) {
  display: none !important;
}


/* HARD STOP: kill any leftover default header elements */
.site-header .site-search,
.site-header .widget_product_search,
.site-header .storefront-primary-navigation,
.site-header .secondary-navigation,
.site-header .site-header-cart,
.site-header .cart-contents,
.site-header form.search-form {
  display: none !important;
}


.ashe-site-header .wpmenucartli,
.ashe-site-header .wpmenucart-contents,
.ashe-site-header .site-header-cart,
.ashe-site-header .widget_product_search,
.ashe-site-header .site-search,
.ashe-site-header .secondary-navigation,
.ashe-site-header .menu-toggle {
  display: none !important;
}

.ashe-site-header .ashe-header-search,
.ashe-site-header .ashe-header-search .woocommerce-product-search {
  display: flex !important;
}

.ashe-site-header form:not(.woocommerce-product-search) {
  display: none !important;
}



/* =========================================================
   HEADER REFINEMENT LAYER
   ========================================================= */

/* overall container */
.ashe-site-header .col-full {
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
  box-sizing: border-box;
}

/* top strip */
.ashe-header-top__inner {
  grid-template-columns: 220px minmax(0, 1fr) !important;
  gap: 2rem !important;
  align-items: center !important;
  min-height: 96px !important;
}

.ashe-header-logo-wrap img,
.ashe-site-header .custom-logo {
  width: 210px !important;
  max-width: 100% !important;
  height: auto !important;
}

.ashe-header-info-row {
  grid-template-columns: repeat(3, minmax(180px, 1fr)) !important;
  gap: 1.5rem !important;
  align-items: center !important;
}

.ashe-header-info-item,
.ashe-header-info-item a {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
}

.ashe-header-info-item__icon {
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
  font-size: 0.95rem !important;
  line-height: 1 !important;
}

.ashe-header-info-item__text {
  display: block !important;
  line-height: 1.2 !important;
}

.ashe-header-info-item__text strong {
  display: block !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  color: #10243f !important;
}

.ashe-header-info-item__text span {
  display: block !important;
  font-size: 0.88rem !important;
  color: #10243f !important;
}

/* nav row */
.ashe-header-main__inner {
  grid-template-columns: minmax(0, 1fr) 260px auto !important;
  gap: 1rem !important;
  min-height: 58px !important;
}

.ashe-primary-navigation {
  justify-self: start !important;
  width: 100% !important;
}

.ashe-menu,
.ashe-primary-navigation ul.menu {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 0 !important;
}

.ashe-menu > li > a,
.ashe-primary-navigation ul.menu > li > a {
  min-height: 58px !important;
  padding: 0 18px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

/* search */
.ashe-header-search {
  width: 100% !important;
  max-width: 260px !important;
  padding: 0 !important;
}

.ashe-header-search .woocommerce-product-search {
  width: 100% !important;
}

/* cart */
.ashe-header-cart {
  justify-self: end !important;
  display: flex !important;
  align-items: center !important;
}

.ashe-cart-link {
  min-height: 58px !important;
  padding: 0 12px !important;
  gap: 0.35rem !important;
}

.ashe-cart-link__summary {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.35rem !important;
}

/* hide bullet look from placeholder icons if needed */
.ashe-header-info-item__icon,
.ashe-cart-link__icon {
  opacity: 0.55 !important;
}

/* tablet */
@media (max-width: 1100px) {
  .ashe-header-top__inner {
    grid-template-columns: 180px minmax(0, 1fr) !important;
    gap: 1rem !important;
  }

  .ashe-header-logo-wrap img,
  .ashe-site-header .custom-logo {
    width: 170px !important;
  }

  .ashe-header-info-row {
    grid-template-columns: repeat(3, minmax(140px, 1fr)) !important;
    gap: 1rem !important;
  }

  .ashe-header-info-item__text strong {
    font-size: 0.9rem !important;
  }

  .ashe-header-info-item__text span {
    font-size: 0.82rem !important;
  }

  .ashe-header-main__inner {
    grid-template-columns: minmax(0, 1fr) 220px auto !important;
  }
}

/* mobile */
@media (max-width: 767px) {
  .ashe-header-top {
    display: none !important;
  }

  .ashe-header-main__inner {
    grid-template-columns: 48px minmax(0, 1fr) auto !important;
    align-items: center !important;
    padding: 8px 12px !important;
  }

  .ashe-header-search {
    max-width: none !important;
  }

  .ashe-header-cart {
    justify-self: end !important;
  }
}

/* =========================================================
   HEADER FINAL LOOK MATCH
   Target reference: compact Ashe desktop header
   ========================================================= */

.ashe-site-header {
  background: linear-gradient(90deg, #4f8cb4 0%, #6c6be8 100%) !important;
  color: #0f2742;
}

.ashe-site-header .col-full {
  max-width: 1020px !important;
  margin: 0 auto !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
  box-sizing: border-box;
}

/* =========================
   TOP STRIP
   ========================= */

.ashe-header-top {
  background: linear-gradient(90deg, #4f8cb4 0%, #6c6be8 100%) !important;
}

.ashe-header-top__inner {
  display: grid !important;
  grid-template-columns: 170px 1fr !important;
  align-items: center !important;
  gap: 1.4rem !important;
  min-height: 96px !important;
  padding: 10px 0 8px !important;
}

.ashe-header-branding {
  display: flex !important;
  align-items: center !important;
}

.ashe-header-logo-wrap img,
.ashe-site-header .custom-logo {
  width: 165px !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}

.ashe-header-info-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1.6rem !important;
  align-items: center !important;
}

.ashe-header-info-item,
.ashe-header-info-item a {
  display: grid !important;
  grid-template-columns: 42px 1fr !important;
  align-items: center !important;
  gap: 0.7rem !important;
  text-decoration: none !important;
  color: #10243f !important;
  min-height: 48px !important;
}

.ashe-header-info-item__icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  font-size: 1.9rem !important;
  line-height: 1 !important;
  opacity: 0.75 !important;
}

.ashe-header-info-item__text {
  display: block !important;
  line-height: 1.15 !important;
}

.ashe-header-info-item__text strong {
  display: block !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  color: #10243f !important;
  margin: 0 0 0.18rem !important;
}

.ashe-header-info-item__text span {
  display: block !important;
  font-size: 0.78rem !important;
  color: #10243f !important;
}

/* =========================
   NAV BAR
   ========================= */

.ashe-header-main {
  background: #1d17e8 !important;
  border-top: 2px solid #d8b215 !important;
}

.ashe-header-main__inner {
  display: grid !important;
  grid-template-columns: 1fr 230px auto !important;
  align-items: center !important;
  gap: 0.9rem !important;
  min-height: 48px !important;
  padding: 0 !important;
}

.ashe-primary-navigation {
  display: block !important;
  width: 100% !important;
}

.ashe-primary-navigation ul,
.ashe-primary-navigation li,
.ashe-menu,
.ashe-menu li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ashe-menu,
.ashe-primary-navigation ul.menu,
.ashe-primary-navigation div.menu > ul {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 0 !important;
}

.ashe-menu > li > a,
.ashe-primary-navigation ul.menu > li > a,
.ashe-primary-navigation div.menu > ul > li > a {
  display: flex !important;
  align-items: center !important;
  min-height: 48px !important;
  padding: 0 18px !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.ashe-menu > li:first-child > a,
.ashe-primary-navigation ul.menu > li:first-child > a {
  padding-left: 14px !important;
}

.ashe-menu > li:hover > a,
.ashe-primary-navigation ul.menu > li:hover > a,
.ashe-menu > li.current-menu-item > a,
.ashe-primary-navigation ul.menu > li.current-menu-item > a,
.ashe-menu > li.current_page_item > a,
.ashe-primary-navigation ul.menu > li.current_page_item > a {
  background: rgba(255, 255, 255, 0.06) !important;
}

/* dropdown */
.ashe-primary-navigation ul.sub-menu,
.ashe-primary-navigation ul.children {
  top: 100% !important;
  left: 0 !important;
  min-width: 220px !important;
  background: #1d17e8 !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
}

.ashe-primary-navigation ul.sub-menu li a,
.ashe-primary-navigation ul.children li a {
  color: #fff !important;
  padding: 10px 14px !important;
  font-size: 0.9rem !important;
}

/* =========================
   SEARCH
   ========================= */

.ashe-header-search {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 230px !important;
  padding: 0 !important;
}

.ashe-header-search .woocommerce-product-search {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 38px !important;
  margin: 0 !important;
  background: #9fc8e9 !important;
  border: 1px solid #315d7a !important;
  border-radius: 2px !important;
}

.ashe-header-search .search-field {
  width: 100% !important;
  min-height: 36px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #17324b !important;
  padding: 0 12px !important;
  font-size: 0.92rem !important;
}

.ashe-header-search .search-field::placeholder {
  color: rgba(23, 50, 75, 0.55) !important;
}

.ashe-header-search button {
  display: none !important;
}

/* =========================
   CART
   ========================= */

.ashe-header-cart {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

.ashe-cart-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.35rem !important;
  min-height: 48px !important;
  padding: 0 0 0 4px !important;
  color: #ffffff !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.ashe-cart-link:hover {
  background: transparent !important;
  opacity: 0.92;
}

.ashe-cart-link__icon {
  width: 14px !important;
  height: 14px !important;
  font-size: 0.85rem !important;
  opacity: 0.8 !important;
}

.ashe-cart-link__summary {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.35rem !important;
}

/* =========================
   CLEANUP
   ========================= */

.ashe-site-header .wpmenucartli,
.ashe-site-header .wpmenucart-contents,
.ashe-site-header .site-header-cart,
.ashe-site-header .widget_product_search,
.ashe-site-header .site-search,
.ashe-site-header .secondary-navigation,
.ashe-site-header .menu-toggle,
.ashe-site-header form.search-form {
  display: none !important;
}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 900px) {
  .ashe-header-top__inner {
    grid-template-columns: 1fr !important;
    gap: 0.75rem !important;
    padding: 10px 0 !important;
  }

  .ashe-header-branding {
    justify-content: center !important;
  }

  .ashe-header-info-row {
    grid-template-columns: 1fr !important;
    gap: 0.5rem !important;
  }

  .ashe-header-main__inner {
    grid-template-columns: 48px 1fr !important;
    gap: 0.75rem !important;
    padding: 8px 0 10px !important;
  }

  .ashe-mobile-toggle {
    display: block !important;
  }

  .ashe-primary-navigation {
    display: none !important;
    grid-column: 1 / -1 !important;
  }

  .ashe-primary-navigation.is-open {
    display: block !important;
  }

  .ashe-menu,
  .ashe-primary-navigation ul.menu,
  .ashe-primary-navigation div.menu > ul {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
  }

  .ashe-menu > li > a,
  .ashe-primary-navigation ul.menu > li > a,
  .ashe-primary-navigation div.menu > ul > li > a {
    min-height: 42px !important;
    padding: 0 14px !important;
  }

  .ashe-primary-navigation ul.sub-menu,
  .ashe-primary-navigation ul.children {
    position: static !important;
    display: block !important;
    border: 0 !important;
    background: rgba(255,255,255,0.06) !important;
  }

  .ashe-header-search {
    max-width: none !important;
  }

  .ashe-header-cart {
    grid-column: 1 / -1 !important;
    justify-content: flex-start !important;
  }
}

@media (max-width: 767px) {
  .ashe-header-top {
    display: none !important;
  }

  .ashe-header-main__inner {
    grid-template-columns: 48px minmax(0, 1fr) auto !important;
    align-items: center !important;
  }

  .ashe-cart-link {
    min-height: 42px !important;
    font-size: 0.85rem !important;
  }
}

 

