/* Navbar base */
:root {
  --padding-horizontal: 4%; /* define variable */
}
.topbar{
  min-height: 45px;
  background-color:black;
      padding-left:var(--padding-horizontal);
    padding-right:var(--padding-horizontal);
}
.contactinfo-topbar{
   font-family: "Poppins", sans-serif;
   font-size: 14px;
   margin-top: 11px;
   color:white
}

.navbar-main {
    padding: 0 3%;
    min-height: 110px;
    box-shadow: rgba(51, 54, 58, 0.1) 0px 10px 10px -10px;
    background-color: #fff;
    transition: all 0.3s ease;
}

.navbar-nav li {
  font-family: "Fjalla One", sans-serif;
    position: relative;
    margin-left: -10px;
}
.navbar-logo{
   height:100px;
   width:100px;
   object-fit:contain;
}
.navbar-nav li a {
    color: #000000;
    font-size: 18px !important;
    transition: all 0.3s;
    opacity: 1;
}
.navbar-nav li a:hover,
.navbar-nav li a.active {
    color: #05449f;
}
/* .navbar-nav li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px; 
    width: 0%;
    height: 1px;
    background-color: #05449f;
    transition: width 0.3s ease;
}
.navbar-nav li a:hover::after,
.navbar-nav li a.active::after {
    width: 100%;
} */

.btn-custom {
    background-color: transparent;
    border-radius: 50%;
    border: none;
    margin-left: 10px;
    padding: 5px;
    transition: all 0.3s;
}
.btn-custom:hover {
    background-color: #05449f20;
    cursor: pointer;
}

.offcanvas-start {
    width: 300px;
    background: #fff;

    transition: transform 0.4s ease;
}
.offcanvas-header {
    border-bottom: 1px solid #eee;
}
.offcanvas-body {
    padding-top: 20px;
}
.offcanvas-body .nav-link {
    font-size: 18px;
    padding: 10px 0;
}
.scrolled{
  top: 0px !important;
  z-index: 100;
}
.hidetopbar{
   max-height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.area-selector{
   width: 80px;
     font-family: "poppins", sans-serif;
     background-color: transparent;
     color: white;
     height: 30px;
     font-size: 17px;
     margin-top: 5px;
     border:none;
}
.namesofcountry{
  color:black !important;
}
.infowrapper{
 padding-left:var(--padding-horizontal);
 padding-right:var(--padding-horizontal);
 min-height: 50px;
 display: flex;
 align-items: center;
 justify-content:space-between;
}

.wrap-infoitems{
  display: flex;
  align-items: center;
  justify-content:end;
  gap: 20px;
}
.info-box{
  display: flex;
  align-items: center;
}

.info-box p{
       font-family: "poppins", sans-serif;
       font-size: 14px;
       margin-left: 10px !important;
       margin-top: 5px !important;
       color: black;
}
.hero{
     margin-top: 155px;
    padding-bottom: 20px;
}
.hero img {
  width: 100%;
  aspect-ratio: 1920 / 600;   
  object-fit: cover;            
  height: auto;               
  display: block;  
}
/* Second option */
.hero-2{
  padding-left:var(--padding-horizontal);
  padding-right:var(--padding-horizontal);
  padding-top: 2%;
  /* padding-bottom: 1%; */
}
.herocard-wrapper{
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.herocard-wrapper img{
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
}
.herocard-wrapper:hover{
 transform: translateY(-5px);
  transition: transform 0.8s ease-in-out;
}
/* Second option */
.brands-home{
    padding-left:var(--padding-horizontal);
    padding-right:var(--padding-horizontal);
    min-height: 260px;
    padding-bottom: 2%;
}

.swiper-wrapper{
    min-height: 210px;
}
.featuredbrand {
  width: 150px !important;
  min-height: 160px;
  border-radius: 10px;
  border: 1px solid rgb(242, 242, 242);
  background: #fff;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  transition: transform 0.3s;
box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
.featuredbrand:hover {
  border: 1px solid #d9d9d9;
}
.featuredbrand a{
    color:black;
    text-decoration:none;
}
.featuredbrand-wrapper{
    margin-top:40px;
}
.featuredbrand img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  border-radius: 5px;
}

.featuredbrand p {
  margin-top: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px !important; 
  color: #808080 !important;     
}
.buy-snus-heading{
    font-size: 45px;
    text-transform: uppercase;
    /* letter-spacing: -3px; */
    font-weight: 600;
  font-family: "Fjalla One", sans-serif;
}
.buy-snus-text{
    font-size: 18px;
    line-height: 32px;
     font-family: "poppins", sans-serif;
    color: #4a4a4a;
    margin-top: 10px;
    margin-bottom: 20px;
}
.text-section-img{
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
}
.featuredproduct-section{
    padding-left:var(--padding-horizontal);
    padding-right:var(--padding-horizontal);
    padding-top: 3%;
    padding-bottom:3%;
    background-color: rgb(249, 249, 249);
}
/* .featured-productwrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
} */

.featured-productwrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.featured-product {
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  min-height: 355px;
  transition: transform 0.3s;
  padding: 10px;
  background-color: white;
  border-radius: 10px;
}
.featured-product img{
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.product-title{
     font-family: "poppins", sans-serif;
     font-size: 18px;
     text-decoration: none;
     color: #000;
     margin-top: 15px;
     font-weight: 600;
}
.product-price{
     font-family: "poppins", sans-serif;
     font-size: 18px;
     margin-top: 10px;
     font-weight: 500;
     text-decoration: none;
     color: #05449f;
}
.btn-addtocart{
   border: 1px solid #05449f;
   height: 45px;
   margin-top: 17px;
   color: #05449f;
   font-family: "poppins", sans-serif;
   background-color: transparent;
   width: 100%;
   transition: all 0.5s ease;
}
.btn-addtocart:hover{
   border: 1px solid #05449f;
   background-color: #05449f;
   color: white;
}
.textcontent-wrap{
    padding-left: var(--padding-horizontal);
    padding-right: var(--padding-horizontal);
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    flex-direction: column;
}



.blogcard-wrapper{
    min-height: 450px;
        cursor: pointer;
}
.blogcard-wrapper img{
  aspect-ratio: 1 / 1;
   object-fit: cover;
    width: 100%;

    border-radius: 8px;
}

.blog-metadata{
    font-family: "poppins", sans-serif;
    font-size: 14px;
    color: #737373;
    margin-bottom: 12px;
    padding-left: 0px;
}
.blog-metadata li{
    display: inline-block;
    margin-right: 10px;
    font-family: "poppins", sans-serif;
    font-size: 14px;
    color: #737373;
    margin-left: 0px;
}
.blog-title{
    font-family: "poppins", sans-serif;
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: 600;
    color: #000;
    text-decoration:none;
}
.blog-title:hover{
    text-decoration: underline;
}
.tags-wrapper p{
    font-family: "poppins", sans-serif;
    font-size: 14px;
    color: #000000;
    border: 1px solid rgb(224, 224, 224);
    display: inline-block;
    padding: 3px 15px;
    border-radius: 25px;
    background-color: #fcfcfc;
    margin:0px;
    margin-right:5px !important;
    margin-top: 10px !important;
}

.footer-wrapper{
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  min-height: 650px;
  background-color: #000000;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  padding-top: 4%;
}

.footer-title{
    font-family: "Fjalla One", sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
}
.footer-list{
    list-style: none;
    padding-left: 0;
}
.footer-list li{
    font-family: "poppins", sans-serif;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 22px;
}
.list-brands li{
   margin-bottom: 10px !important; 
}
.footer-list li a {
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: white;
}

.footer-list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: white;
  transition: width 0.3s ease;
}

.footer-list li a:hover::after {
  width: 100%;
}
.companydetails-text{
    font-family: "poppins", sans-serif;
    font-size: 14px;
    color: #ffffff;
}
.newsletter {
  font-family: "Poppins", sans-serif;
  max-width: 420px;
  width: 100%;
}

.newsletter-field {
  position: relative;
  display: flex;
  align-items: center;
}

.newsletter-field input {
  flex: 1 1 auto;
  background: transparent;
  border: none;
  border-bottom: 1.5px solid rgb(24, 24, 24);
  padding: 12px 56px 20px 0; 
  color: #fff;
  font-size: 16px;
  outline: none;
  transition: border-color 0.25s ease, color 0.25s ease;
}

.newsletter-field input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.newsletter-field input:focus {
  border-bottom-color: #fff;
}

.newsletter-field button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffc83a;
  color: #1e1e1e;
  border: none;
  border-radius: 50%; /* 👈 circular button */
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.08s ease;
}

.newsletter-field button:hover {
  filter: brightness(0.95);
}

.newsletter-field button:active {
  transform: translateY(-50%) scale(0.95);
}
.lowerfooter-list li{
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px !important;
}
.Allbrand-wrapper{
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  margin-top: 185px;
}
.brands-headerwrap{
  min-height: 200px;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  align-items: center;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; */
  border: 1px solid rgb(243, 243, 243);
  /* border-bottom-left-radius: 0px; */
}

.Snusking-logo{
   height: 120px;
   width: 120px;
   padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
   border-radius: 15px;
}
.Snusking-logo img{
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: contain;
}
.heading-Snuslarge{
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px !important;
    margin-top: 5px;
  font-family: "Fjalla One", sans-serif;
}
.brands-headerwrap p{
  margin: 0;
  margin-top: 15px;
  font-family: "poppins", sans-serif;
}
.brandcategory-wrapper{
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-bottom: 2%;
  padding-top: 1%;
}

.categorybrand-card {
  position: relative;
  cursor: pointer;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  border-top: 1px solid rgb(234, 234, 234);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, 
              rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.categorybrand-card img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  transition: transform 0.5s ease;
}
.categorybrand-card:hover img {
  transform: scale(1.05);
}

.categorybrand-card .card-title {
  position: absolute;
  bottom: -80px; 
  left: 0;
  right: 0;
  text-align: center;
  font-size: 32px;
    font-family: "Fjalla One", sans-serif;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 12px;
  border-radius: 0 0 15px 15px;
  transition: all 0.4s ease;
}
.categorybrand-card:hover .card-title {
  bottom: 0; 
}
.brandbanner-image{
  height:200px;
  width: 100%;
  object-fit: contain;
   object-position: right;
    border-radius: 15px;
}
.footer-end-list{
  display: flex;
  justify-content: end;
}
.shopbanner{
  margin-top: 150px;
  /* background-image: linear-gradient(to right, #D3CCE3 ,#E9E4F0); */
  background-image: url('../Images/home-banner.jpg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  
}
.overlay-banner{
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  min-height: 350px;
  width: 100%;
  background-color: rgba(241, 241, 241, 0.243);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.Page-Title{
  font-size: 44px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Fjalla One", sans-serif;
  color: black;
}
.breadcrumb-item{
    font-size: 16px;
    font-family: "poppins", sans-serif ;
}

.breadcrumb-item a{
    color: black;
    text-decoration: none;
}
.filter-wrap{
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  min-height: 150px;
  display: flex;
  align-items: center;
}
 .filters-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 24px;
            margin: 20px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .filterwrapper {
            background: white;
            border-radius: 5px;

            transition: all 0.3s ease;
            border: 1px solid #e2e8f0;
        }
        
        .filterwrapper:hover {
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }
        
        .dropdown-header {
            padding: 18px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            user-select: none;
            transition: background-color 0.2s ease;
        }
        .filterbytext{
          font-size: 20px;
          font-family: "poppins", sans-serif ;
           white-space: nowrap;
           margin-left: 10px;
           margin-bottom: 0px !important;
        }
        .dropdown-header h2 {
            font-size: 16px;
            font-weight: 600;
            color: #334155;
            margin-top: 10px;
            font-family: "Poppins", sans-serif;
        }
        
        .dropdown-header svg {
            transition: transform 0.3s ease;
            color: #64748b;
        }
        
        .filterwrapper.active .dropdown-header svg {
            transform: rotate(180deg);
        }
        
        .reset-btn {
            background: none;
            border: none;
            color: #64748b;
            cursor: pointer;
            font-size: 13px;
            font-weight: 500;
            padding: 6px 12px;
            border-radius: 6px;
            transition: all 0.2s ease;
        }
        
        .reset-btn:hover {
            background-color: #f1f5f9;
            color: #475569;
        }
        
        .checkbox-list-container {
            position: relative;
        }
        
        .checkbox-list {
             list-style: none;      
             padding: 0;           
            margin: 0;       
            max-height: 0;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            overflow: hidden;
            transition: max-height 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
            background: white;
            z-index: 100;
            scrollbar-width: thin;
            scrollbar-color: #cbd5e1 transparent;
            box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
        }    

        .filterwrapper.active .checkbox-list {
            max-height: 320px;
            overflow-y: auto;
            border-top: 1px solid #f1f5f9;
        }
        .checkbox-item {
            padding: 14px 20px;
            width: 100%;
            display: flex;
            align-items: center;
            cursor: pointer;
            position: relative;
            transition: background-color 0.2s ease;
            border-bottom: 1px solid #f1f5f9;
        }
        
        .checkbox-item:hover {
            background-color: #f8fafc;
        }
        
        .checkbox-item input[type="checkbox"] {
            margin-right: 14px;
            cursor: pointer;
            width: 18px;
            height: 18px;
            accent-color: #3b82f6;
            position: relative;
            z-index: 2;
        }
        
        .clickable-area {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            cursor: pointer;
            z-index: 1;
        }
        
        .selected-count {
            padding: 16px 20px;
            background: #f8fafc;
            border-top: 1px solid #e2e8f0;
            font-size: 14px;
            color: #64748b;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        
        .selected-count span:first-child {
            font-weight: 600;
            color: #3b82f6;
            background: white;
            padding: 2px 8px;
            border-radius: 10px;
            margin-right: 6px;
            border: 1px solid #e2e8f0;
        }

.product-details {
  display: grid;
  margin-top: 185px !important;
  grid-template-columns: 1fr 1fr; /* gallery + info */
  gap: 30px;
  padding-top: 20px;
   padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
}

.product-gallery {
  display: grid;
  grid-template-rows: auto auto;
  gap: 20px;
  padding: 15px;
}

.product-image-main {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.product-image-main img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  object-fit: contain;
  max-height: 90vh;
}

.product-thumbnails {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 100px));
  gap: 10px;
  justify-content: center;
}

.product-thumbnails img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 10px;
  transition: transform 0.2s ease;
}
.product-thumbnails img:hover {
  transform: scale(1.05);
}
.product-info{
   padding: 30px;
}
.productinfo-title{
  font-family: "Fjalla One", sans-serif;
  color: black;
  font-size: 42px;
  font-weight: 600;
}
.pricinginfo span{
  font-family: "poppins", sans-serif;
  color: #05449f;
   font-size: 32px;
}
.alert-info{
  font-size: 13px;
  margin-bottom: 25px !important;
  font-family: "poppins", sans-serif;
}
.quantitytitle{
  font-family: "Fjalla One", sans-serif;
  color: black;
}
 .quantity-selector {
  display: inline-flex;
  align-items: center;
  border: 1px solid #4e4e4e;   
  border-radius: 5px;
  overflow: hidden;
  background: transparent;  
}

.quantity-selector input {
  width: 60px;
  height: 55px;            
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  border: none;
  outline: none;
  background: transparent;
  color: #000;
}

.qty-btn {
  background: transparent;  
  border: none;
  width: 55px;
  height: 55px;             
  font-size: 24px;
  cursor: pointer;
  font-weight: bold;
  color: #000;
  transition: all 0.25s ease-in-out;
}

.qty-btn:hover {
  background: rgba(0,0,0,0.08); 
}

.qty-btn:active {
  transform: scale(0.92);
}
.cartbuttons {
  width: 100%;
  display: flex;
}

.cartbuttons button {
  flex: 1;
  border: 1px solid black;
  padding: 20px 50px;
  font-family: "poppins", sans-serif;
  margin-right: 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cartbuttons button:first-child {
  background: transparent;
  color: black;
}
.cartbuttons button:first-child:hover {
  background: black;
  color: white;
}
.cartbuttons button:nth-child(2) {
  background: black;
  color: white;
}
.cartbuttons button:nth-child(2):hover {
  background: transparent;
  color: black;
}

.accordion {
  width: 100%;
  font-family: "Poppins", sans-serif;
}

.accordion-item {
  border-radius: 5px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(160, 160, 160, 0.05);
  overflow: hidden;
  border: 1px solid #eaeaea;
  transition: all 0.3s ease;
}

.accordion-item:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.accordion-item.active {
  border: 1px solid rgb(220, 220, 220);
}

.accordion-header {
  width: 100%;
  padding: 20px 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  color: #2c3e50;
  transition: all 0.3s ease;
  text-align: left;
}

.accordion-header:hover {
  background: rgba(74, 108, 247, 0.03);
}

.accordion-header .icon {
  font-size: 18px;
  transition: transform 0.4s ease;
  color: #4a6cf7;
  min-width: 20px;
  text-align: center;
}

.accordion-item.active .accordion-header {
  color: #05449f;
}

.accordion-item.active .accordion-header .icon {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0 ;
  overflow: hidden ;
  padding: 0 20px;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.accordion-item.active .accordion-content {
  max-height: 500px; /* enough space for content */
  padding: 10px 20px 20px;
}

.accordion-content p {
  margin: 0;
  padding-top: 0px !important;
  padding: 15px;
  font-size: 15.5px;
  line-height: 1.7;
  color: #555;
}



.product-spotlight{
  min-height: 450px;
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: 3%;
  padding-bottom: 2%;
}
/* .spotlight-item{
  border: 1px solid red;
} */
.spotlight-brandthumbnail{
   aspect-ratio: 1/1;
   width: 100%;
}
.spotlight-item-left{
    padding: 20px;
    padding-left: 0px !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.spotlight-item-left h2{
    font-family: "Fjalla One", sans-serif;
  color:#2e3e49;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: bold;
}
.spotlight-itemdesc {
  font-family: "poppins", sans-serif;
  font-size: 18px;
}
.spotlight-item-right{
  padding: 25px;
}
.spoticon{
  height: 65px;
  width: 65px;
}
.spoticon img{
  height: 100%;
  width: 100%;
}
.spotheading{
  font-size: 22px;
  font-family: "poppins", sans-serif;
  color:#1e394b;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 5px;
}
.spottext{
  font-size: 16px;
  font-family: "poppins", sans-serif;
  margin-left: 5px;
}
.relatedproduct-section{
    padding-left:var(--padding-horizontal);
    padding-right:var(--padding-horizontal);
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: rgb(249, 249, 249);
}

.cartbanner{
  margin-top: 150px;
  background-image: url('../Images/ss1.jpg');
  background-size: contain;
  background-position: bottom;
  background-repeat: repeat;
}
.cartbg-overlay{
  min-height: 250px;
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
    background-color: rgba(255, 255, 255, 0.845);
}
.cartbanner h2{
  font-family: "Fjalla One", sans-serif;
  color: black;
  font-size: 45px;
  font-weight: 600;
}
.cart-area{
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top:2%;
  padding-bottom:2%;
}
.cart-area h2{
    font-family: "Fjalla One", sans-serif;
  color: black;
}
.cart-section {
  max-width: 1400px;
  margin: 40px auto;
  padding: 0 20px;
  /* display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px; */
}

.cart-heading {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #111;
}

.cart-wrapper {
  background: #fff;
  border-radius: 0px !important;
  /* box-shadow: 0 4px 15px rgba(0,0,0,0.05); */
  overflow-x: auto;
}

.cart-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 650px;
}

.cart-table th, .cart-table td {
  padding: 16px;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}

.cart-table th {
  text-transform: uppercase;
  font-weight: 600;
  color: #555;
  border-radius: 0px !important;
  font-family: "poppins", sans-serif;
  background: #fafafa;
}

.cart-product {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
}

.cart-product img {
  width: 130px;
  height: 130px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid #ddd;
}

.cart-product-name {
  margin: 0;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
    font-family: "poppins", sans-serif;
}

.cart-product-sub {
  font-size: 14px;
    font-family: "poppins", sans-serif;
  color: #888;
}

.cart-table input[type="number"] {
  width: 65px;
  padding: 6px;
  border: 1px solid #ccc;
      font-family: "poppins", sans-serif;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
}

.cart-table input[type="number"]:focus {
  border-color: #6366f1;
  outline: none;
  box-shadow: 0 0 0 2px rgba(99,102,241,0.2);
}

.cart-remove {
  background: transparent;
  border: none;
  font-size: 18px;
  color: #ef4444;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease;
}

.cart-remove:hover {
  color: #dc2626;
  transform: scale(1.2);
}
/* Summary Box */
.cart-summary {
  background: #fff;
  margin-top: 25px;
  width: 380px;
  border-radius: 5px;
  border: 1px solid rgb(236, 236, 236);
  padding: 25px;
  height: fit-content;
    font-family: "poppins", sans-serif;
}

.cart-summary h3 {
  font-size: 20px;
  font-family: "poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

.cart-summary-line {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 15px;
  border-bottom: 1px solid #eee;
}

.cart-summary-line.total {
  font-weight: 600;
  font-size: 16px;
  border-bottom: none;
  color: #111;
}

.checkout-btn {
  margin-top: 30px;
  width: 100%;
  background: black;
  color: #fff;
  padding: 14px;
  font-size: 15px;
  font-weight: 500;
  border: none;
  border-radius: 5px;
    font-family: "poppins", sans-serif;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.checkout-btn:hover {
  background: #05449F;
  transform: translateY(-2px);
}

/* Responsive */
@media(max-width: 900px) {
  .cart-section {
    grid-template-columns: 1fr;
  }
}

.cart-product-wrap{
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  padding-left: 15px;
} 
.cartlist-item{
  font-family: "poppins", sans-serif;
  font-size: 17px;
}

.u-qty-wrapper {
  display: inline-flex;
  align-items: center;
  border: 1px solid #1f1f1f;   
  border-radius: 8px;
  overflow: hidden;
  background: transparent;  
}

.u-qty-input {
  width: 45px;
  height: 40px;            
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border: none;
  outline: none;
  background: transparent;
  color: #3e3e3e;
}

.u-qty-btn {
  background: transparent;  
  border: none;
  width: 30px;
  height: 40px;             
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  color: #3b3b3b;
  transition: all 0.25s ease-in-out;
}

.u-qty-btn:hover {
  background: rgba(0,0,0,0.08); 
}

.u-qty-btn:active {
  transform: scale(0.92);
}
.purchase-summary{
  display: flex;
  justify-content: end;
}

.checkout-container{
  background-color: #f7f7f7;
  margin-top: 155px;
}
.checkout-section{
  min-height: 850px;
  width: 100%;
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-top: 3%;
  padding-bottom: 3%;
}
.delivery-information-wrap{
  background-color:white;
  padding: 40px;
}
.checkout-miniheading{
  font-size: 21px;
  font-family: "poppins", sans-serif;
  color:black;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.checkout-form-field{
  height: 55px;
  border-radius: 3px;
  border: 1px solid rgb(231, 231, 231);
  font-family: "poppins", sans-serif;
  margin-bottom: 10px !important;
  margin-top: 5px !important;
  font-size: 16px !important;
} 
.form-checkout-label{
    font-family: "poppins", sans-serif;
    font-size: 16px;
    color: #191919;
    font-weight: 500;
}
.shipping-calculationwrap{
  border: 1px solid rgb(194, 194, 194);
  border-radius: 5px;
  min-height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f8f8f8;
}
.shipping-calculationwrap p{
   font-weight: 500;
  font-family: "poppins", sans-serif;
   font-size: 15px;
}
.order-summary{
  background-color:white;
  padding: 40px;
  min-height: 50px;
}

.checkout-product {
  display: flex;
  align-items: center;
  gap: 25px;
  text-align: left;
  padding-bottom: 13px;
  border-bottom: 1px solid rgb(237, 237, 237);
  margin-bottom: 13px;
}
.checkout-product-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.checkout-product img {
  width: 95px;
  height: 95px;
  border-radius: 5px;
  object-fit: cover;

}
.checkout-product-name {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "poppins", sans-serif;
}

.checkout-product-sub {
  font-size: 14px;
    font-family: "poppins", sans-serif;
  color: #888;
}
.btn-apply-coupen{
    height: 55px;
    font-family: "poppins", sans-serif;
    margin-top: 5px;
    border-radius: 5px !important;
    margin-left: 10px !important;
}
.btn-apply-coupen:hover {
  background: #05449F;
}
.total-pricing-summary{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.subtotalheading{
  font-family: "poppins", sans-serif;
  color: rgb(85, 85, 85);
  margin-bottom: 0px;
}
.subtotalamount{
  font-family: "poppins", sans-serif;
  color: black;
  margin-bottom: 15px;
}
.confirm-order-btn{
  margin-top: 30px;
  width: 100%;
  background: black;
  color: #fff;
  padding: 14px;
  font-size: 15px;
  font-weight: 500;
  border: none;
    font-family: "poppins", sans-serif;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}
.confirm-order-btn:hover {
  background: #05449F;
  transform: translateY(-2px);
}
.brand-information-section{
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  min-height:450px ;
}
.brandinfo-innerwrap{
   box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
   border-radius: 20px;
    padding: 10px;
}
.brandinfo-brandimage{
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.brand-resource-title{
  font-family: "Fjalla One", sans-serif;
  color:#2e3e49;
  font-size: 40px;
  font-weight: bold;
}
.brand-resourcesinfo{
  padding: 40px;
}
.brand-resource-headline{
      font-family: "poppins", sans-serif;
      font-weight: 600;
      font-size: 16px;
}
.brand-resouce-link{
     font-family: "poppins", sans-serif;
    color: rgb(42, 42, 42);
    font-size: 14px;
    display: block;
}
.brandinfo-caution{
   font-family: "poppins", sans-serif;
      font-size: 16px;
}
.brand-features-section{
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  min-height:450px ;
}
.brand-features{
   padding: 10px;
}
.benefits-tablewrapper{
  overflow: auto;
}
 .benefits-tablewrapper td, 
  .benefits-tablewrapper th {
    padding: 15px;  
  }
.custom-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  overflow: auto;
}

.custom-table th,
.custom-table td {
  padding: 22px 20px;
  line-height: 1.6;
  font-family: "poppins", sans-serif;
}

.custom-table thead th {
  font-weight: 600;
}
.brand-content-details h2{
    font-family: "Fjalla One", sans-serif;
  color:#2e3e49;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.brand-content-details p{
  font-family: "poppins", sans-serif;
  font-size: 16px;
  margin-bottom: 30px !important;
}
.custom-offcanvas{
  top: 10px !important;
  right: 10px !important;
  bottom: 10px !important;
  width: 550px !important;
  padding: 10px;
  overflow: auto;
  padding-bottom: 30px !important;
  border-radius: 20px;
}
.custom-offcanvas h2{
  font-family: "Fjalla One", sans-serif;
    color: black;
  font-weight:500;
  font-size: 32px;
}
.quickcart-itemwrap{
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px;
  background-color: rgb(246, 246, 246);
  border-radius: 15px;
}
.quickcart-productthumbnail{
  width: 110px;
  border-radius: 10px;
}
.quickcart-productthumbnail img{
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 8px;
}
.quickcart-data{
    min-height: 110px;
    padding-left: 15px;
    width: calc(100% - 110px);
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.quickcartproduct-title{
  font-size: 19px;
    font-family: "Fjalla One", sans-serif;
    text-decoration: none;
    color: black;
}
.quickcartpricing{
   font-family: "poppins", sans-serif;
   font-size: 18px;
   margin-right: 10px;
}
.quickcart-remove{
  background-color: transparent;
  padding: 0px;
  border: none;
  margin-right: 10px;
}
.quickcartbuttons {
  width: 100%;
  display: flex;
}
.quickcartbuttons button {
  flex: 1;
  border: 1px solid black;
  padding: 15px 20px;
  font-family: "poppins", sans-serif;
  margin-right: 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.quickcartbuttons button:first-child {
  background: transparent;
  color: black;
}
.quickcartbuttons button:first-child:hover {
  background: black;
  color: white;
}
.quickcartbuttons button:nth-child(2) {
  background: black;
  color: white;
}
.quickcartbuttons button:nth-child(2):hover {
  background: transparent;
  color: black;
}
.quickcartfooter{
  position: absolute;
  bottom: 25px;
  width: 88%;
  background-color: white;
}


   /* Summernote Accordion Styles */
   .sn-accordion {
    width: 100%;
    font-family: "Poppins", sans-serif;
  }

  .sn-accordion-item {
    border-radius: 8px;
    margin-bottom: 5px;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .sn-accordion-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }

  .sn-accordion-header {
    width: 100%;
    padding: 18px 20px;
    background: #fdfdfd;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    text-align: left;
    transition: all 0.3s ease;
  }

  .sn-accordion-header:hover {
    background: #f3f4f6;
  }

  .sn-accordion-header .sn-icon {
    transition: transform 0.3s ease;
    color: #2563eb;
  }

  .sn-accordion-item.active .sn-accordion-header {
    color: #2563eb;
    background: #f0f7ff;
  }

  .sn-accordion-item.active .sn-accordion-header .sn-icon {
    transform: rotate(180deg);
  }

  .sn-accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    color: #374151;
    line-height: 1.6;
    font-size: 15px;
    transition: max-height 0.4s ease, padding 0.4s ease;
  }

  .sn-accordion-item.active .sn-accordion-content {
    max-height: 600px; /* large enough */
    padding: 12px 20px;
  }
  
  .signup-btn{
  background-color: #05449F;
  color: white;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 5px;
    font-family: "poppins", sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.alreadyhas_accounttext{
        font-family: "poppins", sans-serif;
        font-size:14px;
        font-weight:400;
}
  
  
#toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
}

.toast-message {
  min-width: 260px;
  padding: 12px 18px;
  margin-bottom: 10px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  opacity: 0;
  transform: translateX(120%);
  transition: all 0.5s ease;
}

.toast-message.show {
  opacity: 1;
  transform: translateX(0);
}

.toast-success {
  background-color: #28a745; 
}

.toast-error {
  background-color: #dc3545; 
}

.blogsingle-wrapper{
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  margin-top: 165px;
}
.blog-content{
  padding: 30px;
  padding-top:0px !important;
}
.editor-pick{
  border: 2px solid gainsboro;
  min-height: 650px;
  padding:30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:column;
}
.editor-pick img {
   aspect-ratio: 1/1 !important;  
   width: 100% !important;    
   object-fit:contain !important;  
}
.blogs-wrapper{
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  margin-top: 145px;
}
.custom-menu {
  min-width: 180px;
  border-radius: 0.5rem;
  padding: 0.5rem 0;
  background-color: #fff;
}

.custom-menu .dropdown-item {
  padding: 0.4rem 1rem;
}

.custom-menu .dropdown-item:hover {
  background-color: #f1f3f5;   /* light gray hover */
}

.cart-btn {
  position: relative;                /* needed for absolute badge */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cart-count {
  position: absolute;
  top: -6px;                          /* tweak for perfect placement */
  right: -6px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: black;                 /* your requested blue */
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  box-shadow: 0 0 4px rgba(0,0,0,0.2); /* soft shadow */
}


  .contact-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  @media (max-width: 992px) {
    .contact-section {
      grid-template-columns: 1fr;
    }
  }

.left-panel {
  display: flex;
  flex-direction: column;      /* stack children vertically   */
  justify-content: space-between; /* distribute vertical space  */
}
    .left-panel h1{
    font-family: "Fjalla One", sans-serif;
    font-weight:600;
    font-size:30px;
  }
  
      .left-panel p{
      font-family: "poppins", sans-serif;
      margin-top:15px;
      color:#616161;
  }
  
  .contact-form {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 30px;
  }

  .contact-form h3 {
    margin-top: 0;
        font-family: "Fjalla One", sans-serif;
    font-size: 1.4rem;
    margin-bottom:30px;
    color: #05449F;
    font-weight: 600;
  }

  .form-group {
    margin-bottom: 18px;
  }

  .form-control {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #d5d5d5;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    outline: none;
    transition: border-color 0.3s;
  }

  .form-control:focus {
    border-color: #05449F;
  }

  .submit-btn {
    background: #05449F;
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
  }

  .submit-btn:hover {
    background: #063b89;
  }
.button-container {
  display: flex;
  gap: 1em;
  height: 100%;
  margin-top:45px;
}

.glass-btn {
  width: 100px;
  height: 100px;
  background-color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  text-decoration: none;
  transition: all 0.3s;
}
.glass-btn:hover {
  background-color: #f0f0f0;
  transform: translateY(-5px);
}
.icon {
  width: 50px;
  height: 50px;
  fill: currentColor;
}

/* Facebook */
.facebook-btn {
  color: #1877f2;
  box-shadow: 0 20px 20px -17px rgba(24, 119, 242, 0.53);
}
.facebook-btn:hover {
  box-shadow: 0 20px 35px -16px rgba(24, 119, 242, 0.65);
}

/* Instagram gradient look */
.instagram-btn {
  color: #e1306c;
  box-shadow: 0 20px 20px -17px rgba(225, 48, 108, 0.55);
}
.instagram-btn:hover {
  box-shadow: 0 20px 35px -16px rgba(225, 48, 108, 0.7);
}

/* WhatsApp */
.whatsapp-btn {
  color: #25d366;
  box-shadow: 0 20px 20px -17px rgba(37, 211, 102, 0.55);
}
.whatsapp-btn:hover {
  box-shadow: 0 20px 35px -16px rgba(37, 211, 102, 0.7);
}
.snus_banner{
  margin-top: 150px;
  background-image: url('../Images/snus_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
}
.snus_banner-banner{
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  min-height: 500px;
  width: 100%;
background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.snus_banner-banner p{
      font-family: "poppins", sans-serif;
      font-size:20px;
      font-weight:600;
      color:white;
}
.snus_banenrbtn{
    height:50px;
    width:150px;
       font-family: "poppins", sans-serif;
    background-color:white;
    color:black;
    border:none;
}

