body {
  background-color: #fff;

}

body{
  font-weight: 600;
}

.square {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%; /* makes it square */
  position: relative;
}
.square > * {
  position: absolute;
  inset: 0;
}
 .catblocks h1{
  font-size: 150px !important;
 }

#masthead {
    
    /* maintain correct aspect ratio */
    width: 100%;
    min-height: calc(100vw / 12.59);   /* matches 2000 × 278 ratio */

    /* fallback for very large screens */
    max-height: 300px;
    background-color: #fff !important;


}


.fp_logo_outer{
  position: no-repeat;
}

.fp_logo_inner{
  position: absolute;
  max-height: calc(100vw / 10.19);
  height: calc(100vw / 10.19); 
  left: 100px
}

.fp_logo_inner .navbar-brand{
  display: inline-block;
  max-height: 100%;
  height: 80%;
  padding-top: 1%;
}

.fp_logo_inner img.navbar-logo{
  max-height: 100%;
}

.footer-benefits{
  padding: 20px
}

.footer-benefits img{
  max-height: 90px
}

#footer-menu{
  justify-content: center;
}

.bootscore-copyright{
  text-align: center;

}


.bootscore-footer-top,
.bootscore-footer-columns{
  border: none !important;
  background-color: transparent !important;
}

body .bootscore-footer-columns{

  background-color: #F6F1F1 !important;
}

body #footermenu a.nav-link:link,
body #footermenu a.nav-link:visited,{
  color: #224189 !important;
}


body .bootscore-footer-columns .nav-link{
  color: #224189 !important;

}

body .bootscore-footer-columns .nav-link:hover, body .bootscore-footer-columns .nav-link:focus{
  color: #222 !important;

}

.fp-vehicle-makes-list {
  padding-left: 0;
}

.fp-vehicle-make-link {
  display: block;
  padding: .15rem 0;
  text-decoration: none;
}

.fp-vehicle-make-link:hover,
.fp-vehicle-make-link.active {
  text-decoration: underline;
}

/* Left sidebar container */

.order-first{
  
  padding-right: 0;
}

#secondary,
.fp-sidebar-inner {
  background: #ffffff;
  padding: 10px 18px 20px 18px;
  min-height: 100%;
}

/* Vehicle makes list wrapper */
.fp-vehicle-makes {
  margin: 0;
}

/* The list itself */
.fp-vehicle-makes-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Each vehicle make */
.fp-vehicle-make-link {
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #222;
  padding: 4px 0;
  text-decoration: none;
  line-height: 1.2;
}

/* Hover + active state */
.fp-vehicle-make-link:hover,
.fp-vehicle-make-link.active {
  color: #000;
  text-decoration: underline;
}

/* Sidebar heading if used */
.fp-vehicle-makes h2 {
  font-size: 13px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.fp-vehicle-make-search-inner {
  display: flex;
  gap: 4px;
}

.fp-vehicle-make-search-input {
  flex: 1 1 auto;
  padding: 4px 6px;
  font-size: 0.9rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.fp-vehicle-make-search-btn {
  flex: 0 0 auto;
  padding: 4px 10px;
  font-size: 0.85rem;
  border-radius: 4px;
 
  cursor: pointer;
}

.fp-vehicle-make-search-btn:hover {
  background: #f5f5f5;
}


.site-main{
  padding: 30px;
}

.woocommerce .site-main{
  padding: 10px 30px;
}

.woocommerce .card .woocommerce-loop-product__title {
  font-size: 1rem;
}

.top-icons-outer  button.account-toggler,
.top-icons-outer  button.cart-toggler{
  /*border: none !important;
  background-color: none !important;*/
  position: relative !important;
}

.fp-account-toggler{
  padding-left: 2px !important;
  padding-right: 2px !important;

}

.top-icons-outer  button.account-toggler:hover,
.top-icons-outer  button.cart-toggler:hover{
  background-color: #A42362;
  color: white;
}

.fp-cart-toggler{
  padding-left: 2px !important;
  padding-right: 2px !important;

}

.top-nav{
  margin-top: 27px;
}

.top-nav .cart-content-count{

  top:18px !important;
  
}

body .cart-content-count{
  background-color: #1A2A42 !important;
}

.top-bar-widget p{
  font-size: 26px;
  color: #8d8d8d;
  text-align: center;
  justify-content: center;
  font-weight: bold;
}

.text-center{
  align-items: center;
  justify-content: center;
}

#nav-main{
  margin-top: 35px;
}

.blue1{
  color: #224189 !important;
}

.blue{
  color: #0057FC !important;
}


.red{
  color: red !important;
}

.black{
  color: black !important;
}


ul#bootscore-navbar > li + li{
  margin-left: 20px;
}

/*
ul#bootscore-navbar > li + li > a::before {
  content: " - ";
  display: inline-block;
  margin: 0 10px 0 -6px;
  color: #666;
}
*/
#nav-main{
  background-color: #F6F1F1;
}

#nav-main .navbar-nav .nav-link {
  font-weight: 600;
  background-color: white;
  border-radius: 3px;
}

/* ===== NAV HOVER / ACTIVE STYLE (Flippin' red underline) ===== */

#nav-main .navbar-nav .nav-link {
  position: relative;
  background: none !important;
  transition: color .25s ease;
}

/* Hover + focus */
#nav-main .navbar-nav .nav-link:hover,
#nav-main .navbar-nav .nav-link:focus {
  color: #A42362 !important;   /* Clothes red */
  background: none !important;
}

/* Underline effect */
#nav-main .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;           /* was -6px */
  width: 0;
  height: 3px;
  background: #A42362;
  transition: width .25s ease;
}

/* Animate underline in */
#nav-main .navbar-nav .nav-link:hover::after,
#nav-main .navbar-nav .nav-link:focus::after,
#nav-main .navbar-nav .nav-item.active > .nav-link::after {
  width: 100%;
}

/* Active page text colour */
#nav-main .navbar-nav .nav-item.active > .nav-link {
  color: #A42362 !important;
}


.btn-primary, .btn-primary:link, .btn-primary:visited  {
  background-color: #1A2A42 !important;
  border-color: #1A2A42 !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #1A2A42;   /* Slightly darker hover */
  border-color: #1A2A42;
}

button.fp-vehicle-make-search-btn{
  background-color: #1A2A42;
  border-color: #1A2A42;
}

/* ===== FIND YOUR LEADS PROMO BLOCK (ISOLATED) ===== */

.fp-leads-promo {
  position: relative;
  max-width: 1040px;
  margin: 3rem auto;
  border-radius: 26px;
  overflow: hidden;

  /* Embossed border */
  border: 1px solid rgba(255,255,255,0.85);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.9),
    inset 0 -1px 0 rgba(0,0,0,0.18),
    0 10px 30px rgba(0,0,0,0.35);
}

/* Background image */
.fp-leads-promo::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--fp-leads-bg);
  background-size: cover;
  background-position: center;
  filter: blur(0.6px) saturate(0.95);
  transform: scale(1.02);
}

/* Flat 70% fade (no gradient) */
.fp-leads-promo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.70);
}

/* Inner content */
.fp-leads-promo__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2.8rem 3.2rem 2.6rem;
}

/* Title */
.fp-leads-promo__title {
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 700;
  color: #333;
  margin-bottom: 1.6rem;
}

/* Description */
.fp-leads-promo__text {
  font-size: 1.1rem;
  line-height: 1.4;
  color: #111;
  margin-top: 1.2rem;
}

/* === SEARCH FORM (ISOLATED) === */

.fp-leads-promo__form {
  max-width: 520px;
  margin: 0 auto;
}

.fp-leads-promo__form form,
.fp-leads-promo__form .woocommerce-product-search {
  display: flex;
  align-items: stretch;
}

/* Input field */
.fp-leads-promo__form input[type="search"],
.fp-leads-promo__form input[type="text"] {
  flex: 1 1 auto;
  border-radius: 999px 0 0 999px;
  border: none;
  padding: 0.7rem 1.2rem;
  font-size: 1rem;
  background: #ffffff;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.12);
}

/* Button */
.fp-leads-promo__form button,
.fp-leads-promo__form input[type="submit"] {
  border-radius: 0 999px 999px 0;
  border: none;
  padding: 0.7rem 1.6rem;
  font-size: 1rem;
  font-weight: 700;
  background: linear-gradient(180deg, #4f8df5 0%, #1754b0 100%);
  color: #fff;
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.18),
    0 4px 6px rgba(0,0,0,0.35);
  cursor: pointer;
}

.fp-leads-promo__form button:hover,
.fp-leads-promo__form input[type="submit"]:hover {
  filter: brightness(1.05);
}

/* Remove default Woo label safely */
.fp-leads-promo__form label {
  display: none;
}


.fp-hero-title-glint {
  position: relative;
  display: inline-block;
  color: transparent !important;

  background-image: linear-gradient(
    120deg,
    #999 0%,
    #999 35%,
    #1f4fa3 45%,   /* blue */
    #ff0000 50%,   /* red */
    #000000 55%,   /* black */
    #999 65%,
    #999 100%
  );

  background-size: 250% 100%;
  background-repeat: no-repeat;

  -webkit-background-clip: text;
  background-clip: text;

  animation: fp-title-glint 5s linear infinite alternate;
}

@keyframes fp-title-glint {
  0%   { background-position: 0% 0; }
  40%  { background-position: 100% 0; }
  50%  { background-position: 100% 0; } /* pause at right */
  90%  { background-position: 0% 0; }
  100% { background-position: 0% 0; }   /* pause at left */
}

/* Make product images fill the card width */
.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product img {
  width: 100%;
  height: auto;
  display: block;
}


/* Make shop card images touch the card edges */
.woocommerce ul.products li.product .card-img-top,
.woocommerce ul.products li.product a img {
  display: block;
  width: 100%;
  max-width: none;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: .5rem .5rem 0 0; /* keep the rounded top corners, optional */
}

.woocommerce ul.products li.product .card {
  padding: 0 !important;        /* remove inner padding so image can go full width */
}

a.woocommerce-loop-product__link{
  width: 100% !important;
}


.top-icons{
  position: relative;
}

.top-icons-outer{
  position: absolute;
  right: 10%;
  top:20px;
}

.top_nav_outer2{
  margin-top: 40px;
}

.woocommerce-shop .page-title{
  display: none;
}


.fc-container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.fc-col {
  box-sizing: border-box;
  width: 50%;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .fc-col {
    width: 100%;
  }
}   


body.era-menu .dwd-mm-links li{
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}


body p.price span.woocommerce-Price-amount{
  color: #A72364;
}

.page-item span.active {
  background-color: #A72364 !important;
  border-color: #A72364 !important;
  color: #fff !important;
}

body .product_meta{
  font-size: 14px;
}

.lucide {
  font-size: 0; /* removes inline spacing */
}

.lucide  {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #111;
  transition: 0.25s ease;
}


.fc-trust-bar .lucide {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #fff;
  transition: 0.25s ease;
}

.lucide  svg {
  width: 26px;
  height: 26px;
  stroke-width: 1.5;
}

.lucide:hover {
  opacity: 0.6;
}

.cart-count {
  position: absolute;
  top: 4px;
  right: 4px;
  background: #000;
  color: #fff;
  font-size: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.wp-block-woocommerce-product-collection  .wp-block-post-title :where(a){
  height: 100px;
  font-size: 18px;
}

.wp-block-woocommerce-product-collection h2.wp-block-heading{
  display: none;
}

/* ===== HERO-STYLE SEARCH BLOCK (Fuel Cat) ===== */

.fp-hero-search--fuelcat {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 26px;
  padding: 24px 32px 26px;
  background-image: url('../img/AMC-Javalin-Jav390e1.jpg'); /* swap for your real image */
  background-size: cover;
  background-position: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  position: relative;
  overflow: hidden;
}

/* soft frosted overlay like home page */
.fp-hero-search--fuelcat::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.78);
}

.fp-hero-search-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.fp-hero-search-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 14px;
  color: #333;
}

.fp-hero-search-subtitle {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 0.98rem;
  font-weight: 500;
  color: #333;
}

/* search bar */
.fp-hero-search-bar {
  display: flex;
  max-width: 620px;
  margin: 0 auto;
  border-radius: 999px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

.fp-hero-search-input {
  flex: 1 1 auto;
  border: 0;
  padding: 10px 16px;
  font-size: 1rem;
}

.fp-hero-search-input:focus {
  outline: none;
}

.fp-hero-search-btn {
  flex: 0 0 auto;
  border: 0;
  padding: 0 22px;
  background: #1f4fa3;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.fp-hero-search-btn:hover {
  background: #173c7d;
}

.fp-hero-search-btn-icon {
  font-size: 1.1rem;
  color: #fff;
}

body .fp-cart-toggler .top-0{
    top:18px !important;
    background-color: #14253E !important;
}


.woocommerce-Price-amount{
  white-space: nowrap !important;
}


.fc-trust-bar {
  background: #A62765;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  padding: 8px 0;
}

.fc-trust-bar__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 24px;
  text-align: center;
}

.fc-trust-bar__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.fc-trust-bar__item a {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.fc-trust-bar__item a:hover {
  text-decoration: underline;
}

.fc-trust-bar__icon {
  color: #9fe870;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .fc-trust-bar {
    font-size: 13px;
    padding: 7px 0;
  }

  .fc-trust-bar__inner {
    gap: 8px 16px;
  }

  .fc-trust-bar__item {
    white-space: normal;
    justify-content: center;
  }

  ul#bootscore-navbar > li{
    margin-left: 20px;
  }
}


:root {
    --bs-link-color: #224189;
    --bs-link-color-rgb: 34, 65, 137;

    /* optional hover colour (slightly darker) */
    --bs-link-hover-color: #1a326a;
    --bs-link-hover-color-rgb: 26, 50, 106;
}

/* default: mobile */
.fc-tabs--summary { display: none; }
.fc-tabs--below   { display: block; }

/* desktop (Bootstrap lg = 992px) */
@media (min-width: 992px) {
  .fc-tabs--summary { display: block; }
  .fc-tabs--below   { display: none; }
}

#tab-description h2:first-of-type {
  display: none;
}


#nav-main .navbar-nav .current-menu-item .active{
  color: #A42362 !important;   /* Clothes red */
  background: none !important;
}

body .single-product-description{
  font-size: 0.8em !important;
}

body #tab-title-description{
  display: none ;
}

body .related.products{
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
  .fp-hero-search--fuelcat {
    padding: 18px 16px 20px;
    border-radius: 16px;
  }

  .fp-hero-search-title {
    font-size: 1.4rem;
  }

  .fp-hero-search-bar {
    max-width: 100%;
  }

  .fp-hero-search-input {
    font-size: 0.95rem;
  }
  body .cart-content-count {
    display: none!;
  }
}


.bp-opening-hours{
  width: 30%;
}

.bp-times .bp-time {
  white-space:nowrap;
  
}
body .breadcrumb-wrapper{
  font-size: 12px;
  display: block;
  padding: 0 0 10px 0;
}
body .breadcrumb-wrapper .lucide{
  width: 14px;
  height: 14px;
}

body .breadcrumb-wrapper a,
body .breadcrumb-wrapper a:link,
body .breadcrumb-wrapper a:visited{
  text-decoration: none;
}

/* ===== Shrink header + left-align logo on scroll (mobile-first) ===== */


#masthead,
.fp_logo_inner,
.navbar-brand,
.navbar-logo,
.top-icons-outer,
.topbar-header-icons {
  transition: 
    transform 1.35s cubic-bezier(.4,0,.2,1),
    max-height 1.35s cubic-bezier(.4,0,.2,1),
    left 1.35s cubic-bezier(.4,0,.2,1),
    top 1.35s cubic-bezier(.4,0,.2,1),
    padding 1.35s cubic-bezier(.4,0,.2,1);
}





/* SCROLLED state */
body.fp-scrolled #masthead {
  max-height: 120px;                 /* shrink header */
}



body.fp-scrolled .navbar-brand {
  text-align: left !important;        /* stop centering */
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  position: absolute;
}

body.fp-scrolled img.navbar-logo {
  max-height: 72px !important;        /* actual logo image size */
  padding: 10px;
  width: auto !important;
  max-width: none !important;
}

/* Put the icons in one line to the right */
body.fp-scrolled .topbar-header-icons {
  display: flex !important;
  align-items: center;
  justify-content: flex-end !important;
  gap: 14px;
}

/* Your icon wrapper is absolutely positioned already; tighten it */
body.fp-scrolled .top-icons-outer {
  top: 10px !important;
  right: 12px !important;
}

/* Optional: slightly smaller icons when scrolled */
body.fp-scrolled .topbar-header-icons .lucide {
  width: 38px;
  height: 38px;
}
body.fp-scrolled .topbar-header-icons .lucide svg {
  width: 22px;
  height: 22px;
}





/* Scrolled = smaller */
body.fp-scrolled .fp_logo_inner {
  transform: scale(0.72); /* tweak 0.65–0.8 */
}

/* Mobile: reduce the “logo-centre” rules you currently apply */
@media (max-width: 991.98px) {
  body.fp-scrolled .navbar-logo {
    max-width: none !important;   /* override your 60% centering rule */
    margin: 0 !important;
  }

  body .topbar-header .nav-toggler,
  body .topbar-header .account-toggler,
  body .topbar-header .cart-toggler{

    display: inline-flex !important;

  }

  body.fp-scrolled #masthead {
    min-height: 70px;
  }

  body.fp-scrolled #masthead .topbar-header-log-acc {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  body .cart-content-count {
    left: 0 !important;
    height: 27px;
    top: 28px !important;
  }

  h1, .h1 {
    font-size: calc(1.0rem + 1.5vw);
  }


}




/* ===== MOBILE ===== */
@media (max-width: 575.98px) {

  .fp-leads-promo__inner {
    padding: 2.2rem 1.2rem 2.1rem;
  }

  .fp-leads-promo__form form,
  .fp-leads-promo__form .woocommerce-product-search {
    flex-direction: column;
  }

  .fp-leads-promo__form input[type="search"],
  .fp-leads-promo__form input[type="text"],
  .fp-leads-promo__form button,
  .fp-leads-promo__form input[type="submit"] {
    border-radius: 999px;
    width: 100%;
  }

  .fp-leads-promo__form input {
    margin-bottom: 0.75rem;
  }

  .bp-opening-hours{
    width: 100%;
  } 
  .dwd-carousel-row-container li {
    padding: 10px;
  }

  .top-icons-outer {
    top: -6px;
  }

  .cart-content-count{
    top: 18px !important;
  }
  .site-main {
    padding: 0px;
  }

  body #nav-main{
    margin-top: 0;
    padding: 0;
  }
  body.fp-scrolled .topbar-header-icons {
    min-height: 64px;
  }

}



@media  (max-width: 400px) {
  .fp-vehicle-make-search {
    width: 55%;
    float: right;
    position: relative;
    z-index: 200;
    margin-right: 10px;
  }
  .fp-vehicle-make-search-input {
    width: 137px;
  }
}

@media (min-width: 401px) and (max-width: 767px) {

  .fp-vehicle-make-search{
    width: 67%;
    float: right;
    position: relative;
    z-index: 200;
  }
  .fp-vehicle-make-search-input {
    width: 167px;
  }
}

@media all and (max-width: 767px) {

  .fp_logo_inner {
    left: 10px;
  }
  .top-nav {
    margin-top: 0px;
  }

  .top_nav_outer button img{
    height: 34px;
  }
  #nav-main {
    margin-top: 30px;
    background-color: transparent;
  }
  body.fp-scrolled .topbar-header-icons .lucide {
    width: 31px;
    height: 31px;
  }

  .woocommerce .site-main {
    padding: 10px 10px;
  }
  .navbar-logo{
    max-width: 40% !important;
    margin: 0 auto;
  }

  

}

@media screen and (min-width: 768px){



}

@media (min-width: 768px) and (max-width: 991.98px) {

  #nav-main {
    background-color: #F6F1F1;
    display: none;
  }
  .navbar-logo {
    max-width: 20% !important;
    
  }
  .fp_logo_inner {
    left: 10px;
  }
  .top-nav {
    margin-top: 0px;
  }

  .top_nav_outer button img{
    height: 34px;
  }
  #nav-main {
    margin-top: 32px;
  }
  body .fp-hero-title-glint{
    display: none !important;
  }
  .fp_logo_inner {
    max-height: calc(100vw / 13.19);
    height: calc(100vw / 7.19);
  }
  .top-icons-outer {
    top: -8px;
  }
  .top-nav .cart-content-count{
    top:18px !important;
  }
}

@media (max-width: 991.98px) {
    
  #masthead .widget-header-centre .dwd-ticker{
    display: none !important;
  }

  #masthead {
    
    max-height: 250px;
    background-color: #fff !important;


  }

  #secondary, .fp-sidebar-inner {
    padding: 0px;
  }

  .fp-vehicle-make-search-inner{
    height: 41px;
  }

  


  #secondary {              /* your sidebar column */
  }

  

  .navbar-brand{
    display: block;
    text-align: center;
  }

  .topbar-header-icons{
    display: flex;
    justify-content: center;
  }

}



@media (min-width: 992px) {

  body .cart-content-count {
    left: 0 !important;
    height: 27px;
    top: 28px !important;
  }

  #masthead .topbar-header {
    position: relative;
  }

  #masthead .widget-header-centre {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    text-align: center;
    margin: 0;
    line-height: 1;
  }

  #masthead .topbar-header{
    position: relative;
  }

  /* Centre widget: centred, but limited width so it doesn't sit over logo/icons */
  #masthead .widget-header-centre{
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
    width: min(900px, calc(100% - 320px)); /* adjust 320px if needed */
    z-index: 2;
    pointer-events: none; /* prevents blocking clicks on logo/icons */
  }

  /* Re-enable pointer events for the ticker itself (so links are clickable) */
  #masthead .widget-header-centre .dwd-ticker,
  #masthead .widget-header-centre .dwd-ticker a{
    pointer-events: auto;
  }

  /* Make sure it clips nicely */
  #masthead .widget-header-centre .dwd-ticker{
    overflow: hidden;
    height: 30px;
  }


  
  /* default (not scrolled) is whatever you already have */
  body.not-scrolled #masthead {
    
  }
  body.not-scrolled img.navbar-logo {
    max-height: 155px !important;        /* actual logo image size */
    height: 155px !important;        /* actual logo image size */
    width: auto !important;
    max-width: none !important;
    padding: 25px 30px 30px 30px;
  }

  body.not-scrolled .topbar-header-icons {
    display: flex !important;
    align-items: center;
    justify-content: flex-end !important;
    gap: 14px;
    padding: 40px 20px 22px 0;
  }
  body.not-scrolled .navbar-brand {
    text-align: left !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    position: absolute;
  }

  body .topbar-header .account-toggler,
  body .topbar-header .cart-toggler{

    display: inline-flex !important;

  }

/* ------ */

}



@media (min-width: 992px) and (max-width: 1199.98px) {

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 6px;
    padding-left: 6px;
  }

  #masthead .widget-header-centre .dwd-ticker{
    display: none !important;
  }

  #nav-main .navbar-nav .nav-link {
    font-size: 14px; white-space: nowrap;
  }

  .fp_logo_inner {
    left: 24px;
  }
  body .fp-hero-title-glint{
    display: none !important;
  }
  .top-icons-outer {
    top: 0px;
  }
  #nav-main {
    margin-top: 57px;
  }
  .top-nav .cart-content-count{
    top:18px !important;
  }




  body.fp-scrolled #masthead .topbar-header-log-acc {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  body .cart-content-count{
    left: 0 !important;
    height: 27px;
  }
  ul#bootscore-navbar {
    flex-wrap: nowrap;
  }

  ul#bootscore-navbar > li + li {
    margin-left: 6px;
  }

  #nav-main .navbar-nav .nav-link {
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
    white-space: nowrap;
  }
  /* --- Header layout fix --- */
  #masthead {
    min-height: auto !important;
    max-height: none !important;
    padding-bottom: 0 !important;
  }

  #nav-main {
    margin-top: 0 !important;
  }

  body.not-scrolled img.navbar-logo {
    max-height: 95px !important;
    height: 95px !important;
    padding: 12px 20px 12px 20px !important;
    z-index: 1000;
  }

  body.not-scrolled .topbar-header-icons {
    padding: 14px 20px 10px 0 !important;
    gap: 10px;
  }

  .top-icons-outer {
    top: 6px !important;
    right: 6% !important;
  }

  .fp_logo_inner {
    left: 20px;
    height: auto !important;
    max-height: none !important;
  }


}

@media (min-width: 1200px) {


  h1.product_title,
  .search-results h1.page-title
  {
    font-size: 1.4rem !important;
  }
  .woocommerce-Tabs-panel h2{
    font-size: 1.4rem !important;
  }
  h2.woocommerce-loop-product__title{

  }
  .related > h2{
    font-size: 1em !important;
  }

  body .breadcrumb-wrapper {
    font-size: 15px;
    opacity: 0.6;
  }
  body .breadcrumb-wrapper .lucide {
    width: 16px;
    height: 16px;
  }

  #nav-main .navbar-nav .nav-link {
    font-size: 16px;
  }
  h1, .h1 {
    font-size: 1.6rem;
  }
  
}

@media (min-width: 1200px) and (max-width: 1299.98px){
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 6px;
    padding-left: 6px;
  }
  .top-nav {
    margin-top: 11px;
  }

  .top_nav_outer2 {
    margin-top: 27px;
  }

}
@media (min-width: 1300px) and (max-width: 1399.98px){

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }
  .top-nav {
    margin-top: 11px;
  }

  .top_nav_outer2 {
    margin-top: 27px;
  }
}

@media (min-width: 1400px) and (max-width: 1499px){

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }
  .top-nav {
    margin-top: 11px;
  }

  .top_nav_outer2 {
    margin-top: 27px;
  }

  .top_nav_outer .text-center {
    align-items: none ;
    justify-content: right;
  }
}

@media (min-width: 1400px) {
}

@media (min-width: 1400px) and (max-width: 1699px){
}

@media (min-width: 1500px){
}

@media (min-width: 1700px){
  #nav-main {
    
  }
}