/* limit size of search thumbnails | 6419114-zen */  
figure.post-thumbnail {
width: 30%;
}
/* Hide product category images on product category pages | CM| 6456698-zen */  
 
body.tax-product_cat #page .woocommerce-products-header img {
    display: none;
}
/* Underline links / 6548076-zen (SH) */
a {
    text-decoration: underline;
}

/* Top-level menu items */
.main-navigation ul li > a,
.navbar ul li > a,
.menu > li > a {
  color: white !important; /* default text color */
}

.main-navigation ul li > a:hover,
.navbar ul li > a:hover,
.menu > li > a:hover {
  color: #f4d9b6 !important; /* hover color */
}

/* Dropdown menu items */
.main-navigation ul ul li > a,
.navbar ul ul li > a,
.menu .sub-menu a {
  color: black !important;
}

.main-navigation ul ul li > a:hover,
.navbar ul ul li > a:hover,
.menu .sub-menu a:hover {
  color: black !important; /* dropdown stays black on hover */
}
/* Default desktop dropdown (black text) */
.menu .sub-menu a {
  color: black;
}
.menu .sub-menu a:hover {
  color: black;
}

/* Mobile dropdown (white text for sub-menu) */
@media (max-width: 768px) {
  .menu .sub-menu a {
    color: white !important;
  }
  .menu .sub-menu a:hover {
    color: white !important;
  }
}
/* Make sub-menu (dropdown) links white on mobile */
@media (max-width: 1024px) {
  /* broad set of selectors to cover many themes */
  nav ul ul li a,
  .menu ul ul li a,
  .main-navigation ul ul li a,
  .primary-menu ul ul li a,
  .mobile-menu ul li a,
  .offcanvas-menu ul li a,
  .off-canvas ul li a,
  .drawer ul li a {
    color: #ffffff !important;
  }

  /* ensure any span/child inside the link is also white */
  nav ul ul li a * ,
  .menu ul ul li a * {
    color: #ffffff !important;
  }

  /* if your links include SVG icons */
  nav ul ul li a svg,
  .menu ul ul li a svg {
    fill: #ffffff !important;
  }

  /* keep hover/focus white too */
  nav ul ul li a:hover,
  nav ul ul li a:focus,
  .menu ul ul li a:hover,
  .menu ul ul li a:focus {
    color: #ffffff !important;
  }
}
a img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 0px;
}

a img:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
/* =====================================
   FLUTEWORKS HEADER + MENU REFINEMENT
   Stow Theme
   ===================================== */

/* Reduce whitespace around logo */
.site-branding{
  padding-top: 15px !important;
  padding-bottom: 8px !important;
  margin-bottom: 25px !important;
}

/* Logo sizing */
.custom-logo{
  max-height: 200px !important;
  width: auto !important;
}

/* Blue/gray menu bar */
#site-navigation,
.main-navigation{
  background: #f4f6f7 !important;
  border-top: none !important;
  border-bottom: 1px solid rgba(79,111,96,.18) !important;
  margin-top: 0 !important;
  text-align: center !important;
}

/* Top-level menu links */
#site-navigation ul li > a,
.main-navigation ul li > a,
.menu > li > a{
  color: #4a5d76 !important;
  font-family: "Montserrat", system-ui, sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 13px;
}

/* Top-level hover */
#site-navigation ul li > a:hover,
.main-navigation ul li > a:hover,
.menu > li > a:hover{
  color: #9b7a3a !important;
}

/* Dropdown menu container */
#site-navigation ul ul,
.main-navigation ul ul,
.menu .sub-menu{
  background: #ffffff !important;
  border: 1px solid rgba(79,111,96,.14) !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.10) !important;
}

/* Dropdown links */
#site-navigation ul ul li > a,
.main-navigation ul ul li > a,
.menu .sub-menu a{
  color: #4a5d76 !important;
  background: #ffffff !important;
  font-family: "Montserrat", system-ui, sans-serif !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: .02em;
  font-size: 13px;
}

/* Dropdown hover */
#site-navigation ul ul li > a:hover,
.main-navigation ul ul li > a:hover,
.menu .sub-menu a:hover{
  color: #9b7a3a !important;
  background: #f4f6f7 !important;
}

/* Reduce space before page content */
.site-content,
.content-area{
  padding-top: 0px !important;
}

/* Optional: hide site title/tagline if logo is enough */
.site-title,
.site-description{
  display: none !important;
}

/* =====================================
   MOBILE MENU
   ===================================== */

@media (max-width: 782px){

  .site-branding{
    padding-top: 10px !important;
    padding-bottom: 6px !important;
  }

  .custom-logo{
    max-height: 90px !important;
  }

  #site-navigation,
  .main-navigation{
    background: #f4f6f7 !important;
  }

  #site-navigation a,
  .main-navigation a,
  .menu a{
    color: #4a5d76 !important;
    font-size: 13px !important;
  }

  #site-navigation a:hover,
  .main-navigation a:hover,
  .menu a:hover{
    color: #9b7a3a !important;
  }

  /* Mobile dropdown links */
  #site-navigation ul ul a,
  .main-navigation ul ul a,
  .menu .sub-menu a{
    color: #4a5d76 !important;
    background: #ffffff !important;
  }
}
/* Hide page titles but leave blog posts alone 

.page .entry-header,
.page .page-title,
.page .entry-title {
    display: none !important;
}*/
/* Header cart text */
.woocommerce-cart-subtotal,
.woocommerce-cart-subtotal *,
.woocommerce-cart-count,
.woocommerce-cart-link,
.woocommerce-cart-link * {
  color: #4a5d76 !important;
  opacity: 1 !important;
}
@media (max-width: 768px) {
    .custom-logo {
        max-height: 160px !important;
        width: auto !important;
    }
}
/* Force mobile menu toggle colors */
button.sub-menu-toggle,
button.sub-menu-toggle:hover,
button.sub-menu-toggle:focus {
    background: #f4f6f7 !important;
    color: #4a5d76 !important;
}
/* FluteWorks account-required checkout message */

.fw-checkout-account-gate {
  max-width: 760px;
  margin: 25px auto 35px;
  padding: 32px;
  border: 1px solid #d8dde2;
  background: #ffffff;
  text-align: center;
}

.fw-checkout-account-gate h2 {
  margin: 0 0 12px;
  color: #3d4254;
}

.fw-checkout-account-gate p {
  margin: 0 auto 22px;
  max-width: 620px;
}

.fw-checkout-account-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.fw-checkout-account-actions .button {
  min-width: 190px;
  padding: 14px 24px;
  border-radius: 0;
  text-align: center;
}

.fw-account-login {
  background: #3d4254 !important;
  color: #ffffff !important;
}

.fw-account-register {
  background: #ffffff !important;
  color: #3d4254 !important;
  border: 1px solid #3d4254 !important;
}

.fw-checkout-account-note {
  margin-top: 22px !important;
  margin-bottom: 0 !important;
  font-size: 14px;
}

/* Hide WooCommerce's plain fallback message because our panel replaces it */
.woocommerce-checkout .woocommerce > p:first-of-type {
  display: none;
}

@media (max-width: 600px) {
  .fw-checkout-account-gate {
    padding: 24px 18px;
  }

  .fw-checkout-account-actions {
    display: block;
  }

  .fw-checkout-account-actions .button {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
}
/* =========================================
   FLUTEWORKS - WOOCOMMERCE CATEGORY STYLING
   Shop C Flutes + nested product categories
   ========================================= */

/* Overall archive area */
body.tax-product_cat .site-main,
body.tax-product_cat main {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* =========================================
   FLUTEWORKS WOOCOMMERCE ARCHIVE HEADERS
   Applies to all product category pages
   ========================================= */


/* =========================================
   BREADCRUMBS
   ========================================= */

body.tax-product_cat .woocommerce-breadcrumb,
body.tax-product_cat nav.woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-breadcrumb a,
body.tax-product_cat nav.woocommerce-breadcrumb a {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.tax-product_cat .woocommerce-breadcrumb,
body.tax-product_cat nav.woocommerce-breadcrumb {
  color: rgba(61,66,84,.62) !important;
  margin-bottom: 18px !important;
}

body.tax-product_cat .woocommerce-breadcrumb a,
body.tax-product_cat nav.woocommerce-breadcrumb a {
  color: #3d4254 !important;
  text-decoration: none !important;
}

body.tax-product_cat .woocommerce-breadcrumb a:hover,
body.tax-product_cat nav.woocommerce-breadcrumb a:hover {
  color: #b08a3c !important;
}


/* =========================================
   CATEGORY HEADER
   ========================================= */

body.tax-product_cat .woocommerce-products-header {
  margin-bottom: 28px !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

body.tax-product_cat .woocommerce-products-header__title,
body.tax-product_cat h1.woocommerce-products-header__title,
body.tax-product_cat .page-title {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: clamp(26px, 2.4vw, 36px) !important;
  line-height: 1.18 !important;
  font-weight: 500 !important;
  letter-spacing: -.01em !important;
  color: #111 !important;
  margin: 0 0 14px !important;
}


/* Short gold accent line */

body.tax-product_cat .woocommerce-products-header::after {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  background: #b08a3c;
  margin-top: 12px;
}


/* Category description */

body.tax-product_cat .term-description {
  max-width: 760px;
  margin: 14px 0 0 !important;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  color: rgba(17,17,17,.72) !important;
}

/* =========================================
   CATEGORY GRID
   ========================================= */

body.tax-product_cat ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 20px !important;
}
/* Keep WooCommerce product/category grids flush */

body.tax-product_cat ul.products::before,
body.tax-product_cat ul.products::after {
  display: none !important;
  content: none !important;
}

body.tax-product_cat ul.products > li {
  grid-column: auto !important;
  grid-row: auto !important;
}

body.tax-product_cat ul.products li.product.first,
body.tax-product_cat ul.products li.product-category.first {
  clear: none !important;
}
/* Remove WooCommerce float behavior */
body.tax-product_cat ul.products li.product,
body.tax-product_cat ul.products li.product-category {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}


/* =========================================
   CATEGORY CARDS
   ========================================= */

body.tax-product_cat ul.products li.product-category {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  padding: 16px;
  transition:
    transform .18s ease,
    border-color .18s ease,
    box-shadow .18s ease;
}

body.tax-product_cat ul.products li.product-category:hover {
  transform: translateY(-3px);
  border-color: rgba(0,0,0,.16);
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
}

body.tax-product_cat ul.products li.product-category a {
  display: block;
  text-decoration: none;
}


/* =========================================
   CATEGORY IMAGES
   ========================================= */

body.tax-product_cat ul.products li.product-category img {
  width: 100% !important;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0 0 16px !important;
  background: #fff;
  transition: transform .25s ease;
}

body.tax-product_cat ul.products li.product-category:hover img {
  transform: scale(1.025);
}


/* =========================================
   CATEGORY TITLES
   ========================================= */

body.tax-product_cat ul.products li.product-category h2,
body.tax-product_cat ul.products li.product-category .woocommerce-loop-category__title {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
  color: #3d4254;
  margin: 0;
  text-align: center;
}

body.tax-product_cat ul.products li.product-category .count {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(61,66,84,.55);
  background: transparent;
}


/* =========================================
   PRODUCT CARDS
   Nested category pages
   ========================================= */

body.tax-product_cat ul.products li.product:not(.product-category) {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  padding: 16px;
  text-align: center;
  transition:
    transform .18s ease,
    border-color .18s ease,
    box-shadow .18s ease;
}

body.tax-product_cat ul.products li.product:not(.product-category):hover {
  transform: translateY(-3px);
  border-color: rgba(0,0,0,.16);
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
}

body.tax-product_cat ul.products li.product img {
  width: 100% !important;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: block;
  margin-bottom: 16px !important;
}

body.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  color: #111;
  padding: 0;
  margin: 0 0 10px;
}

body.tax-product_cat ul.products li.product .price {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: #3d4254;
  margin-bottom: 14px;
}


/* =========================================
   PRODUCT BUTTONS
   ========================================= */

body.tax-product_cat ul.products li.product .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 16px;
  border: 1px solid #3d4254;
  border-radius: 0 !important;
  background: #3d4254;
  color: #fff !important;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition:
    transform .18s ease,
    background-color .18s ease,
    border-color .18s ease;
}

body.tax-product_cat ul.products li.product .button:hover {
  background: #b08a3c;
  border-color: #b08a3c;
  transform: translateY(-2px);
}
/* Force square FluteWorks buttons on shop category pages */
body.tax-product_cat ul.products .button,
body.tax-product_cat ul.products a.button,
body.tax-product_cat ul.products button.button,
body.tax-product_cat .woocommerce a.button {
  border-radius: 0 !important;
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 980px) {

  body.tax-product_cat ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 640px) {

  body.tax-product_cat ul.products {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.tax-product_cat .woocommerce-products-header {
    margin-bottom: 20px;
  }

  body.tax-product_cat ul.products li.product-category,
  body.tax-product_cat ul.products li.product:not(.product-category) {
    padding: 14px;
  }

}
/* =========================================
   FLUTEWORKS PRODUCT CARD BUTTONS
   ========================================= */

/* Product grid buttons */
body.woocommerce ul.products li.product a.button,
body.woocommerce ul.products li.product .button,
body.tax-product_cat ul.products li.product a.button,
body.tax-product_cat ul.products li.product .button,
body.post-type-archive-product ul.products li.product a.button,
body.post-type-archive-product ul.products li.product .button {
    background-color: #3d4254 !important;
    color: #ffffff !important;

    border: 1px solid #3d4254 !important;
    border-radius: 0 !important;

    text-decoration: none !important;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease;
}


/* Hover */
body.woocommerce ul.products li.product a.button:hover,
body.woocommerce ul.products li.product .button:hover,
body.tax-product_cat ul.products li.product a.button:hover,
body.tax-product_cat ul.products li.product .button:hover,
body.post-type-archive-product ul.products li.product a.button:hover,
body.post-type-archive-product ul.products li.product .button:hover {
    background-color: #62697d !important;
    border-color: #62697d !important;
    color: #ffffff !important;
}
/* =========================================
   FLUTEWORKS - SHOP CATEGORY GRID
   Main /shop/ page only
   ========================================= */


/* =========================================
   ALL PRODUCTS HEADING
   Custom block below search
   ========================================= */

body.woocommerce-shop .fw-shop-all-products-heading {
  margin: 30px 0 24px 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

body.woocommerce-shop .fw-shop-all-products-heading h2 {
  margin: 0 !important;
  padding: 0 !important;

  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 28px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  letter-spacing: -.02em !important;

  color: #111 !important;
  text-align: left !important;
}

body.woocommerce-shop .fw-shop-all-products-line {
  display: block !important;

  width: 44px !important;
  height: 2px !important;

  margin: 12px 0 0 0 !important;

  background: #b08a3c !important;
}


/* =========================================
   CATEGORY GRID
   ========================================= */

body.woocommerce-shop ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;

  margin-top: 0 !important;
}


/* Remove WooCommerce float behavior */

body.woocommerce-shop ul.products li.product-category {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}


/* =========================================
   CATEGORY CARDS
   ========================================= */

body.woocommerce-shop ul.products li.product-category {
  background: #ffffff;

  border: 1px solid rgba(61, 66, 84, 0.12);
  border-radius: 0 !important;

  padding: 18px 18px 16px;

  box-sizing: border-box;

  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}


body.woocommerce-shop ul.products li.product-category:hover {
  transform: translateY(-3px);

  border-color: rgba(61, 66, 84, 0.38);

  box-shadow:
    0 8px 24px rgba(61, 66, 84, 0.08);
}


body.woocommerce-shop ul.products li.product-category > a {
  display: block;

  text-decoration: none !important;
}


/* =========================================
   CATEGORY IMAGES
   ========================================= */

body.woocommerce-shop ul.products li.product-category img {
  width: 100% !important;
  height: 230px;

  object-fit: contain;
  object-position: center;

  display: block;

  margin: 0 0 18px !important;
  padding: 8px;

  background: #ffffff;

  box-sizing: border-box;

  transition: transform 0.25s ease;
}


body.woocommerce-shop ul.products li.product-category:hover img {
  transform: scale(1.025);
}


/* =========================================
   CATEGORY TITLES
   ========================================= */

body.woocommerce-shop ul.products li.product-category h2,
body.woocommerce-shop ul.products li.product-category .woocommerce-loop-category__title {
  margin: 0 !important;

  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;

  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;

  color: #3d4254 !important;

  text-align: center !important;
}


/* =========================================
   PRODUCT COUNTS
   ========================================= */

body.woocommerce-shop ul.products li.product-category .count {
  display: block;

  margin-top: 5px;

  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;

  font-size: 12px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;

  color: rgba(61, 66, 84, 0.58) !important;

  background: transparent !important;
}


/* =========================================
   KEEP CATEGORY GRID FLUSH
   ========================================= */

body.woocommerce-shop ul.products::before,
body.woocommerce-shop ul.products::after {
  display: none !important;
  content: none !important;
}


body.woocommerce-shop ul.products > li {
  grid-column: auto !important;
  grid-row: auto !important;
}


body.woocommerce-shop ul.products li.product-category.first {
  clear: none !important;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 980px) {

  body.woocommerce-shop ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 640px) {

  body.woocommerce-shop .fw-shop-all-products-heading {
    margin-top: 24px !important;
    margin-bottom: 20px !important;
  }

  body.woocommerce-shop .fw-shop-all-products-heading h2 {
    font-size: 26px !important;
  }

  body.woocommerce-shop ul.products {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.woocommerce-shop ul.products li.product-category {
    padding: 14px;
  }

  body.woocommerce-shop ul.products li.product-category img {
    height: 190px;
    margin-bottom: 14px !important;
  }

  body.woocommerce-shop ul.products li.product-category h2,
  body.woocommerce-shop ul.products li.product-category .woocommerce-loop-category__title {
    font-size: 15px !important;
  }

}
/* =========================================
   CONTACT FORM SUBMIT BUTTON
   ========================================= */

button.pushbutton-wide {
  background-color: #3d4254 !important;
  border-color: #3d4254 !important;
  color: #ffffff !important;
  border-radius: 0 !important;

  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}

/* Hover */
button.pushbutton-wide:hover {
  background-color: #69748c !important;
  border-color: #69748c !important;
  color: #ffffff !important;
}

/* While button is being clicked */
button.pushbutton-wide:active {
  background-color: #8992a5 !important;
  border-color: #8992a5 !important;
  color: #ffffff !important;
}
/* =========================================
   FLUTEWORKS - MY ACCOUNT PAGE
   ========================================= */

/* Page background / typography */
body.woocommerce-account .site-main,
body.woocommerce-account main,
body.woocommerce-account .entry-content {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Main WooCommerce account wrapper */
body.woocommerce-account .woocommerce {
  background: #f4f6f7;
  padding: 28px 18px 36px;
}


/* =========================================
   LOGIN / REGISTER COLUMNS
   ========================================= */

body.woocommerce-account .woocommerce .col2-set {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

body.woocommerce-account .woocommerce .u-column1,
body.woocommerce-account .woocommerce .u-column2 {
  width: auto !important;
  float: none !important;

  background: #ffffff;
  border: 1px solid rgba(61,66,84,.12);
  border-radius: 0;

  padding: 26px 24px;
}


/* =========================================
   LOGIN / REGISTER HEADINGS
   ========================================= */

body.woocommerce-account .woocommerce h2 {
  margin: 0 0 18px;

  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 28px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  letter-spacing: -.02em !important;

  color: #111 !important;
}

/* Gold accent */
body.woocommerce-account .woocommerce h2::after {
  content: "";
  display: block;

  width: 44px;
  height: 2px;

  margin-top: 10px;

  background: #b08a3c;
}


/* =========================================
   FORM LABELS
   ========================================= */

body.woocommerce-account .woocommerce form .form-row label {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;

  color: #3d4254;
}


/* =========================================
   FORM FIELDS
   ========================================= */

body.woocommerce-account .woocommerce form input.input-text,
body.woocommerce-account .woocommerce form input[type="text"],
body.woocommerce-account .woocommerce form input[type="email"],
body.woocommerce-account .woocommerce form input[type="password"] {
  width: 100%;

  min-height: 46px;

  padding: 11px 12px;

  border: 1px solid rgba(61,66,84,.22) !important;
  border-radius: 0 !important;

  background: #ffffff !important;

  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 15px;

  box-sizing: border-box;
}

body.woocommerce-account .woocommerce form input.input-text:focus,
body.woocommerce-account .woocommerce form input[type="text"]:focus,
body.woocommerce-account .woocommerce form input[type="email"]:focus,
body.woocommerce-account .woocommerce form input[type="password"]:focus {
  border-color: #3d4254 !important;
  outline: 2px solid rgba(61,66,84,.12);
  outline-offset: 1px;
}


/* =========================================
   LOGIN / REGISTER BUTTONS
   ========================================= */

body.woocommerce-account .woocommerce form button.button,
body.woocommerce-account .woocommerce form .button {
  background: #3d4254 !important;
  border: 1px solid #3d4254 !important;
  border-radius: 0 !important;

  color: #ffffff !important;

  padding: 12px 18px !important;

  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;

  text-decoration: none !important;

  transition:
    background-color .18s ease,
    border-color .18s ease,
    transform .18s ease;
}

body.woocommerce-account .woocommerce form button.button:hover,
body.woocommerce-account .woocommerce form .button:hover {
  background: #69748c !important;
  border-color: #69748c !important;

  color: #ffffff !important;

  transform: translateY(-1px);
}


/* =========================================
   REMEMBER ME / LOST PASSWORD
   ========================================= */

body.woocommerce-account .woocommerce .woocommerce-form-login__rememberme {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 13px;

  color: rgba(17,17,17,.72);
}

body.woocommerce-account .woocommerce .woocommerce-LostPassword {
  margin-top: 14px;
}

body.woocommerce-account .woocommerce .woocommerce-LostPassword a {
  color: #3d4254 !important;
  text-decoration: none !important;
  font-weight: 500;
}

body.woocommerce-account .woocommerce .woocommerce-LostPassword a:hover {
  color: #b08a3c !important;
}


/* =========================================
   GENERAL ACCOUNT TEXT
   ========================================= */

body.woocommerce-account .woocommerce p {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;

  color: rgba(17,17,17,.74);
}


/* =========================================
   ACCOUNT NAVIGATION
   Logged-in users
   ========================================= */

body.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #ffffff;

  border: 1px solid rgba(61,66,84,.12);

  padding: 16px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;

  padding: 0;
  margin: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0;

  border-bottom: 1px solid rgba(61,66,84,.10);
}

body.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
  border-bottom: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;

  padding: 12px 10px;

  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;

  color: #3d4254 !important;

  text-decoration: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: #f4f6f7;
}

body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  color: #111 !important;
  font-weight: 600;
  border-left: 3px solid #b08a3c;
}


/* =========================================
   ACCOUNT CONTENT
   Logged-in users
   ========================================= */

body.woocommerce-account .woocommerce-MyAccount-content {
  background: #ffffff;

  border: 1px solid rgba(61,66,84,.12);

  padding: 24px;
}


/* =========================================
   TABLET / MOBILE
   ========================================= */

@media (max-width: 800px) {

  body.woocommerce-account .woocommerce .col2-set {
    grid-template-columns: 1fr;
  }

  body.woocommerce-account .woocommerce {
    padding-left: 14px;
    padding-right: 14px;
  }

  body.woocommerce-account .woocommerce .u-column1,
  body.woocommerce-account .woocommerce .u-column2 {
    padding: 22px 18px;
  }

}