:root {
  --green: #f6821f;
  --light-bg: #0587c847;
  --dark-text: #222;
}
body {
  font-family: 'Plate', Montserrat, sans-serif !important;
  background: #fff;
  color: var(--dark-text);
  width: 100% !important;
  overflow-x: hidden;
}
.section-title {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  color: var(--dark-text);
  position: relative;
}
@media (max-width: 992px) {
  .section-title { font-size: 1.75rem; }
}
@media (max-width: 768px) {
  .section-title { font-size: 1.5rem; }
}

.sbanner{
  width: 100%;
}
/* Divider */
.divider-wrapper {
  
  display: flex;
  align-items: center;
  margin: 0px 0;
}
.left-line {
  flex: 0.1;
  height: 3px;
  background: #f6821f;
}
.section-title_1{
  background-color: #f6821f;
  padding: 10px;
  border-radius: 50px;
  color: white;
}
/* SHOP BY CATEGORY */
.shop-by-category-section { background: #fff; }
.category-row {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}
.category-row::-webkit-scrollbar { display: none; }
.category-card {
  flex: 0 0 auto;
  width: 200px;
  height: 280px;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  scroll-snap-align: start;
  padding: 5px;
}
/* .category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
} */
.category-image-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}
.category-image {
  width: 180px;
  border-radius: 50%;
  height: 180px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0);
  object-fit: contain;
  object-position: center;
  padding: 10px;
  display: block;
}
.category-label {
  margin-top: 12px;
  text-align: center;
  font-weight: 600;
  font-size: 0.95rem;
  color: #f6821f;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.4;
  word-break: break-word;
}
.no-categories {
  text-align: center;
  width: 100%;
  color: #777;
  font-style: italic;
  padding: 20px;
}

/* NEW ARRIVALS — GRID VERSION (NO SCROLL BUTTONS) */
.new-arrivals-carousel { background: #fff; }
.new-arrival-item {
  position: relative;
  transition: transform 0.3s;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  background: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.new-arrival-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.new-arrival-img {
  height: 200px;
  object-fit: contain;
  width: 100%;
  display: block;
  background: #f9f9f9;
  padding: 10px;
}
.new-arrival-info { padding: 16px; text-align: left; }
.new-arrival-title {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.badge {
  padding: 4px 8px;
  font-size: 0.7rem;
  font-weight: bold;
  border-radius: 4px;
  z-index: 2;
}
.badge.bg-success { background: #28a745 !important; }
.badge.bg-danger { background: #dc3545 !important; }
.text-muted.small {
  font-size: 0.75rem;
  color: #666;
  margin: 4px 0;
}
.specs-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  margin: 8px 0;
  gap: 8px;
}
.specs-row span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.mrp-price {
  font-size: 0.9rem;
  font-weight: 600;
  color: #28a745;
  margin: 8px 0;
}
.dual-pricing {
  margin: 12px 0;
  font-size: 0.85rem;
}
.dual-pricing .price-label {
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
}
.dual-pricing .price-value {
  font-weight: 700;
  color: #28a745;
  font-size: 1rem;
}
.tax-note {
  font-size: 0.7rem;
  color: #888;
  margin-top: 8px;
  font-style: italic;
}
.btn-wishlist {
  background: transparent;
  border: none;
  color: #888;
  font-size: 1.1rem;
  padding: 0.5rem;
  z-index: 2;
}
.btn-wishlist.active,
.btn-wishlist:hover {
  color: #e74c3c;
}

/* SPECIAL COLLECTIONS (WITH SCROLL BUTTONS) */
.slider-wrapper {
  position: relative;
  padding: 0 50px;
  margin: 20px 0 40px;
}
.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
  z-index: 10;
}
.scroll-btn:hover {
  background: #f6821f;
  color: white;
  transform: translateY(-50%) scale(1.1);
}
.left-btn { left: 0; }
.right-btn { right: 0; }

.special-slider {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.special-slider::-webkit-scrollbar { display: none; }
.special-collection-item {
  min-width: 280px;
  position: relative;
  transition: transform 0.3s;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid lightgray;
  background: white;
}
.special-collection-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.special-collection-img {
  height: 350px;
  width: 280px;
  object-fit: cover;
  display: block;
}
.special-collection-info { padding: 16px; text-align: center; }
.special-collection-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 8px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.original-price {
  text-decoration: line-through;
  color: #888;
  font-size: 0.95rem;
  margin-right: 8px;
}
.discounted-price {
  font-size: 1.2rem;
  font-weight: 700;
  color: #f6821f;
}

/* MEMBER DEALS */
.member-deals {
  background: #f3f3f3;
  padding: 20px;
  border-radius: 14px;
}
.deals-header {
  background: linear-gradient(135deg, #f6821f 0%, #ffc107 100%);
  border-radius: 14px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  color:white;
  justify-content: space-between;
  flex-wrap: wrap;
}
.deals-header h2 {
  font-size: 26px;
  font-weight: 800;
  margin: 0;
}
.deals-header p {
  margin: 5px 0 0;
  font-size: 14px;
}
.shop-btn {
  background: #fff;
  padding: 10px 22px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  color: #000;
}
.deals-scroll {
  margin-top: 20px;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
}
.deals-scroll::-webkit-scrollbar { height: 6px; }
.deals-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.deal-card {
  min-width: 320px;
  scroll-snap-align: start;
  background: #ffd800;
  border-radius: 18px;
  
  display: flex;
  align-items: center;
  justify-content: center;
}
.deal-card img {
  width: 100%;
  height: auto;
  border-radius: 14px;
}
@media (min-width: 992px) {
  .deal-card { min-width: calc(33.33% - 12px); }
}

/* WHY SHOP WITH US */
.why-shop-with-us {
  text-align: center;
  padding: 60px 0;
  background: #fff;
}
.benefits-row {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.benefit-card {
  width: 280px;
  padding: 30px 25px;
  border-radius: 12px;
  border: 1px solid var(--light-bg);
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.benefit-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  margin-bottom: 15px;
}
.benefit-icon svg {
  width: 24px;
  height: 24px;
}
.benefit-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #3d111e;
  margin: 0 0 10px;
}
.benefit-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .category-row {
  gap: 0px !important;
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}
  .benefits-row {
    gap: 20px;
    overflow-x: auto;
    padding: 0 10px;
    margin: 0;
  }
  .benefit-card {
    min-width: 240px;
    padding: 25px 20px;
  }
  .benefit-card h3 { font-size: 1.1rem; }
  .benefit-card p { font-size: 0.9rem; }
}
.benefits-row::-webkit-scrollbar { display: none; }
.benefits-row { -ms-overflow-style: none; scrollbar-width: none; }

/* ABOUT */
.about-section { background: var(--light-bg); }
.about-container {
  display: flex;
  align-items: center;
}
.about-image{
    width: 50%;
}
.about-content{
    width: 50%;
    padding: 0 30px;
}
.about-image img {
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  
}
.about-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.about-text {
  line-height: 1.8;
  margin-bottom: 20px;
  color: #f6821f;
}
.about-button {
  background: #f6821f;
  color: white;
  border: none;
  padding: 12px 28px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s;
}
.about-button:hover {
  background: #f6821f;
  transform: translateY(-2px);
}


@media (max-width: 992px) {
  .about-container { flex-direction: column; text-align: center; }
  .about-button { margin: 0 auto; }
}

/* TESTIMONIALS */
.testimonial-section { background: url(assets/img/Background.jpg); }
.testimonial-card {
  border-left: 4px solid #2F2E74;
  transition: transform 0.3s ease;
}
.testimonial-card:hover { transform: translateY(-5px); }
.star-rating { font-size: 14px; color: #ffc107; }
.testimonialSwiper .swiper-button-next,
.testimonialSwiper .swiper-button-prev {
  font-size: 24px;
}

/* RESPONSIVE ADJUSTMENTS */
@media (max-width: 768px) {
  .new-arrival-img { height: 180px; }
  .new-arrival-title { font-size: 0.85rem; }
  .specs-row { font-size: 0.7rem; }
  .mrp-price { font-size: 0.85rem; }
  .dual-pricing .price-value { font-size: 0.9rem; }
  .slider-wrapper { padding: 0 30px; }
  .scroll-btn { width: 40px; height: 40px; font-size: 18px; }
}
@media (max-width: 576px) {
  .new-arrival-img { height: 160px; }
  .new-arrival-title { font-size: 0.8rem; }
  .specs-row { font-size: 0.65rem; }
  .mrp-price { font-size: 0.8rem; }
  .dual-pricing .price-value { font-size: 0.85rem; }
  .slider-wrapper { padding: 0 20px; }
  .scroll-btn { width: 36px; height: 36px; font-size: 16px; }
}


/* ===== NEW ARRIVALS HORIZONTAL SCROLL ===== */
.new-arrivals-carousel {
    background: #fff;
}

.slider-wrapper {
    position: relative;
    padding: 0 50px;
    margin: 20px 0 40px;
}

.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s;
    z-index: 10;
}

.scroll-btn:hover {
    background: #f6821f;
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.left-btn { left: 0; }
.right-btn { right: 0; }

.new-arrivals-slider {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.new-arrivals-slider::-webkit-scrollbar {
    display: none;
}

.new-arrival-item {
    min-width: 200px;
    flex: 0 0 auto;
}

.product-card{
  width: 250px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .slider-wrapper {
        padding: 0 30px;
    }
    .scroll-btn {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .new-arrival-item {
        min-width: 220px;
    }
    .product-card{
  width: 199px;
}
.new-arrivals-slider {
    display: flex;
    gap: 5px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
}

@media (max-width: 576px) {
    .slider-wrapper {
        padding: 0 20px;
    }
    .scroll-btn {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
    .new-arrival-item {
        min-width: 200px;
    }
}

/* Add to Cart Button */
.btn-cart {
    background: #f6821f;
    color: white;
    border: none;
    border-radius: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.btn-cart.added {
    background: #28a745 !important;
    color: white !important;
}
.btn-cart:hover:not(.added) {
    background: #055198 !important;
    color: white;
    transform: translateY(-2px);
}

/* === TOAST NOTIFICATIONS === */
#toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
    pointer-events: none;
}

.toast {
    background: #4CAF50;
    color: white;
    padding: 14px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 280px;
    font-size: 14px;
    opacity: 0;
    transform: translateY(-10px);
    animation: fadeInOut 3s ease-in-out forwards;
}

.toast-icon {
    font-size: 20px;
    font-weight: bold;
}

@keyframes fadeInOut {
    0% { opacity: 0; transform: translateY(-10px); }
    10% { opacity: 1; transform: translateY(0); }
    90% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(-10px); }
}


.why-choose-section {
        padding: 60px 20px;
        background: #fff;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        gap: 40px;
        flex-wrap: wrap;
    }

    .why-choose-section .image-col {
        flex: 0 0 40%;
        text-align: center;
    }

    .why-choose-section .image-col img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }

    .why-choose-section .content-col {
        flex: 0 0 55%;
    }

    .why-choose-section h2 {
        font-size: 28px;
        font-weight: 700;
        color: #333;
        text-align: center;
        margin-bottom: 8px;
    }

    .why-choose-section p.subtitle {
        font-size: 16px;
        color: #777;
        text-align: center;
        margin-bottom: 40px;
    }

    .benefits-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .benefit-item {
        display: flex;
        
        gap: 16px;
        margin-bottom: 24px;
    }

    .benefit-icon {
        width: 50px;
        height: 50px;
        background: #f6821f2e;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .benefit-icon i {
        font-size: 24px;
        color: #f6821f;
    }

    .benefit-text h3 {
        font-size: 18px;
        font-weight: 600;
        color: #333;
        margin: 0 0 4px 0;
    }

    .benefit-text p {
        font-size: 14px;
        color: #666;
        margin: 0;
    }

    .trust-badge {
        background: #f6821f2e;
        border-left: 4px solid #f6821f;
        padding: 16px 20px;
        border-radius: 8px;
        margin-top: 24px;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .trust-badge i {
        font-size: 20px;
        color: #f6821f;
    }

    .trust-badge p {
        font-size: 14px;
        color: #333;
        margin: 0;
    }

    @media (max-width: 768px) {
        .why-choose-section {
            flex-direction: column;
            text-align: center;
        }

        .why-choose-section .image-col,
        .why-choose-section .content-col {
            flex: 0 0 100%;
        }

        .why-choose-section h2 {
            font-size: 24px;
        }

        .benefit-item {
            flex-direction: column;
            
        }

        .benefit-icon {
            margin: 0 auto;
        }
    }




.niche-part {
    padding: 2rem 0;
    background-color: #f9f9f9;
}

.section-heading h2 {
    font-weight: 700;
    color: #333;
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 1.875rem; /* 30px */
}

/* Tabs */
.nav-tabs {
    border-bottom: 2px solid #e0e0e0;
    justify-content: center;
    flex-wrap: wrap;
}
.nav-tabs .nav-link {
    color: #333333;
    font-weight: 600;
    padding: 0.75rem 1.25rem;
    border: none;
    border-radius: 0;
    margin: 0 0.5rem;
    position: relative;
    transition: all 0.3s ease;
}
.nav-tabs .nav-link:hover {
    color: #f6821f;
}
/* .nav-tabs .nav-link.active {
    color: #f6821f;
} */
.nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    
}

.tabs-container {
    background: white;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.tabs-container .nav-tabs {
    border: none;
    gap: 8px;
}

.tabs-container .nav-link {
    background-color: #f8f9fa;
    color: #555;
    font-weight: 600;
    border: none;
    transition: all 0.25s ease;
    min-width: 120px;
    text-align: center;
}

.tabs-container .nav-link:hover {
    background-color: #e9ecef;
    color: #f6821f; /* red on hover */
}

.tabs-container .nav-link.active {
    background-color: #f6821f; /* Bootstrap red */
    color: white !important;
    box-shadow: 0 2px 6px rgba(220, 53, 69, 0.3);
}