/** Shopify CDN: Minification failed

Line 6:18 Unexpected "/"

**/
* General Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Arial', sans-serif;
  background-color: #f4f4f4;
  color: #333;
}

/* Header Styling */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #373736;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  color: white;
  z-index: 10;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}

nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.centered-nav {
  list-style: none;
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  margin-right: 400px;
}

.button-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.logo {
  height: 60px;
  width: auto;
  object-fit: contain;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  padding: 0;
}

nav ul li {
  display: inline-block;
}

nav ul li a {
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  transition: color 0.3s ease;
}

nav ul li a:hover {
  color: #00bfae;
}

/* Dropdown Styling */
nav ul li.dropdown {
  position: relative;
}

nav ul li .arrow {
  font-size: 0.8rem;
  margin-left: 5px;
}

.dropdown {
  position: relative;
}

.dropdown a {
  position: relative;
  display: inline-block;
  color: white;
}

.underline-effect {
  display: block;
  height: 2px;
  background-color: white;
  width: 0;
  transition: width 0.4s ease;
  margin-top: 5px;
}

.dropdown-opportunities:hover .underline-effect {
  width: 100%;
}

.dropdown-wrapper {
  height: 90px;
  display: flex;
  align-items: center;
  position: relative;
}

.dropdown-opportunities,
.dropdown-about,
.dropdown-shop {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  cursor: pointer;
}

.dropdown-opportunities a,
.dropdown-about a,
.dropdown-shop a {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 100%;
  line-height: 1;
  white-space: nowrap;
}

.mega-dropdown {
  display: none;
  position: fixed;
  top: 90px;
  left: 0;
  width: 100vw;
  background-color: #373736;
  padding: 40px 10%;
  z-index: 999;
  justify-content: space-between;
  gap: 40px;
  border-top: 1px solid #ffffff1f;
  color: white;
  max-height: 110px;
  margin-top: 0;
}

.mega-dropdown.active {
  display: flex;
}

/* Underline on hover */
#opportunities-link a::after,
#about-link a::after,
#shop-link a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: white;
  transition: width 0.3s ease;
}

#opportunities-wrapper.active-underline a::after,
#about-wrapper.active-underline a::after,
#shop-wrapper.active-underline a::after {
  width: 100%;
}

/* Dropdown hover effects */
.dropdown-item:hover h4 {
  background: linear-gradient(to right, #00d8c1, #05c0dd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

.dropdown-item h4 {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.dropdown-item h4 a {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: inherit;
}

.dropdown-item:hover h4 a {
  background: linear-gradient(to right, #00d8c1, #05c0dd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.strategy-call {
  padding: 12px 30px;
  background-color: #00bfae;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.strategy-call:hover {
  background-color: #008c7a;
}












.breadcrumb {
  font-size: 1rem;
  color: #666;
  text-align: center;
}

.breadcrumb a {
  color: #666;
  text-decoration: underline;
  margin-right: 5px;
}

.breadcrumb span {
  font-weight: bold;
  color: #444;
  text-decoration: underline;
}

.cart-icon {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 30px;
    border: none;             /* remove the outline “box” */
cursor: pointer;
}

.cart-icon img {
  width: 100%;
  height: auto;
}

.cart-count {
  position: absolute;
  top: -10px;
  right: -12px;
  background-color: #FFD814;
  color: black;
  font-weight: bold;
  font-size: 0.7rem;
  padding: 2px 6px;
  border-radius: 999px;
  border: 2px solid white;
}










.brand-hero {
  background-image: url("/cdn/shop/files/ChatGPT_Image_Apr_2_2025_03_07_59_PM.png?v=1744246146");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}

.brand-logo-box {
  background-color: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border: 2px solid transparent;
  background-clip: padding-box;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-logo-box::before {
  content: "";
  position: absolute;
  inset: -4px;
  z-index: -1;
  border-radius: 24px;
  background: linear-gradient(to right, #00d8c1, #05c0dd, #00d8c1);
  animation: glowing-border 3s linear infinite;
}

@keyframes glowing-border {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}

.brand-logo-box img {
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
}




.brand-hero h1 {
  font-size: 3rem;
  margin: 0;
}

.brand-products {
  padding: 60px 10%;
  text-align: center;
}

.brand-products h2 {
  font-size: 2rem;
  margin-bottom: 30px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  justify-content: center;
  padding: 0 5%;
  max-width: 1400px;
  margin: 0 auto;
}

.product-card .image-box {
  background-color: #f5f5f5;
  padding: 16px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 220px;
  margin-bottom: 12px;
}

.product-card .image-box img {
  max-height: 180px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}




.product-card .count-info {
  font-weight: bold;
  color: #555;
  margin-bottom: 10px;
}

.product-card .price {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 6px;
  color: #B12704;
}

.product-card .delivery {
  font-size: 13px;
  color: #555;
  margin-bottom: 14px;
}




.product-card .brand-name {
  font-weight: bold;
  font-size: 0.95rem;
  margin-top: 8px;
  color: #333;
  text-transform: uppercase;
}

.product-title-link {
  text-decoration: none;
  color: #111;
}

.product-title-link:hover .product-title {
  text-decoration: underline;
}

.count-info {
  font-size: 0.9rem;
  color: #555;
  margin-top: 4px;
}

.product-card {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  text-align: left;
  width: 100%;
  max-width: 300px;
}

.product-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.product-content {
  padding-top: 10px;
}

.brand-name {
  font-weight: bold;
  font-size: 0.9rem;
  color: #333;
}

.price {
  font-weight: bold;
 color: #111 !important;
  margin-bottom: 8px;
}

.green-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #28a745;
  border-radius: 50%;
  margin-right: 6px;
  animation: pulse 1.5s infinite;
}


@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(40, 167, 69, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
  }
}

.add-to-cart-btn {
  background-color: #ffd814;
  color: black;
  border: none;
  border-radius: 30px;
  padding: 10px 24px;
  font-weight: bold;
  font-size: 0.95rem;
  cursor: pointer;
  width: 60%;
  transition: background-color 0.3s ease;
  text-align: center;
}

.add-to-cart-btn:hover {
  background-color: #f7ca00;
}

.brand-products:last-of-type {
  padding-bottom: 100px;
}

.amazon-cart-button {
  background-color: #f7ca00;
  border: none;
  color: black;
  padding: 10px 18px;
  font-weight: bold;
  font-size: 0.9rem;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
  transition: background-color 0.2s ease;
}

.amazon-cart-button:hover {
  background-color: #e6b800;
}

.product-card .product-title {
  font-size: 1rem;
  font-weight: 500;
  color: #111;
  line-height: 1.4;
  margin: 8px 0;
  height: 4.2em; /* 3 lines of text */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-word;
   text-decoration: none; /* no underline */
}

.product-tag {
  display: inline-block;
  background-color: #f1f1f1;
  color: #333;
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 6px;
  margin: 4px 4px 8px 0;
  font-weight: 500;
}

.add-to-cart {
  background-color: #ffd814;
  color: #111;
  font-weight: bold;
  padding: 10px 0;
  width: 100%;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
  font-size: 0.95rem;
}

.add-to-cart:hover {
  background-color: #f7ca00;
}
.product-title:hover {
  color: #B12704; /* Amazon red hover */
  text-decoration: none;
}

.brand-about {
  padding-bottom: 120px;
}
.breadcrumb-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top:100px;
  padding: 30px 10%;
  position: relative;
  flex-wrap: wrap;
}

.breadcrumb {
  flex: 1;
  text-align: center;
}

.breadcrumb-cart {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumb-search {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ccc;
   margin-left: -10px; /* <--- add this */
}

.breadcrumb-search input {
  padding: 12px 20px;
  font-size: 15px;
  border: none;
  outline: none;
  width: 320px;
  background: white;
  border-radius: 0;
}

.breadcrumb-search button {
  padding: 12px 18px;
  background-color: #00bfae;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb-search button:hover {
  background-color: #009f93;
}

.breadcrumb-search svg {
  fill: white;
}

/* Search Overlay */
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 10000;
  display: none;
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
  overflow-y: scroll;
}

.search-modal-content {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.close-search {
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
  color: black;
}

.search-bar-expanded {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0 40px;
}

#expanded-search-input {
  width: 100%;
  max-width: 600px;
  padding: 16px 20px;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 999px;
  outline: none;
}
.search-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  justify-content: center;
  padding: 0 5%;
  max-width: 1400px;
  margin: 0 auto;
}
#search-results {
  display: grid;                          /* ensure it’s a grid */
  grid-template-columns: repeat(4, 1fr);  /* 3 products + 1 “See All” slot */
  gap: 40px;                              /* match your other grid gaps */
}



/* Section Headers */
.featured-section {
  margin-bottom: 60px;
}

.featured-section h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}


/* Grid Layouts */
.brand-grid, .product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.brand-grid img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.brand-grid img:hover {
  transform: scale(1.1);
}


.loading-text {
  text-align: center;
  font-size: 1.1rem;
  margin: 20px;
  display: none;
}


/* Header */
.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  font-weight: bold;
  background: #373736;
  color: white;
  font-size: 1.2rem;
}

.close-cart {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

/* Progress Bar */
.progress-bar-container {
  padding: 12px 20px;
  background: #f1f1f1;
  position: relative;
}

.progress-bar {
  height: 6px;
  width: 0%;
  background: linear-gradient(to right, #00d8c1, #05c0dd);
  border-radius: 10px;
  transition: width 1s ease;
}

.free-shipping-text {
  font-size: 0.9rem;
  text-align: center;   /* just in case */
  color: #333;
  margin-top: 8px;
}

/* Cart Items */
.cart-items {
  padding: 20px;
  overflow-y: auto;
  flex-grow: 1;
}

.cart-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.cart-thumb {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-right: 15px;
}

.cart-info {
  flex: 1;
}

.cart-title {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 4px;
}

.cart-variant {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 6px;
}

.cart-qty-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qty-minus, .qty-plus {
  background: #eee;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}

.qty-count {
  font-weight: bold;
  min-width: 16px;
  text-align: center;
}

.subscription-note {
  font-size: 0.8rem;
  color: #007b5e;
  margin-top: 6px;
}

/* Price */
.cart-price {
  font-weight: bold;
  font-size: 1rem;
  margin-left: 12px;
}

/* Summary */
.cart-summary {
  padding: 20px;
  border-top: 1px solid #eee;
  background: #f9f9f9;
}

.subtotal {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin-bottom: 16px;
}

/* target your checkout-link so it looks identical to the old button */
.checkout-button {
  display: block;            /* so width:100% fills the container */
  width: 100%;
  background: #00bfae;
  color: white;
  text-decoration: none;     /* remove the underline */
  text-align: center;        /* center the text */
  padding: 12px 0;           /* vertical padding only, adjust if needed */
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  /* if you’d previously had “border: none” on the button, you can leave it here */
  border: none;
  font-size: 1.2rem;
}

.checkout-button:hover {
  background: #009f93;
  text-decoration: none;     /* ensure no underline on hover */
}

.cart-modal {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 400px;
  max-width: 90vw;
  background: white;
  border-left: 1px solid #eee;
  box-shadow: -5px 0 15px rgba(0,0,0,0.15);
  z-index: 9999;
  display: none;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.cart-modal.active {
  display: flex;
}



/* ────── CART BACKDROP & LIFT ────── */
/* ─── CART BACKDROP ───────────────────────────────────────── */
#cart-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 10001;
    pointer-events: auto; /* must be able to catch clicks */

}

/* ─── FLOATING CART MODAL ─────────────────────────────────── */
.cart-modal {
  position: fixed;
  top:    20px !important;           /* space from top */
  bottom: 20px !important;           /* space from bottom */
  right:  20px !important;
  width:  620px;

  max-height: calc(100vh - 40px);    /* fill between top & bottom */
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  display: none;
  flex-direction: column;
  z-index:     10002;
  overflow: hidden;
}

/* ─── PROGRESS BAR AREA ───────────────────────────────────── */
.progress-bar-container {
  /* keep your existing styles… */
}

/* ─── CART ITEMS + SUMMARY ───────────────────────────────── */
.cart-items {
  flex-grow: 1;
  overflow-y: auto;
  padding: 0 20px;
}

/* you can tweak padding on .cart-header and .cart-summary as needed */
.cart-header,
.cart-summary {
  padding: 12px 20px;
}

/*… rest of your CSS unchanged …*/



/* ─── CUSTOM CART STYLING ─────────────────────────── */

/* 1) Widen the drawer */
.cart-modal {
  width: 450px !important;    /* bump this up or down as you like */
  max-width: 90vw;            /* still fits on small screens */
}

/* 2) Center “YOUR CART” and keep the close‑X in the corner */
.cart-header {
  justify-content: center;    /* center the text */
  position: relative;         /* allow absolutely‑positioned close button */
}
.cart-header .close-cart {
  position: absolute;
  top: 16px;
  right: 20px;
}

/* 3) Draw separators between each item */
.cart-items .cart-item {
  border-top: 1px solid #eee;
  padding: 16px 0;
  margin: 0;                   /* remove your bottom margin so spacing is uniform */
}
.cart-items .cart-item:last-child {
  border-bottom: 1px solid #eee;
}

/* 4) Make the subtotal & total price BIGGER */
.cart-summary .subtotal {
  font-size: 1.6rem;           /* larger label */
  font-weight: bold;
  display: inline;   /* or inline-block */
  justify-content: flex-start; /* pack them together at the left */
  gap: 8px; 
}
.cart-summary .subtotal span:last-child {
  font-size: 1.6rem;           /* larger price */
  font-weight: bold;
}
/* style the remove button */
.cart-remove {
  background: none;
  border: none;
  font-size: 1.2rem;      /* makes the 🗑️ a bit bigger */
  margin: 0 8px;
  cursor: pointer;
  color: #777;
}
.cart-remove:hover {
  color: #e74c3c;         /* turn red on hover */
}



/* 4b) Stretch the subtotal row and push price to the right */
.cart-summary .subtotal {
  display: flex;
  width: 100%;
  align-items: baseline;  /* keeps your number aligned nicely with the label */
  font-weight: bold;
  margin-bottom: 16px;
  gap: 8px;               /* optional spacing between elements */
}

.cart-summary .subtotal #cart-total-price {
  margin-left: auto;
}

.cart-modal.active {
  display: flex;
}

/* remove the underline on your cart‐item titles */
.cart-item .cart-title {
  text-decoration: none;
  color: inherit;      /* so it keeps your existing text color */
}

/* in case you don’t want any underline on hover either */
.cart-item .cart-title:hover {
  text-decoration: none;
}
/* ————————————————————————————————
   3+1 layout: 3 equal columns for products + 1 auto-sized column for “See All”
   ———————————————————————————————— */
#search-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 1fr)) auto; /* 3 flexible card columns + one auto for the button */
  gap: 40px;
  justify-content: start;       /* push the whole grid to the left edge */
  max-width: 1100px;            /* same max-width as your modal */
  margin: 0 auto 40px;          /* center the grid block, add some bottom whitespace */
  align-items: start;
}

#search-results .see-all-results {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

#search-results .see-all-results a {
  white-space: nowrap;
  padding: .6em 1.2em;
  border: 2px solid #28a745;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}

#search-results .see-all-results a:hover {
  background: linear-gradient(90deg, #28a745, #00aaff);
  color: #fff;
  border-color: transparent;
}


/* ————————————————————————————————
   Single result → shrink‐to‐fit & center
   ———————————————————————————————— */
#search-results.one-result {
  /* make our single grid column only as wide as its content */
  grid-template-columns: max-content;
  /* center that column within the grid container */
  justify-content: center;
}

/* ensure our card never stretches wider than 300px */
#search-results.one-result .product-card {
  width: 300px;
}
.product-card.out-of-stock .product-img {
  filter: grayscale(100%);
  opacity: 0.5;
}
/* dim the image a bit, so the overlay is obvious */
.product-card.out-of-stock .product-img {
  opacity: 0.5;
}

/* 2) style the disabled “Out of Stock” button */
.add-to-cart.disabled {
  background-color: #ccc !important;
  color: #666 !important;
  cursor: not-allowed !important;
  border: 1px solid #aaa;
}

/* 1) fix every box to the same height */
.product-img-wrapper {
  width: 100%;
  height: 180px;               /* ← pick whatever works for you */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;            /* crop any over-hang */
}

/* 2) make images scale to fill their box, preserving aspect ratio */
.product-img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

/* 3) undo any old full-width forcing */
.product-card img {
  width: auto;
  height: auto;
}










/* Section 10: Footer */
.section-ten {
  background-color: #232323;
  padding: 100px 10%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  min-height: 450px;
  margin-top: -167px; /* No more negative margin */
  position: relative;
  
}



/* Left Header */
.footer-left h1 {
    font-size: 3rem;
    font-weight: bold;
    color: white;
}

/* Green squiggly effect */
.highlight-together {
    font-style: italic; /* Italicize the text */
    font-weight: bold;
    background: linear-gradient(to right, #00d8c1, #05c0dd); /* Gradient from left to right */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


/* Right Footer Content */
.footer-right {
    display: flex;
    gap: 50px;
}

/* Footer Columns */
.footer-column h3 {
    font-size: 1.2rem;
    color: #888; /* Grey Headers */
    margin-bottom: 10px;
}

.footer-column p {
    font-size: 1rem;
    color: white;
    line-height: 1.6;
}
/* Footer Logo Styling */
.footer-logo {
    width: 200px; /* Adjust the width of the logo */
    height: auto; /* Maintain aspect ratio */
    display: block;
    margin-top: 20px; /* Add some spacing from the text */
  margin-left: 130px;
}


/* Change text color on hover */
.footer-column p:hover {
    color: #049ef1;
}

/* Shop Now Button */
.footer-button {
    margin-top: 30px;
}

.shop-now {
    padding: 12px 30px;
    background-color: none;
    color: white;
    text-decoration: none;
    border-radius: 30px ;
   border: 2px solid white;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: inline-block;
}

.shop-now:hover {
    background: linear-gradient(to right, #00d8c1, #05c0dd); /* Blue to Green gradient */
    border: none; /* Removes white border */
    color: white; /* Keep text color white */
    text-decoration: none;
}

/* Footer Contact Info Styling */
.footer-contact {
    text-align: center;
    font-size: 1rem;
    color: white;
    margin-top: 100px; /* Add spacing from the footer content */
    opacity: 0.8; /* Slightly faded for subtle effect */
  margin-left: 500px;
  
}



/* Chat Button Styling */
.chat-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: black;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.chat-button img {
    width: 30px;
    height: 30px;
}

/* Chatbox Styling */
.chatbox {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 350px; /* Increased width */
    height: 450px; /* Increased height */
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    display: none;
    flex-direction: column;
    z-index: 1001;
}

/* Chat Header */
.chat-header {
    background: black;
    color: white;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.chat-logo {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.close-chat {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

/* Chat Content */
.chat-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Chat Message Styling */
.chat-message {
    display: flex;
    align-items: center;
    gap: 10px;
}

.message-logo {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.message-bubble {
    background: #f1f1f1;
    padding: 10px 15px;
    border-radius: 15px;
    max-width: 80%;
}

/* Chat Options */
.chat-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px; /* Added space after the first message */
}

.chat-option {
    background: #f4f4f4;
    border: none;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s;
}

.chat-option:hover {
    background: #ddd;
}


.transparent-gradient-text {
    font-style: italic; /* Italicized effect */
    font-weight: bold;
    font-size: 3rem; /* Adjust the size if needed */
    background: linear-gradient(to right, #00d8c1, #05c0dd); /* Left-to-right gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block; /* Ensures proper rendering */
}


.highlight-text11 {
    font-style: italic; /* Italicized effect */
    font-weight: bold;
    font-size: 3rem; /* Adjust the size if needed */
    background: linear-gradient(to right, #00d8c1, #05c0dd); /* Left-to-right gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block; /* Ensures proper rendering */
}

.pagination-nav {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 40px 0;
  font-size: 0.95rem;
}
.pagination-nav a,
.pagination-nav span {
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid #ccc;
}
.pagination-nav a:hover {
  background: #f0f0f0;
}
.pagination-nav .current {
  background: #fff;
  border-color: #000;
  font-weight: bold;
}
.pagination-nav .prev,
.pagination-nav .next {
  font-weight: bold;
}

/* ─── Brand-viewer footer fix ───────────────────── */

/* 1) Stop pulling the footer up under your grid */
.section-ten {
  margin-top: 0 !important;
}

/* 2) Push the bottom of your “All Products” section down
   so any pagination (or just the last row) never gets
   slammed into the footer */
.brand-products:last-of-type {
  padding-bottom: 250px !important;
}

/* 3) (Optional) If you’ve built a .brand-pagination
   container for your page links, make sure it renders
   above the footer */
.brand-pagination {
  position: relative;
  z-index: 2;
}
/* Hide the old brand-about block */
.brand-about {
  display: none !important;
}
.brand-pagination {
  display: flex;
  gap: 12px;
  justify-content: center;
  padding: 40px 0;
}

.brand-pagination a {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
}

.brand-pagination a.active {
  background-color: #373736;
  color: white;
  border-color: #373736;
}

.brand-pagination a.prev,
.brand-pagination a.next {
  font-weight: bold;
}


