body {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
    background:#ffffff;
}

header {
    background: url(/images/Gems.svg) right top no-repeat, linear-gradient(184.72deg, rgb(255, 255, 255) 16.26%, rgba(255, 255, 255, 0) 44.34%);
    border: 1px solid rgb(238, 238, 238);
    padding: 2rem;
    position: relative;
    box-sizing: border-box;
    box-shadow: rgba(228, 228, 228, 0.4) 0px 2px 6px;
    border-radius: 12px;
    flex: 2 1 0px;
    margin-left:72px;
    margin-right:72px;
    margin-top:30px;
}

h1{
   color: rgb(33, 33, 33);
    text-overflow: ellipsis;
    line-height: 2.875rem;
    font-weight: 700;
    font-size: 1.25rem;
}
h2{
    text-overflow: ellipsis;
    line-height: 1.25;
    color: rgb(174, 174, 174);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
h2#header{
    display:none !important;
}

.menu nav a {
    margin: 0 1em;
    text-decoration: none;
    color: rgb(33, 33, 33);
}

main {
    padding: 2em;
}

.sidebar-left{
    display: flex;
    margin: 0px;
    padding: 0px;
    z-index: 0;
    min-height: 0px;
    min-width: 0px;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-direction: column;
    border-radius: 0px 1.25rem 1.25rem 0px;
    -webkit-box-align: center;
    align-items: center;
    width: 48px;
    height: 100%;
    background: linear-gradient(rgb(20, 16, 35) 0%, rgb(46, 65, 166) 100%);
    position:fixed;
    top:0px;
    z-index:1;
}

.sidebar-right .sidebar-menu{
    height:100%;
    width:48px;
    float:right;
}
.sidebar-right .sidebar-menu > li{
    width:100%;
}
.sidebar-right .sidebar-menu li:first-child img{
    width:40px;
}
.sidebar-right .sidebar-menu li img{
    width:30px;
}
.sidebar-left .sidebar-menu li a{
    width:100%;
}
/* Right Sidebar */
.sidebar-right {
    position: fixed;
    right: 0;
    top: 50px;
    width: 80px; /* Collapsed sidebar width */
    height: 100vh;
    background: #f4f4f4;
    transition: width 0.3s ease-in-out;
    overflow: hidden;
}

/* Expanded Sidebar */
.sidebar-right.expanded {
    width: 400px; /* Expanded width */
    display:block;
}
.sidebar-right.expanded .sidebar-menu{
    border-left:0.7px solid rgb(206, 107, 74);
}
.sidebar-right .sidebar-menu li a{
    width:100%;
}

/* Profile Content (Hidden Initially) */
#profile-section {
    display: none;
    padding: 10px;
}
#profile-section.active{
    display:block;
    position:absolute;
    top:0px;
    left:20px;
    width:calc(100% - 120px);
}
#treasure-section.active{
    display: block;
    position: absolute;
    top: 0px;
    left: 20px;
    width: calc(100% - 90px);
}
#treasure-section.active  > .slide-card{
    display:block;
}
#treasure-section.active #treasure-card{
    position:relative;
    height:100vh;
}
#profile-slider {
    position:relative;
    height:100vh;
}
#profile-section.active #profile-card{
    position:relative;
    height:100vh;
}

/* Show active profile section */
profile-section.active {
    display: block;
}


/* Form Styling */
#profile-section form input {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
}
.logo{
    display: flex;
    margin: 1rem 0px;
    padding: 0px;
    z-index: 0;
    min-height: 0px;
    min-width: 0px;
    -webkit-box-align: stretch;
    align-self: center;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-direction: column;
    position: relative;
    align-items: flex-end;
    color: rgb(255, 255, 255);
    -webkit-box-pack: center;
    justify-content: center;
    width: unset;
}
.sidebar-menu{
    list-style:none;
    padding:0px;
    margin-top:50px;
}
.sidebar-menu li{
    margin-bottom:25px;
}
.sidebar-menu li a svg{
    fill:#ffffff;
}
.sidebar-left li.active svg{
    fill:#ffffff;
}
/* .sidebar-left li.active svg{
    fill: rgb(206, 107, 74);
} */
/* .sidebar-left .sidebar-menu li.active a{
    width: 40px;
    height: 40px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    border-radius: 50% 0px 0px 50%;
} */
.sidebar-left .sidebar-menu li.active a{
    width: 40px;
    height: 40px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 0.5rem;
    background-color: rgb(130, 75, 251);
}
.sidebar-menu li{

    display: flex;
    margin: 0px 0px 20px;
    padding: 0px;
    z-index: 0;
    min-height: 0px;
    min-width: 0px;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-direction: column;
    position: relative;
}
/* 
.sidebar-left .sidebar-menu li.active .item::before{
    content: "";
    position: absolute;
    background: rgb(255, 255, 255);
    left: unset;
    right: -4px;
    top: 50%;
    z-index: -1;
    width: 20px;
    height: 110%;
    transform: translateY(-50%);
} */
/* .sidebar-left  .sidebar-menu li.active a::before{
    top: 0px;
    transform: translateY(-100%);
    border-radius: 0px 0px 12px;
    content: "";
    position: absolute;
    background: rgb(88, 121, 156);
    width: 48px;
    height: 12px;
    z-index: -1;
} */
/* .sidebar-left .sidebar-menu li.active a::after{
    bottom: 0px;
    transform: translateY(100%);
    border-radius: 0px 12px 0px 0px;
    content: "";
    position: absolute;
    background: rgb(88, 121, 156);
    width: 48px;
    height: 12px;
    z-index: -1;
} */

.sidebar-menu li a{
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    width: 36px;
    height: 36px;
    color: rgb(255, 255, 255);
}
section#hero{
    margin-top:10px !important;
    margin-bottom:0px !important;
}
section{
        background-color: rgb(255, 255, 255);
        border: 0px;
        border-radius: 0px;
        flex-shrink: 1;
        position: relative;
        -webkit-box-flex: 1;
        flex-grow: 1;
        overflow: auto;
        padding: 1.75rem 2rem;
        margin-bottom: 1.5rem;
        margin-top:30px;
}
/**main{
margin-right:40px;
margin-left:40px;
}**/
.list{
    display: grid;
    height: auto;
    width: 100%;
    gap: 0.75rem;
    grid-auto-flow: row;
    grid-template-columns: repeat(auto-fit, minmax(120px, 180px));
    justify-items: start;
    margin-bottom: 36px;
}
.list-item{
    min-width: 0px;
    grid-column-end: span 1;
    grid-row-end: span 1;
    align-self: end;
    text-align: center;
    font-size: 0.8rem;
}
.list-item img{
    min-width:250px;
}
.list-item p{
    color: rgb(41, 83, 129);
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    text-align:left;
    margin-top:0px;
}
.list-item a{
    text-decoration:none;
    color: rgb(41, 83, 129);
}
.menu nav{
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    font-family: 'Libre Baskerville', serif;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0.5rem 0px 0px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: optimizelegibility;
    touch-action: manipulation;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    color: rgb(41, 83, 129);
    font-size: 0.8rem;
    font-weight: 300;
    height: 2rem;
    line-height: 1;
    padding: 0px 1rem;
    text-overflow: ellipsis;
    outline: none;
    text-transform: unset;
    transition: transform 0.15s ease-in-out;
    height: 50px;
    border: 0px;
    width: calc(100% - 40px);
    margin: 10px auto 10px;
    border-bottom: 1px solid rgba(220, 225, 234, 1);
}

.menu nav > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    background-color: transparent;
    padding:0px;
    height:100%;
}
.menu nav > ul > li{
    height:100%
}
.menu nav > ul > li > a{
    display: inline-block;
    height: 100%;
    padding: 0px;
    line-height:50px;
    padding:0px 10px;
    color: rgba(0, 0, 0, 1);
    border: 1px solid transparent;
    border-radius: 5px;
    transition: background-color 0.3s, border-color 0.3s;
    text-decoration: none;

}

.menu nav ul li a.active {
    transition: transform 0.15s ease-in-out;
    color:rgba(36, 115, 98, 1);
}

.menu nav > ul li a:hover {
    color:rgba(36, 115, 98, 1);
}
#hero{
align-items: center; 
justify-content: center; 
text-align: center;
padding:0px;
}

#hero-content{
background: url(/images/hero-banner.png) no-repeat 30% 40%/cover; 
height: 40vh; 
align-items: center; 
justify-content: center; 
color: white; 
text-align: center;
padding:20px;
display:flex;
}
#hero-content::before{
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.33) 100%);
}
#hero-content h1{
    font-family: 'Libre Baskerville', serif;
    font-weight:400;
    font-size:42px;
}
#hero-content > div{
    z-index:1;
}
#hero .cta-button {
    padding: 10px 20px;
    color: white;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    background-color:transparent;
}
#hero .cta-button:hover{
    background-color: transparent;
    color:rgb(206, 107, 74);
}
.cta-button:hover {
    background-color: transparent;
    color:rgb(206, 107, 74);
}

.product-grid .product-card {
    border: 1px solid #ddd;
    border-radius:0px;
    padding: 15px;
    transition: box-shadow 0.3s;
}

.product-grid .product-card:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
#hero h1{
    font-size: 1.75em;
    color:#ffffff;
}
section#features{
    margin-top:0px;
}
#features{
   padding: 40px 20px; 
   text-align: center;
}
#features h2{
 font-family: 'Libre Baskerville', serif;
font-weight: 300; 
}

.features-container{
   display: flex;
  justify-content: center;
  align-items: stretch; 
  gap: 20px;
  flex-wrap: wrap; 
}
.features-container img{
    height:auto;
}
.features-container > div{
  flex: 1 1 300px; 
  max-width: 350px;
  background: #fff;
  border-radius: 0px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
}
.features-container img{
    width: 300px;
    object-fit: contain;
    margin:0px auto;
    border-radius:0px;
}

.features-container p {
  flex-grow: 1;
font-weight: 200;
    width: 80%;
    margin: 0px auto;

}

.features-container h3 {
  margin: 20px0px 0px 0px;
  font-family: 'Libre Baskerville', serif;
font-weight: 300;
font-size:16px;
}

#newsletter{
   background: #ffffff; 
   padding: 40px 40px; 
   border: 1px solid rgba(182, 189, 201, 1);
  box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.08);
  border-radius:0px !important;
  margin:0px 64px;

}
#newsletter form {
  /*display: flex;*/
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  float:right;
}

#newsletter input[type="email"] {
  flex: 1 1 300px;
  padding: 12px 16px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.2s ease;
  width:300px;
}

#newsletter input[type="email"]:focus {
  border-color: #2f6454;
}

#newsletter button {
  padding: 12px 24px;
  background-color: #2f6454;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

#newsletter button:hover {
  background-color: #255042;
}
.box {
    width:100%;
    margin: 0px auto;
    background: #247362;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: 100;
    font-family: 'Nunito', sans-serif;
    position: absolute;
    left:0px;
    right:0px;
    z-index:-1;
  }

  .box .message{
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  .box .message.visible {
    opacity: 1;
  }

  .box .message.visible p, .box .message.visible > a{
    display: inline;
  }

  .cta-button{
    color: #58799c; 
    padding: 10px 20px; 
    border-radius: 5px; 
    background:white;
  }
  .message .cta-button{
    background:none !important;
    color:#ffffff !important;
    cursor: pointer;
  }
  .message p{
    color: #ffffff;
  }
  #newsletter{
    margin-top: 20px;
     display: flex; 
     flex-wrap: wrap; 
     justify-content: left; 
     gap: 10px;
     display: none;
  }
  #newsletter.hidden{
    display:none !important;
  }

  #newsletter.visible {
    display: block;
  }

#newsletter h2{
margin-top:0px;
font-family: 'Libre Baskerville', serif;
font-weight: 300;
font-size:1.25rem;
margin-bottom:0px !important;
 }
#newsletter p {
    color: #555;
    margin: 10px 0;
    width:30%;
    float:left;
}

#subscription-message {
    font-weight: light;
   margin-top: 20px; 
   color: green; 
   display: none;
}
.products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.product-card {
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 20px;
    text-align: center;
    width: 250px;
}

.product-card img {

    border-radius: 0px;
    margin-bottom: 10px;
}

.add-to-cart-btn {
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: #ffffff;
    background: rgba(36, 115, 98, 1);
    margin-top:10px;
}

.add-to-cart-btn:hover {
    background-color:transparent;
    color: rgba(36, 115, 98, 1);
}
.add-to-wishlist-btn{
    color: rgba(36, 115, 98, 1);
    border: 1px solid rgba(36, 115, 98, 1) !important;
    background: none;
    width: 80% !important;
    padding:10px 15px;
    border-radius:5px;
    margin-top:10px;
}

.products button:hover{
    background-color:transparent;
    color: rgba(36, 115, 98, 1) ; 
}
.cart {
    margin: 20px;
}

.cart-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.cart-table th, .cart-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}
.wishlist .products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.wishlist .product-card {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    width: 200px;
    text-align: center;
}

.wishlist .product-card img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}

.wishlist .product-card button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.wishlist .product-card button:hover {
    background-color: #0056b3;
}

.main-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.menu-item {
    position: relative;
    height:100%;
}

.menu-item a {
    text-decoration: none;
    color: #333;
    padding: 10px 15px;
}

.menu-item a:hover {
    border-radius: 5px;
}
.menu-item.active > a{
  color: rgba(36, 115, 98, 1);
}

.submenu {
    list-style-type: none;
    position: absolute;
    top: 100%;
    left: -40px;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    display: none;
    z-index: 10;
    border-top: rgba(220, 225, 234, 1);
}

.menu-item:hover .submenu {
    display: block;
}

.submenu li {
    padding: 5px 15px;
}

.submenu li a {
    color: #333;
    text-decoration: none;
    font-family:'Nunito', sans-serif !important;;
}

.submenu li a:hover {
    border-radius: 3px;
}

.success-message {
    background-color: #247362;
    color: white;
    padding: 15px;
    margin-top: 20px;
    border-radius: 5px;
    text-align: center;
}

.success-message a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    background-color: #333;
    padding: 10px;
    border-radius: 5px;
}

.success-message a:hover {
    background-color: #555;
}
h2.category-title{
    width:100%;
    margin-top:0px !important;
    margin-bottom:20px !important;
    text-align:center;
    font-family:'Libre Baskerville', serif;
    color:#000000;
}
/* Breadcrumb Styling */
.breadcrumbs {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    margin: 20px 0;
    padding: 0;
}

.breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.breadcrumbs li {
    display: inline;
}

.breadcrumbs li a {
    color: rgba(36, 115, 98, 1);
;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumbs li a:hover {
    color: #8d4e3c;
    text-decoration: underline;
}

.breadcrumbs li.active {
    color: #555;
    font-weight: bold;
    pointer-events: none;
}

.breadcrumbs li::after {
    content: '/';
    margin: 0 8px;
    color: #ccc;
}

.breadcrumbs li:last-child::after {
    content: ''; /* Remove the slash after the last item */
    margin: 0;
}
.products form button{
    border:0px;
    cursor:pointer;
    width:80%;
}
.products .actions button{
    border:0px;
    background:none;
    cursor:pointer;
}

.products{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
 
  section.shop{
    overflow:visible;
    min-height:100%;
    margin-top:0px !important;

  }
  .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.product-image {
    border-radius: 4px;
    margin-bottom: 8px;
}
.product-card img{
    width:100%;
    min-height:200px;
    max-height:200px;
    display:block;
    margin:0px auto;
}
 .single-product form{
    display:inline-block;
    margin-bottom:0px;
}
.product-card h4{
    margin-bottom:10px;
    margin-top:15px;
}

/* General Styles for Checkout Form */

#order-form{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    background: rgba(239, 242, 248, 1);
    padding-top:30px;
    padding-bottom:30px;
  }
  
  
  /* Label Styling */
  #order-form label {
    font-weight: light;
    margin-bottom: 6px;
    font-size: 14px;
  }
  
  /* Responsive Design for Smaller Screens */
  @media (max-width: 768px) {
    .form-group {
      flex: 1 1 100%; /* Make all fields take full width on smaller screens */
    }
   #order-form h2{
        width:100%;
        margin-bottom:20px !important;
        text-align:left !important;
      }
     #checkout-form{
        text-align:center !important;
      }
  }

  @media (min-width: 768px){
    #order-form.left{
        width:45%;
        float:left;
    }
    #order-form .right{
        width:45%;
        float:right;
    }

  }
  #order-form button{
    max-width:280px;
  }
  #order-form input{
    margin-bottom:10px;
  }
  #order-form button {
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: light;
    padding: 12px;
    border-radius: 5px;
  }
   /* Input Fields Styling */
   #order-form input {
     padding: 10px;
     font-size: 16px;
     border: 1px solid #ccc;
     border-radius: 5px;
     width: 100%; /* Make input fields take up the full width of their container */
     box-sizing: border-box;
   }
   #order-form input[type="radio"]{
    width:auto !important;
   }
   .cart-table button{
    background-color: transparent !important;
    background:none !important;
    border:0px;
     color:#247362;
}
.cart-table button:hover{
    text-decoration:underline;
}
.cart-table input{
    border:0px;
    width:50px;
}
.wishlist button{
    background-color: transparent !important;
    background:none !important;
    border:0px;
     color:#247362;
}
.wishlist button:hover{
    text-decoration:underline; 
}
.checkout button{
    width: 200px;
    padding: 10px 20px;
    background-color: #247362;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display:block;
    margin-top:20px;
}
.checkout button:hover{
    background-color: #58799c;
}
.flip-card {
    perspective: 1000px;
    width: 100%; /* Adjust as needed */
    height: 420px; /* Adjust based on your card height */
    position: relative;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s ease-in-out;
    transform: rotateY(0deg); /* Default state: front side visible */
}

.flippable .flip-card.hovered .flip-card-inner {
    transform: rotateY(180deg); /* Flip to back */
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}

.flip-card-front {
    z-index: 2;
    background: #ffffff;
    height:auto !important;
}

.flip-card-back {
    transform: rotateY(180deg);
    background: #e4ebf3;
    position:absolute;
    top:-200px;
}
.product-card p{
    margin:0px;
}
.flip-card-back form{
    height:auto;
    padding:10px;
}
.flip-card-back form label{
    width: 100%;
    display: block;
    text-align: left;
    font-size:12px;
    margin-bottom:2px;
}
.flip-card-back form input{
    width:100%;
    border:0px;
    margin-bottom:10px;
    padding:5px;
    border-radius:8px;
    font-size:12px;
    font-family:"Nunito", sans-serif;
}
.flip-card-back form textarea{
    width:100%;
    border:0px;
    margin-bottom:10px;
    padding:5px;
    border-radius:8px;
    font-size:12px;
    font-family:"Nunito", sans-serif;

}
.flip-card-back form button{
    margin-top:5px;
    color:rgb(206, 107, 74);
}
.product-category, .product-description{
    font-size:12px;

}
.single-product img{
    max-width:300px;
}
.single-product form button{
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-right:20px;
    width:220px !important;
}
.single-product form button:hover{
    background-color:transparent;
}
.product-link{
    text-decoration:none;
    color: rgb(88, 121, 156);
}
/* Profile Sliding Container */
#profile-container {
    position: fixed;
    right: -320px; /* Initially hidden */
    top: 50px;
    width: 280px;
    background: #fff;
    border-radius: 8px;
  /*  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); */
    transition: right 0.3s ease-in-out;
    padding: 20px;
    z-index: 1000;
    border-right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#profile-container.active {
    right: 48px; /* Slides into view */
}

/* Login Form */
.slide-form, .slide-card {
    display: none;
}

.slide-form.active, .slide-card.active {
    display: block;
    width:100%;
}

/* Profile Card */
#profile-card {
    text-align: center;
}
#profile-card p{
    text-align: left;
    display:flex;
}
#profile-card p.profile-email span{
    margin-left:5px;
}

#profile-card img{
    width:18px;
}

#logout-btn {
    background:rgb(206, 107, 74);
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 4px;
}
#user-form label, #profile-update-form label{
    font-size:14px;
}
#user-form input, #signin-form input, #profile-update-form input{
    width: 80%;
    padding: 5px 10px;
    background-color: none !important;
    border-radius: 8px;
    border: 0.7px solid rgba(193, 172, 178, 1);
}
#user-form button, #signin-form button, #profile-update-form button{
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: rgb(88, 121, 156);
    margin-right: 20px;
    margin-top:20px;
}
#update-profile-btn {
    background: white;
    color: rgb(206, 107, 74);
    border: 0.7px solid rgb(206, 107, 74);
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 4px;
}

#update-profile-form {
    display: none;
}

#update-profile-form.active {
    display: block;
}
#profile-email, #profile-phone{
    font-size:14px;
}
.sidebar-right{
    display: flex;
    margin: 0px;
    padding: 0px;
    z-index: 0;
    min-height: 0px;
    min-width: 0px;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-direction: column;
    border-radius: 1.25rem 0px 0px 1.25rem;
    -webkit-box-align: center;
    align-items: center;
    width: 48px;
    height: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 1rem 0px 0px 1rem;
    box-shadow: rgba(189, 168, 162, 0.4) -2px 0px 12px;
    top:0px;
    right:0px;
    position:fixed;
    z-index:10000;
}

/* Mobile Frame Styling */
.mobile-frame {
    width: 375px; /* iPhone width */
    height: 667px; /* iPhone height */
    border-radius: 30px;
    border: 10px solid black;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    background: #111;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
}

#mobile-iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

body[data-page-view="mobile"] .box{
    display:none;
}

/* Mobile Header */
.mobile-header {
    display: none;
    background: none;
    padding: 10px;
    text-align: center;
}

body[data-page-view="mobile"] .mobile-header {
    display: block;
}

/* Hamburger Button */
.hamburger {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    padding: 0;
    position: relative;
    z-index:10000;
    margin-top:15px;
}

.hamburger span {
    display: block;
    width: 80%;
    height: 2px;
    background: #000;
    transition: all 0.3s ease;
}


/* Transform to "X" when menu is open */
.hamburger.open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
}

.hamburger.open span:nth-child(3) {
    transform: translateY(-13px) rotate(-45deg);
}

.hamburger.open span{
    background:white;
}

/* Mobile Menu */
.mobile-menu {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: #333;
    text-align: center;
    padding: 15px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

}

/* Mobile Menu Items */
.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu li {
    padding: 10px 0;
}

.mobile-menu li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

/* Show menu when active */
.mobile-menu.active {
    display: block;
    z-index:1000;
}

.mobile-menu .submenu{
    left:0px;
    right:0px;
    background:#333;
}

main.mobile{
    width:100%;
    padding:0px;
    margin:0px;
}
main.mobile h2{
text-align:center;
}
main.mobile .features-container{
    display:block;
}
main.mobile section#hero{
    border-radius:0px;

}
main.mobile h2{
    margin-bottom:0px;
    margin-top:20px;
}
main.mobile #newsletter{
    border:0px;
}
main.mobile #newsletter-form button{
    margin-top:20px;
    width:100% !important;
}
main.mobile .breadcrumbs ul{
    margin-left:10px;
}
main.mobile .products{
    display:block;
}
main.mobile .products .product-card{
    width:100%;
    padding:0px;
    margin-bottom:20px;
}
main.mobile .product-card h4{
    margin-top:5px;
}

/* Default Table Style */
.cart-container {
    width: 100%;
    margin-top: 0px;
    background: rgba(239, 242, 248, 1);
    padding-top:80px;

}

.cart-table {
    width: 80%;
    border-collapse: collapse;
    margin:0px auto;
}
.cart-table thead{
    display:none !important;
}
.cart-table tbody{
background:#ffffff;
}

.cart-table th, 
.cart-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 16px; /* Reduce font size for smaller screens */
}

.cart-product {
    display: flex;
    align-items: center;
}

.cart-product img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 5px;
}

.cart-quantity {
    width: 50px;
    text-align: center;
}

/* Make the Table Fit in Mobile View Without Scrolling */
@media (max-width: 768px) {
    #hero{
        height:100%;
    }
    .cart-table th, 
    .cart-table td {
        padding: 6px; /* Reduce padding */
        font-size: 14px; /* Reduce text size */
    }

    .cart-table thead {
        display: none; /* Hide table headers */
    }

    .cart-table tbody tr {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #ccc;
        padding: 10px;
        border-radius: 5px;
    }

    .cart-table td {
        display: flex;
        justify-content: normal;
        width: 100%;
        padding: 8px 0;
    }

    .cart-table td::before {
        content: attr(data-label); /* Show column labels */
        font-weight: bold;
        text-transform: uppercase;
        color: #333;
    }

    /* Adjust form elements */
    .cart-table td form {
        width: 100%;
        display: flex;
        justify-content: normal;
        align-items: center;
    }

    .cart-table td form input {
        max-width: 50px;
        text-align: center;
    }

    .cart-table td form button {
        font-size: 12px;
        padding: 5px;
        margin-left: 5px;
    }

    .cart-remove-btn {
        font-size: 14px;
        color: red;
    }
    .cart-table th, .cart-table td {
        border:0px;
    }
     .cart-table td:nth-child(odd) {
        width:60%;
     }
     .cart-table td:nth-child(even) {
        width:40%;
        float:right;
        text-align:right;
        display:block;
        margin-top:15px;
     }
     .cart-container .total-price{
        margin-left:20px;
        text-align:center;

     }
     .cart-container .btn{
        margin-left:20px;
        color:rgb(206, 107, 74);
     }
     .checkout-form label{
        margin-bottom:0px;
     }
     .empty{
        text-align:center;
     }
     .payment label{
        width:100%;
        display:block;
     }
     .geolocation #map{
        width:100% !important;
     }
     .geolocation .location-info{
        width:100% !important;
     }
     #order-form{
        padding:20px !important;
     }
     #newsletter{
        padding:20px !important;
        margin:0px !important;
     }
     #newsletter p{
        width:100% !important;
     }
    
}

.empty{
    text-align:center;
    margin-top:50px;
}
.checkout-button{
color: white;
border: none;
cursor: pointer;
font-size: 16px;
font-weight: light;
padding: 12px;
border-radius: 5px;
background-color: #2f5d4e !important;;
margin-bottom:30px !important;
}

.geolocation #map{
width:70%; 
height:500px;
float:left;
}
.geolocation .location-info{
    width:25%;
    float:right;
    clear:right;
    padding-left:20px;
}
.geolocation .location-info h3{
    font-size:14px;
}
.geolocation .location-info p{
    font-size:12px;
}
.geolocation .location-info .user-location{
    border-bottom: 1px solid rgb(88, 121, 156);
    margin-top:10px;
}

/*  Mobile Notification Container */
#mobile-notification {
    position: fixed;
    top: 10px; 
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 340px;
    background: rgba(30, 30, 30, 0.95); /* Dark semi-transparent for modern feel */
    color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "Arial", sans-serif;
    animation: fadeIn 0.3s ease-out;
    z-index: 1000;
}

/*  Slide-in animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, 20px);
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

/*  Notification Icon */
#mobile-notification img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover;
}

/*  Notification Content */
.notification-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Title */
.notification-content h4 {
    font-size: 14px;
    margin: 0;
    font-weight: bold;
}

/*  Message */
.notification-content p {
    font-size: 12px;
    margin: 4px 0 8px;
    color: #ddd;
}

/*  View Button */
#notification-link {
    font-size: 12px;
    color: #4CAF50;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.2s;
}

#notification-link:hover {
    color: #66bb6a;
}

/*  Close Button */
#close-notification {
    background: none;
    border: none;
    color: #aaa;
    font-size: 18px;
    cursor: pointer;
    transition: color 0.2s;
    position:absolute;
    top:10px;
    right:10px;
}

#close-notification:hover {
    color: #fff;
}
#distance-info{
    color:#1c6498;
}
footer{
    width: calc(100% - 120px);
    margin: 0px auto;
    text-align: center;
    font-size: 12px;
    margin-bottom:40px;
}
/* Recommended Products Section */
#recommended-products {
    margin: 40px 0;
    text-align: center;
}

.carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.carousel-track {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    padding: 10px;
}

.carousel-track::-webkit-scrollbar {
    display: none; 
}

.carousel-item {
    flex: 0 0 auto;
    width: 200px;
    text-align: center;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.carousel-item img {
    width: 100%;
    height: auto;
    max-height:200px;
    min-height:200px;
    border-radius: 8px;
}
.carousel-item a{
    text-decoration:none;
    color:#000;
}

.carousel-btn {
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border-radius: 50%;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

.carousel-btn:hover {
    background:rgb(88, 121, 156); 
}



#treasure-vault .vault-subsection ul{
    padding-inline-start: 0px;
}

#treasure-vault .vault-subsection ul > li{
    font-size:13px;
}


.vault-toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 10px;
    margin-left: 3px;
    position:absolute;
    right:0px;
    color:rgb(109, 109, 109);
}
.vault-toggle-btn svg{
    fill:rgb(109, 109, 109);
}
.vault-values {
    margin-top: 5px;
    color:rgb(88, 121, 156);
}
.vault-values p{
    padding-left:18px;
}
.vault-values > ul{
    padding-top:10px;
}
.vault-subsection{
    position:relative;
}
.vault-subsection h5{
    margin-bottom:0px;
    font-weight:100;
    position:relative;
}
.vault-subsection h5.segments svg{
    position:absolute;
    left:0px;
    height:12px;
}
.vault-subsection ul.segments-list li{
padding-left:20px
}
#treasure-card > h4{
    color:rgb(109, 109, 109);
    padding-top:30px;
}
.vault-section {
    position:relative
}
.vault-section svg{
position:absolute;
top:22px;
left:10px;
fill:rgb(206, 107, 74);
}
.vault-section h4{
    border-bottom: 0.5px dotted rgb(206, 107, 74);
    background: rgb(255, 246, 243);
    padding:20px 10px;
    color:rgb(206, 107, 74);
    font-weight:100;
    font-size:14px;
    padding-left:30px;
}
#close-treasure-btn{
    position: absolute;
    right: -15px;
    top: 25px;
    width: 35px;
    height: 35px;
    text-align: center;
    cursor: pointer;
}
#close-treasure-btn svg{
    padding-top:10px;
    fill: rgb(109, 109, 109);
}
#close-treasure-btn:hover{
    color: rgb(26, 72, 125);
    background-color: rgb(236, 243, 251);
    border-radius:50%;
}

.vault-scroll {
    max-height: calc(100vh - 100px); 
    overflow-y: auto;
    padding-right: 3px; 
}
#treasure-loader, #profile-loader{
    position: absolute;
    top:40%;
    left: 30%;
}
.profile-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
  }
  .tab-btn {
    padding: 6px 12px;
    border: 0px;
    cursor: pointer;
    background:none;
  }
  .tab-btn.active {
   border-bottom:1px solid #58799c;
  }

  #user-form select{
    margin-bottom:10px;
    min-width: 120px;
    border-bottom: 0.7px solid rgba(193, 172, 178, 1) !important;
    padding-bottom: 5px;
    border:0px;
}
 #profile-details{
    text-align: left;
    font-size: 13px;
    margin-bottom: 30px;
    line-height: 27px;
 }
 .top-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }
  
  .toggle-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-right:10px;
    float: right;
    position: absolute;
    top: 20px;
    right: 50px;
}
  .toggle-wrapper label{
    font-size:12px;
    display:inline-flex;
  }
  
  /* Toggle styles */
  .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
  }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 26px;
  }
  .slider:before {
    position: absolute;
    content: "";
    height: 20px; width: 20px;
    left: 3px; bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
  }
  input:checked + .slider {
    background-color: #247362;
  }
  input:checked + .slider:before {
    transform: translateX(24px);
  }
  .mobile .toggle-wrapper{
    display:none !important;
  }
#global-loader {
 
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  
  .circle-loader .spinner {
    width: 48px;
    height: 48px;
    border: 6px solid #ddd;
    border-top: 6px solid rgb(88, 121, 156);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
  }
  
  @keyframes spin {
    to { transform: rotate(360deg); }
  }



.nbp-list {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}


.nbp-name {
    font-size: 12px;
    margin-top: 4px;
    color: #fff;
}
.nbp-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
}

.nbp-card {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
}

.nbp-card > a{
    text-decoration: none;
}

.nbp-card img.nbp-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
#notification-icon, #notification-link{
    display:none !important;
}

.shoe-popup, .tanks-popup{
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: white;
    border: 2px solid #eee;
    border-radius: 12px;
    padding: 16px;
    width: 300px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    z-index: 99999;
    animation: fadeIn 0.4s ease-in-out;
}

.popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup-image {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 12px;
}

.popup-text {
    text-align: center;
}

.popup-text p {
    margin: 0 0 10px;
    font-size: 14px;
}

.popup-close {
    position: absolute;
    top: 6px;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
    color: #999;
    border:0px;
    background:none;
}


@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.menu-wrapper{
    position:relative;
}
h2.title{
    font-family:'Libre Baskerville', serif;
    font-weight:100;
    color:#000000;
    text-align:center;
}
body[data-page-subtype="cart"] .breadcrumbs{
    display:none !important;
}
.total-price, #checkout-form{
    width:80%;
    margin:0px auto;
    margin-top:30px;
}
.product-card form{
display:block !important;
margin-bottom:0px !important;
}
section.single-product{
    background: rgba(239, 242, 248, 1);
    margin-top:0px !important;

}
.product-details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  max-width: 1200px;
  margin: 40px auto;
  gap: 50px;
}

/* Image on the left */
.product-details img.product-image {
  width: 480px;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
}

/* Text content on the right */
.product-details h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111;
}

.product-details .product-price {
  font-size: 1.3rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 15px;
}

.product-details .product-description {
  font-size: 1rem;
  color: #333;
  margin-bottom: 25px;
  line-height: 1.6;
  max-width: 400px;
}

/* Button area */
.product-details form {
  margin: 0 0 10px;
}

.add-to-cart-btn {
  display: inline-block;
  width: 220px;
  background-color: #2f5d4e;
  color: #fff;
  font-size: 1rem;
  padding: 12px 0;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.add-to-wishlist-btn{
    color: rgba(36, 115, 98, 1);
    border: 1px solid rgba(36, 115, 98, 1) !important;
    background: none;
    width: 80% !important;
    padding:10px 15px;
    border-radius:5px;
    margin-top:10px;
}

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


/* Make it stack vertically on smaller screens */
@media (max-width: 768px) {
  .product-details {
    flex-direction: column;
    text-align: center;
  }

  .product-details img.product-image {
    width: 100%;
    max-width: 400px;
  }

  .product-details .product-description {
    margin: 15px auto;
  }
  .cart-table{
    width:100% !important;
  }
  #place-order-button{
    width:100%;
    margin:30px auto;
  }
}

#recommended-products-adobe{
    display:none !important;
}
section.checkout{
    padding:0px !important;
}
#order-form.button{
    margin-bottom:30px !important;
}
.popup-inner .cta-button{
     display: inline-block;
    width: 220px;
    background-color: #2f5d4e;
    color: #fff;
    font-size: 1rem;
    padding: 12px 0;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s 
ease;
text-align:center;
text-decoration: none;
}
.popup-inner{
    text-align:center;
}
section.wishlist p{
    text-align:center;
}
section.wishlist{
    text-align: center;
}