.container {
  max-width: 800px;
  margin: 80px auto 2rem;
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  text-align: center;
}

h1 {
  margin-top: 5px;
  color: #333;
}

input#tracking-id {
  width: 100%;
  padding: 12px;
  margin: 15px 0;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 1rem;
}

button {
  background-color: #000000;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

button:hover {
  background-color: #292929;
}

.status-box {
  margin-top: 20px;
  padding: 15px;
  background: #ffffff;
  text-align: left;
  border-radius: 10px;
}

.order-entries {
  margin-top: 20px;
}

.entry-card {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  margin: 10px 0;
  text-align: left;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.entry-header {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

.entry-content {
  line-height: 1.6;
}

.entry-field {
  margin: 5px 0;
}

.field-name {
  font-weight: 600;
  color: #555;
  display: inline-block;
  min-width: 120px;
}

.field-value {
  color: #333;
}

.no-entries, .loading {
  text-align: center;
  color: #666;
  font-style: italic;
  padding: 20px;
}

/* Status Bar Styling */
.status-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 20px;
  position: relative;
  padding: 0 10px;
}

/* Circle size and transition */
.status-step {
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ccc;
  border: 3px solid #ccc;
  transition: background-color 2.5s ease, border-color 2.5s ease;
}

.status-step.active {
  background-color: #585858;
  border-color: #585858;
}

.status-step.refunded {
  background-color: red;
  border-color: red;
}

/* Status line constrained between circles */
.status-line {
  position: absolute;
  top: 50%;
  left: calc(15px + 10px); /* half circle + container padding */
  width: calc(100% - 2 * (15px + 10px)); /* full width minus edges */
  height: 10px;
  background-color: #ccc;
  z-index: 1;
  border-radius: 3px;
  transform: translateY(-50%);
}

.status-line-filled {
  position: absolute;
  top: 50%;
  left: calc(15px + 10px);
  height: 6px;
  background-color: #585858;
  z-index: 2;
  border-radius: 3px;
  transform: translateY(-50%);
  width: 0;
  transition: width 0.3s ease;
}

/* Animate status fill */
@keyframes fillLine {
  from {
    width: 0%;
  }
  to {
    width: var(--fill-width);
  }
}

.status-line-filled.animated {
  animation: fillLine 3s ease forwards;
}


.logo{
  margin-left: 130px !important;
}

  @media (max-width: 888px) {
  .hero-content h1 {
  font-size: 2rem;
  }

  .hero-content p {
  font-size: 1rem;
  }

  .cta-button {
  padding: 0.6rem 1.5rem;
  font-size: 0.95rem;
  }
.hero {
  background-image: url('images/image2.jpg');
  background-position: center ;
  background-repeat: no-repeat;
  background-size: cover;
  height: 105vh !important;
  width: 105vw;
  margin-left: -16px;
  margin-top: -100px !important;
position: relative !important;
  top: 0;
  z-index: 999;
}

.footer {
  color: white!important;
  background-color: rgba(0, 0, 0, 0.8) !important; /* or any solid navy */
  padding: 3rem 1.5rem 2rem!important;
  width: 101vw !important;
  box-sizing: border-box!important;
  overflow-x: hidden!important;
  margin-left: -16px !important;
  margin-bottom: -32px !important;

   position: relative !important;

}

  }
    /* --- Footer Base --- */
.site-footer {
  background: rgba(0, 0, 0, 0.8) !important;
  color: #000;
  padding: 3rem 1.5rem 2rem;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  letter-spacing: 0.02em;
  box-shadow: inset 0 0 30px rgba(0, 255, 204, 0.15);
  position: sticky;
}

.footer-container {
  max-width: 1400px !important;
  margin: 0 auto; /* This centers it horizontally */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* Adjust as needed: use center or space-evenly if you want items to center */
  gap: 1.8rem;
  background-color: #000 !important;
}

    .cart-icon{
      margin-top: -10px !important;
    }
 
    
@media (min-width: 481px) and (max-width: 676px) {
.logo {
width: auto !important;
position: absolute !important;
left: 55% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}

.logoo {
width: 200px !important;
margin: auto;

}
.header-container {
display: flex;
align-items: center;
height: 80px;
padding: 0 20px;
position: relative;
}
header a p {
color: inherit;
}

#menu-btn {
flex-shrink: 0;
}

.logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
height: 50px; /* adjust as needed */
flex-shrink: 0;
}

.spacer {
flex: 1; /* pushes icons-right to right */
}

.icons-right {
display: flex;
align-items: center;
gap: 15px !important;
flex-shrink: 0;
}

header h1 {
font-size: 1.5rem;
}

.cart-icon{
position: sticky !important;
margin-left: -10px;
width: 37px !important;
}

#cart-count {
font-size: 12px;
position: absolute;
top: 15px !important;
right: -5px !important;
background: red;
color: white;
border-radius: 50%;
padding: 2px 6px;
}

#menu-btn{
position: sticky !important;
margin-right: 360px !important;
margin-bottom: 45px !important;
}

/* Right-side icons: search then cart */
.icons-right {
display: flex;
align-items: center;
margin-left: 70px !important;
}

#search-icon{
margin-bottom: 8px;
}

/* Side nav stays hidden unless opened */
#side-nav {
position: fixed;
top: 0;
left: -100%;
width: 240px;
height: 100%;
background-color: #fff;
box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
padding: 2rem 1rem;
gap: 1.2rem;
transition: left 0.3s ease-in-out;
z-index: 999;
}

#side-nav.open {
left: 0;
}

#side-nav a {
text-decoration: none;
font-size: 1rem;
font-weight: 500;
color: #333;
}

/* Hide the desktop version completely */
.header-containerr {
display: none;
}
#callout-banner{
margin-top: 50px !important;
margin-bottom: -40px !important;
margin-left: 10px;
margin-right: 10px;
}
}
@media (min-width: 500px) and (max-width: 550px) {
.logo {
width: auto !important;
position: absolute !important;
left: 75% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}

.logoo {
width: 200px !important;
margin: auto;

}
.header-container {
display: flex;
align-items: center;
height: 80px;
padding: 0 20px;
position: relative;
}
header a p {
color: inherit;
}

#menu-btn {
flex-shrink: 0;
}

.logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
height: 50px; /* adjust as needed */
flex-shrink: 0;
}

.spacer {
flex: 1; /* pushes icons-right to right */
}

.icons-right {
display: flex;
align-items: center;
gap: 15px !important;
flex-shrink: 0;
}

header h1 {
font-size: 1.5rem;
}

.cart-icon{
position: sticky !important;
margin-left: -10px;
width: 37px !important;
}

#cart-count {
font-size: 12px;
position: absolute;
top: 15px !important;
right: -5px !important;
background: red;
color: white;
border-radius: 50%;
padding: 2px 6px;
}

#menu-btn{
position: sticky !important;
margin-right: 360px !important;
margin-bottom: 45px !important;
}

/* Right-side icons: search then cart */
.icons-right {
display: flex;
align-items: center;
margin-left: 70px !important;
}

#search-icon{
margin-bottom: 8px;
}

/* Side nav stays hidden unless opened */
#side-nav {
position: fixed;
top: 0;
left: -100%;
width: 240px;
height: 100%;
background-color: #fff;
box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
padding: 2rem 1rem;
gap: 1.2rem;
transition: left 0.3s ease-in-out;
z-index: 999;
}

#side-nav.open {
left: 0;
}

#side-nav a {
text-decoration: none;
font-size: 1rem;
font-weight: 500;
color: #333;
}

/* Hide the desktop version completely */
.header-containerr {
display: none;
}
#callout-banner{
margin-top: 50px !important;
margin-bottom: -40px !important;
margin-left: 10px;
margin-right: 10px;
}
}
@media (min-width: 540px) and (max-width: 560px) {
.logo {
width: auto !important;
position: absolute !important;
left: 70% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}

.logoo {
width: 200px !important;
margin: auto;

}
.header-container {
display: flex;
align-items: center;
height: 80px;
padding: 0 20px;
position: relative;
}
header a p {
color: inherit;
}

#menu-btn {
flex-shrink: 0;
}

.logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
height: 50px; /* adjust as needed */
flex-shrink: 0;
}

.spacer {
flex: 1; /* pushes icons-right to right */
}

.icons-right {
display: flex;
align-items: center;
gap: 15px !important;
flex-shrink: 0;
}

header h1 {
font-size: 1.5rem;
}

.cart-icon{
position: sticky !important;
margin-left: 20px;
width: 37px !important;
}

#cart-count {
font-size: 12px;
position: absolute;
top: 15px !important;
right: -5px !important;
background: red;
color: white;
border-radius: 50%;
padding: 2px 6px;
}

#menu-btn{
position: sticky !important;
margin-right: 360px !important;
margin-bottom: 45px !important;
}

/* Right-side icons: search then cart */
.icons-right {
display: flex;
align-items: center;
margin-left: 70px !important;
}

#search-icon{
margin-bottom: 8px;
}

/* Side nav stays hidden unless opened */
#side-nav {
position: fixed;
top: 0;
left: -100%;
width: 240px;
height: 100%;
background-color: #fff;
box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
padding: 2rem 1rem;
gap: 1.2rem;
transition: left 0.3s ease-in-out;
z-index: 999;
}

#side-nav.open {
left: 0;
}

#side-nav a {
text-decoration: none;
font-size: 1rem;
font-weight: 500;
color: #333;
}

/* Hide the desktop version completely */
.header-containerr {
display: none;
}
#callout-banner{
margin-top: 50px !important;
margin-bottom: -40px !important;
margin-left: 10px;
margin-right: 10px;
}
}

@media (min-width: 560px) and (max-width: 575px) {
.logo {
width: auto !important;
position: absolute !important;
left: 75% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}

.logoo {
width: 200px !important;
margin: auto;

}
.header-container {
display: flex;
align-items: center;
height: 80px;
padding: 0 20px;
position: relative;
}
header a p {
color: inherit;
}

#menu-btn {
flex-shrink: 0;
}

.logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
height: 50px; /* adjust as needed */
flex-shrink: 0;
}

.spacer {
flex: 1; /* pushes icons-right to right */
}

.icons-right {
display: flex;
align-items: center;
gap: 15px !important;
flex-shrink: 0;
}

header h1 {
font-size: 1.5rem;
}

.cart-icon{
position: sticky !important;
margin-left: 20px;
width: 37px !important;
}

#cart-count {
font-size: 12px;
position: absolute;
top: 15px !important;
right: -5px !important;
background: red;
color: white;
border-radius: 50%;
padding: 2px 6px;
}

#menu-btn{
position: sticky !important;
margin-right: 360px !important;
margin-bottom: 45px !important;
}

/* Right-side icons: search then cart */
.icons-right {
display: flex;
align-items: center;
margin-left: 70px !important;
}

#search-icon{
margin-bottom: 8px;
}

/* Side nav stays hidden unless opened */
#side-nav {
position: fixed;
top: 0;
left: -100%;
width: 240px;
height: 100%;
background-color: #fff;
box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
padding: 2rem 1rem;
gap: 1.2rem;
transition: left 0.3s ease-in-out;
z-index: 999;
}

#side-nav.open {
left: 0;
}

#side-nav a {
text-decoration: none;
font-size: 1rem;
font-weight: 500;
color: #333;
}

/* Hide the desktop version completely */
.header-containerr {
display: none;
}
#callout-banner{
margin-top: 50px !important;
margin-bottom: -40px !important;
margin-left: 10px;
margin-right: 10px;
}
}

@media (min-width: 575px) and (max-width: 590px) {
.logo {
width: auto !important;
position: absolute !important;
left: 70% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}

.logoo {
width: 200px !important;
margin: auto;

}
.header-container {
display: flex;
align-items: center;
height: 80px;
padding: 0 20px;
position: relative;
}
header a p {
color: inherit;
}

#menu-btn {
flex-shrink: 0;
}

.logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
height: 50px; /* adjust as needed */
flex-shrink: 0;
}

.spacer {
flex: 1; /* pushes icons-right to right */
}

.icons-right {
display: flex;
align-items: center;
gap: 15px !important;
flex-shrink: 0;
}

header h1 {
font-size: 1.5rem;
}

.cart-icon{
position: sticky !important;
margin-left: 40px;
width: 37px !important;
}

#cart-count {
font-size: 12px;
position: absolute;
top: 15px !important;
right: -5px !important;
background: red;
color: white;
border-radius: 50%;
padding: 2px 6px;
}

#menu-btn{
position: sticky !important;
margin-right: 360px !important;
margin-bottom: 45px !important;
}

/* Right-side icons: search then cart */
.icons-right {
display: flex;
align-items: center;
margin-left: 70px !important;
}

#search-icon{
margin-bottom: 8px;
}

/* Side nav stays hidden unless opened */
#side-nav {
position: fixed;
top: 0;
left: -100%;
width: 240px;
height: 100%;
background-color: #fff;
box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
padding: 2rem 1rem;
gap: 1.2rem;
transition: left 0.3s ease-in-out;
z-index: 999;
}

#side-nav.open {
left: 0;
}

#side-nav a {
text-decoration: none;
font-size: 1rem;
font-weight: 500;
color: #333;
}

/* Hide the desktop version completely */
.header-containerr {
display: none;
}
#callout-banner{
margin-top: 50px !important;
margin-bottom: -40px !important;
margin-left: 10px;
margin-right: 10px;
}
}

@media (min-width: 591px) and (max-width: 610px) {
.logo {
width: auto !important;
position: absolute !important;
left: 70% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}

.logoo {
width: 200px !important;
margin: auto;

}
.header-container {
display: flex;
align-items: center;
height: 80px;
padding: 0 20px;
position: relative;
}
header a p {
color: inherit;
}

#menu-btn {
flex-shrink: 0;
}

.logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
height: 50px; /* adjust as needed */
flex-shrink: 0;
}

.spacer {
flex: 1; /* pushes icons-right to right */
}

.icons-right {
display: flex;
align-items: center;
gap: 15px !important;
flex-shrink: 0;
}

header h1 {
font-size: 1.5rem;
}

.cart-icon{
position: sticky !important;
margin-left: 50px;
width: 37px !important;
}

#cart-count {
font-size: 12px;
position: absolute;
top: 15px !important;
right: -5px !important;
background: red;
color: white;
border-radius: 50%;
padding: 2px 6px;
}

#menu-btn{
position: sticky !important;
margin-right: 360px !important;
margin-bottom: 45px !important;
}

/* Right-side icons: search then cart */
.icons-right {
display: flex;
align-items: center;
margin-left: 70px !important;
}

#search-icon{
margin-bottom: 8px;
}

/* Side nav stays hidden unless opened */
#side-nav {
position: fixed;
top: 0;
left: -100%;
width: 240px;
height: 100%;
background-color: #fff;
box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
padding: 2rem 1rem;
gap: 1.2rem;
transition: left 0.3s ease-in-out;
z-index: 999;
}

#side-nav.open {
left: 0;
}

#side-nav a {
text-decoration: none;
font-size: 1rem;
font-weight: 500;
color: #333;
}

/* Hide the desktop version completely */
.header-containerr {
display: none;
}
#callout-banner{
margin-top: 50px !important;
margin-bottom: -40px !important;
margin-left: 10px;
margin-right: 10px;
}
}

@media (min-width: 611px) and (max-width: 625px) {
.logo {
width: auto !important;
position: absolute !important;
left: 70% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}

.logoo {
width: 200px !important;
margin: auto;

}
.header-container {
display: flex;
align-items: center;
height: 80px;
padding: 0 20px;
position: relative;
}
header a p {
color: inherit;
}

#menu-btn {
flex-shrink: 0;
}

.logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
height: 50px; /* adjust as needed */
flex-shrink: 0;
}

.spacer {
flex: 1; /* pushes icons-right to right */
}

.icons-right {
display: flex;
align-items: center;
gap: 15px !important;
flex-shrink: 0;
}

header h1 {
font-size: 1.5rem;
}

.cart-icon{
position: sticky !important;
margin-left: 70px;
width: 37px !important;
}

#cart-count {
font-size: 12px;
position: absolute;
top: 15px !important;
right: -5px !important;
background: red;
color: white;
border-radius: 50%;
padding: 2px 6px;
}

#menu-btn{
position: sticky !important;
margin-right: 360px !important;
margin-bottom: 45px !important;
}

/* Right-side icons: search then cart */
.icons-right {
display: flex;
align-items: center;
margin-left: 70px !important;
}

#search-icon{
margin-bottom: 8px;
}

/* Side nav stays hidden unless opened */
#side-nav {
position: fixed;
top: 0;
left: -100%;
width: 240px;
height: 100%;
background-color: #fff;
box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
padding: 2rem 1rem;
gap: 1.2rem;
transition: left 0.3s ease-in-out;
z-index: 999;
}

#side-nav.open {
left: 0;
}

#side-nav a {
text-decoration: none;
font-size: 1rem;
font-weight: 500;
color: #333;
}

/* Hide the desktop version completely */
.header-containerr {
display: none;
}
#callout-banner{
margin-top: 50px !important;
margin-bottom: -40px !important;
margin-left: 10px;
margin-right: 10px;
}
}

@media (min-width: 626px) and (max-width: 643px) {
.logo {
width: auto !important;
position: absolute !important;
left: 75% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}

.logoo {
width: 200px !important;
margin: auto;

}
.header-container {
display: flex;
align-items: center;
height: 80px;
padding: 0 20px;
position: relative;
}
header a p {
color: inherit;
}

#menu-btn {
flex-shrink: 0;
}

.logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
height: 50px; /* adjust as needed */
flex-shrink: 0;
}

.spacer {
flex: 1; /* pushes icons-right to right */
}

.icons-right {
display: flex;
align-items: center;
gap: 15px !important;
flex-shrink: 0;
}

header h1 {
font-size: 1.5rem;
}

.cart-icon{
position: sticky !important;
margin-left: 90px;
width: 37px !important;
}

#cart-count {
font-size: 12px;
position: absolute;
top: 15px !important;
right: -5px !important;
background: red;
color: white;
border-radius: 50%;
padding: 2px 6px;
}

#menu-btn{
position: sticky !important;
margin-right: 360px !important;
margin-bottom: 45px !important;
}

/* Right-side icons: search then cart */
.icons-right {
display: flex;
align-items: center;
margin-left: 70px !important;
}

#search-icon{
margin-bottom: 8px;
}

/* Side nav stays hidden unless opened */
#side-nav {
position: fixed;
top: 0;
left: -100%;
width: 240px;
height: 100%;
background-color: #fff;
box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
padding: 2rem 1rem;
gap: 1.2rem;
transition: left 0.3s ease-in-out;
z-index: 999;
}

#side-nav.open {
left: 0;
}

#side-nav a {
text-decoration: none;
font-size: 1rem;
font-weight: 500;
color: #333;
}

/* Hide the desktop version completely */
.header-containerr {
display: none;
}
#callout-banner{
margin-top: 50px !important;
margin-bottom: -40px !important;
margin-left: 10px;
margin-right: 10px;
}
}
@media (min-width: 644px) and (max-width: 676px) {
.logo {
width: auto !important;
position: absolute !important;
left: 70% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}

.logoo {
width: 200px !important;
margin: auto;

}
.header-container {
display: flex;
align-items: center;
height: 80px;
padding: 0 20px;
position: relative;
}
header a p {
color: inherit;
}

#menu-btn {
flex-shrink: 0;
}

.logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
height: 50px; /* adjust as needed */
flex-shrink: 0;
}

.spacer {
flex: 1; /* pushes icons-right to right */
}

.icons-right {
display: flex;
align-items: center;
gap: 15px !important;
flex-shrink: 0;
}

header h1 {
font-size: 1.5rem;
}

.cart-icon{
position: sticky !important;
margin-left: 120px;
width: 37px !important;
}

#cart-count {
font-size: 12px;
position: absolute;
top: 15px !important;
right: -5px !important;
background: red;
color: white;
border-radius: 50%;
padding: 2px 6px;
}

#menu-btn{
position: sticky !important;
margin-right: 360px !important;
margin-bottom: 45px !important;
}

/* Right-side icons: search then cart */
.icons-right {
display: flex;
align-items: center;
margin-left: 70px !important;
}

#search-icon{
margin-bottom: 8px;
}

/* Side nav stays hidden unless opened */
#side-nav {
position: fixed;
top: 0;
left: -100%;
width: 240px;
height: 100%;
background-color: #fff;
box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
padding: 2rem 1rem;
gap: 1.2rem;
transition: left 0.3s ease-in-out;
z-index: 999;
}

#side-nav.open {
left: 0;
}

#side-nav a {
text-decoration: none;
font-size: 1rem;
font-weight: 500;
color: #333;
}

/* Hide the desktop version completely */
.header-containerr {
display: none;
}
#callout-banner{
margin-top: 50px !important;
margin-bottom: -40px !important;
margin-left: 10px;
margin-right: 10px;
}
}
@media (min-width: 677px) and (max-width: 765px) {
.logo {
width: auto !important;
position: absolute !important;
left: 65% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}

.logoo {
width: 200px !important;
margin: auto;

}
.header-container {
display: flex;
align-items: center;
height: 80px;
padding: 0 20px;
position: relative;
}
header a p {
color: inherit;
}

#menu-btn {
flex-shrink: 0;
}

.logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
height: 50px; /* adjust as needed */
flex-shrink: 0;
}

.spacer {
flex: 1; /* pushes icons-right to right */
}

.icons-right {
display: flex;
align-items: center;
gap: 15px !important;
flex-shrink: 0;
}

header h1 {
font-size: 1.5rem;
}

.cart-icon{
position: sticky !important;
margin-left: 150px;
width: 37px !important;
}

#cart-count {
font-size: 12px;
position: absolute;
top: 15px !important;
right: -5px !important;
background: red;
color: white;
border-radius: 50%;
padding: 2px 6px;
}

#menu-btn{
position: sticky !important;
margin-right: 360px !important;
margin-bottom: 45px !important;
}

/* Right-side icons: search then cart */
.icons-right {
display: flex;
align-items: center;
margin-left: 70px !important;
}

#search-icon{
margin-bottom: 8px;
}

/* Side nav stays hidden unless opened */
#side-nav {
position: fixed;
top: 0;
left: -100%;
width: 240px;
height: 100%;
background-color: #fff;
box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
padding: 2rem 1rem;
gap: 1.2rem;
transition: left 0.3s ease-in-out;
z-index: 999;
}

#side-nav.open {
left: 0;
}

#side-nav a {
text-decoration: none;
font-size: 1rem;
font-weight: 500;
color: #333;
}

/* Hide the desktop version completely */
.header-containerr {
display: none;
}
#callout-banner{
margin-top: 50px !important;
margin-bottom: -40px !important;
margin-left: 10px;
margin-right: 10px;
}
}
@media (min-width: 697px) and (max-width: 725px) {
.logo {
width: auto !important;
position: absolute !important;
left: 55% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}

.logoo {
width: 200px !important;
margin: auto;

}
.header-container {
display: flex;
align-items: center;
height: 80px;
padding: 0 20px;
position: relative;
}
header a p {
color: inherit;
}

#menu-btn {
flex-shrink: 0;
}

.logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
height: 50px; /* adjust as needed */
flex-shrink: 0;
}

.spacer {
flex: 1; /* pushes icons-right to right */
}

.icons-right {
display: flex;
align-items: center;
gap: 15px !important;
flex-shrink: 0;
}

header h1 {
font-size: 1.5rem;
}

.cart-icon{
position: sticky !important;
margin-left: 200px;
width: 37px !important;
}

#cart-count {
font-size: 12px;
position: absolute;
top: 15px !important;
right: -5px !important;
background: red;
color: white;
border-radius: 50%;
padding: 2px 6px;
}

#menu-btn{
position: sticky !important;
margin-right: 360px !important;
margin-bottom: 45px !important;
}

/* Right-side icons: search then cart */
.icons-right {
display: flex;
align-items: center;
margin-left: 70px !important;
}

#search-icon{
margin-bottom: 8px;
}

/* Side nav stays hidden unless opened */
#side-nav {
position: fixed;
top: 0;
left: -100%;
width: 240px;
height: 100%;
background-color: #fff;
box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
padding: 2rem 1rem;
gap: 1.2rem;
transition: left 0.3s ease-in-out;
z-index: 999;
}

#side-nav.open {
left: 0;
}

#side-nav a {
text-decoration: none;
font-size: 1rem;
font-weight: 500;
color: #333;
}

/* Hide the desktop version completely */
.header-containerr {
display: none;
}
#callout-banner{
margin-top: 50px !important;
margin-bottom: -40px !important;
margin-left: 10px;
margin-right: 10px;
}
}
@media (min-width: 726px) and (max-width: 767px) {
.logo {
width: auto !important;
position: absolute !important;
left: 55% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}

.logoo {
width: 200px !important;
margin: auto;

}
.header-container {
display: flex;
align-items: center;
height: 80px;
padding: 0 20px;
position: relative;
}
header a p {
color: inherit;
}

#menu-btn {
flex-shrink: 0;
}

.logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
height: 50px; /* adjust as needed */
flex-shrink: 0;
}

.spacer {
flex: 1; /* pushes icons-right to right */
}

.icons-right {
display: flex;
align-items: center;
gap: 15px !important;
flex-shrink: 0;
}

header h1 {
font-size: 1.5rem;
}

.cart-icon{
position: sticky !important;
margin-left: 200px;
width: 37px !important;
}

#cart-count {
font-size: 12px;
position: absolute;
top: 15px !important;
right: -5px !important;
background: red;
color: white;
border-radius: 50%;
padding: 2px 6px;
}

#menu-btn{
position: sticky !important;
margin-right: 360px !important;
margin-bottom: 45px !important;
}

/* Right-side icons: search then cart */
.icons-right {
display: flex;
align-items: center;
margin-left: 70px !important;
}

#search-icon{
margin-bottom: 8px;
}

/* Side nav stays hidden unless opened */
#side-nav {
position: fixed;
top: 0;
left: -100%;
width: 240px;
height: 100%;
background-color: #fff;
box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
padding: 2rem 1rem;
gap: 1.2rem;
transition: left 0.3s ease-in-out;
z-index: 999;
}

#side-nav.open {
left: 0;
}

#side-nav a {
text-decoration: none;
font-size: 1rem;
font-weight: 500;
color: #333;
}

/* Hide the desktop version completely */
.header-containerr {
display: none;
}
#callout-banner{
margin-top: 50px !important;
margin-bottom: -40px !important;
margin-left: 10px;
margin-right: 10px;
}
}
/* callout banner */
@media (max-width: 768px) {
#callout-banner {
padding: 10px 15px;
}

#callout-text {
font-size: 14px;
margin-right: 10px;
}

#close-callout {
width: 25px;
height: 25px;
font-size: 20px;
}
}
/* hero and footer */
@media (max-width: 768px) {
.hero-content h1 {
font-size: 2rem;
}

.hero-content p {
font-size: 1rem;
}

.cta-button {
padding: 0.6rem 1.5rem;
font-size: 0.95rem;
}
.hero {
background-image: url('images/image2.jpg');
background-position: center ;
background-repeat: no-repeat;
background-size: cover;
height: 102vh !important;
width: 100vw;
margin-left: -16px;
margin-top: -100px !important;
position: relative !important;
top: 0;
z-index: 999;
}

.footer {
color: white!important;
background-color: rgba(0, 0, 0, 0.8) !important; /* or any solid navy */
padding: 3rem 1.5rem 2rem!important;
width: 100vw !important;
box-sizing: border-box!important;
overflow-x: hidden!important;
margin-left: -16px !important;

position: relative !important;

}

}
@media (max-width: 888px) {
.hero-content h1 {
font-size: 2rem;
}

.hero-content p {
font-size: 1rem;
}

.cta-button {
padding: 0.6rem 1.5rem;
font-size: 0.95rem;
}
.hero {
background-image: url('images/image2.jpg');
background-position: center ;
background-repeat: no-repeat;
background-size: cover;
height: 105vh !important;
width: 105vw;
margin-left: -16px;
margin-top: -100px !important;
position: relative !important;
top: 0;
z-index: 999;
}

.footer {
color: white!important;
background-color: rgba(0, 0, 0, 0.8) !important; /* or any solid navy */
padding: 3rem 1.5rem 2rem!important;
width: 101vw !important;
box-sizing: border-box!important;
overflow-x: hidden!important;
margin-left: -16px !important;
margin-bottom: -32px !important;
position: relative !important;
}

}
@media (min-width: 1024px) {
.header-containerr {
display: flex;
align-items: center;
justify-content: space-between;
gap: 2rem;
}

.logo {
height: 40px;
object-fit: contain;
}

.desktop-nav {
display: flex;
gap: 2rem;
justify-content: center;
flex-grow: 1;
margin-left: -45%;
}

.desktop-nav a {
text-decoration: none;
font-weight: 500;
color: #333;
transition: border-color 0.2s;
}

.desktop-nav a:hover {
color: #ffffff;  }

.icons-right {
display: flex;
align-items: center;
gap: 0.9rem;
}

.icons-right {
display: flex;
align-items: center;
}

.search-toggle {
margin-right: -150px; /* adjust as needed */
}

.search-toggle,
.cart-icon {
background: none;
border: none;
cursor: pointer;
}

.cart-icon {
position: relative;
}

#cart-count {
font-size: 12px;
position: absolute;
top: 10px !important;
right: 15px !important;
background: red;
color: white;
border-radius: 50%;
padding: 2px 6px;
}
#callout-banner{
margin-top: 50px !important;
margin-bottom: -40px !important;
margin-left: 10px;
margin-right: 10px;
}
}
/* Tablet-specific layout */
@media (min-width: 768px) and (max-width: 1023px) {
.logo {
width: auto !important;
position: absolute !important;
left: 50% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}

.logoo {
width: 200px !important;
margin: auto;

}
.header-container {
display: flex;
align-items: center;
height: 80px;
padding: 0 20px;
position: relative;
}
header a p {
color: inherit;
}

#menu-btn {
flex-shrink: 0;
}

.logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
height: 50px; /* adjust as needed */
flex-shrink: 0;
}

.spacer {
flex: 1; /* pushes icons-right to right */
}

.icons-right {
display: flex;
align-items: center;
gap: 15px !important;
flex-shrink: 0;
}

header h1 {
font-size: 1.5rem;
}

.cart-icon{
position: sticky !important;
margin-left: 260px;
width: 37px !important;
}

#cart-count {
font-size: 12px;
position: absolute;
top: 15px !important;
right: -5px !important;
background: red;
color: white;
border-radius: 50%;
padding: 2px 6px;
}

#menu-btn{
position: sticky !important;
margin-right: 360px !important;
margin-bottom: 45px !important;
}

/* Right-side icons: search then cart */
.icons-right {
display: flex;
align-items: center;
margin-left: 190px;
}

#search-icon{
margin-bottom: 8px;
}

/* Side nav stays hidden unless opened */
#side-nav {
position: fixed;
top: 0;
left: -100%;
width: 240px;
height: 100%;
background-color: #fff;
box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
padding: 2rem 1rem;
gap: 1.2rem;
transition: left 0.3s ease-in-out;
z-index: 999;
}

#side-nav.open {
left: 0;
}

#side-nav a {
text-decoration: none;
font-size: 1rem;
font-weight: 500;
color: #333;
}

/* Hide the desktop version completely */
.header-containerr {
display: none;
}
#callout-banner{
margin-top: 50px !important;
margin-bottom: -40px !important;
margin-left: 10px;
margin-right: 10px;
}
}
@media (min-width: 900px) and (max-width: 1017px) {
.logo {
width: auto !important;
position: absolute !important;
left: 50% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}

.logoo {
width: 200px !important;
margin: auto;

}
.header-container {
display: flex;
align-items: center;
height: 80px;
padding: 0 20px;
position: relative;
}
header a p {
color: inherit;
}

#menu-btn {
flex-shrink: 0;
}

.logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
height: 50px; /* adjust as needed */
flex-shrink: 0;
}

.spacer {
flex: 1; /* pushes icons-right to right */
}

.icons-right {
display: flex;
align-items: center;
gap: 15px !important;
flex-shrink: 0;
}

header h1 {
font-size: 1.5rem;
}

.cart-icon{
position: sticky !important;
margin-left: 400px;
width: 37px !important;
}

#cart-count {
font-size: 12px;
position: absolute;
top: 15px !important;
right: -5px !important;
background: red;
color: white;
border-radius: 50%;
padding: 2px 6px;
}

#menu-btn{
position: sticky !important;
margin-right: 360px !important;
margin-bottom: 45px !important;
}

/* Right-side icons: search then cart */
.icons-right {
display: flex;
align-items: center;
margin-left: 400px;
}

#search-icon{
margin-bottom: 8px;
}

/* Side nav stays hidden unless opened */
#side-nav {
position: fixed;
top: 0;
left: -100%;
width: 240px;
height: 100%;
background-color: #fff;
box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
padding: 2rem 1rem;
gap: 1.2rem;
transition: left 0.3s ease-in-out;
z-index: 999;
}

#side-nav.open {
left: 0;
}

#side-nav a {
text-decoration: none;
font-size: 1rem;
font-weight: 500;
color: #333;
}

/* Hide the desktop version completely */
.header-containerr {
display: none;
}
#callout-banner{
margin-top: 50px !important;
margin-bottom: -40px !important;
margin-left: 10px;
margin-right: 10px;
}
}
@media (min-width: 491px) and (max-width: 670px) {
.logo {
width: auto !important;
position: absolute !important;
left: 50% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}

.logoo {
width: 200px !important;
margin: auto;

}
.header-container {
display: flex;
align-items: center;
height: 80px;
padding: 0 20px;
position: relative;
}
header a p {
color: inherit;
}

#menu-btn {
flex-shrink: 0;
}

.logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
height: 50px; /* adjust as needed */
flex-shrink: 0;
}

.spacer {
flex: 1; /* pushes icons-right to right */
}

.icons-right {
display: flex;
align-items: center;
gap: 15px !important;
flex-shrink: 0;
}

header h1 {
font-size: 1.5rem;
}

.cart-icon{
position: sticky !important;
margin-left: -100px;
width: 37px !important;
}

#cart-count {
font-size: 12px;
position: absolute;
top: 15px !important;
right: -5px !important;
background: red;
color: white;
border-radius: 50%;
padding: 2px 6px;
}

#menu-btn{
position: sticky !important;
margin-right: 360px !important;
margin-bottom: 45px !important;
}

/* Right-side icons: search then cart */
.icons-right {
display: flex;
align-items: center;
margin-left: 70px !important;
}

#search-icon{
margin-bottom: 8px;
}

/* Side nav stays hidden unless opened */
#side-nav {
position: fixed;
top: 0;
left: -100%;
width: 240px;
height: 100%;
background-color: #fff;
box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
padding: 2rem 1rem;
gap: 1.2rem;
transition: left 0.3s ease-in-out;
z-index: 999;
}

#side-nav.open {
left: 0;
}

#side-nav a {
text-decoration: none;
font-size: 1rem;
font-weight: 500;
color: #333;
}

/* Hide the desktop version completely */
.header-containerr {
display: none;
}
#callout-banner{
margin-top: 50px !important;
margin-bottom: -40px !important;
margin-left: 10px;
margin-right: 10px;
}
}
/* video wrapper */
@media (min-width: 768px) {
.video-wrapper {
max-width: 90%;
}
.video-wrapper {
position: relative;
padding-top: 56.25%!important;
overflow: hidden!important;
border-radius: 50px!important;
margin: 0 auto;
width: 100%!important;
max-width: 98%!important;
margin-top: 50px!important;
}
.video-wrapper iframe {
position: absolute;
top: 0!important;
left: 0!important;
width: 100%!important;
height: 100%!important;
border: none!important;
padding: 10px!important;
border-radius: 50px!important;/* match wrapper for clean corners */
}
}
@media (min-width: 1024px) {
.video-wrapper {
max-width: 90%;
}
.video-wrapper {
position: relative;
padding-top: 56.25%!important;
overflow: hidden!important;
border-radius: 50px!important;
margin: 0 auto;
width: 100%!important;
max-width: 98%!important;
margin-top: 50px!important;
}
.video-wrapper iframe {
position: absolute;
top: 0!important;
left: 0!important;
width: 100%!important;
height: 100%!important;
border: none!important;
padding: 10px!important;
border-radius: 50px!important;/* match wrapper for clean corners */
}
#products {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
gap: 1rem; /* Reduce this if spacing is too big */
padding: 1rem;
max-width: 1200px;
margin: 0 auto;
}
#latest-products-carousel {
display: flex;
gap: 1rem;
overflow-x: auto;
padding: 1rem;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
margin-left: 10px !important;

}
#callout-banner{
margin-top: 10px !important;
}
}
/* Hide search container by default (mobile) */
@media (min-width: 717px) {
#search-container {
margin-top: 5rem !important;
margin-bottom: 1rem;
width: 100% !important;
display: block;
z-index: 1000;
}
#products {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
gap: 1rem; /* Reduce this if spacing is too big */
padding: 1rem;
max-width: 1200px;
margin: 0 auto;
}
}
@media (min-width: 568px) {
#search-container {
margin-top: 5rem !important;
margin-bottom: 1rem;
width: 100% !important;
display: block;
z-index: 1000;
}
}
@media (min-width: 1024px) {
#search-container {
margin-top: 5rem;
width: 100% !important;
display: block;
z-index: 1000;
}
.popular-items {
padding: 2rem 1rem;
max-width: 1200px;
margin: 0 auto;
}

.popular-items h2 {
font-size: 2rem;
margin-bottom: 1rem;
text-align: center;
}

/* Carousel Container */
.carousel {
display: flex;
gap: 1rem;
overflow-x: auto;
scroll-snap-type: x mandatory;
padding: 1rem 0;
width: 100%; /* Full width */
}

/* Carousel Items */
.carousel > * {
flex: 0 0 auto;
scroll-snap-align: start;
width: clamp(200px, 30vw, 280px);
max-width: 100%;
border-radius: 12px;
background-color: #ffffff;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
transition: transform 0.3s ease;
}

.carousel > *:hover {
transform: translateY(-5px);
}

/* Carousel Images */
.carousel img {
max-height: 200px;
object-fit: cover;
width: 100%;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

/* Hide scrollbar in modern browsers */
.carousel::-webkit-scrollbar {
display: none;
}
.carousel {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;     /* Firefox */
}

/* Specific Container Fix */
#popularItemsContainer.carousel {
display: flex;
overflow-x: auto;
scroll-snap-type: x mandatory;
gap: 20px;
padding: 10px;
}

/* Optional Custom Card Style for Children */
#popularItemsContainer .video-wrapper {
scroll-snap-align: start;
width: clamp(200px, 30vw, 280px);
flex: 0 0 auto;
border-radius: 15px;
background: #f9f9f9;
border: solid 0.1px #ffffff;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
margin: auto;
}


.footer{
color: #ffffff !important;
padding-bottom: 20px !important;
}

/* Entire scrollbar */
::-webkit-scrollbar {
width: 8px; /* Set the width of the vertical scrollbar */
}

/* Track (background) */
::-webkit-scrollbar-track {
background: transparent; 
}

/* Handle (thumb) */
::-webkit-scrollbar-thumb {
background: #888; 
border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555; 
}

}
@media (min-width: 481px) and (max-width: 500px) {
.logo {
width: auto !important;
position: absolute !important;
left: 50% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}

.logoo {
width: 200px !important;
margin: auto;

}
.header-container {
display: flex;
align-items: center;
height: 80px;
padding: 0 20px;
position: relative;
}
header a p {
color: inherit;
}

#menu-btn {
flex-shrink: 0;
}

.logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
height: 50px; /* adjust as needed */
flex-shrink: 0;
}

.spacer {
flex: 1; /* pushes icons-right to right */
}

.icons-right {
display: flex;
align-items: center;
gap: 15px !important;
flex-shrink: 0;
}

header h1 {
font-size: 1.5rem;
}

.cart-icon{
position: sticky !important;
margin-left: -100px;
width: 37px !important;
}

#cart-count {
font-size: 12px;
position: absolute;
top: 15px !important;
right: -5px !important;
background: red;
color: white;
border-radius: 50%;
padding: 2px 6px;
}

#menu-btn{
position: sticky !important;
margin-right: 360px !important;
margin-bottom: 45px !important;
}

/* Right-side icons: search then cart */
.icons-right {
display: flex;
align-items: center;
margin-left: 160px;
}

#search-icon{
margin-bottom: 8px;
}
}
@media (min-width: 500px) and (max-width: 696px) {

.logo {
width: auto !important;
position: absolute !important;
left: 50% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}

.logoo {
width: 200px !important;
margin: auto;

}
.header-container {
display: flex;
align-items: center;
height: 80px;
padding: 0 20px;
position: relative;
}
header a p {
color: inherit;
}

#menu-btn {
flex-shrink: 0;
}

.logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
height: 50px; /* adjust as needed */
flex-shrink: 0;
}

.spacer {
flex: 1; /* pushes icons-right to right */
}

.icons-right {
display: flex;
align-items: center;
gap: 15px !important;
flex-shrink: 0;
}

header h1 {
font-size: 1.5rem;
}

.cart-icon{
position: sticky !important;
margin-left: -100px;
width: 37px !important;
}

#cart-count {
font-size: 12px;
position: absolute;
top: 15px !important;
right: -5px !important;
background: red;
color: white;
border-radius: 50%;
padding: 2px 6px;
}

#menu-btn{
position: sticky !important;
margin-right: 360px !important;
margin-bottom: 45px !important;
}

/* Right-side icons: search then cart */
.icons-right {
display: flex;
align-items: center;
margin-left: 160px;
}

#search-icon{
margin-bottom: 8px;
}   #products {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
gap: 1rem; /* Reduce this if spacing is too big */
padding: 1rem;
max-width: 1200px;
margin: 0 auto;
}

.header-container {
display: flex;
align-items: center;
justify-content: space-between;
padding: 1rem 1.5rem;
gap: 1rem;
}

.header-container .logo {
height: 40px;
object-fit: contain;
}

#menu-btn {
display: block;
background: none;
border: none;
cursor: pointer;
}

.icons-right {
display: flex;
align-items: center;
gap: 6rem;

}

.search-toggle,
.cart-icon {
background: none;
border: none;
cursor: pointer;
margin-right: -150px;
margin-left: -100px;
}

.cart-icon {
position: relative;
width: auto; /* or set a fixed width if needed */
height: auto;
}

.cart-icon svg {
width: 50px;
height: 50px;
margin-top: 8px;
}


#cart-count {
font-size: 12px;
position: absolute;
top: 15px !important;
right: 20px !important;
background: red;
color: white;
border-radius: 50%;
padding: 2px 6px;
}

}
@media (min-width: 800px) and (max-width: 864px) {
.logo {
width: auto !important;
position: absolute !important;
left: 50% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}

.logoo {
width: 200px !important;
margin: auto;

}
.header-container {
display: flex;
align-items: center;
height: 80px;
padding: 0 20px;
position: relative;
}
header a p {
color: inherit;
}

#menu-btn {
flex-shrink: 0;
}

.logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
height: 50px; /* adjust as needed */
flex-shrink: 0;
}

.spacer {
flex: 1; /* pushes icons-right to right */
}

.icons-right {
display: flex;
align-items: center;
gap: 15px !important;
flex-shrink: 0;
}

header h1 {
font-size: 1.5rem;
}

.cart-icon{
position: sticky !important;
margin-left: 310px;
width: 37px !important;
}

#cart-count {
font-size: 12px;
position: absolute;
top: 15px !important;
right: -5px !important;
background: red;
color: white;
border-radius: 50%;
padding: 2px 6px;
}

#menu-btn{
position: sticky !important;
margin-right: 360px !important;
margin-bottom: 45px !important;
}

/* Right-side icons: search then cart */
.icons-right {
display: flex;
align-items: center;
margin-left: 70px !important;
}

#search-icon{
margin-bottom: 8px;
}

/* Side nav stays hidden unless opened */
#side-nav {
position: fixed;
top: 0;
left: -100%;
width: 240px;
height: 100%;
background-color: #fff;
box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
padding: 2rem 1rem;
gap: 1.2rem;
transition: left 0.3s ease-in-out;
z-index: 999;
}

#side-nav.open {
left: 0;
}

#side-nav a {
text-decoration: none;
font-size: 1rem;
font-weight: 500;
color: #333;
}

/* Hide the desktop version completely */
.header-containerr {
display: none;
}
#callout-banner{
margin-top: 50px !important;
margin-bottom: -40px !important;
margin-left: 10px;
margin-right: 10px;
}
}
@media (min-width: 865px) and (max-width: 899px) {
.logo {
width: auto !important;
position: absolute !important;
left: 50% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}

.logoo {
width: 200px !important;
margin: auto;

}
.header-container {
display: flex;
align-items: center;
height: 80px;
padding: 0 20px;
position: relative;
}
header a p {
color: inherit;
}

#menu-btn {
flex-shrink: 0;
}

.logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
height: 50px; /* adjust as needed */
flex-shrink: 0;
}

.spacer {
flex: 1; /* pushes icons-right to right */
}

.icons-right {
display: flex;
align-items: center;
gap: 15px !important;
flex-shrink: 0;
}

header h1 {
font-size: 1.5rem;
}

.cart-icon{
position: sticky !important;
margin-left: 350px;
width: 37px !important;
}

#cart-count {
font-size: 12px;
position: absolute;
top: 15px !important;
right: -5px !important;
background: red;
color: white;
border-radius: 50%;
padding: 2px 6px;
}

#menu-btn{
position: sticky !important;
margin-right: 360px !important;
margin-bottom: 45px !important;
}

/* Right-side icons: search then cart */
.icons-right {
display: flex;
align-items: center;
margin-left: 70px !important;
}

#search-icon{
margin-bottom: 8px;
}

/* Side nav stays hidden unless opened */
#side-nav {
position: fixed;
top: 0;
left: -100%;
width: 240px;
height: 100%;
background-color: #fff;
box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
padding: 2rem 1rem;
gap: 1.2rem;
transition: left 0.3s ease-in-out;
z-index: 999;
}

#side-nav.open {
left: 0;
}

#side-nav a {
text-decoration: none;
font-size: 1rem;
font-weight: 500;
color: #333;
}

/* Hide the desktop version completely */
.header-containerr {
display: none;
}
#callout-banner{
margin-top: 50px !important;
margin-bottom: -40px !important;
margin-left: 10px;
margin-right: 10px;
}
}
@media (min-width: 900px) and (max-width: 964px) {
.logo {
width: auto !important;
position: absolute !important;
left: 50% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}

.logoo {
width: 200px !important;
margin: auto;

}
.header-container {
display: flex;
align-items: center;
height: 80px;
padding: 0 20px;
position: relative;
}
header a p {
color: inherit;
}

#menu-btn {
flex-shrink: 0;
}

.logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
height: 50px; /* adjust as needed */
flex-shrink: 0;
}

.spacer {
flex: 1; /* pushes icons-right to right */
}

.icons-right {
display: flex;
align-items: center;
gap: 15px !important;
flex-shrink: 0;
}

header h1 {
font-size: 1.5rem;
}

.cart-icon{
position: sticky !important;
margin-left: 420px;
width: 37px !important;
}

#cart-count {
font-size: 12px;
position: absolute;
top: 15px !important;
right: -5px !important;
background: red;
color: white;
border-radius: 50%;
padding: 2px 6px;
}

#menu-btn{
position: sticky !important;
margin-right: 360px !important;
margin-bottom: 45px !important;
}

/* Right-side icons: search then cart */
.icons-right {
display: flex;
align-items: center;
margin-left: 70px !important;
}

#search-icon{
margin-bottom: 8px;
}

/* Side nav stays hidden unless opened */
#side-nav {
position: fixed;
top: 0;
left: -100%;
width: 240px;
height: 100%;
background-color: #fff;
box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
padding: 2rem 1rem;
gap: 1.2rem;
transition: left 0.3s ease-in-out;
z-index: 999;
}

#side-nav.open {
left: 0;
}

#side-nav a {
text-decoration: none;
font-size: 1rem;
font-weight: 500;
color: #333;
}

/* Hide the desktop version completely */
.header-containerr {
display: none;
}
#callout-banner{
margin-top: 50px !important;
margin-bottom: -40px !important;
margin-left: 10px;
margin-right: 10px;
}
}
@media (min-width: 1020px) {
.header-containerr {
display: flex;
align-items: center;
justify-content: space-between;
padding: 1rem 1rem;
}

#side-nav {
display: flex;
gap: 2rem;
justify-content: center;
flex-grow: 1;
}

.icons-right {
display: flex;
align-items: center;
gap: 1.5rem;
}
}
@media (min-width: 965px) and (max-width: 1023px) {
.logo {
width: auto !important;
position: absolute !important;
left: 52% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}

.logoo {
width: 200px !important;
margin: auto;

}
.header-container {
display: flex;
align-items: center;
height: 80px;
padding: 0 20px;
position: relative;
}
header a p {
color: inherit;
}

#menu-btn {
flex-shrink: 0;
}

.logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
height: 50px; /* adjust as needed */
flex-shrink: 0;
}

.spacer {
flex: 1; /* pushes icons-right to right */
}

.icons-right {
display: flex;
align-items: center;
gap: 15px !important;
flex-shrink: 0;
}

header h1 {
font-size: 1.5rem;
}

.cart-icon{
position: sticky !important;
margin-left: 490px;
width: 37px !important;
}

#cart-count {
font-size: 12px;
position: absolute;
top: 15px !important;
right: -5px !important;
background: red;
color: white;
border-radius: 50%;
padding: 2px 6px;
}

#menu-btn{
position: sticky !important;
margin-right: 360px !important;
margin-bottom: 45px !important;
}

/* Right-side icons: search then cart */
.icons-right {
display: flex;
align-items: center;
margin-left: 70px !important;
}

#search-icon{
margin-bottom: 8px;
}

/* Side nav stays hidden unless opened */
#side-nav {
position: fixed;
top: 0;
left: -100%;
width: 240px;
height: 100%;
background-color: #fff;
box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
padding: 2rem 1rem;
gap: 1.2rem;
transition: left 0.3s ease-in-out;
z-index: 999;
}

#side-nav.open {
left: 0;
}

#side-nav a {
text-decoration: none;
font-size: 1rem;
font-weight: 500;
color: #333;
}

/* Hide the desktop version completely */
.header-containerr {
display: none;
}
#callout-banner{
margin-top: 50px !important;
margin-bottom: -40px !important;
margin-left: 10px;
margin-right: 10px;
}
}
@media (min-width: 1024px) {
.header-container {
display: none; /* hide mobile header */
}

.header-containerr {
display: flex; /* show desktop header */
align-items: center;
justify-content: space-between;
padding: 1rem 2rem;
width: 100%;
}

#side-nav {
display: flex;
gap: 2rem;
justify-content: center;
flex-grow: 1;
padding: 0 2rem;
}

.icons-right {
display: flex;
align-items: center;
gap: 1rem;
}
}