/* Figma-derived overrides for the All Categories page.
   Source reference: public/frontend-degine/figma_design/catgory_page.css */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

:root {
  --cat-navy: #183158;
  --cat-navy-alt: #173158;
  --cat-pink: #E83161;
  --cat-pink-alt: #E83161;
  --cat-border: #EDEFF2;
  --cat-muted: #5D6F8A;
  --cat-light: #F7F8F9;
  --cat-font: 'Poppins', 'Inter', sans-serif;
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--cat-font);
}

body.page-motion-categories .motion-hero::before,
body.page-motion-categories .hero-split-left::after,
body.page-motion-categories .product-card-v2 .card-img::after {
  content: none !important;
  display: none !important;
}

body.page-motion-categories .hero-slide.is-active.is-animating .hero-split-wrap,
body.page-motion-categories .hero-slide.is-active.is-animating[data-direction="prev"] .hero-split-wrap,
body.page-motion-categories .motion-tilt,
body.page-motion-categories .motion-media,
body.page-motion-categories .anim-fade-up,
body.page-motion-categories .anim-on-scroll,
body.page-motion-categories .anim-card-rise,
body.page-motion-categories .anim-blur-up {
  animation: none !important;
  transition: none !important;
  transform: none !important;
  filter: none !important;
  opacity: 1 !important;
}

body.page-motion-categories .motion-section::before,
body.page-motion-categories .motion-card::before {
  display: none !important;
}

.kp-container,
.cat-section .container,
.breadcrumb-nav .container {
  width: min(1640px, calc(100vw - 32px));
  max-width: 1640px;
  padding-left: 0;
  padding-right: 0;
}

/* Hero */
.hero-section.hero-split {
  padding: 0 0 0;
  background: #fff;
  overflow: hidden;
  margin-top: 10px;
}

.hero-section.hero-split>.kp-container {
  position: relative;
  width: min(1640px, calc(100vw - 32px));
  max-width: 1640px;
  padding: 0;
}

.hero-section.hero-split .hero-split-wrap {
  --bs-gutter-x: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  height: 400px !important;
  min-height: 400px;
  margin: 0;
}

.hero-section.hero-split .hero-split-wrap>.col-lg-8 {
  flex: 0 0 calc(100% - 410px);
  max-width: calc(100% - 410px);
  padding: 0;
}

.hero-section.hero-split .hero-split-wrap>.col-lg-4 {
  flex: 0 0 400px;
  max-width: 400px;
  padding: 0;
}

.hero-split-left {
  position: relative;
  height: 400px !important;
  min-height: 400px;
  padding: 55px 66px;
  /* background: linear-gradient(36.58deg, var(--cat-navy-alt) 16.44%, var(--cat-pink) 77.19%); */
  background: linear-gradient(10deg, #173158 17%, #E73161 533px);
  color: #fff;
  overflow: hidden;
}

.hero-split-left::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -2px;
  width: 420px;
  height: 420px;
  background: url('../../images/banner_background_image/Union 3.png') center / contain no-repeat;
  /* opacity: 0.65; */
  mix-blend-mode: screen;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}

.hero-split-left .hero-text {
  position: relative;
  z-index: 1;
  max-width: 700px;
  padding: 0;
  margin: 0;
}

.hero-split-left h1 {
  max-width: 532px;
  margin: 0 0 16px;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0;
}

.hero-split-left .hero-desc {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.hero-split-left .hero-sub-desc {
  display: none !important;
}

.hero-cta-row {
  gap: 27px;
  margin-top: 40px !important;
}

.hero-split-left .kp-btn-pink {
  width: 210px;
  height: 60px;
  justify-content: center;
  gap: 20px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: var(--cat-pink);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  transition: background 0.3s ease, color 0.3s ease;
}

.hero-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.hero-inline-link strong {
  color: #fff;
  font-weight: 600;
}

.hero-inline-link i {
  color: var(--cat-pink-alt);
}

.hero-split-right {
  position: relative;
  height: 400px !important;
  min-height: 400px;
  overflow: hidden;
  background: #fff;
}

.hero-arrow-chip-image {
  display: none;
}

.hero-split-right::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #173158;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}

.hero-split-right::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 40px;
  width: 50px;
  height: 50px;
  background: url('../../images/arrows/banner_arrow/Path_8.svg') center / contain no-repeat;
  pointer-events: none;
  z-index: 2;
  opacity: 1;
}

.hero-side-image {
  width: 400px;
  height: 400px;
  object-fit: cover;
  display: block;
}

.hero-slider-dots {
  position: absolute;
  bottom: 18px;
  left: 66px;
  display: flex;
  gap: 8px;
}

.hero-slider-dot,
.cat-slider-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #EDEFF2 !important;
}

.hero-slider-dot.is-active,
.cat-slider-dot.active {
  background: var(--cat-pink-alt) !important;
}

.hero-nav {
  width: 60px;
  height: 60px;
  border-radius: 0;
  background: var(--cat-border);
  color: #fff;
}

.hero-nav-next {
  background: var(--cat-pink);
}

/* Breadcrumb */
.breadcrumb-nav {
  padding: 20px 0 0;
  background: #fff;
}

/* Desktop/tablet breadcrumb (below banner) — sticky below the fixed header */
.breadcrumb-nav.d-none.d-md-block {
  position: sticky;
  top: 133px;
  /* header(~85px) + main-nav(48px) for tablet */
  z-index: 99;
  height: 55px;
}

@media (min-width: 992px) {
  .breadcrumb-nav.d-none.d-md-block {
    top: 139px;

    /* header(~109px) + main-nav(48px) for desktop */
  }
}

.hero-split-left .kp-btn-pink:hover {
  background: #ffffff !important;
  color: #183158 !important;
}

.hero-split-left .kp-btn-pink:hover svg path {
  fill: #E73161 !important;
}

.hero-split-left .kp-btn-pink svg path {
  transition: fill 0.3s ease;
}

.breadcrumb-nav p {
  margin: 0;
  color: var(--cat-navy-alt);
  font-size: 14px;
  font-weight: 500;
  padding: 5px 5px;
}

.breadcrumb-nav a {
  color: #173158;
}

.breadcrumb-nav .separator {
  margin: 0 8px;
  color: #173158;
}

/* Category rows */
.cat-section {
  padding: 0px 0 0;
  background: #fff;
  height: 960px;
  /* height: 610px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.cat-section.bg-even {
  background: #F9FAFB;
}

.cat-section+.cat-section {
  padding-top: 0px;
}

.cat-section .cat-section-header {
  min-height: 72px;
  margin-bottom: 20px !important;
}

.cat-section h2.kp-section-title {
  margin: 0;
  color: #173158;
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: 0;
}

.cat-filter-btn {
  width: 300px;
  height: 48px;
  min-width: 300px;
  flex: 0 0 300px;
  padding: 0 18px;
  border: 1px solid #BAC2CD;
  border-radius: 0 !important;
  background: #fff;
  color: #183158;
  font-size: 16px;
  font-weight: 500;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.cat-filter-btn:hover,
.cat-filter-btn.is-open {
  border-color: #BAC2CD;
  background: #fff;
}

.cat-filter-btn.is-open {
  border-bottom-color: transparent !important;
  z-index: 601;
}

.cat-mobile-filter {
  width: 100%;
  height: 34px;
  border-radius: 0;
  background: #ffffff;
  border: 1px solid #BAC2CD;
  cursor: pointer;
}

.cat-mobile-filter--disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}

.cat-section-header-mobile .cat-mobile-filter .cat-filter-label,
.cat-section-header-mobile .cat-mobile-filter>span {
  font-size: 12px;
  color: #173158;
  font-weight: 500;
}

.cat-shop-all-btn {
  position: relative;
  width: 226px;
  height: 48px;
  flex: 0 0 226px;
  justify-content: flex-start;
  gap: 0;
  padding: 0 14px 0 48px;
  border: 2px solid #E83161;
  border-radius: 0;
  background: #fff;
  color: #E83161;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
  overflow: hidden;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.cat-shop-all-btn::before {
  content: '';
  position: absolute;
  left: 19px;
  top: 50%;
  width: 10px;
  height: 10px;
  background: url('../../images/arrows/small_arrow/Path_1259.svg') center / contain no-repeat;
  transform: translateY(-50%);
  transition: filter 0.3s ease;
}

.cat-shop-all-btn:hover::before {
  filter: brightness(0) invert(1);
}

.cat-shop-all-btn span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cat-shop-all-btn:hover,
.product-card-v2 .card-info .buy-btn:hover {
  background: var(--cat-pink-alt);
  color: #fff;
}

.cat-shop-all-btn i {
  display: none;
}

.cat-shop-all-btn svg {
  display: none;
  width: 10px;
  height: 10px;
}

.cat-desktop-slider {
  position: relative;
  overflow: visible;
}

.cat-slider-viewport {
  overflow: visible;
  width: 100%;
  max-width: none;
  clip-path: inset(-20px -100vw -20px 0px);
}

.cat-slider-track {
  display: flex;
  gap: 15px;
  cursor: grab;
  user-select: none;
  transition: transform 0.3s ease;
}

.cat-slider-slide-desktop {
  flex: 0 0 400px;
  width: 400px;
  max-width: 400px;
  /* margin-right: 30px; */
}

.cat-slider-dots {
  display: flex;
  justify-content: center;
  /* gap: 20px; */
  margin-top: 54px;
}

.reviews-desktop-nav,
.shop-slider-arrow {
  position: absolute;
  top: 170px;
  z-index: 4;
  width: 60px;
  height: 60px;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/* .reviews-desktop-prev,
.shop-slider-prev {
  left: -132px;
  background: #EDEFF2;
} */

.reviews-desktop-prev i,
.shop-slider-prev i {
  display: none;
}

/* .reviews-desktop-next,
.shop-slider-next {
  right: -132px;
  background: var(--cat-pink);
} */

.reviews-desktop-next i,
.shop-slider-next i {
  display: none;
}

/* Product cards */
.cat-section .product-card-v2 {
  width: 400px;
  /* background: #fff; */
  box-shadow: none;
}

.cat-section .product-card-v2:hover {
  box-shadow: none;
}

.cat-section .product-card-v2 .card-img {
  width: 400px;
  height: 400px;
  padding: 18px;
  border: 2px solid #EDEFF2;
  border-radius: 0;
  background: #fff;
}

.cat-section .product-card-v2 .card-img img {
  width: 360px;
  height: 360px;
  object-fit: contain;
  transform: none !important;
}

.cat-section .product-card-v2 .tag {
  top: 14px;
  right: 14px;
  width: 48px;
  height: 48px;
  border-radius: 0;
  background: var(--cat-pink-alt);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.cat-section .product-card-v2 .card-info {
  padding: 14px 0 0;
}

.cat-section .product-card-v2 .card-meta {
  gap: 8px;
  margin-bottom: 0;
  color: var(--cat-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.cat-section .product-card-v2 .card-meta .cat-label,
.cat-section .product-card-v2 .card-meta .brand-label {
  color: #5D6F8A;
  font-weight: 400;
}

.cat-section .product-card-v2 .card-meta .brand-name {
  color: #183158;
  font-weight: 400;
}

.cat-section .product-card-v2 .card-meta .meta-sep {
  color: #D1D1D1;
}

.cat-section .product-card-v2 h3 {
  min-height: 72px;
  margin: 5px 0 13px;
  color: #183158;
  font-family: var(--cat-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.cat-section .product-card-v2 h3 a {
  color: var(--cat-navy);
  font-family: var(--cat-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.cat-section .product-card-v2 .card-variants {
  min-height: 21px;
  margin: 0 0 60px;
  color: #183158;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.cat-section .product-card-v2 .card-variants span {
  color: #183158;
  font-weight: 400;
}

.cat-section .product-card-v2 .card-variants .var-sep {
  margin: 0 10px;
  color: #D1D1D1;
}

.cat-section .product-card-v2 .buy-btn {
  width: 168px;
  height: 42px;
  margin: 0;
  padding: 0;
  justify-content: center;
  gap: 16px;
  border: 2px solid #E83161;
  border-radius: 0;
  background: #fff;
  color: #E83161;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
}

.cat-section .product-card-v2 .buy-btn span {
  margin-left: 0 !important;
}

/* Shared lower sections */
/*
.reviews-section {
  height: auto;
  padding: 4rem 0;
  background: #fff;
  position: relative !important;
}

.reviews-section .kp-section-title {
  color: var(--cat-navy-alt);
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
}

.reviews-section .reviews-see-all {
  width: 180px;
  height: 48px;
  justify-content: center;
  border: 2px solid var(--cat-pink-alt);
  color: var(--cat-pink-alt);
  font-size: 12px;
  font-weight: 500;
}

.reviews-section .reviews-track-wrap {
  overflow: hidden;
}

.reviews-section .reviews-desktop-nav,
.reviews-section .reviews-desktop-prev,
.reviews-section .reviews-desktop-next {
  position: absolute;
  top: 130px;
  z-index: 4;
  width: 60px;
  height: 60px;
  padding: 0;
  border: 0;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.reviews-section .reviews-desktop-prev {
  left: -72px;
  background: #EDEFF2;
}

.reviews-section .reviews-desktop-next {
  right: -72px;
  background: var(--cat-pink);
}

.reviews-section .reviews-desktop-prev svg,
.reviews-section .reviews-desktop-next svg {
  display: none;
}

.reviews-section .reviews-desktop-next::before {
  content: '';
  width: 21px;
  height: 23px;
  background: url('../../images/arrows/slider_arrow/right_slider.svg') center / contain no-repeat;
}

.reviews-section .reviews-desktop-prev:disabled,
.reviews-section .reviews-desktop-next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.review-card,
.reviews-score-card {
  border-radius: 0;
}
*/

*/ .stay-updated-section {
  padding: 65px 0 !important;
  background: #fff;
}

.stay-updated-section .border {
  border: 0 !important;
}

.stay-updated-section .d-flex.flex-column.flex-lg-row {
  max-height: none !important;
  height: 600px;
}

.stay-updated-section h2 {
  max-width: 596px;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}

.stay-updated-section p:first-of-type {
  max-width: 700px;
  font-size: 20px;
  line-height: 26px;
}

.stay-updated-section p:nth-of-type(2) {
  max-width: 783px;
  font-size: 16px;
  line-height: 24px;
}

.stay-updated-section .subscribe-open-btn {
  width: 210px;
  height: 60px;
  /* padding: 0 !important; */
  justify-content: center;
  border-radius: 0 !important;
  background: var(--cat-navy);
  color: #fff;
  font-size: 16px;
}

/*
.support-faq-section {
  background: #F7F8F9 !important;
  padding: 0 !important;
}

.support-faq-section > .kp-container > div {
  min-height: 878px !important;
  height: 878px !important;
  align-items: center !important;
  justify-content: center !important;
  background: #F7F8F9 !important;
}

.support-faq-section h2 {
  color: var(--cat-navy-alt) !important;
  font-weight: 600 !important;
}

.support-faq-section .bg-white {
  background: #FFFFFF !important;
}

.support-faq-section a.btn {
  width: 210px;
  height: 60px;
  justify-content: center;
  padding: 0 !important;
}
*/

@media (max-width: 1799.98px) {

  .reviews-desktop-prev,
  .shop-slider-prev,
  .reviews-section .reviews-desktop-prev {
    left: -16px;
  }

  .reviews-desktop-next,
  .shop-slider-next,
  .reviews-section .reviews-desktop-next {
    right: -16px;
  }
}

@media (max-width: 1199.98px) {
  .hero-section.hero-split .hero-split-wrap {
    min-height: auto;
  }

  .hero-section.hero-split .hero-split-wrap>.col-lg-8 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .hero-split-left {
    min-height: 360px;
    padding: 40px 32px;
  }

  .hero-split-left::before {
    right: 24px;
    width: 300px;
    height: 300px;
    opacity: 0.45;
  }

  .hero-split-left h1,
  .cat-section h2.kp-section-title,
  .reviews-section .kp-section-title {
    font-size: 36px;
    line-height: 44px;
  }

  .cat-section {
    /* padding-top: 20px; */
    height: 650px !important;
  }

  .cat-section h2.kp-section-title {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }

  .cat-section .cat-section-header {
    margin-bottom: 24px !important;
  }

  .cat-section+.cat-section {
    padding-top: 20px;
  }

  /* .cat-slider-slide {
    flex: 0 0 320px;
    width: 320px;
    min-width: 320px !important;
    margin-right: 24px;
  } */

  .cat-mobile-slider .product-card-v2,
  .cat-mobile-slider .product-card-v2 .card-img {
    width: 320px;
  }

  .cat-mobile-slider .product-card-v2 .card-img {
    height: 320px;
  }

  .cat-mobile-slider .product-card-v2 .card-img img {
    width: 160px;
    height: 160px;
  }

  .stay-updated-section .d-flex.flex-column.flex-lg-row {
    height: auto;
  }

  /* Mobile Only Custom Requirements */
  .cat-mobile-top-bar {
    border-radius: 0;
  }

  .cat-breadcrumb-text {
    font-size: 10px !important;
    font-weight: 500;
  }

  .cat-breadcrumb-text a,
  .cat-breadcrumb-text span {
    font-size: 10px !important;
  }

  .hero-split-wrap-mobile {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .hero-split-left-mob {
    border-radius: 0;
  }

  .hero-split-right-mob {
    border-radius: 0;
    position: relative;
  }

  .hero-split-right-mob::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #173158;
    opacity: 0.2;
    z-index: 1;
    pointer-events: none;
  }

  .hero-split-right-mob .kp-btn-pink svg path {
    transition: fill 0.3s ease;
  }

  .whatsapp-btn {
    width: 60px !important;
    height: 60px !important;
    bottom: 20px !important;
    right: 20px !important;
    border-radius: 0 !important;
    background: #173158 !important;
    box-shadow: none !important;
  }

  .whatsapp-btn svg {
    width: 30px !important;
    height: 30px !important;
  }
}

@media (max-width: 575.98px) {

  .kp-container,
  .cat-section .container,
  .breadcrumb-nav .container,
  .hero-section.hero-split>.kp-container {
    width: 322px;
  }
}

/* ───────── Footer Sections Mobile Overrides (Synced with Home) ───────── */
@media (max-width: 711.98px) {
  .reviews-section .reviews-topbar {
    margin-bottom: 24px !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .reviews-section h2.kp-section-title {
    font-size: 24px !important;
    font-weight: 600 !important;
  }

  .reviews-see-all {
    width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid #E83161 !important;
  }

  .reviews-see-all svg {
    width: 9px !important;
    height: 9px !important;
    margin: 0 !important;
  }

  /* Rating Summary Box */
  .rating-summary {
    width: 322px !important;
    height: 322px !important;
    min-height: 322px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    background: #F8F9FA !important;
    padding: 30px !important;
    margin-bottom: 30px !important;
  }

  .rating-summary .stars {
    margin-bottom: 20px !important;
    display: flex !important;
    gap: 5px !important;
  }

  .rating-summary .stars svg {
    width: 30px !important;
    height: 30px !important;
    fill: #E83161 !important;
    color: #E83161 !important;
  }

  .rating-num {
    font-size: 36px !important;
    font-weight: 600 !important;
    color: #152C50 !important;
    display: block !important;
  }

  .rating-label {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #152C50 !important;
    display: block !important;
  }

  /* Review Cards Slider */
  .review-mobile-slider {
    padding-bottom: 20px !important;
    position: relative !important;
    overflow: visible !important;
  }

  .review-mobile-slider .cat-slider-slide {
    width: 300px !important;
  }

  .review-mobile-slider .review-card {
    width: 300px !important;
    height: 300px !important;
    min-height: 300px !important;
    padding: 30px !important;
    border: 1px solid #dee2e6 !important;
    background: #fff !important;
    display: flex !important;
    flex-direction: column !important;
    text-align: left !important;
  }

  .review-stars {
    margin-bottom: 15px !important;
    display: flex !important;
    gap: 4px !important;
  }

  .review-stars i {
    font-size: 16px !important;
    color: #E83161 !important;
  }

  .review-meta {
    font-size: 14px !important;
    color: #6c757d !important;
    margin-bottom: 15px !important;
  }

  .review-text {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #152C50 !important;
  }

  /* Navigation Arrows */
  .review-mobile-slider .kp-slider-nav {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: 38% !important;
    transform: translateY(-50%) !important;
    z-index: 100 !important;
    border-radius: 0 !important;
    /* background: #E83161 !important; */
    color: #fff !important;
    border: none !important;
  }

  .review-mobile-slider .review-slider-prev {
    left: calc((100vw - 330px) / -2) !important;
  }

  .review-mobile-slider .review-slider-next {
    right: calc((100vw - 330px) / -2) !important;
  }

  .review-mobile-slider .kp-slider-nav svg {
    width: 14px !important;
    height: 14px !important;
  }

  .review-mobile-slider .cat-slider-dots {
    margin-top: 30px !important;
  }

  /* ── Stay Updated Section ── */
  /*
    .stay-updated-section {
        padding: 40px 0 !important;
    }

    .stay-updated-wrapper {
        align-items: center !important;
    }

    .stay-updated-text-box {
        width: 322px !important;
        height: 322px !important;
        padding: 30px !important;
        overflow: hidden !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

    .stay-updated-text-box h2 {
        font-size: 36px !important;
        font-weight: bold !important;
        line-height: 1.1 !important;
        margin-bottom: 15px !important;
    }

    .stay-updated-subtext {
        font-size: 14px !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
        opacity: 0.9 !important;
    }

    .stay-updated-small-text {
        font-size: 10px !important;
        line-height: 1.3 !important;
        opacity: 0.7 !important;
    }

    .stay-updated-image-box {
        width: 322px !important;
        height: 322px !important;
        margin: 0 auto !important;
        position: relative !important;
    }

    .stay-updated-image-box img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .stay-updated-bg-svg svg {
        width: 163px !important;
        height: 163px !important;
    }

    .stay-updated-arrow-mob svg {
        width: 40px !important;
        height: 40px !important;
    }
    */

  /* ── Support & FAQ Mobile styles ── */
  /*
    .support-mobile-box {
        background: #F8F9FA !important;
        padding: 40px 20px !important;
        min-height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .support-mob-title {
        font-size: 36px !important;
        width: 300px !important;
        margin: 0 auto 20px !important;
        line-height: 1.1 !important;
        color: #152C50 !important;
        font-weight: bold !important;
    }

    .support-mob-subtext {
        font-size: 18px !important;
        line-height: 1.3 !important;
        color: #152C50 !important;
        margin: 0 auto 15px !important;
        max-width: 320px !important;
    }

    .support-mob-small {
        font-size: 12px !important;
        line-height: 1.4 !important;
        opacity: 0.8 !important;
        margin: 0 auto 20px !important;
        color: #152C50 !important;
        max-width: 320px !important;
    }

    .support-mob-btn {
        width: 260px !important;
        height: 48px !important;
        background: #E83161 !important;
        color: #fff !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        margin: 0 auto !important;
    }

    .faq-mobile-box {
        width: 322px !important;
        height: 322px !important;
        margin: 0 auto !important;
        padding: 20px 20px !important;
        display: flex !important;
        flex-direction: column !important;
        background: #fff !important;
    }

    .faq-mob-title {
        font-size: 20px !important;
        font-weight: 600 !important;
        color: #152C50 !important;
        margin-bottom: 10px !important;
        text-align: left !important;
    }

    .faq-mob-subtext {
        font-size: 12px !important;
        color: #152C50 !important;
        opacity: 0.7 !important;
        text-align: left !important;
    }

    .faq-mob-item-text {
        font-size: 16px !important;
        font-weight: 600 !important;
        color: #152C50 !important;
    }
    */
}

/* Desktop screen-edge positioning for category slider arrows */
@media (min-width: 1200px) {
  .cat-nav-prev-pc {
    left: calc(-1 * (100vw - 1664px) / 2) !important;
    /* background: #EDEFF2 !important; */
  }

  .cat-nav-next-pc {
    right: calc(-1 * (100vw - 1664px) / 2) !important;
    /* background: var(--cat-pink) !important; */
  }
}

/* Laptop Screen Overrides (992px to 1639.98px) */
@media (min-width: 992px) and (max-width: 1639.98px) {

  .kp-container,
  .cat-section .container,
  .breadcrumb-nav .container,
  .hero-section.hero-split>.kp-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  /* Hero split layout */
  .hero-section.hero-split .hero-split-wrap {
    height: 380px !important;
    min-height: 380px !important;
    gap: 10px !important;
  }

  .hero-section.hero-split .hero-split-wrap>.col-lg-8 {
    flex: 1 1 0% !important;
    max-width: none !important;
    width: auto !important;
  }

  .hero-section.hero-split .hero-split-wrap>.col-lg-4 {
    flex: 0 0 350px !important;
    max-width: 350px !important;
  }

  .hero-split-left {
    height: 380px !important;
    min-height: 380px !important;
    padding: 45px 40px !important;
  }

  .hero-split-left h1 {
    font-size: 38px !important;
    line-height: 44px !important;
    margin-bottom: 12px !important;
  }

  .hero-split-left .hero-desc {
    font-size: 16px !important;
    line-height: 22px !important;
    max-width: 500px;
  }

  .hero-cta-row {
    margin-top: 30px !important;
    gap: 20px !important;
  }

  .hero-split-left .kp-btn-pink {
    width: 210px !important;
    height: 52px !important;
    font-size: 15px !important;
  }

  .hero-inline-link {
    font-size: 16px !important;
  }

  .hero-split-right {
    height: 380px !important;
    min-height: 380px !important;
  }

  .hero-side-image {
    width: 100% !important;
    height: 100% !important;
  }

  /* Product Slider & Cards */
  .cat-slider-viewport {
    width: 100% !important;
  }

  .cat-slider-slide-desktop {
    flex: 0 0 300px !important;
    width: 300px !important;
    max-width: 300px !important;
  }

  .cat-section .product-card-v2 {
    width: 300px !important;
  }

  .cat-section .product-card-v2 .card-img {
    width: 300px !important;
    height: 300px !important;
    padding: 15px !important;
  }

  .cat-section .product-card-v2 .card-img img {
    width: 260px !important;
    height: 260px !important;
  }

  .cat-section .product-card-v2 h3 {
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin-bottom: 40px !important;
    min-height: 45px !important;
    max-height: 45px !important;
    height: 45px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  .cat-section .product-card-v2 .card-variants {
    margin-bottom: 30px !important;
  }

  .cat-nav-prev-pc {
    left: -40px !important;
    top: 120px !important;
  }

  .cat-nav-next-pc {
    right: -40px !important;
    top: 120px !important;
  }
}

/* ═══════════════════════════════════════════════════════════════════
   Tablet Screen Overrides (768px to 991.98px)
   The existing `(max-width: 1199.98px)` rules already tone down
   typography in this range, but the global 1640px .kp-container has
   no responsive fallback between 768 and 991, so content was being
   clipped on tablet widths. The `(min-width: 992px) and (max-width:
   1639.98px)` laptop block does not fire here either. This block
   fills that gap.

   Mobile <768 keeps its existing `(max-width: 767.98px)` rules and the
   `(max-width: 575.98px)` fixed 330px container. PC and laptop layouts
   are not touched.
   ═══════════════════════════════════════════════════════════════════ */
/* ───────── Shift Breakpoint for Categories Page (apply mobile until 712px, then tablet) ───────── */
@media (min-width: 712px) and (max-width: 767.98px) {

  /* Hide Mobile Layout */
  .d-md-none {
    display: none !important;
  }

  /* Show Tablet/Desktop Layout */
  .d-none.d-md-block {
    display: block !important;
  }

  .d-none.d-md-flex {
    display: flex !important;
  }

  .d-none.d-md-inline {
    display: inline !important;
  }
}

@media (min-width: 712px) and (max-width: 991.98px) {

  /* Containers: make fluid for the tablet range. */
  .kp-container,
  .cat-section .container,
  .breadcrumb-nav .container,
  .hero-section.hero-split>.kp-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  /* Use the desktop slider on tablet (markup hides it below lg). The mobile
     slider + global styles.css percentage widths were causing card overlap. */
  .cat-desktop-slider.d-none.d-lg-block {
    display: block !important;
  }

  .cat-mobile-slider.d-lg-none {
    display: none !important;
  }

  .cat-desktop-slider {
    position: relative !important;
    padding: 0 36px !important;
    box-sizing: border-box !important;
  }

  .cat-desktop-slider .cat-slider-viewport {
    container-type: inline-size;
    container-name: cat-tab-vp;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    margin: 0 auto !important;
    clip-path: inset(-20px -100vw -20px 0px) !important;
  }

  .cat-desktop-slider .cat-slider-track {
    display: flex !important;
    gap: 20px !important;
    cursor: grab;
    user-select: none;
    transition: transform 0.3s ease;
  }

  /* Exactly 3 full cards — sized to viewport container, not track/vw */
  .cat-desktop-slider .cat-slider-slide-desktop {
    flex: 0 0 calc((100cqw - 40px) / 3) !important;
    width: calc((100cqw - 40px) / 3) !important;
    max-width: calc((100cqw - 40px) / 3) !important;
    min-width: 0 !important;
  }

  .cat-desktop-slider .product-card-v2 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .cat-desktop-slider .product-card-v2 .card-img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    padding: 12px !important;
    box-sizing: border-box !important;
  }

  .cat-desktop-slider .product-card-v2 .card-img img {
    width: 80% !important;
    height: 80% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
  }

  .cat-desktop-slider .product-card-v2 .card-info {
    padding-top: 12px !important;
    overflow: visible !important;
  }

  .cat-desktop-slider .product-card-v2 h3,
  .cat-desktop-slider .product-card-v2 h3 a {
    font-size: 14px !important;
    line-height: 20px !important;
    min-height: 40px !important;
    max-height: none !important;
    height: auto !important;
    margin-bottom: 8px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  .cat-desktop-slider .product-card-v2 .card-variants {
    font-size: 11px !important;
    margin-bottom: 12px !important;
    min-height: auto !important;
  }

  .cat-desktop-slider .product-card-v2 .buy-btn {
    width: 150px !important;
    max-width: 90% !important;
    /* margin-left: auto !important; */
    margin-right: auto !important;
    display: flex !important;
    height: 38px !important;
    font-size: 11px !important;
  }

  .cat-desktop-slider .reviews-desktop-nav {
    position: absolute;
    top: 120px !important;
    transform: none !important;
    z-index: 4;
    width: 48px !important;
    height: 48px !important;
    border-radius: 0;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
  }

  .cat-desktop-slider .cat-nav-prev-pc,
  .cat-desktop-slider .reviews-desktop-prev {
    left: -24px !important;
  }

  .cat-desktop-slider .cat-nav-next-pc,
  .cat-desktop-slider .reviews-desktop-next {
    right: -24px !important;
  }

  .cat-desktop-slider .cat-slider-dots {
    margin-top: 32px !important;
  }

  /* Hero — the image col has `d-none d-lg-block` in markup so it is
     hidden below lg (≥992). Force it visible at tablet and shrink the
     image / text columns to a tablet-appropriate split (image fixed,
     text fluid). */
  .hero-section.hero-split .hero-split-wrap {
    max-width: 100% !important;
    height: 320px !important;
    min-height: 320px !important;
    gap: 10px !important;
  }

  .hero-section.hero-split .hero-split-wrap>.col-lg-8,
  .hero-section.hero-split .hero-split-wrap>.col-lg-4 {
    flex: 0 0 calc(50% - 5px) !important;
    max-width: calc(50% - 5px) !important;
    width: calc(50% - 5px) !important;
  }

  /* Override the markup `d-none d-lg-block` so the right image col
     becomes visible inside the tablet range. */
  .hero-section.hero-split .hero-split-wrap>.col-lg-4 {
    display: block !important;
  }

  .hero-section.hero-split .hero-split-left {
    height: 320px !important;
    min-height: 320px !important;
    padding: 24px 28px !important;
  }

  /* The decorative ::before SVG (420×420) overpowers the narrower text
     col on tablet — shrink it to fit. */
  .hero-section.hero-split .hero-split-left::before {
    display: none;
    width: 240px !important;
    height: 240px !important;
    right: 0px !important;
    top: 200px !important;
  }

  .hero-section.hero-split .hero-split-left .hero-text {
    max-width: 100% !important;
  }

  .hero-section.hero-split .hero-split-left h1 {
    font-size: 26px !important;
    line-height: 1.15 !important;
    margin-bottom: 10px !important;
    max-width: 100% !important;
  }

  .hero-section.hero-split .hero-split-left .hero-desc {
    font-size: 13px !important;
    line-height: 1.4 !important;
    margin-bottom: 0.5rem !important;
    max-width: 100% !important;
  }

  .hero-section.hero-split .hero-split-left .hero-sub-desc {
    display: none !important;
  }

  .hero-section.hero-split .hero-cta-row {
    gap: 16px !important;
    margin-top: 18px !important;
  }

  .hero-split-left .kp-btn-pink {
    width: 200px !important;
    height: 44px !important;
    font-size: 13px !important;
  }

  .hero-inline-link {
    font-size: 13px !important;
  }

  /* Right image col */
  .hero-section.hero-split .hero-split-right {
    height: 320px !important;
    min-height: 320px !important;
  }

  .hero-section.hero-split .hero-side-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .hero-section.hero-split .hero-split-right::before {
    width: 36px !important;
    height: 36px !important;
    top: 12px !important;
    left: 12px !important;
  }

  .hero-section.hero-split .hero-slider-dots {
    bottom: 12px !important;
    left: 28px !important;
  }

  .hero-arrow-chip-image {
    top: 16px !important;
    left: 16px !important;
  }

  .hero-arrow-chip-image svg {
    width: 48px !important;
    height: 48px !important;
  }

  /* Category section — laptop-like layout, scaled for tablet */
  .cat-section {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: auto !important;
    min-height: 680px !important;
    padding-top: 24px !important;
    padding-bottom: 32px !important;
    overflow: visible !important;
  }

  .cat-section .kp-container {
    width: 100% !important;
  }

  /* Header — tablet 2-row: title left | shop-all top-right, dropdowns bottom-right */
  .cat-section-header {
    position: relative !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 12px !important;
    min-height: 0 !important;
    margin-bottom: 24px !important;
    overflow: visible !important;
  }

  .cat-section-header>.flex-grow-1 {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .cat-section-header>.d-flex {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 8px !important;
    flex-shrink: 0 !important;
  }

  /* SHOP ALL — far right */
  .cat-section-header .cat-shop-all-btn {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 44px !important;
    font-size: 12px !important;
    padding: 0 14px 0 36px !important;
    white-space: nowrap !important;
  }

  .cat-shop-all-btn::before {
    left: 14px !important;
  }

  /* Both dropdowns */
  .cat-section-header>.d-flex>.cat-filter-dropdown-wrap,
  .cat-section-header>.d-flex>.cat-filter-btn {
    width: 150px !important;
    min-width: 130px !important;
    max-width: 160px !important;
  }

  .cat-section-header .cat-filter-dropdown-wrap {
    position: relative !important;
    z-index: 970 !important;
  }

  .cat-section-header .cat-filter-btn {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    flex: none !important;
    height: 44px !important;
    font-size: 12px !important;
    padding: 0 10px !important;
  }

  .cat-section-header .cat-filter-dropdown-wrap .cat-filter-btn {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Dropdown panel — below its button, same width */
  .cat-section-header .cat-filter-dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: 100% !important;
    min-width: 100% !important;
    margin-top: -1px !important;
    border-top: 1px solid #BAC2CD !important;
    box-shadow: 0 8px 20px rgba(24, 49, 88, 0.1) !important;
    z-index: 980 !important;
  }

  .cat-section-header .cat-filter-btn.is-open {
    z-index: 981 !important;
    border-bottom-color: transparent !important;
  }

  .cat-section-header .cat-fdd-meta {
    margin: 0 !important;
    padding: 10px 14px !important;
    gap: 12px !important;
    justify-content: space-between !important;
    border-bottom: 1px solid #E8ECF0 !important;
  }

  .cat-section-header .cat-fdd-count-text {
    font-size: 12px !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
  }

  .cat-section-header .cat-fdd-count {
    font-size: 13px !important;
  }

  .cat-section-header .cat-fdd-reset {
    font-size: 12px !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    margin-left: auto !important;
  }

  .cat-section-header .cat-fdd-list {
    max-height: 220px !important;
    padding: 0 !important;
  }

  .cat-section-header .cat-fdd-item {
    padding: 9px 14px !important;
  }

  .cat-section-header .cat-fdd-item-label {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  .cat-section h2.kp-section-title {
    font-size: 32px !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  /* Override global styles.css percentage slide widths on this page */
  .cat-slider-slide {
    width: auto !important;
    min-width: 0 !important;
  }

  /* Smaller tablets — scale header controls */
  @media (max-width: 820px) {
    .cat-section-header {
      column-gap: 8px !important;
      row-gap: 10px !important;
    }

    .cat-section-header>.d-flex>.cat-filter-dropdown-wrap,
    .cat-section-header>.d-flex>.cat-filter-btn {
      width: 165px !important;
      min-width: 155px !important;
      max-width: 165px !important;
    }

    .cat-section-header .cat-filter-btn {
      font-size: 12px !important;
      padding: 0 10px !important;
    }

    .cat-section-header .cat-shop-all-btn {
      font-size: 10px !important;
      padding: 0 10px 0 30px !important;
    }

    .cat-section-header .cat-shop-all-btn::before {
      left: 10px !important;
    }

    .cat-section h2.kp-section-title {
      font-size: 26px !important;
    }

    /* 2 full cards on narrower tablets */
    .cat-desktop-slider .cat-slider-slide-desktop {
      flex: 0 0 calc((100cqw - 20px) / 2) !important;
      width: calc((100cqw - 20px) / 2) !important;
      max-width: calc((100cqw - 20px) / 2) !important;
    }

    .cat-desktop-slider {
      padding: 0px !important;
    }
  }
}

/* ─── Filter Dropdown Wrapper ─── */
.cat-filter-dropdown-wrap {
  position: relative;
  display: inline-block;
}

/* ─── Toggle icon: + by default, – when open ─── */
.cat-filter-toggle .cat-filter-icon {
  display: inline-block;
  flex-shrink: 0;
}

.cat-filter-toggle .cat-icon-minus {
  display: none;
}

.cat-filter-toggle.is-open .cat-icon-plus {
  display: none;
}

.cat-filter-toggle.is-open .cat-icon-minus {
  display: inline-block;
}

/* ─── Dropdown Panel ─── */
.cat-filter-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 100%;
  background: #fff;
  border: 1px solid #BAC2CD;
  border-top: none;
  border-radius: 0 !important;
  z-index: 600;
}

/* ─── Selected count row ─── */
.cat-fdd-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  background: #F7F8F9;
  margin: 12px 16px 8px;
  border-bottom: none;
}

.cat-fdd-count-text {
  font-size: 14px;
  color: #183158;
  font-family: var(--cat-font);
  font-weight: 400;
}

.cat-fdd-count {
  font-weight: 500;
  color: #E83161;
  font-size: 16px;
  margin-right: 2px;
}

.cat-fdd-reset {
  font-size: 14px;
  font-weight: 500;
  color: #E83161;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: var(--cat-font);
  text-decoration: none;
  letter-spacing: 0.01em;
}

.cat-fdd-reset:hover {
  text-decoration: underline;
}

/* ─── Checkbox list ─── */
.cat-fdd-list {
  max-height: 260px;
  overflow-y: auto;
  padding: 4px 0 6px;
}

.cat-fdd-list::-webkit-scrollbar {
  width: 4px;
}

.cat-fdd-list::-webkit-scrollbar-track {
  background: #F7F8F9;
}

.cat-fdd-list::-webkit-scrollbar-thumb {
  background: #BAC2CD;
}

.cat-fdd-item {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 9px 16px;
  cursor: pointer;
  margin: 0;
  font-weight: normal;
  transition: background 0.12s;
}

.cat-fdd-item:hover {
  background: #F7F8F9;
}

.cat-fdd-item:hover .cat-fdd-item-label {
  color: #E83161;
}

/* Hide native checkbox */
.cat-fdd-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* Custom checkbox box */
.cat-fdd-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1.5px solid #BAC2CD;
  background: #fff;
  flex-shrink: 0;
  transition: background 0.15s, border-color 0.15s;
}

.cat-fdd-checkbox:checked+.cat-fdd-box {
  background: #fff;
  border-color: #E83161;
}

.cat-fdd-checkbox:checked+.cat-fdd-box::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #E83161;
}

.cat-fdd-item-label {
  font-size: 14px;
  color: #183158;
  font-family: var(--cat-font);
  transition: color 0.15s;
  line-height: 1.45;
  flex: 1;
  min-width: 0;
}

/* ─── Loading overlay ─── */
.cat-slider-loading {
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.2s;
}

/* ─── Empty state ─── */
.cat-filter-empty {
  width: 100%;
  color: #5D6F8A;
  font-size: 14px;
  font-family: var(--cat-font);
  text-align: center;
  padding: 24px 0;
}

/* ─── Mobile: align dropdown to right edge of button ─── */
@media (max-width: 767.98px) {
  .cat-mobile-filters-group {
    position: relative;
  }

  .cat-mobile-filters-tabs {
    position: relative;
    z-index: 602;
  }

  .cat-mobile-filters-group .cat-filter-dropdown-wrap {
    position: static;
    min-width: 0;
  }

  .cat-mobile-filters-group .cat-filter-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    min-width: 0;
    margin-top: -1px;
    border-top: 1px solid #BAC2CD;
    box-shadow: none;
  }

  .cat-mobile-filters-group .cat-mobile-filter.is-open,
  .cat-mobile-filters-group .cat-filter-toggle.is-open {
    border-bottom-color: transparent !important;
    z-index: 603;
  }

  .cat-mobile-filters-group .cat-fdd-meta {
    margin: 0;
    padding: 8px 16px;
    background: #F7F8F9;
    border-bottom: 1px solid #E8ECF0;
  }

  .cat-mobile-filters-group .cat-fdd-count-text {
    font-size: 12px;
    color: #173158;
  }

  .cat-mobile-filters-group .cat-fdd-count {
    font-size: 14px;
    color: #E83161;
  }

  .cat-mobile-filters-group .cat-fdd-reset {
    font-size: 12px;
  }

  .cat-mobile-filters-group .cat-fdd-list {
    max-height: 280px;
    padding: 0;
  }

  .cat-mobile-filters-group .cat-fdd-item {
    padding: 10px 16px;
  }

  .cat-mobile-filters-group .cat-fdd-item:active,
  .cat-mobile-filters-group .cat-fdd-item:hover {
    background: #F7F8F9;
  }

  .cat-mobile-filters-group .cat-fdd-item:active .cat-fdd-item-label,
  .cat-mobile-filters-group .cat-fdd-item:hover .cat-fdd-item-label {
    color: #E83161;
  }

  .cat-mobile-filters-group .cat-fdd-item-label {
    font-size: 12px;
    color: #173158;
  }

  .cat-filter-dropdown-menu {
    width: 100%;
    min-width: 100%;
    left: 0;
    right: auto;
  }
}

@media (min-width: 712px) and (max-width: 991.98px) {

  .breadcrumb-nav.d-none.d-md-block,
  body.scroll-down .breadcrumb-nav.d-none.d-md-block {
    position: relative !important;
    top: auto !important;
  }
}