@font-face {
    font-family: 'Poppins-Black';
    src: url('../font/Poppins-Black.ttf');
}

@font-face {
    font-family: 'Poppins-BlackItalic';
    src: url('../font/Poppins-BlackItalic.ttf');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../font/Poppins-Bold.ttf');
}

@font-face {
    font-family: 'Poppins-BoldItalic';
    src: url('../font/Poppins-BoldItalic.ttf');
}

@font-face {
    font-family: 'Poppins-ExtraLight';
    src: url('../font/Poppins-ExtraLight.ttf');
}

@font-face {
    font-family: 'Poppins-ExtraLightItalic';
    src: url('../font/Poppins-ExtraLightItalic.ttf');
}

@font-face {
    font-family: 'Poppins-Italic';
    src: url('../font/Poppins-Italic.ttf');
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('../font/Poppins-Light.ttf');
}

@font-face {
    font-family: 'Poppins-LightItalic';
    src: url('../font/Poppins-LightItalic.ttf');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../font/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../font/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: 'Poppins-SemiBoldItalic';
    src: url('../font/Poppins-SemiBoldItalic.ttf');
}

@font-face {
    font-family: 'ProtestStrike Regular';
    src: url('../font/ProtestStrike-Regular.ttf');
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
input,
select {
    font-family: 'ProtestStrike Regular';
}

p,
button,
label {
    font-family: 'Poppins-Regular';
}

a:focus-visible {
    outline: none;
}

a:hover {
    cursor: pointer;
    color: #4A4A4A;
    text-decoration: none;
}

.header-bg{
    background: #582603;
}

.banner{
    background: 
        linear-gradient(rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.76)),
        url('../images/colorful-spices-dark-table\ 1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    height: 600px;
}

.banner h5{
    font-size: 41.16px;
}
.banner h1{
    font-size: 72.16px;
    text-transform: uppercase;
}
.shop{
    color: #fff ;
    border-radius: 8px;
    background: #582603;
    padding: 5px 10px;
    font-size: 1.4rem;
    font-family: 'Poppins-Regular';
    width: 145px;
    font-weight: 600;
    text-decoration: none;
}
.spice{
    height: 130px;
    border-radius: 20px;
    border: 10px solid white;
    background: #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;

}
.product-heading, .news-heading, .customer-heading{
    font-weight: 600;
    font-family: 'Poppins-Regular';
    font-size: 22px;
}
.product-container{
    background-color: #fff;
    filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.25));
}

.product-image{
    height: 254px;
}

.product-name, .news-name{
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
    margin-bottom: 0px;
}

.product-price, .news-price{
    font-size: 18px;
    font-weight: 400;
}

.feature{
border: 1px solid #D9D9D9;
}

.feature-heading{
font-family: 'Poppins-Regular';
font-size: 16px;
font-weight: 500;
margin-bottom: 5px;
}
.feature-info{
color: #A4A4A4;
font-family: 'Poppins-Regular';
font-size: 14px;
font-weight: 400;
margin-bottom: 0px;
}


.view-btn{
border-radius: 8px;
background: #582603;
color: #fff;
width: 110px;
padding: 10px;
font-family: 'Poppins-Regular';
text-decoration: none;
font-size: 18px;
font-weight: 600;
}

.swiper.myswiper {
    width: 100%;
    height: 100%;
}




.customer{
    background-color: #EDC8AE;
    padding-left: 140px;
    padding-right: 140px;
}

.customer-img{
    height: 100px;
    width: 100px;
}

.customer-main{
font-family: 'Poppins-Regular';
font-size: 18px;
font-weight: 600;
}

.customer-content{
font-family: 'Poppins-Regular';
font-size: 14px;
font-weight: 400;
width: 80%;
}

.customer-end{
font-family: 'Poppins-Regular';
font-size: 12px;
font-weight: 500;
}
.swiper-pagination-bullet-active{
    background:#959595;
}
.swiper-pagination-bullet{
background: #fef8f8;
}

.profile-name{
color: #000;
font-size: 22px;
font-weight: 500;
}
.profile-contact{
color: #555;
font-size: 18px;
font-weight: 400;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #555;
    font-size: 18px;
    background: #F0F4F9;
    border: none;
}
.nav-pills .nav-link {
color: #555;
font-size: 18px;
font-weight: 400;
 border-top: 0.5px solid #2D2D2D ;
border-bottom: 0.5px solid #2D2D2D ;
border-radius: 0px;
}
.nav-pills{
    width: 30%;
}
.cart-container{
border-radius: 12px;
border: 0.5px solid #2D2D2D;
}
.order-container{
    display: flex;
    justify-content: center;
    align-items: start;
    background-color: white;
}
.order-container img{
    width: 100%;
}

.order-heading{
font-family: 'Poppins-Regular';
color: #582603;
font-size: 25px;
font-weight: 600;
}

.order-content{
color: #555;
font-size: 16px;
font-weight: 400;
}

.order-price{
color: #582603;
font-family: 'Poppins-Regular';
font-size: 22px;
font-weight: 500;
}
#v-pills-tabContent{
    width: 70%;
    /* background: #F0F4F9; */
}
#v-pills-order{
    background: #F0F4F9;
    border-bottom-right-radius: 12px;
}
#v-pills-tabContent{
border-left: 0.5px solid #2D2D2D ;
}

.logout a{
color: #262626 !important;
font-size: 20px !important;
font-weight: 500 !important;
}

.blog{
background: 
linear-gradient(rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.76)),
url('../images/blogbg.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
color: white;
height: 350px;
}

.blog-author{
    height: 50px;
}

.blog-list h3{
    color: #fff;
    font-family: 'Poppins-Regular';
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
}
.blog-list p{
    color: #fff;
    font-size: 10px;
}
.blog-name{
    font-family: 'Poppins-Regular';
    font-weight: 500;
    color: #fff;
    font-size: 14px;  
}
.blog-date{  
    font-family: 'Poppins-Regular';
    color: #fff;
    font-size: 8px;  
}
.subscribe{
background: url('../images/subscribe-bg.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center; 
height: 378px;
}
.subscribe-title, .price{
    font-family: 'Poppins-Regular';
    color: #582603;
    font-weight: 600;
}
.subscribe .form-control, 
.subscribe button{
    border-radius: 0px;
}

.form-control:focus, .form-select:focus{
    border-color: none;
    box-shadow: none
}
.contact-head span{
    font-size: 62px;
    color: #582603;
    font-weight: 700;
    font-family: 'ProtestStrike Regular';
    line-height:1;
}
 .subscribe input::placeholder {
    font-family: 'Poppins-Regular';
    color: #A4A4A4;
    text-transform: lowercase;
    font-size: 16px;
 }
 .contact-info-title{
    font-family: 'Poppins-Regular';
    color: #222222;
    font-size: 20px;
    font-weight: 600;
 }
.contact input::placeholder ,.form-select{
    font-family: 'Poppins-Regular';
    color: #9C9C9C;
    font-size: 16px;
}
 .login-text{
    font-family: 'Poppins-Regular';
    color: #7B7B7B;
    font-size: 14px;
 }
.product-info img{
    height: 74px;
    width: 74px;
}
 .btn-continue{
    background-color: #050505;
    font-size: 16px;
    color: #FFFFFF;
 }
  .btn-continue:hover{
    color: #ffff;
  }

  .total{
    font-family: 'Poppins-Regular';
    color: #000;
    font-size: 16px;
    font-weight: 600;
  }
  .product-desc{
    font-family: 'Poppins-Regular';
    color: #555555;
    font-size: 16px;
  }
/* .cart-tabs{
    border-top: 0.5px solid #2D2D2D ;
    border-bottom: 0.5px solid #2D2D2D ;
} */
.product-title{
    font-family: 'Poppins-Regular';
    color: #582603;
    font-size: 25px;
    font-weight: 600;
}
.order-summary{
    background-color: #F3F3F3;
}

.prod-desc, #review-tab{
    text-transform: capitalize !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border: 2px solid #000000 !important;
}
.prod-desc.active{
    background-color: #582603 !important;
    color: #fff !important;
    border: 0px !important;
}
.wt-btn, .cart-btn {
  width: 121px;
  color: #000 !important;
  font-family: 'Poppins-Regular';
  font-size: 18px !important;
  font-weight: 500 !important;
  border: 1px solid #000 !important;
  background: transparent;
  cursor: pointer;
}

.wt-btn.active, .cart-btn.active {
  background: #582603 !important;
  color: #FFF !important;
  border: 0 !important;
}

.quantity, .weight{
color: #262626;
font-family: 'Poppins-Regular';
font-size: 22px;
font-weight: 600;
}

.quantity-group {
  border: 1px solid #000;
  border-radius: 50px;
  overflow: hidden;
}

.quantity-btn {
  border: none !important;
  background: transparent;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  width: 36px;
}

.quantity-input {
  border: none;
  width: 40px;
  font-size: 16px;
  font-weight: 500;
}

.quantity-input:focus {
  box-shadow: none;
  outline: none;
}
.btn-check:focus+.btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: none !important;
}
.btn-outline-dark:hover, .btn-outline-dark:active  {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}
.swiper-button-prev:after, .swiper-button-next:after{
    font-size: 15px;
    color: #fff;
}

/* Navigation buttons */
.product-next, .product-prev {
  background: #582603;
  height: 50px;
  width: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* Active thumbnail gets full opacity */
.thumbSwiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

/* All swiper slides: main & thumb */
.swiper-slide {
  height: fit-content;
}

/* Thumbnail Swiper */
.thumbSwiper .swiper-slide {
  width: 25%;
  height: fit-content;
  opacity: 0.4;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

@media (max-width: 1025px) { 
    .banner .container{
        padding: 75px 28px !important;
    }
}
@media (max-width: 991.98px) {
    .banner h1{
        font-size: 60.16px;
    }
    .shop {
    font-size: 1.2rem;
    width: 124px;
    }

}
@media (max-width: 767.98px) { 
    .banner h5 {
    font-size: 38.16px;
}
    .banner h1 {
        font-size: 50.16px;
    }
}

@media (max-width: 490px){
        .banner h5 {
        font-size: 33.16px;
    }
        .banner h1 {
        font-size: 44.16px;
    }
        .shop {
        font-size: 1rem;
        width: 107px;
    }
}

@media (max-width: 768px) {
    .customer{
    padding-left: 50px;
    padding-right: 50px;
}
.news-name {
    font-size: 16px;
}
 .news-price {
    font-size: 12px;
}
.nav-pills {
    width: 100% !important;
}
#v-pills-tabContent {
    border-left: 0px !important;
}
.tab-content{
    width: 100% !important;
}
}
@media (max-width: 576px) {
    .customer{
    padding-left: 20px;
    padding-right: 20px;
}
.subscribe {
    background-size: 170% 68%;
    
}
.blog-list h3 {
    font-size: 18px;
}
.view-btn {
    font-size: 14px;
}
.subscribe.form-cont ,
.subscribe .subscribe-form{
    width: 100% !important;
}
}

.wt-btn.disabled-variant {
  background-color: #e9ecef !important; /* light gray */
  color: #6c757d !important;            /* muted text */
  cursor: not-allowed;
  border: 1px solid #dee2e6;
  pointer-events: none; /* prevents click */
  opacity: 0.65;
}
.cart-btn:disabled {
  background-color: #ccc !important;  /* light gray background */
  color: #666 !important;             /* muted text */
  cursor: not-allowed !important;     /* stop pointer interaction */
  opacity: 0.7;
  border: 1px solid #bbb;
}
/* Style wishlist button separately */
.wt-btn, .cart-btn, .wishlist-btn {
  width: 121px;
  color: #000 !important;
  font-family: 'Poppins-Regular';
  font-size: 18px !important;
  font-weight: 500 !important;
  border: 1px solid #000 !important;
  background: transparent;
  cursor: pointer;
}

.wt-btn.active, .cart-btn.active, .wishlist-btn.active {
  background: #582603 !important;
  color: #FFF !important;
  border: 0 !important;
}
#snackbar {

    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 99999;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
    border-radius: 12px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}




