/*-------------------
This theme uses Bootstrap v5.1.

It is highly recommended to check out Bootstrap's guiding principles,
strategies, and techniques at https://getbootstrap.com/docs/5.1/extend/approach/
before adding custom styling.

To learn more about Bootstrap v4.6, please check
out https://getbootstrap.com/docs/5.1/getting-started/introduction/.
/*-------------------*/

/*-------------------*/
/* GENERAL */
/*-------------------*/
.notification-container, .modal {
  z-index: 20000;
}
.mobile-slider {
   position: fixed;
}



/*-------------------*/
/* TOP NAV */
/*-------------------*/
.top-navbar-notification-container p {
  font-size: 20px;
}

/*-------------------*/
/* HEADER */
/*-------------------*/
.secondary-header-logo {
  height: 40px;           
  width: auto;            
  object-fit: contain;
  aspect-ratio: 3.75 / 1; 
  
  display: block;        
  margin-left: auto;     
  margin-right: auto;    
}

@media (max-width: 767px) {
  .secondary-header-logo {
    height: 22px;        
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 380px) {
  .secondary-header-logo {
    display: none;        
  }
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/
@media (max-width: 991px) {
  .mobile-slider {
    max-height: 100vh; 
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-slider .nav.flex-column {
    display: block !important; 
    width: 100%;
  }

  .mobile-slider .nav-item {
    display: block !important;
    width: 100% !important;
    float: none !important;
  }
}
/*-------------------*/
/* CONTENT */
/*-------------------*/
.homepage-banner-row {
  justify-content: space-around;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-content {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}
.popup-button {
  background-color: #EAAA00;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  margin: 5px;
  cursor: pointer;
  border-radius: 5px;
}
.popup-button:hover {
  background-color: #EAAA00;
}

/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/
.category-price-modifier {
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0px;
  background-color: #ff00ff;
  padding: 18px 15px;
  border-radius: 0 5px 5px 0;
  color: #fff;
}

/*-------------------*/
/* PRODUCT */
/*-------------------*/
.product-page-main .main-img-container,
.product-page-main .images-wrapper ul li {
  border: none;
}
.product-header,
.product-page-main .prod_option_block .product-options .product-option-wrapper,
.multiple-quantity-product-option,
.product-options-wrapper-qd-sc {
  border-bottom: none;
}
.product-overview * {
  font-family: "Arial" !important;
}
.virtual-logo-container button {
  background: #cfcfcf;
}
.product-page-main .add-to-cart-area {
  position: relative;
}
.fakebutton {
  display: none;
}
#fakebuttonerror {
  display: none;
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: red;
}

/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.charlimittext {
  margin-bottom: 6px;
  font-size: 12px;
}

/*-------------------*/
/* FOOTER */
/*-------------------*/
.footerlinks ul > li > a {
  font-size: 22px;
  padding: 0.5rem 2rem;
}
@media (max-width: 992px) {
  /* 1. Force the list to stay in a centered row */
  .footerlinks ul.nav.links {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important; /* Forces one row */
    justify-content: center !important; /* Centers them */
    align-items: center;
    padding: 0;
  }

  /* 2. Adjust the items to fit */
  .footerlinks .nav-item {
    padding: 0 4px !important; /* Tighten spacing between links */
  }

  /* 3. Scale down the text and prevent line breaks */
  .footerlinks .nav-link {
    padding: 5px 2px !important;
    font-size: 10px !important; /* Smaller font to ensure it fits across the width */
    white-space: nowrap; /* Prevents long links from breaking into 2 lines */
  }
}

/* === POPUP MUST ALWAYS BE ON TOP === */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

/* Popup white box */
.popup-content {
  background: #ffffff;
  max-width: 420px;
  margin: 15% auto;
  padding: 20px;
  text-align: center;
  border-radius: 6px;
  position: relative;
  z-index: 10000;
}

/* Disable banner hover effects when popup is open */
body.popup-open .banner-container::before,
body.popup-open .banner-container {
  pointer-events: none;
}

/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 660px) {
}

@media screen and (max-width: 340px) {
}
