@import url("./homepage.css");
@import url("./single-product.css");
@import url("./woo-card.css");

/* GLOBAL FONTS START */
body {
  font-family: "Sarala", sans-serif;
}

.site {
  background-color: #141414;
}

.body-xs {
  font-family: "Sarala", sans-serif;
  font-size: 12px; /* text-xs */
  line-height: 16px;
  letter-spacing: 0.2px;
}

.body-sm {
  font-family: "Sarala", sans-serif;
  font-size: 14px; /* text-sm */
  line-height: 20px;
  letter-spacing: 0.1px;
}

.body-base {
  font-family: "Sarala", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.body-lg {
  font-family: "Sarala", sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
}

.heading-xl {
  font-family: "Sarpanch", sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
}

@media (min-width: 1536px) {
  .heading-xl {
    font-size: 20px;
    line-height: 32px;
  }
}

.heading-2xl {
  font-family: "Sarpanch", sans-serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1px;
}

@media (min-width: 768px) {
  .heading-2xl {
    font-size: 22px;
    line-height: 33px;
  }
}

@media (min-width: 1536px) {
  .heading-2xl {
    font-size: 24px;
    line-height: 36px;
  }
}

.heading-3xl {
  font-family: "Sarpanch", sans-serif;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.15px;
}

@media (min-width: 768px) {
  .heading-3xl {
    font-size: 28px;
    line-height: 40px;
  }
}

@media (min-width: 1536px) {
  .heading-3xl {
    font-size: 30px;
    line-height: 44px;
  }
}

.heading-4xl {
  font-family: "Sarpanch", sans-serif;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.2px;
}

@media (min-width: 768px) {
  .heading-4xl {
    font-size: 32px;
    line-height: 48px;
  }
}

@media (min-width: 1536px) {
  .heading-4xl {
    font-size: 36px;
    line-height: 52px;
  }
}

.display-5xl {
  font-family: "Sarpanch", sans-serif;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.25px;
}

@media (min-width: 768px) {
  .display-5xl {
    font-size: 44px;
    line-height: 58px;
  }
}

@media (min-width: 1536px) {
  .display-5xl {
    font-size: 48px;
    line-height: 64px;
  }
}

.display-6xl {
  font-family: "Sarpanch", sans-serif;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: 0.3px;
}

@media (min-width: 768px) {
  .display-6xl {
    font-size: 56px;
    line-height: 68px;
  }
}

@media (min-width: 1536px) {
  .display-6xl {
    font-size: 60px;
    line-height: 72px;
  }
}
/* GLOBAL FONTS END */

.container-padding {
  padding: 0 16px;
}

.breadcrumb {
  color: #8c8c8c;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
  color: #fafafa;
}

/* MINI CART STYLES START */
#off-right {
  max-width: 350px;
  width: 100%;
}
.custom-mini-cart {
  display: flex;
  flex-direction: column;
  background: #000;
  color: #fff;
  max-width: 350px;
  width: 100%;
  max-height: 100vh;
  position: fixed;
  top: 0;
  height: 100%;
  left: 0;
  overflow-y: auto;
  font-family: sans-serif;
}

.mini-cart-header {
  padding: 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #434343;
  margin-bottom: 20px;
  gap: 10px;
}

.mini-cart-header .mini-cart-icon {
  height: 28px;
  width: 28px;
  min-width: 28px;
}

.mini-cart-header h4 {
  width: 100%;
  margin-bottom: 0;
}
.mini-cart-header button.mini-cart-close {
  height: 48px;
  width: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.mini-cart-items {
  overflow: auto;
  padding: 0 16px 16px;
}

.mini-cart-items .mini-cart-item {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #434343;
  padding-bottom: 8px;
}

.mini-cart-items .mini-cart-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.mini-cart-info {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.mini-cart-thumb img {
  width: 100px;
  height: 133px;
  object-fit: cover;
  border-radius: 8px;
}

.mini-cart-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mini-cart-title {
  color: #f5f5f5;
  font-weight: bold;
  text-decoration: none;
}

.mini-cart-title:hover,
.mini-cart-title:focus {
  color: #f5f5f5;
}

.mini-cart-price {
  display: flex;
  flex-direction: column;
  color: #f5f5f5;
  font-weight: 700;
  font-size: 16px;
}
.mini-cart-price:has(.mini-cart-price-old) > span:first-of-type {
  color: #cb2b83;
}

.mini-cart-price-old {
  text-decoration: line-through;
  color: #8c8c8c;
  font-weight: 700;
  font-size: 14px;
}

.mini-cart-qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 8px;
}

.mini-cart-remove {
  font-size: 14px;
  color: #8c8c8c;
  text-decoration: underline;
}
.mini-cart-remove:hover {
  color: #acacac;
}

.mini-cart-quantity {
  display: flex;
  align-items: center;
  gap: 4px;
}

.mini-cart-quantity button {
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mini-cart-quantity button svg {
  width: 16px;
  height: 16px;
}
.mini-cart-quantity button:hover,
.mini-cart-quantity button:focus {
  background-color: #2b4bcb27;
}

.mini-cart-footer {
  border-top: 1px solid #434343;
  padding: 20px 16px;
  margin-top: auto;
}

.mini-cart-footer .mini-cart-subtotal,
.mini-cart-footer .discount {
  display: flex;
  color: #8c8c8c;
  font-weight: 400;
  justify-content: space-between;
  margin-bottom: 10px;
}

.mini-cart-footer .mini-cart-subtotal > span:first-of-type,
.mini-cart-footer .discount > span:first-of-type {
  color: #8c8c8c;
  font-weight: 400;
}

.mini-cart-footer .mini-cart-subtotal > span:last-of-type {
  font-size: 16px;
  color: #f5f5f5;
  font-weight: 400;
}

.mini-cart-footer .discount > span:last-of-type {
  font-size: 16px;
  color: #cb2b83;
  font-weight: 400;
}

.btn-purchase {
  width: 100%;
  padding: 10px;
  height: 48px;
  background: #cb2b83;
  color: #000000;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  margin-bottom: 8px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.btn-purchase:hover,
.btn-purchase:focus {
  background-color: #a02669;
  color: #000000;
}

.mini-cart-buttons a.disabled {
  opacity: 0.6;
  pointer-events: none;
}

.btn-cart {
  width: 100%;
  padding: 10px;
  background: #291321;
  color: #f8a8cc;
  height: 48px;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.btn-cart:hover,
.btn-cart:focus {
  background-color: #a02669;
  color: #fff;
}

@media (max-width: 768px) {
  .mini-cart-quantity button {
    width: 32px;
    height: 32px;
    font-size: 24px;
  }
  .mini-cart-quantity > span {
    font-size: 16px;
    line-height: 1.1;
  }
  .mini-cart-footer .mini-cart-subtotal > span .woocommerce-Price-amount,
  .mini-cart-footer .mini-cart-subtotal > span {
    font-size: 18px;
    line-height: 1.15;
  }
}
/* MINI CART STYLES END */

/* LEFT SIDEBAR START */
header .left,
header .right {
  width: 30%;
  max-width: 400px;
}
header .center {
  width: auto;
  /* display: none !important; */
}

header .right a,
header .right .icon,
header .left .icon-menu {
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f5f5f5;
  transition: all 0.3s ease-in-out;
}

header .right a svg {
  height: 28px;
  width: 28px;
}
header .right a:hover,
header .right a:focus,
header .right .icon:hover,
header .right .icon:focus,
header .left .icon-menu:hover,
header .left .icon-menu:focus {
  background-color: rgba(255, 255, 255, 0.2);
  color: #f5f5f5;
}

header .right .lang-btn {
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
  gap: 10px;
}

header .right .lang-btn span {
  font-weight: 700;
}
header .right .search-btn {
  display: none;
}
header .right .account-btn,
header .right .lang-btn {
  display: flex;
}

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

@media (max-width: 1024px) {
  header .center {
    display: none !important;
  }
  header .left,
  header .right {
    width: auto;
  }

  header .right .search-btn {
    display: flex;
  }

  header .right .lang-btn {
    display: none;
  }
  header .right a,
  header .right .icon,
  header .left .icon-menu {
    height: 40px;
    min-width: 40px;
  }
}

@media (max-width: 768px) {
  header .right a,
  header .right .icon,
  header .left .icon-menu {
    height: 36px;
    width: 36px;
    min-width: 36px;
  }
}

.offcanvas#off-left {
  z-index: 40;
  background-color: #000;
  max-width: 240px;
  width: 100%;
}
.offcanvas#off-left .offcanvas__body {
  margin-top: 98px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.offcanvas#off-left .products,
.offcanvas#off-left .offcanvas__links {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0 4px;
}
.offcanvas#off-left .products a,
.offcanvas#off-left .offcanvas__links a {
  font-size: 14px; /* text-sm */
  display: block;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #f5f5f5;
  padding: 10px 6px;
  width: 100%;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.offcanvas#off-left .products li mark {
  display: none;
}
.offcanvas#off-left .products li:hover,
.offcanvas#off-left .products li:focus,
.offcanvas#off-left .offcanvas__links li:hover,
.offcanvas#off-left .offcanvas__links li:focus {
  background-color: #262626;
}

.offcanvas#off-left .products li:hover a,
.offcanvas#off-left .products li:focus a,
.offcanvas#off-left .offcanvas__links li:hover a,
.offcanvas#off-left .offcanvas__links li:focus a {
  color: #f5f5f5;
  width: 100%;
}

.offcanvas#off-left .btn-lang {
  cursor: pointer;
  background-color: #434343;
  width: 100%;
  border-radius: 4px;
  height: 40px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  transition: all 0.3s ease-in-out;
}
.offcanvas#off-left .btn-lang:hover,
.offcanvas#off-left .btn-lang:focus {
  background-color: #5f5f5f;
}
.offcanvas#off-left .btn-lang span {
  margin-left: 6px;
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 768px) {
  .offcanvas#off-left {
    max-width: 100%;
  }
  .offcanvas#off-left .offcanvas__body {
    margin-top: 78px;
  }
  .offcanvas#off-left .offcanvas__links li {
    margin-bottom: 20px;
  }

  .offcanvas#off-left .products a h2,
  .offcanvas#off-left .offcanvas__links a {
    font-size: 18px; /* text-sm */
    line-height: 1.2;
    padding: 4px 8px;
  }
}

/* LEFT SIDEBAR END */

/* CATEGORIES START */

.site-main.d-category {
  padding: 0 16px;
}

.close-filters.btn-ghost {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-main.d-category aside .pc-filters-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #434343;
  margin-bottom: 10px;
}
.site-main.d-category aside .pc-filters-head button {
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
}

.site-main.d-category .woof_redraw_zone {
  padding: 0;
}

.site-main.d-category .woof_redraw_zone {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.site-main.d-category .switcher23-container {
  flex-direction: row-reverse;
}

.site-main.d-category .switcher23-title2 span {
  display: none;
}

.site-main.d-category .switcher23-title2 {
  margin-left: 58px;
  color: var(--Accents-foreground-fg-default, #cb2b83);
  /* 2xl */
  font-family: "Sarpanch", sans-serif;
  font-size: var(--Typescale-2xl-size, 24px);
  font-weight: var(--Typescale-2xl-style, 500);
  line-height: var(--Typescale-2xl-line-height, 36px); /* 150% */
  letter-spacing: var(--Typescale-2xl-tracking, 0.1px);
}

.site-main.d-category .switcher23-toggle > span {
  top: 30px;
  left: 8px;
  width: 16px;
  height: 16px;
  box-shadow: none;
}
.site-main.d-category .switcher23:checked + .switcher23-toggle > span {
  background-color: #cb2b83;
}

.site-main.d-category .switcher23-toggle:before {
  top: 26px;
  width: 48px;
  height: 24px;
  border: 1px solid #cb2b83;
  border-radius: 999px;
  background-color: transparent;
}

.woof .woof_price4_search_container .woof_price_filter_txt_container {
  display: flex;
  gap: 12px;
  padding: 0px 2px;
}

.woof .woof_price4_search_container::before {
  content: "Price";
  color: #fff;
  font-family: "Sarpanch", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.1px;
}

.woof .woof_price4_search_container input {
  width: auto;
  background: #434343;
  color: #fff;
}

.woof .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #cb2b83;
}
.woof .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #cb2b83;
}
.woof .widget_price_filter form {
  padding-top: 10px;
}
.woof .widget_price_filter::before {
  content: "Price";
  color: #fff;
  /* 2xl */
  font-family: "Sarpanch", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.1px;
}

.woof_container_inner.woof_container_inner_productcategories h4 {
  font-family: "Sarpanch", sans-serif;
  font-size: 20px;
  font-weight: 500;

  line-height: 30px;
  letter-spacing: 0.1px;
}
ul.woof_list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
ul.woof_list li {
  margin: 0;
}
.woof_checkbox_label {
  color: #f5f5f5;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  margin-bottom: 0;
  margin-left: 8px;
}
.icheckbox_square-blue {
  border-radius: 4px;
  border: 1px solid#595959;
  background-image: none;
  margin-top: 0 !important;
}
.icheckbox_square-blue.checked {
  border-color: #a02669;
  background: #cb2b83;
}
.icheckbox_square-blue.checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 8px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.iCheck-helper {
  display: none;
}

@media (max-width: 1024px) {
  .d-category:has(aside.isActive) .pc-products {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) {
  .woof_container_inner.woof_container_inner_productcategories h4,
  .woof .widget_price_filter::before {
    font-size: 22px;
    line-height: 33px;
  }
}

@media (min-width: 1536px) {
  .woof_container_inner.woof_container_inner_productcategories h4,
  .woof .widget_price_filter::before {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  aside.isActive {
    position: fixed !important;
    top: 64px !important;
    background: #141414;
    width: 100% !important;
    left: 0;
    height: calc(100% - 72px);
    padding-left: 16px;
    z-index: 39;
    padding-top: 16px;
  }

  .woof .woof_price4_search_container::before,
  .woof_container h4,
  .woof_container_inner.woof_container_inner_productcategories h4 {
    font-size: 24px;
    line-height: 1.5;
  }

  .woof .woof_price4_search_container input {
    font-size: 18px;
    line-height: 1.15;
    margin-top: 4px;
  }

  aside .woof {
    overflow: auto;
    height: calc(100% - 80px);
  }

  .woof_list_checkbox li {
    padding: 8px 0;
  }

  .woof_checkbox_label {
    font-size: 18px;
    line-height: 1.15;
  }
}

/* Swiper Slider Styles */
.slider-container {
  position: relative;
  overflow: hidden;
}

.slider-container .swiper {
  padding: 60px 0;
}

.popular-swiper {
  width: 100%;
  padding: 20px 0;
}

/* Ensure visible gap between cards */
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Mobile-first approach for better card visibility */
@media (max-width: 768px) {
  .swiper-slide {
    justify-content: center;
    width: 100%;
  }

  .swiper-slide .pc-card {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .section-cards {
    padding: 0;
  }

  .section-cards .section-header,
  .section-cards.hot .w-container > div > h2,
  .section-cards.hot .w-container > div > p {
    padding: 0 16px;
  }
  .section-cards .pc-products,
  .section-cards .custom-cat-split {
    padding: 0 16px 8px;
  }
}

.swiper-slide .pc-card {
  margin: 0 8px; /* Increased margin for additional spacing */
  box-sizing: border-box;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Center slide prominence */
.swiper-slide-active .pc-card {
  transform: scale(1.2);
  opacity: 1;
  z-index: 2;
  filter: brightness(1);
  transition: all 0.5s ease-in-out;
}

.swiper-slide-prev .pc-card,
.swiper-slide-next .pc-card {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

/* All slides transition smoothly */
.swiper-slide .pc-card {
  transition: all 0.5s ease-in-out;
}

.swiper-slide:not(.swiper-slide-visible) {
  opacity: 0;
}

.swiper-slide .pc-card:hover {
  transform: scale(1);
}

.swiper-slide-active .pc-card:hover {
  transform: scale(1.2) !important;
}

@media (max-width: 1024px) {
  .swiper-slide-active .pc-card {
    transform: scale(1) !important;
  }
  .swiper-slide-active .pc-card:hover {
    transform: scale(1) !important;
  }
}
@media (max-width: 768px) {
  .swiper-slide-active .pc-card {
    max-width: calc(100vw - 32px);
  }

  /* Ensure full card visibility on mobile */
  .slider-container .swiper {
    padding: 12px 0;
  }

  .swiper-slide .pc-card {
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 320px;
  }
}
