body {
    padding-left: 18px;
    padding-right: 18px;
    box-sizing: border-box;
}


/* ===============================
   FORCE REMOVE HUGE GAPS (NINICO)
   =============================== */

/* Fix inner content spacing */
.feature-area .tpabout_inner-title-area {
    margin-bottom: 16px !important;
}

/* Kill utility margin */
.feature-area .mb-70 {
    margin-bottom: 16px !important;
}

/* Fix parent section padding */
.feature-area {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

/* Mobile specific tightening */
@media (max-width: 767px) {
    .feature-area {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .feature-area .tpabout_inner-title-area {
        margin-bottom: 12px !important;
        margin-left: 12px !important;
        margin-right: 12px !important;
    }
}

/* ================================
   REMOVE CATEGORY COUNT BADGE
   ================================ */

.category-area .tpcategory__icon span {
    display: none !important;
}


/* ================================
   FORCE PERFECT ROUND CATEGORY ICONS
   (NINICO OVERRIDE – FINAL FIX)
   ================================ */

/* Reset wrapper completely */
.category-area .tpcategory__icon {
    width: 160px !important;
    height: 160px !important;
    min-width: 160px !important;
    min-height: 160px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fff !important;
}

/* Kill theme pseudo elements causing oval */
.category-area .tpcategory__icon::before,
.category-area .tpcategory__icon::after {
    display: none !important;
    content: none !important;
}

/* FORCE image to be square + cropped */
.category-area .tpcategory__icon img {
    width: 160px !important;
    height: 160px !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 50% !important;
    display: block !important;
}

/* Badge number fix */
.category-area .tpcategory__icon span {
    position: absolute;
    top: 8px !important;
    right: 8px !important;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    font-size: 13px;
    z-index: 5;
}

/* Title spacing */
.category-area .tpcategory__title a {
    font-size: 16px;
    margin-top: 12px;
    display: inline-block;
}

/* Reduce section padding */
.category-area.pt-70 { padding-top: 35px !important; }
.category-area.pb-70 { padding-bottom: 35px !important; }

/* ================================
   HORIZONTAL SCROLL CATEGORY CAROUSEL
   (Mobile + Desktop – CSS Only)
   ================================ */

/* Make category row horizontal */
.category-area .custom-row.category-border {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 24px;
    overflow-x: auto !important;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding-bottom: 10px;
}

/* Enable swipe scrolling */
.category-area .custom-row.category-border {
    -webkit-overflow-scrolling: touch;
}

/* Hide scrollbar (Chrome, Edge, Safari) */
.category-area .custom-row.category-border::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar (Firefox) */
.category-area .custom-row.category-border {
    scrollbar-width: none;
}

/* Prevent shrinking of category items */
.category-area .tpcategory {
    flex: 0 0 auto !important;
    text-align: center;
}

/* Desktop sizing */
@media (min-width: 1200px) {
    .category-area .tpcategory {
        width: 180px;
    }
}

/* Mobile sizing */
@media (max-width: 1199px) {
    .category-area .tpcategory {
        width: 140px;
    }
}

/* =========================================
   FIX NEW ARRIVALS SECTION SPACING (NINICO)
   ========================================= */

/* Reduce top & bottom padding of the whole section */
.white-product-area.pt-65 {
    padding-top: 20px !important;
}

.white-product-area.pb-70 {
    padding-bottom: 20px !important;
}

/* Remove extra space below section heading */
.white-product-area .tpsection {
    margin-bottom: 10px !important;
}

/* Tighten spacing between title and arrows */
.white-product-area .row {
    margin-bottom: 10px !important;
}

/* Reduce spacing above product cards */
.white-product-area .swiper-container {
    margin-top: 5px !important;
}

/* OPTIONAL: slightly reduce product card internal gap */
.white-product-area .whiteproduct {
    margin-bottom: 0 !important;
}

/* =========================================
   FIX TOP CATEGORIES SECTION SPACING
   ========================================= */

/* Reduce section top & bottom padding */
.category-area.pt-70 {
    padding-top: 20px !important;
}

.category-area.pb-70 {
    padding-bottom: 20px !important;
}

/* Reduce space below "Top Categories" title */
.category-area .tpsection {
    margin-bottom: 16px !important;
}

/* Reduce bottom spacing of category row */
.category-area .custom-row.pb-45 {
    padding-bottom: 16px !important;
}

/* Reduce individual category card margin */
.category-area .tpcategory.mb-40 {
    margin-bottom: 16px !important;
}

/* Mobile fine-tuning */
@media (max-width: 767px) {
    .category-area.pt-70 {
        padding-top: 16px !important;
    }

    .category-area.pb-70 {
        padding-bottom: 16px !important;
    }

    .category-area .tpsection {
        margin-bottom: 12px !important;
    }
}

/* =====================================================
   GLOBAL SECTION PADDING (20px)
   ===================================================== */

section,
[class*="-area"],
[class*="_area"] {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

/* Disable Ninico padding utility classes */
[class^="pt-"],
[class*=" pt-"] {
    padding-top: 20px !important;
}

[class^="pb-"],
[class*=" pb-"] {
    padding-bottom: 20px !important;
}


/* =====================================================
   EXCLUDE SLIDER FROM GLOBAL PADDING
   ===================================================== */

.slider-area,
.slider-area section,
.slider-area .tp-slider-area {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
}


/* Change "On sale" tab text to "Combo" */
#product-type-tab .nav-link[data-type="on-sale"] {
    font-size: 0; /* hide original text */
    position: relative;
}

#product-type-tab .nav-link[data-type="on-sale"]::after {
    content: "Combo";
    font-size: 16px; /* match other tabs */
    font-weight: 500;
    color: inherit;
}

/* ===============================
   ADORA VIDEO SLIDER – FINAL
   =============================== */

.adora-video-section {
  padding: 40px 0;
  background: #ffffff;
}

.adora-video-title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
}

/* Wrapper */
.adora-slider-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Slider */
.adora-slider {
  display: flex !important;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}

/* Slide (Desktop: 4 visible) */
.adora-slide {
  flex: 0 0 300px !important;
  height: 500px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Clickable link */
.adora-video-link {
  display: block;
  width: 100%;
  height: 100%;
}

/* Video FIX (NO BLACK STRIP) */
.adora-slide video {
  display: block !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: transparent;
}

/* Mute Button */
.adora-mute-btn {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: rgba(0,0,0,0.65);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  z-index: 5;
}

.adora-mute-btn:hover {
  background: #000;
}

/* Hide scrollbar */
.adora-slider::-webkit-scrollbar {
  display: none;
}
.adora-slider {
  scrollbar-width: none;
}

/* Tablet */
@media (max-width: 992px) {
  .adora-slide {
    flex: 0 0 260px !important;
    height: 440px;
  }
}

/* Mobile – BIG VIDEO, NO GAP */
@media (max-width: 576px) {
  .adora-video-section {
    padding: 20px 0 !important;
  }

  .adora-video-title {
    font-size: 20px;
    margin-bottom: 15px !important;
  }

  .adora-slider-wrapper {
    padding: 0 10px !important;
  }

  .adora-slider {
    gap: 12px !important;
  }

  .adora-slide {
    flex: 0 0 90% !important;
    max-width: 90% !important;
    height: 480px !important;
    border-radius: 18px;
  }

  .adora-mute-btn {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
}



/* ================================
   FORCE CENTER PRODUCT FILTER TABS
   (NINICO – FINAL WORKING FIX)
   ================================ */

/* 1. Make navbar full width */
.tpnavbar {
    width: 100% !important;
}

/* 2. Force nav container to center */
.tpnavbar nav {
    display: flex !important;
    justify-content: center !important;
}

/* 3. Force tabs row to center */
#product-type-tab {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
    width: auto !important;
}

/* 4. Remove right-push utilities */
.tpnavbar,
.tpnavbar * {
    justify-content: center !important;
    text-align: center !important;
}

/* 5. Clean tab buttons */
#product-type-tab .nav-link {
    margin: 0 12px !important;
    padding: 6px 0 !important;
    border: none !important;
    background: transparent !important;
    font-weight: 500;
}

/* 6. Active tab underline */
#product-type-tab .nav-link.active {
    color: #000 !important;
    border-bottom: 2px solid #000 !important;
}

/* =================================================
   GLOBAL KILL: COMPARE (NINICO / BOTBLE)
   ================================================= */

/* Header compare */
.header-meta_social a.header-cart i.fa-exchange,
.header-meta_social .tp-product-compare-count {
    display: none !important;
}

/* Any compare buttons/links */
.add-to-compare,
.compare-btn,
.btn-compare,
.product-action .compare,
.action-btn.compare,
a[href*="/compare"] {
    display: none !important;
}

/* Compare icons anywhere */
.fa-exchange,
.fal.fa-exchange {
    display: none !important;
}

/* Hide Track Order / Order Tracking link */
.tpsideinfo__wishlist-link {
    display: none !important;
}