.oraki-home {
  font-family: "Inter", sans-serif;
  background-color: #FFFFFF;
  color: #2A1144;
  overflow-x: hidden;
}

.oraki-home * {
  box-sizing: border-box;
}

.oraki-home .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.oraki-home .oraki-topbar-section {
  background: linear-gradient(90deg, #4b0e89, #8317c8);
  color: #ffffff;
}

.oraki-home .oraki-topbar-section .container-fluid {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.oraki-home .oraki-topbar-section .oraki-topbar-wrapper {
  min-height: 28px;
  position: relative;
}

.oraki-home .oraki-topbar-section .oraki-topbar-carousel {
  height: 28px;
}

.oraki-home .oraki-topbar-section .oraki-topbar-item {
  min-height: 28px;
}

.oraki-home .oraki-topbar-section .oraki-topbar-text {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  text-align: center;
}

.oraki-home .oraki-topbar-section .owl-stage-outer {
  height: 28px;
}

.oraki-home .oraki-topbar-section .owl-stage {
  display: flex;
  align-items: center;
}

.oraki-home .oraki-topbar-section .owl-item {
  min-height: 28px;
}

.oraki-home .oraki-topbar-section .owl-nav {
  margin: 0;
}

.oraki-home .oraki-topbar-section .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: transparent;
  border: 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.95;
}

.oraki-home .oraki-topbar-section .owl-nav button span {
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
}

.oraki-home .oraki-topbar-section .owl-nav .owl-prev {
  left: 50%;
}

.oraki-home .oraki-topbar-section .owl-nav .owl-next {
  right: 50%;
}

.oraki-home .oraki-topbar-section .owl-dots {
  display: none;
}

.oraki-home .oraki-header-section {
  background-color: #FFFFFF;
  z-index: 1040;
  box-shadow: 0 2px 14px rgba(36, 8, 70, 0.06);
}

.oraki-home .oraki-header-section .oraki-navbar-wrapper {
  padding: 18px 0 12px;
  background-color: #FFFFFF;
}

.oraki-home .oraki-header-section .oraki-mobile-toggle {
  width: 38px;
  height: 38px;
  border: 0;
  background: #f4edff;
  color: #4f168c;
  border-radius: 10px;
  margin-right: 10px;
}

.oraki-home .oraki-header-section .oraki-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.oraki-home .oraki-header-section .oraki-logo-img {
  max-width: 150px;
  height: auto;
}

.oraki-home .oraki-header-section .oraki-search-wrapper {
  position: relative;
  width: 100%;
  margin: 0 90px;
}

.oraki-home .oraki-header-section .oraki-search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #efedf5;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 0 105px 0 18px;
  font-size: 14px;
  font-weight: 400;
  color: #221333;
  outline: none;
}

.oraki-home .oraki-header-section .oraki-search-input::placeholder {
  color: #9d97a8;
}

.oraki-home .oraki-header-section .oraki-search-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 44px;
  min-width: 86px;
  border: 0;
  background-color: #f03bbd;
  color: #ffffff;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
  overflow: hidden;
  transition: background 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
}

.oraki-home .oraki-header-section .oraki-search-btn:hover {
  background: #4a2176;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(75, 20, 137, 0.22);
}

/* .oraki-home .oraki-header-section .oraki-search-btn .oraki-search-text-wrap {
  position: relative;
  display: block;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

.oraki-home .oraki-header-section .oraki-search-btn .oraki-search-text {
  display: block;
  height: 16px;
  line-height: 16px;
  transition: transform 0.35s ease;
  text-align: center;
}

.oraki-home .oraki-header-section .oraki-search-btn .oraki-search-text::after {
  content: "Search";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 16px;
  line-height: 16px;
  text-align: center;
} */

.oraki-home .oraki-header-section .oraki-search-btn:hover .oraki-search-text {
  transform: translateY(-100%);
}

.oraki-home .oraki-header-section .oraki-header-actions {
  margin-left: auto;
  gap: 28px;
}

.oraki-home .oraki-header-section .oraki-header-action-link:hover {
  color: #4a2176;
}

.oraki-home .oraki-header-section .oraki-header-action-link i {
  transition: 0.25s ease;
}

.oraki-home .oraki-header-section .oraki-header-action-link svg {
  width: 20px;
  height: 20px;
  min-width: 20px;
  color: currentColor;
  /* fill: currentColor; */
  transition: 0.25s ease;
}

/* .oraki-home .oraki-header-section .oraki-header-action-link svg path,
.oraki-home .oraki-header-section .oraki-header-action-link svg polygon,
.oraki-home .oraki-header-section .oraki-header-action-link svg rect,
.oraki-home .oraki-header-section .oraki-header-action-link svg circle {
  fill: currentColor;
} */

.oraki-home .oraki-header-section .oraki-desktop-menu-wrapper {
  background-color: #FFFFFF;
  border-top: 1px solid #f1eef6;
}

.oraki-home .oraki-header-section .oraki-desktop-menu-list {
  gap: 34px;
}

.oraki-home .oraki-header-section .oraki-desktop-menu-link {
  color: #2A1144;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding: 10px 0;
  transition: 0.25s ease;
}

.oraki-home .oraki-header-section .oraki-desktop-menu-link.active,
.oraki-home .oraki-header-section .oraki-desktop-menu-link:hover {
  color: #f03bbd;
}

.oraki-home .oraki-header-section .oraki-desktop-menu-link.active::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f03bbd;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}

.oraki-home .oraki-mobile-menu-section .oraki-offcanvas-header {
  padding: 24px 28px;
  border-bottom: 1px solid #eff0f4;
}

.oraki-home .oraki-mobile-menu-section .oraki-offcanvas-logo-img {
  max-width: 130px;
}

.oraki-home .oraki-mobile-menu-section .oraki-offcanvas-close-btn {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f5f0fb;
  color: #2A1144;
}

.oraki-home .oraki-mobile-menu-section .oraki-offcanvas-body {
  padding: 28px;
}

.oraki-home .oraki-mobile-menu-section .oraki-mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  border-bottom: 1px solid #eceef2;
  color: #263445;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}

.oraki-home .oraki-mobile-menu-section .oraki-mobile-nav-link.active,
.oraki-home .oraki-mobile-menu-section .oraki-mobile-nav-link:hover {
  color: #4a2176;
}

.oraki-home .oraki-mobile-menu-section .oraki-mobile-info-box {
  border: 1px solid #e7e8ef;
  border-radius: 6px;
  padding: 18px 20px;
  margin-top: 28px;
}

.oraki-home .oraki-mobile-menu-section .oraki-mobile-info-item {
  gap: 14px;
  color: #3a4758;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 18px;
}

.oraki-home .oraki-mobile-menu-section .oraki-mobile-info-item a {
  text-decoration: none;
  color: #3a4758;
}

.oraki-home .oraki-mobile-menu-section .oraki-mobile-info-item:last-child {
  margin-bottom: 0;
}

.oraki-home .oraki-mobile-menu-section .oraki-mobile-info-item i {
  color: #4a2176;
  width: 18px;
}

.oraki-home .oraki-mobile-menu-section .oraki-mobile-follow-box {
  margin-top: 28px;
}

.oraki-home .oraki-mobile-menu-section .oraki-mobile-follow-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #2f3b4b;
}

.oraki-home .oraki-mobile-menu-section .oraki-mobile-social-list {
  gap: 12px;
}

.oraki-home .oraki-mobile-menu-section .oraki-mobile-social-link {
  width: 34px;
  height: 34px;
  background: #3d117c;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.oraki-home .oraki-mobile-menu-section .oraki-mobile-copyright {
  color: #a0a3a8;
  font-size: 13px;
  margin-top: 56px;
  margin-bottom: 0;
}

.oraki-home .oraki-hero-section {
  padding: 14px 0 0;
}

.oraki-home .oraki-hero-section .oraki-category-sidebar-wrapper {
  background: #f8f8fb;
  border-radius: 8px;
  overflow: hidden;
}

.oraki-home .oraki-hero-section .oraki-category-sidebar-title {
  background: #3b0e70;
  color: #ffffff;
  padding: 10px 15px;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
}

.oraki-home .oraki-hero-section .oraki-category-sidebar-link {
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #51475b;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: 0.25s ease;
}

.oraki-home .oraki-hero-section .oraki-category-sidebar-link span svg {
  width: 18px;
  height: 18px;
  min-width: 18px;
  object-fit: contain;
  fill: #6b6075;
  transition: 0.25s ease;
}

.oraki-home .oraki-hero-section .oraki-category-sidebar-link span svg path,
.oraki-home .oraki-hero-section .oraki-category-sidebar-link span svg polygon,
.oraki-home .oraki-hero-section .oraki-category-sidebar-link span svg circle,
.oraki-home .oraki-hero-section .oraki-category-sidebar-link span svg g {
  fill: currentColor;
}

.oraki-home .oraki-hero-section .oraki-category-sidebar-link span {
  color: #51475b;
  display: flex;
  align-items: center;
  gap: 10px;
}

.oraki-home .oraki-hero-section .oraki-category-sidebar-link:hover span,
.oraki-home .oraki-hero-section .oraki-category-sidebar-link:hover span svg {
  color: #4a2176;
  fill: #4a2176;
}

/* .oraki-home .oraki-hero-section .oraki-hero-banner-wrapper {
  width: 100%;
  overflow: hidden;
} */

.oraki-home .oraki-hero-section .oraki-hero-swiper {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: relative;
}

.oraki-home .oraki-hero-section .oraki-hero-swiper .swiper-wrapper {
  align-items: stretch;
}

.oraki-home .oraki-hero-section .oraki-hero-swiper .swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  opacity: 0 !important;
  transition-property: opacity, transform;
}

.oraki-home .oraki-hero-section .oraki-hero-swiper .swiper-slide-active {
  opacity: 1 !important;
}

.oraki-home .oraki-hero-section .oraki-hero-swiper .oraki-hero-product-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.oraki-home .oraki-hero-section .oraki-hero-swiper-pagination {
  bottom: 12px !important;
}

.oraki-home .oraki-hero-section .oraki-hero-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ffffff;
  opacity: 0.65;
}

.oraki-home .oraki-hero-section .oraki-hero-swiper-pagination .swiper-pagination-bullet-active {
  width: 22px;
  border-radius: 20px;
  background: #f03bbd;
  opacity: 1;
}

.oraki-home .oraki-hero-section .oraki-hero-swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #4a2176;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(36, 8, 70, 0.18);
  transition: 0.25s ease;
}

.oraki-home .oraki-hero-section .oraki-hero-swiper-btn:hover {
  background: #f03bbd;
  color: #ffffff;
}

.oraki-home .oraki-hero-section .oraki-hero-swiper-prev {
  left: 14px;
}

.oraki-home .oraki-hero-section .oraki-hero-swiper-next {
  right: 14px;
}

@media (max-width: 768px) {
  .oraki-home .oraki-hero-section .oraki-hero-swiper-btn {
    display: none;
  }

  .oraki-home .oraki-hero-section .oraki-hero-swiper-pagination {
    bottom: 8px !important;
  }

  .oraki-home .oraki-hero-section .oraki-hero-swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .oraki-home .oraki-hero-section .oraki-hero-swiper-pagination .swiper-pagination-bullet-active {
    width: 18px;
  }
}

/* .oraki-home .oraki-hero-section .oraki-hero-banner-wrapper {
  height: auto;
  border-radius: 12px;
  background: radial-gradient(circle at 75% 45%, #29446c 0, #0b1730 42%, #050b19 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}

.oraki-home .oraki-hero-section .oraki-hero-banner-wrapper .oraki-hero-product-img {
  height: auto;
  width: 100%;
  object-fit: cover;
} */

.oraki-home .oraki-hero-section .oraki-benefit-wrapper {
  background-color: #FFFFFF;
  border: 1px solid #f0ecf4;
  border-radius: 10px;
  margin-top: 14px;
}

.oraki-home .oraki-hero-section .oraki-benefit-card {
  gap: 16px;
  min-height: 68px;
  height: 100%;
  padding: 14px 26px;
  border-right: 1px solid #ede9f2;
}

.oraki-home .oraki-hero-section .oraki-benefit-icon-box {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  background: #f4edff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oraki-home .oraki-hero-section .oraki-benefit-title {
  font-size: 15px;
  font-weight: 600;
  color: #4a2176;
  margin: 0 0 2px;
}

.oraki-home .oraki-hero-section .oraki-benefit-text {
  font-size: 12px;
  font-weight: 400;
  color: #797083;
  margin: 0;
}

.oraki-home .oraki-shop-category-section,
.oraki-home .oraki-top-deals-section,
.oraki-topdeals-page .oraki-top-deals-section,
.oraki-home .oraki-promo-section,
.oraki-home .oraki-best-sell-section,
.oraki-home .oraki-subscribe-section {
  padding: 32px 0 0;
}

.oraki-home .oraki-section-heading-wrapper .oraki-section-title {
  color: #2a1144;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.oraki-home .oraki-section-heading-wrapper .owl-dots {
  display: none;
}

.oraki-home .oraki-shop-category-section {
  padding-top: 24px;
}

.oraki-home .oraki-shop-category-section .oraki-shop-category-slider-wrapper {
  position: relative;
}

.oraki-home .oraki-shop-category-section .oraki-shop-category-item {
  min-width: 92px;
  text-align: center;
  cursor: pointer;
}

.oraki-home .oraki-shop-category-section .oraki-shop-category-img-box {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f0edf4;
  overflow: hidden;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oraki-home .oraki-shop-category-section .oraki-shop-category-img {
  width: auto;
  height: 90%;
  object-fit: contain;
  border-radius: 100%;
}

.oraki-home .oraki-shop-category-section .oraki-shop-category-title {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  color: #2c1743;
  margin: 0;
}

.oraki-home .oraki-shop-category-section .owl-stage {
  display: flex;
  align-items: flex-start;
}

.oraki-home .oraki-shop-category-section .owl-nav {
  margin: 0;
}

.oraki-home .oraki-shop-category-section .owl-nav button {
  position: absolute;
  top: 35px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #4a2176;
  border: 1px solid #e5dcef;
  box-shadow: 0 8px 20px rgba(36, 8, 70, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.oraki-home .oraki-shop-category-section .owl-nav button span {
  font-size: 24px;
  line-height: 1;
  margin-top: -3px;
}

.oraki-home .oraki-shop-category-section .owl-nav .owl-prev {
  left: -14px;
}

.oraki-home .oraki-shop-category-section .owl-nav .owl-next {
  right: -14px;
}

.oraki-home .oraki-shop-category-section .owl-dots {
  display: none;
}

@media (max-width: 768px) {
  .oraki-home .oraki-shop-category-section .owl-nav {
    display: none;
  }

  .oraki-home .oraki-shop-category-section .owl-dot span {
    width: 7px;
    height: 7px;
    background: #d8c9e8;
  }

  .oraki-home .oraki-shop-category-section .owl-dot.active span {
    background: #7217d7;
  }

  .oraki-home .oraki-shop-category-section .oraki-shop-category-img-box {
    width: 62px;
    height: 62px;
  }
}

.oraki-home .oraki-top-deals-section .oraki-top-deals-slider-wrapper,
.oraki-topdeals-page .oraki-top-deals-section .oraki-top-deals-slider-wrapper,
.oraki-home .oraki-best-sell-section .oraki-best-sell-slider-wrapper {
  position: relative;
}

.oraki-home .oraki-top-deals-section .owl-stage,
.oraki-topdeals-page .oraki-top-deals-section .owl-stage,
.oraki-home .oraki-best-sell-section .owl-stage {
  display: flex;
}

.oraki-home .oraki-top-deals-section .owl-nav,
.oraki-topdeals-page .oraki-top-deals-section .owl-nav,
.oraki-home .oraki-best-sell-section .owl-nav {
  margin: 0;
}

.oraki-home .oraki-top-deals-section .owl-nav button,
.oraki-topdeals-page .oraki-top-deals-section .owl-nav button,
.oraki-home .oraki-best-sell-section .owl-nav button {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #4a2176;
  border: 1px solid #e5dcef;
  box-shadow: 0 8px 20px rgba(36, 8, 70, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.oraki-home .oraki-top-deals-section .owl-nav button span,
.oraki-topdeals-page .oraki-top-deals-section .owl-nav button span,
.oraki-home .oraki-best-sell-section .owl-nav button span {
  font-size: 26px;
  line-height: 1;
  margin-top: -3px;
}

.oraki-home .oraki-top-deals-section .owl-nav .owl-prev,
.oraki-topdeals-page .oraki-top-deals-section .owl-nav .owl-prev,
.oraki-home .oraki-best-sell-section .owl-nav .owl-prev {
  left: -16px;
}

.oraki-home .oraki-top-deals-section .owl-nav .owl-next,
.oraki-topdeals-page .oraki-top-deals-section .owl-nav .owl-next,
.oraki-home .oraki-best-sell-section .owl-nav .owl-next {
  right: -16px;
}

.oraki-home .oraki-top-deals-section .owl-dots,
.oraki-topdeals-page .oraki-top-deals-section .owl-dots,
.oraki-home .oraki-best-sell-section .owl-dots {
  display: none;
}

.oraki-home .oraki-promo-section .oraki-promo-card {
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.oraki-home .oraki-promo-section .oraki-promo-card img {
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
}

.oraki-home .oraki-promo-section .oraki-promo-green {
  background: #deeadc;
}

.oraki-home .oraki-best-sell-section .oraki-stats-wrapper {
  background: #7217d7;
  border-radius: 8px;
  color: #ffffff;
  overflow: hidden;
}

.oraki-home .oraki-best-sell-section .oraki-stats-card {
  min-height: 64px;
  gap: 12px;
  padding: 16px 60px;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.oraki-home .oraki-best-sell-section .oraki-stats-card svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: block;
  flex-shrink: 0;
}

.oraki-home .oraki-best-sell-section .oraki-stats-card svg path,
.oraki-home .oraki-best-sell-section .oraki-stats-card svg polygon,
.oraki-home .oraki-best-sell-section .oraki-stats-card svg rect,
.oraki-home .oraki-best-sell-section .oraki-stats-card svg circle {
  fill: #ffffff;
}

.oraki-home .oraki-best-sell-section .oraki-stats-card svg * {
  fill: #ffffff;
}

.oraki-home .oraki-best-sell-section .oraki-stats-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.oraki-home .oraki-best-sell-section .oraki-stats-text {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}

.oraki-home .oraki-best-sell-section .oraki-large-deal-card {
  max-height: 380px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: #f2f4e6;
}

.oraki-home .oraki-best-sell-section .oraki-large-deal-img {
  width: 100%;
  height: 100%;
  max-height: 380px;
  object-fit: contain;
}

.oraki-home .oraki-subscribe-section .oraki-subscribe-banner-wrapper {
  min-height: 400px;
  border-radius: 10px;
  padding: 55px 58px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-image: url(../images/ctabg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.oraki-home .oraki-subscribe-section .oraki-subscribe-content-box {
  width: 48%;
  position: relative;
  z-index: 2;
}

.oraki-home .oraki-subscribe-section .oraki-subscribe-title {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  color: #5D5D5D;
  margin-bottom: 12px;
}

.oraki-home .oraki-subscribe-section .oraki-subscribe-text {
  color: #7d7a76;
  font-size: 16px;
  margin-bottom: 22px;
}

.oraki-home .oraki-subscribe-section .oraki-subscribe-form {
  max-width: 480px;
  background-color: #FFFFFF;
  border-radius: 50px;
  overflow: hidden;
}

.oraki-home .oraki-subscribe-section .oraki-subscribe-input {
  height: 48px;
  border: 0;
  outline: none;
  flex: 1;
  padding: 0 22px;
  font-size: 14px;
  color: #333333;
}

.oraki-home .oraki-subscribe-section .oraki-subscribe-btn {
  height: 40px;
  border: 0;
  background-color: #f03bbd;
  color: #ffffff;
  padding: 0 22px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-right: 4px;
}

.oraki-home .oraki-subscribe-section .oraki-subscribe-img-box {
  position: absolute;
  right: 70px;
  bottom: 0;
  width: 48%;
  text-align: right;
}

.oraki-home .oraki-subscribe-section .oraki-subscribe-img {
  max-width: 100%;
}

.oraki-home .oraki-footer-section {
  padding: 70px 0 20px;
  background-color: #FFFFFF;
}

.oraki-home .oraki-footer-section .oraki-footer-widget {
  height: 100%;
}

.oraki-home .oraki-footer-section .oraki-footer-logo-img {
  max-width: 125px;
  margin-bottom: 18px;
}

.oraki-home .oraki-footer-section .oraki-footer-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #686070;
  margin-bottom: 18px;
}

.oraki-home .oraki-footer-section .oraki-footer-contact-list {
  display: flex;
  flex-direction: column;
}

.oraki-home .oraki-footer-section .oraki-footer-contact-item {
  font-size: 14px;
  color: #554b61;
  margin-bottom: 11px;
}

.oraki-home .oraki-footer-section .oraki-footer-contact-item i {
  color: #6c13c2;
  margin-right: 7px;
}

.oraki-home .oraki-footer-section .oraki-footer-title {
  color: #332242;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.oraki-home .oraki-footer-section .oraki-footer-link {
  display: block;
  color: #5f5669;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 11px;
  transition: 0.25s ease;
}

.oraki-home .oraki-footer-section .oraki-footer-link:hover {
  color: #6c13c2;
}

.oraki-home .oraki-footer-section .oraki-footer-social-list {
  gap: 8px;
  margin-bottom: 18px;
}

.oraki-home .oraki-footer-section .oraki-footer-social-link {
  width: 36px;
  height: 36px;
  background: #4a2176;
  color: #ffffff;
  border-radius: 50%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.oraki-home .oraki-footer-section .oraki-footer-bottom {
  border-top: 1px solid #ece9f1;
  margin-top: 20px;
  padding-top: 22px;
  text-align: center;
}

.oraki-home .oraki-footer-section .oraki-footer-bottom-text {
  color: #8b8492;
  font-size: 12px;
  margin: 0;
}

.oraki-home .oraki-scroll-top-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 34px;
  height: 34px;
  border: 1px solid #5d4e70;
  background-color: #FFFFFF;
  color: #4a2176;
  border-radius: 50%;
  z-index: 99;
  display: none;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1400px) {
  .oraki-home .container-fluid {
    max-width: 1200px;
  }

  .oraki-home .oraki-header-section .oraki-search-wrapper {
    margin-left: 60px;
    margin-right: 60px;
  }

  .oraki-home .oraki-header-section .oraki-desktop-menu-list {
    gap: 30px;
  }

  .oraki-home .oraki-best-sell-section .oraki-stats-card {
    padding: 16px 42px;
  }
}

@media (max-width: 1200px) {
  .oraki-home .container-fluid {
    max-width: 100%;
  }

  .oraki-home .oraki-header-section .oraki-search-wrapper {
    margin-left: 35px;
    margin-right: 35px;
  }

  .oraki-home .oraki-header-section .oraki-header-actions {
    gap: 18px;
  }

  .oraki-home .oraki-header-section .oraki-desktop-menu-list {
    gap: 24px;
  }

  /* .oraki-home .oraki-hero-section .oraki-hero-banner-wrapper {
    min-height: 340px;
  } */

  .oraki-home .oraki-best-sell-section .oraki-stats-card {
    padding: 16px 26px;
  }

  .oraki-home .oraki-subscribe-section .oraki-subscribe-title {
    font-size: 34px;
  }
}

@media (max-width: 992px) {
  .oraki-home .oraki-header-section .oraki-navbar-wrapper {
    padding: 14px 0;
  }

  .oraki-home .oraki-header-section .oraki-header-action-link {
    font-size: 16px;
  }

  .oraki-home .oraki-hero-section {
    padding-top: 18px;
  }

  /* .oraki-home .oraki-hero-section .oraki-hero-banner-wrapper {
    min-height: 330px;
  } */

  .oraki-home .oraki-hero-section .oraki-benefit-card {
    border-bottom: 1px solid #ede9f2;
  }

  .oraki-home .oraki-top-deals-section,
  .oraki-topdeals-page .oraki-top-deals-section,
  .oraki-home .oraki-promo-section,
  .oraki-home .oraki-best-sell-section,
  .oraki-home .oraki-subscribe-section {
    padding-top: 28px;
  }

  .oraki-home .oraki-section-heading-wrapper .oraki-section-title {
    font-size: 22px;
  }

  .oraki-home .oraki-top-deals-section .owl-nav .owl-prev,
  .oraki-topdeals-page .oraki-top-deals-section .owl-nav .owl-prev,
  .oraki-home .oraki-best-sell-section .owl-nav .owl-prev {
    left: 4px;
  }

  .oraki-home .oraki-top-deals-section .owl-nav .owl-next,
  .oraki-topdeals-page .oraki-top-deals-section .owl-nav .owl-next,
  .oraki-home .oraki-best-sell-section .owl-nav .owl-next {
    right: 4px;
  }

  .oraki-home .oraki-subscribe-section .oraki-subscribe-banner-wrapper {
    min-height: auto;
    padding: 42px 32px;
  }

  .oraki-home .oraki-subscribe-section .oraki-subscribe-content-box {
    width: 58%;
  }

  .oraki-home .oraki-subscribe-section .oraki-subscribe-img-box {
    right: -35px;
    width: 48%;
  }

  .oraki-home .oraki-footer-section {
    padding-top: 50px;
  }
}

@media (max-width: 768px) {
  .oraki-home .oraki-topbar-section .oraki-topbar-text {
    font-size: 12px;
  }

  .oraki-home .oraki-top-deals-section .owl-nav,
  .oraki-topdeals-page .oraki-top-deals-section .owl-nav,
  .oraki-home .oraki-best-sell-section .owl-nav {
    display: none;
  }

  .oraki-home .oraki-top-deals-section .owl-dots,
  .oraki-topdeals-page .oraki-top-deals-section .owl-dots,
  .oraki-home .oraki-best-sell-section .owl-dots {
    display: block;
    margin-top: 14px;
  }

  .oraki-home .oraki-top-deals-section .owl-dot span,
  .oraki-topdeals-page .oraki-top-deals-section .owl-dot span,
  .oraki-home .oraki-best-sell-section .owl-dot span {
    width: 7px;
    height: 7px;
    background: #d8c9e8;
  }

  .oraki-home .oraki-top-deals-section .owl-dot.active span,
  .oraki-topdeals-page .oraki-top-deals-section .owl-dot.active span,
  .oraki-home .oraki-best-sell-section .owl-dot.active span {
    background: #7217d7;
  }

  .oraki-home .oraki-mobile-menu-section .oraki-offcanvas-wrapper {
    width: 86%;
  }
}

@media (max-width: 576px) {
  .oraki-home .container-fluid {
    padding-left: 14px;
    padding-right: 14px;
  }

  .oraki-home .oraki-topbar-section .oraki-topbar-text {
    font-size: 11px;
    padding: 0 45px;
  }

  .oraki-home .oraki-topbar-section .owl-nav .owl-prev {
    left: 12px;
  }

  .oraki-home .oraki-topbar-section .owl-nav .owl-next {
    right: 12px;
  }

  .oraki-home .oraki-header-section .oraki-navbar-wrapper {
    padding: 12px 0;
  }

  .oraki-home .oraki-header-section .oraki-mobile-toggle {
    width: 34px;
    height: 34px;
    margin-right: 6px;
  }

  .oraki-home .oraki-header-section .oraki-header-action-link {
    font-size: 15px;
  }

  /* .oraki-home .oraki-hero-section .oraki-hero-banner-wrapper {
    border-radius: 10px;
  } */

  .oraki-home .oraki-hero-section .oraki-benefit-card {
    min-height: 62px;
  }

  .oraki-home .oraki-section-heading-wrapper .oraki-section-title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .oraki-home .oraki-best-sell-section .oraki-stats-card {
    padding: 15px 20px;
  }

  .oraki-home .oraki-subscribe-section .oraki-subscribe-text {
    font-size: 14px;
  }

  .oraki-home .oraki-subscribe-section .oraki-subscribe-form {
    border-radius: 10px;
    display: block;
    background: transparent;
  }

  .oraki-home .oraki-subscribe-section .oraki-subscribe-input {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
  }

  .oraki-home .oraki-subscribe-section .oraki-subscribe-btn {
    width: 100%;
    border-radius: 8px;
  }

  .oraki-home .oraki-subscribe-section .oraki-subscribe-img-box {
    width: 96%;
  }

  .oraki-home .oraki-footer-section {
    padding-top: 42px;
  }

  .oraki-home .oraki-mobile-menu-section .oraki-offcanvas-body {
    padding: 24px;
  }

  .oraki-home .oraki-mobile-menu-section .oraki-offcanvas-header {
    padding: 20px 24px;
  }
}

.oraki-home .oraki-mobile-menu-section .oraki-offcanvas-wrapper,
.oraki-home .oraki-product-list-page .oraki-product-filter-offcanvas {
  height: 100dvh;
  max-height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 100px;
}

.oraki-home .oraki-mobile-menu-section .oraki-offcanvas-header,
.oraki-home .oraki-product-list-page .oraki-product-filter-offcanvas-header {
  flex: 0 0 auto;
}

.oraki-home .oraki-mobile-menu-section .oraki-offcanvas-body,
.oraki-home .oraki-product-list-page .oraki-product-filter-offcanvas-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

/* .oraki-home .oraki-mobile-menu-section .oraki-offcanvas-wrapper {
  width: 380px;
  border: 0;
  z-index: 1065;
  visibility: visible;
} */



.oraki-home .oraki-mobile-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 576px) {
  .oraki-home .oraki-mobile-menu-section .oraki-offcanvas-wrapper {
    width: 86%;
    max-width: 360px;
  }
}

.oraki-home .oraki-mobile-only {
  display: none;
}

.oraki-home .oraki-section-view-link {
  color: #4a2176;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 20px;
}

.oraki-home .oraki-header-section .oraki-header-action-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #372445;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: 0.25s ease;
  position: relative;
}

.oraki-home .oraki-header-section .wishlist_part {
  gap: 4px;
}

.oraki-home .oraki-header-section .oraki-header-action-link:last-child::after {
  content: "0";
  position: absolute;
  top: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #4a2176;
  color: #ffffff;
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 768px) {
  .oraki-home .oraki-mobile-only {
    display: block;
  }

  .oraki-home .oraki-topbar-section,
  .oraki-home .oraki-desktop-menu-wrapper,
  .oraki-home .oraki-footer-section,
  .oraki-home .oraki-scroll-top-btn {
    display: none;
  }

  .oraki-home .oraki-header-section {
    position: sticky;
    top: 0;
    box-shadow: none;
    border-bottom: 0;
    z-index: 1040;
  }

  .oraki-home .oraki-header-section .oraki-navbar-wrapper {
    padding: 14px 0 8px;
  }

  .oraki-home .oraki-header-section .container-fluid {
    min-height: 34px;
    display: flex;
    align-items: center;
  }

  .oraki-home .oraki-header-section .oraki-mobile-toggle {
    width: 38px;
    height: 38px;
    min-width: 38px;
    margin-right: 8px;
    border-radius: 50%;
    background: #f4edff;
    color: #4f168c;
    font-size: 16px;
  }

  .oraki-home .oraki-header-section .oraki-logo-img {
    max-width: 116px;
  }

  .oraki-home .oraki-header-section .oraki-header-actions {
    gap: 14px;
    margin-left: auto;
  }

  .oraki-home .oraki-header-section .oraki-header-action-link {
    width: 24px;
    height: 24px;
    justify-content: center;
    color: #4a2176;
    font-size: 18px;
  }

  .oraki-home .oraki-header-section .oraki-header-action-link svg {
    width: 21px;
    height: 21px;
    min-width: 21px;
  }

  .oraki-home .oraki-header-section .oraki-header-action-link.d-none.d-md-flex {
    display: none;
  }

  .oraki-home .oraki-header-section .oraki-header-action-link:last-child::after {
    top: -7px;
    right: -7px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    background: #4a2176;
  }

  .oraki-home .oraki-mobile-home-search>i {
    width: 38px;
    color: #a8b1ad;
    font-size: 15px;
    text-align: center;
    margin-left: 10px;
  }

  .oraki-home .oraki-mobile-home-search input::placeholder {
    color: #a6aaa9;
  }

  .oraki-home .oraki-mobile-quick-category-list::-webkit-scrollbar,
  .oraki-home .oraki-mobile-category-list::-webkit-scrollbar {
    height: 0;
  }

  .oraki-home .oraki-mobile-quick-category-img img,
  .oraki-home .oraki-mobile-category-item span img {
    /* width: 100%;
    height: 100%;
    object-fit: cover; */

    width: auto;
    height: 90%;
    object-fit: contain;
    border-radius: 100%;
  }

  .oraki-home .oraki-mobile-quick-category-grid {
    background: #f4f6f4;
    color: #39443f;
    font-size: 20px;
  }

  /* .oraki-home .oraki-hero-section .oraki-hero-banner-wrapper {
    align-items: flex-start;
    border-radius: 10px;
    min-height: 174px;
  } */

  .oraki-home .oraki-hero-section .oraki-benefit-wrapper .row {
    display: flex;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
  }

  .oraki-home .oraki-hero-section .oraki-benefit-wrapper [class*="col-"] {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
    padding: 0;
  }

  .oraki-home .oraki-shop-category-section {
    display: none;
  }

  .oraki-home .oraki-top-deals-section,
  .oraki-topdeals-page .oraki-top-deals-section,
  .oraki-home .oraki-promo-section,
  .oraki-home .oraki-mobile-category-section {
    padding: 14px 0 0;
  }

  .oraki-home .oraki-top-deals-section .oraki-top-deals-slider-wrapper,
  .oraki-topdeals-page .oraki-top-deals-section .oraki-top-deals-slider-wrapper {
    margin-right: 0;
    overflow: hidden;
  }

  .oraki-home .oraki-top-deals-section .owl-stage,
  .oraki-topdeals-page .oraki-top-deals-section .owl-stage,
  .oraki-home .oraki-top-deals-section .owl-item {
    display: flex;
  }

  .oraki-home .oraki-top-deals-section .owl-dots,
  .oraki-topdeals-page .oraki-top-deals-section .owl-dots,
  .oraki-home .oraki-top-deals-section .owl-nav {
    display: none;
  }

  .oraki-home .oraki-promo-section .row::-webkit-scrollbar {
    height: 0;
  }

  .oraki-home .oraki-promo-section .row>[class*="col-"] {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }

  .oraki-home .oraki-promo-section .oraki-promo-card {
    border-radius: 8px;
    background: #fff0dd;
  }

  .oraki-home .oraki-mobile-category-section {
    background-color: #FFFFFF;
  }

  .oraki-home .oraki-mobile-category-list {
    padding-top: 10px;
  }

  .oraki-home .oraki-mobile-category-item {
    min-width: 62px;
  }

  .oraki-home .oraki-mobile-category-item span {
    width: 46px;
    height: 46px;
    background: #fff2ed;
  }

  .oraki-home .oraki-best-sell-section,
  .oraki-home .oraki-subscribe-section {
    display: none;
  }

  .oraki-home .oraki-mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    height: 64px;
    padding: 7px 6px 8px;
    background-color: #FFFFFF;
    border-top: 1px solid #e7ece9;
    box-shadow: 0 -8px 22px rgba(27, 46, 39, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .oraki-home .oraki-mobile-bottom-link {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #797083;
    text-decoration: none;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
  }

  .oraki-home .oraki-mobile-bottom-link i {
    font-size: 17px;
  }

  .oraki-home .oraki-mobile-bottom-link.active {
    color: #4a2176;
  }
}

@media (max-width: 380px) {

  .oraki-home .oraki-mobile-quick-category-item,
  .oraki-home .oraki-mobile-category-item {
    min-width: 54px;
  }

  .oraki-home .oraki-mobile-quick-category-img,
  .oraki-home .oraki-mobile-category-item span {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 768px) {

  .oraki-home .oraki-footer-section,
  .oraki-home .oraki-best-sell-section,
  .oraki-home .oraki-subscribe-section {
    display: block;
  }

  .oraki-home .oraki-best-sell-section {
    padding: 18px 0 0;
  }

  .oraki-home .oraki-best-sell-section .oraki-section-heading-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .oraki-home .oraki-best-sell-section .oraki-stats-wrapper .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .oraki-home .oraki-best-sell-section .oraki-stats-wrapper .row::-webkit-scrollbar {
    height: 0;
  }

  .oraki-home .oraki-best-sell-section .oraki-stats-wrapper .row>[class*="col-"] {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }

  .oraki-home .oraki-best-sell-section .oraki-stats-card svg {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }

  .oraki-home .oraki-best-sell-section .row.g-3,
  .oraki-home .oraki-best-sell-section .oraki-best-sell-slider-wrapper {
    margin-top: 10px;
  }

  .oraki-home .oraki-best-sell-section .oraki-large-deal-img {
    width: 100%;
    min-height: 210px;
    max-height: 250px;
    object-fit: contain;
  }

  .oraki-home .oraki-best-sell-section .oraki-best-sell-slider-wrapper {
    margin-right: -12px;
  }

  .oraki-home .oraki-best-sell-section .owl-stage,
  .oraki-home .oraki-best-sell-section .owl-item {
    display: flex;
  }

  .oraki-home .oraki-best-sell-section .owl-dots,
  .oraki-home .oraki-best-sell-section .owl-nav {
    display: none;
  }

  .oraki-home .oraki-subscribe-section {
    padding: 18px 0 0;
  }

  .oraki-home .oraki-subscribe-section .oraki-subscribe-content-box {
    width: 100%;
    max-width: 100%;
  }

  .oraki-home .oraki-subscribe-section .oraki-subscribe-img-box {
    width: 86%;
    right: 0;
    bottom: 0;
  }

  .oraki-home .oraki-footer-section .oraki-footer-logo-img {
    max-width: 100px;
    margin-bottom: 10px;
  }

  .oraki-home .oraki-footer-section .oraki-footer-desc {
    font-size: 12px;
    line-height: 1.55;
    margin-bottom: 12px;
  }

  .oraki-home .oraki-footer-section .oraki-footer-title {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .oraki-home .oraki-footer-section .oraki-footer-link,
  .oraki-home .oraki-footer-section .oraki-footer-contact-item {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .oraki-home .oraki-footer-section .oraki-footer-bottom {
    margin-top: 18px;
    padding-top: 14px;
  }

  .oraki-home .oraki-footer-section .oraki-footer-bottom-text {
    font-size: 10px;
  }
}

.oraki-category-bottom-sheet .offcanvas-body {
  padding: 0;
}

.oraki-category-sheet-handle {
  width: 44px;
  height: 5px;
  border-radius: 50px;
  background: #d8d2df;
  margin: 10px auto 6px;
}

.oraki-category-sheet-header {
  padding: 10px 18px 14px;
  border-bottom: 1px solid #efedf4;
  background-color: #FFFFFF;
}

.oraki-category-sheet-header h5 {
  margin: 0;
  color: #2A1144;
  font-size: 17px;
  font-weight: 700;
}

.oraki-category-sheet-close {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f5f0fb;
  color: #2A1144;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oraki-category-sheet-body {
  padding: 4px 0 18px;
  max-height: calc(82vh - 70px);
  overflow-y: auto;
  background-color: #FFFFFF;
}

.oraki-category-sheet-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 18px;
  text-decoration: none;
  color: #2d1744;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #f2eff6;
}

.oraki-category-sheet-link span {
  display: flex;
  align-items: center;
  gap: 13px;
}

.oraki-category-sheet-link span i {
  width: 20px;
  min-width: 20px;
  color: #4d405b;
  font-size: 15px;
  text-align: center;
}

.oraki-category-sheet-link>i {
  font-size: 12px;
  color: #8b8097;
}

.oraki-category-sheet-link:hover {
  color: #7217d7;
  background: #faf7ff;
}

.oraki-category-sheet-link:hover span i,
.oraki-category-sheet-link:hover>i {
  color: #7217d7;
}

@media (min-width: 992px) {
  .oraki-category-bottom-sheet {
    display: none;
  }
}

.oraki-category-bottom-sheet {
  height: 70vh !important;
  max-height: 70vh !important;
  background-color: #FFFFFF;
  border-radius: 20px 20px 0 0;
  border: 0;
  overflow: hidden;
  box-shadow: 0 -10px 34px rgba(33, 16, 53, 0.16);
  z-index: 1065;
}

body.oraki-category-sheet-active .offcanvas-backdrop.show {
  background-color: #2A1144;
  opacity: 0.16;
  z-index: 1058;
}

body.oraki-category-sheet-active .oraki-mobile-bottom-nav {
  z-index: 1030;
}

.oraki-category-bottom-sheet .oraki-category-sheet-handle {
  background: #9e96aa;
  opacity: 0.75;
}

.oraki-category-bottom-sheet .oraki-category-sheet-header {
  background-color: #FFFFFF;
}

.oraki-category-bottom-sheet .oraki-category-sheet-body {
  background-color: #FFFFFF;
  max-height: calc(78vh - 70px);
  padding-bottom: calc(18px + env(safe-area-inset-bottom));
}

.oraki-category-bottom-sheet .oraki-category-sheet-link {
  background-color: #FFFFFF;
}

@media (max-width: 991px) {

  .oraki-home .oraki-best-sell-section,
  .oraki-home .oraki-subscribe-section,
  .oraki-home .oraki-footer-section {
    display: block;
  }
}

@media (max-width: 576px) {
  .oraki-home .oraki-promo-section .row {
    display: flex;
    flex-wrap: wrap;
    overflow-x: visible;
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
  }

  .oraki-home .oraki-promo-section .row>[class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .oraki-home .oraki-promo-section .oraki-promo-card {
    border-radius: 8px;
  }

  .oraki-home .oraki-promo-section .oraki-promo-card img {
    width: 100%;
    min-height: 72px;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
  }
}

@media (max-width: 768px) {

  .oraki-home .oraki-top-deals-section .owl-nav,
  .oraki-home .oraki-top-deals-section .owl-dots,
  .oraki-topdeals-page .oraki-top-deals-section .owl-nav,
  .oraki-topdeals-page .oraki-top-deals-section .owl-dots,
  .oraki-home .oraki-best-sell-section .owl-nav,
  .oraki-home .oraki-best-sell-section .owl-dots {
    display: none;
  }
}

@media (max-width: 768px) {
  .oraki-home {
    background-color: #FFFFFF;
    padding-bottom: 82px;
  }

  .oraki-home .container-fluid {
    padding-left: 14px;
    padding-right: 14px;
  }

  .oraki-home .oraki-mobile-search-section {
    background-color: #FFFFFF;
    padding: 8px 0 10px;
  }

  .oraki-home .oraki-mobile-home-search {
    width: 100%;
    border: 1px solid #dce5df;
    background-color: #FFFFFF;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(20, 42, 35, 0.06);
    height: 46px;
    border-radius: 100px;
  }

  .oraki-home .oraki-mobile-home-search input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    background: transparent;
    color: #22312b;
    font-weight: 500;
    font-size: 14px;
  }

  .oraki-home .oraki-mobile-home-search button {
    min-height: 42px;
    margin-right: 2px;
    border: 0;
    background: #4a2176;
    color: #ffffff;
    font-size: 15px;
    width: 42px;
    min-width: 42px;
    height: 42px;
    border-radius: 100%;
  }

  .oraki-home .oraki-mobile-quick-category-section {
    background-color: #FFFFFF;
    padding: 12px 0 10px;
  }

  .oraki-home .oraki-mobile-quick-category-list,
  .oraki-home .oraki-mobile-category-list {
    display: flex;
    align-items: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
    gap: 11px;
  }

  .oraki-home .oraki-mobile-quick-category-item,
  .oraki-home .oraki-mobile-category-item {
    text-align: center;
    color: #1c2924;
    text-decoration: none;
    min-width: 66px;
    max-width: 78px;
  }

  .oraki-home .oraki-mobile-quick-category-img,
  .oraki-home .oraki-mobile-category-item span {
    margin: 0 auto 5px;
    border-radius: 50%;
    background: #f2f4f2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 54px;
    height: 54px;
    margin-bottom: 7px;
  }

  .oraki-home .oraki-mobile-quick-category-item strong,
  .oraki-home .oraki-mobile-category-item strong {
    display: block;
    line-height: 1.18;
    white-space: normal;
    font-size: 12px;
    font-weight: 600;
    color: #4a2176;
  }

  .oraki-home .oraki-mobile-quick-category-item svg {
    width: 24px;
    height: 24px;
    color: #4a2176;
    fill: #4a2176;
  }

  .oraki-home .oraki-mobile-quick-category-item svg path,
  .oraki-home .oraki-mobile-quick-category-item svg polygon,
  .oraki-home .oraki-mobile-quick-category-item svg rect,
  .oraki-home .oraki-mobile-quick-category-item svg circle,
  .oraki-home .oraki-mobile-quick-category-item svg g {
    fill: currentColor;
  }

  .oraki-home .oraki-hero-section {
    padding: 8px 0 0;
    padding-top: 10px;
  }

  .oraki-home .oraki-hero-section .oraki-benefit-wrapper {
    border: 0;
    border-radius: 0;
    background: transparent;
    margin-top: 14px;
  }

  .oraki-home .oraki-hero-section .oraki-benefit-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border: 0;
    text-align: center;
    min-height: 86px;
    gap: 7px;
    padding: 6px 3px;
  }

  .oraki-home .oraki-hero-section .oraki-benefit-icon-box {
    background: #f4edff;
    width: 38px;
    height: 38px;
    min-width: 38px;
  }

  .oraki-home .oraki-hero-section .oraki-benefit-icon-box img {
    object-fit: contain;
    width: 20px;
    height: 20px;
  }

  .oraki-home .oraki-hero-section .oraki-benefit-title {
    color: #4a2176;
    margin: 0 0 5px 0;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
  }

  .oraki-home .oraki-hero-section .oraki-benefit-text {
    color: #797083;
    font-size: 10px;
    line-height: 1.18;
  }

  .oraki-home .oraki-top-deals-section,
  .oraki-topdeals-page .oraki-top-deals-section,
  .oraki-home .oraki-promo-section,
  .oraki-home .oraki-mobile-category-section,
  .oraki-home .oraki-best-sell-section,
  .oraki-home .oraki-subscribe-section {
    padding-top: 22px;
  }

  .oraki-home .oraki-section-heading-wrapper {
    margin-bottom: 12px;
  }

  .oraki-home .oraki-section-heading-wrapper .oraki-section-title,
  .oraki-home .oraki-mobile-section-title-row h3 {
    margin: 0;
    text-transform: none;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
    color: #2A1144;
  }

  .oraki-home .oraki-section-view-link,
  .oraki-home .oraki-mobile-section-title-row a {
    text-decoration: none;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #4a2176;
  }

  .oraki-home .oraki-top-deals-section .oraki-top-deals-slider-wrapper,
  .oraki-topdeals-page .oraki-top-deals-section .oraki-top-deals-slider-wrapper,
  .oraki-home .oraki-best-sell-section .oraki-best-sell-slider-wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .oraki-home .oraki-top-deals-section .owl-stage-outer,
  .oraki-topdeals-page .oraki-top-deals-section .owl-stage-outer,
  .oraki-home .oraki-best-sell-section .owl-stage-outer {
    width: 100%;
    overflow: hidden;
  }

  .oraki-home .oraki-top-deals-section .owl-stage,
  .oraki-topdeals-page .oraki-top-deals-section .owl-stage,
  .oraki-home .oraki-best-sell-section .owl-stage {
    display: flex;
    align-items: stretch;
    margin-left: 0;
  }

  .oraki-home .oraki-top-deals-section .owl-item,
  .oraki-topdeals-page .oraki-top-deals-section .owl-item,
  .oraki-home .oraki-best-sell-section .owl-item {
    display: flex;
    align-items: stretch;
  }

  .oraki-home .oraki-promo-section .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
  }

  .oraki-home .oraki-promo-section .oraki-promo-card,
  .oraki-home .oraki-promo-section .oraki-promo-card img {
    border-radius: 10px;
  }

  .oraki-home .oraki-promo-section .oraki-promo-card img {
    border-radius: 8px;
    min-height: 92px;
    object-fit: cover;
  }

  .oraki-home .oraki-best-sell-section .oraki-stats-wrapper {
    overflow: hidden;
    margin-bottom: 14px;
    border-radius: 10px;
  }

  .oraki-home .oraki-best-sell-section .oraki-stats-card {
    justify-content: center;
    min-height: 62px;
    padding: 11px 12px;
    gap: 9px;
  }

  .oraki-home .oraki-best-sell-section .oraki-stats-title {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
  }

  .oraki-home .oraki-best-sell-section .oraki-stats-text {
    font-size: 10px;
    line-height: 1.25;
  }

  .oraki-home .oraki-best-sell-section .oraki-large-deal-card {
    max-height: none;
    min-height: 220px;
    border-radius: 10px;
    margin-bottom: 14px;
  }

  .oraki-home .oraki-subscribe-section .oraki-subscribe-banner-wrapper {
    display: block;
    padding: 24px 20px;
    border-radius: 12px;
    background-position: center right;
  }

  .oraki-home .oraki-subscribe-section .oraki-subscribe-title {
    font-size: 23px;
    line-height: 1.22;
    font-weight: 700;
    margin-bottom: 9px;
    max-width: 78%;
  }

  .oraki-home .oraki-subscribe-section .oraki-subscribe-text {
    font-size: 12.5px;
    line-height: 1.35;
    margin-bottom: 14px;
    max-width: 72%;
  }

  .oraki-home .oraki-subscribe-section .oraki-subscribe-form {
    width: min(100%, 430px);
    max-width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    background-color: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    padding: 0 5px 0 0;
  }

  .oraki-home .oraki-subscribe-section .oraki-subscribe-input {
    width: auto;
    border-radius: 10px 0 0 10px;
    min-width: 0;
    flex: 1 1 auto;
    height: 44px;
    padding: 0 14px;
    font-size: 12.5px;
    background: transparent;
    margin: 0;
  }

  .oraki-home .oraki-subscribe-section .oraki-subscribe-btn {
    flex: 0 0 auto;
    width: auto;
    min-width: fit-content;
    height: 36px;
    padding: 0 15px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }

  .oraki-home .oraki-footer-section {
    padding: 30px 0 0 0;
    background-color: #FFFFFF;
    padding-top: 34px;
  }

  .oraki-category-bottom-sheet .oraki-category-sheet-link {
    min-height: 52px;
    font-size: 16px;
    font-weight: 600;
  }

  .oraki-category-sheet-header h5 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .oraki-home .oraki-subscribe-section .oraki-subscribe-title {
    font-size: 21px;
  }

  .oraki-home .oraki-best-sell-section .oraki-stats-wrapper .row>[class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.oraki-home .oraki-top-deals-section .owl-item,
.oraki-topdeals-page .oraki-top-deals-section .owl-item,
.oraki-home .oraki-best-sell-section .owl-item {
  display: flex;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .owl-item .oraki-plp-product-card,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .owl-item .oraki-plp-product-card,
.oraki-home .oraki-home-page .oraki-best-sell-section .owl-item .oraki-plp-product-card,
.oraki-home .oraki-product-list-page .oraki-product-row>[class*="col-"] .oraki-plp-product-card {
  width: 100%;
  text-decoration: none;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-product-card:hover,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-card:hover,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-product-card:hover,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-product-card:hover {
  border-color: #F03BBD;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-product-badge,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-badge,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-product-badge,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: #21b336;
  color: #ffffff;
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-wishlist-btn,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-wishlist-btn,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-wishlist-btn,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-wishlist-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 34px;
  height: 34px;
  border: 1px solid #eeeaf4;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #4a2176;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: 0.25s ease;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-wishlist-btn:hover,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-wishlist-btn:hover,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-wishlist-btn:hover,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-wishlist-btn:hover,
.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-wishlist-btn.active,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-wishlist-btn.active,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-wishlist-btn.active,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-wishlist-btn.active {
  background-color: #ffe8f7;
  border-color: #ffe8f7;
  color: #f03bbd;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-product-rating i,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-rating i,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-product-rating i,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-product-rating i {
  color: #f7a600;
  font-size: 12px;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-product-price-box strong,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-price-box strong,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-product-price-box strong,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-product-price-box strong {
  color: #2c1743;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-product-price-box del,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-price-box del,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-product-price-box del,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-product-price-box del {
  color: #aaa5b0;
  font-size: 12px;
  line-height: 1;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-add-btn i,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-add-btn i,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-add-btn i,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-add-btn i {
  font-size: 13px;
  line-height: 1;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-add-btn:hover,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-add-btn:hover,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-add-btn:hover,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-add-btn:hover {
  background-color: #f03bbd;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(240, 59, 189, 0.28);
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-add-btn .oraki-add-text-wrap,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-add-btn .oraki-add-text-wrap,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-add-btn .oraki-add-text-wrap,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-add-btn .oraki-add-text-wrap {
  position: relative;
  display: inline-block;
  height: 12px;
  line-height: 12px;
  overflow: hidden;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-add-btn .oraki-add-text,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-add-btn .oraki-add-text,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-add-btn .oraki-add-text,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-add-btn .oraki-add-text {
  display: block;
  transition: transform 0.35s ease;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-add-btn .oraki-add-text::after,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-add-btn .oraki-add-text::after,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-add-btn .oraki-add-text::after,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-add-btn .oraki-add-text::after {
  content: "ADD";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-add-btn:hover .oraki-add-text,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-add-btn:hover .oraki-add-text,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-add-btn:hover .oraki-add-text,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-add-btn:hover .oraki-add-text {
  transform: translateY(-100%);
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-qty-input::-webkit-outer-spin-button,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-qty-input::-webkit-outer-spin-button,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-qty-input::-webkit-outer-spin-button,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-qty-input::-webkit-outer-spin-button,
.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-qty-input::-webkit-inner-spin-button,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-qty-input::-webkit-inner-spin-button,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-qty-input::-webkit-inner-spin-button,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-qty-input[type="number"],
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-qty-input[type="number"],
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-qty-input[type="number"],
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-qty-input[type="number"] {
  -moz-appearance: textfield;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-qty-btn,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-qty-btn,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-qty-btn,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-qty-btn {
  width: 100%;
  height: 50%;
  border: 0;
  background-color: #FFFFFF;
  color: #4a2176;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 8px;
  line-height: 1;
  transition: 0.25s ease;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-qty-btn:first-child,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-qty-btn:first-child,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-qty-btn:first-child,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-qty-btn:first-child {
  border-bottom: 1px solid #e4e0ea;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-qty-btn:hover,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-qty-btn:hover,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-qty-btn:hover,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-qty-btn:hover {
  background: #f4edff;
  color: #f03bbd;
}

.oraki-home .oraki-product-list-page .oraki-product-list-section {
  padding: 32px 0 42px;
  background-color: #FFFFFF;
}

.oraki-home .oraki-product-list-page .oraki-product-filter-wrapper {
  position: sticky;
  top: 118px;
}

.oraki-home .oraki-product-list-page .oraki-filter-card {
  background-color: #FFFFFF;
  border: 1px solid #e9e8ef;
  border-radius: 10px;
  padding: 22px 16px;
  margin-bottom: 18px;
}

.oraki-home .oraki-product-list-page .oraki-filter-title {
  color: #2A1144;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 18px;
}

.oraki-home .oraki-product-list-page .oraki-price-input-row {
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
}

.oraki-home .oraki-product-list-page .oraki-price-input-box {
  width: 50%;
}

.oraki-home .oraki-product-list-page .oraki-price-input-box label {
  display: block;
  color: #797083;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 6px;
}

.oraki-home .oraki-product-list-page .oraki-price-input-box input {
  width: 100%;
  height: 36px;
  border: 1px solid #e4e0ea;
  border-radius: 4px;
  padding: 0 10px;
  color: #2A1144;
  font-size: 14px;
  font-weight: 500;
  outline: none;
}

.oraki-home .oraki-product-list-page .oraki-price-input-box input:focus {
  border-color: #4a2176;
}

.oraki-home .oraki-product-list-page .oraki-price-range {
  width: 100%;
  accent-color: #4a2176;
  margin-bottom: 14px;
}

.oraki-home .oraki-product-list-page .oraki-filter-price-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.oraki-home .oraki-product-list-page .oraki-filter-price-bottom span {
  color: #797083;
  font-size: 14px;
  font-weight: 500;
}

.oraki-home .oraki-product-list-page .oraki-filter-price-bottom button {
  min-width: 74px;
  height: 36px;
  border: 0;
  border-radius: 6px;
  background: #4a2176;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  transition: 0.25s ease;
}

.oraki-home .oraki-product-list-page .oraki-filter-price-bottom button:hover {
  background-color: #f03bbd;
}

.oraki-home .oraki-product-list-page .oraki-filter-check {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #51475b;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 11px;
  cursor: pointer;
}

.oraki-home .oraki-product-list-page .oraki-filter-check:last-child {
  margin-bottom: 0;
}

.oraki-home .oraki-product-list-page .oraki-filter-check input {
  width: 14px;
  height: 14px;
  accent-color: #4a2176;
}

.oraki-home .oraki-product-list-page .oraki-product-list-content {
  background: #f8f8fb;
  border-radius: 12px;
  padding: 14px;
}

.oraki-home .oraki-product-list-page .oraki-product-list-topbar {
  min-height: 48px;
  background-color: #FFFFFF;
  border: 1px solid #eeeaf4;
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.oraki-home .oraki-product-list-page .oraki-product-list-topbar p {
  color: #797083;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.oraki-home .oraki-product-list-page .oraki-product-list-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.oraki-home .oraki-product-list-page .oraki-product-list-actions span {
  color: #797083;
  font-size: 14px;
  font-weight: 500;
}

.oraki-home .oraki-product-list-page .oraki-product-list-actions select,
.oraki-home .oraki-product-list-page .oraki-product-sort-select {
  height: 34px;
  border: 1px solid #e4e0ea;
  border-radius: 5px;
  background-color: #FFFFFF;
  color: #2A1144;
  font-size: 14px;
  font-weight: 500;
  padding: 0 30px 0 10px;
  outline: none;
}

.oraki-home .oraki-product-list-page .oraki-product-filter-toolbar {
  background-color: #FFFFFF;
  border-left: 1px solid #eeeaf4;
  border-right: 1px solid #eeeaf4;
  border-bottom: 1px solid #eeeaf4;
  border-radius: 0 0 8px 8px;
  padding: 13px 16px;
  margin-bottom: 16px;
}

.oraki-home .oraki-product-list-page .oraki-product-filter-toolbar select {
  width: 100%;
  height: 34px;
  border: 1px solid #e4e0ea;
  border-radius: 5px;
  background-color: #FFFFFF;
  color: #2A1144;
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
  outline: none;
}

.oraki-home .oraki-product-list-page .oraki-toolbar-btn-group {
  display: flex;
  gap: 12px;
}

.oraki-home .oraki-product-list-page .oraki-toolbar-filter-btn,
.oraki-home .oraki-product-list-page .oraki-toolbar-reset-btn {
  width: 100%;
  height: 34px;
  border-radius: 5px;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition: 0.25s ease;
}

.oraki-home .oraki-product-list-page .oraki-toolbar-filter-btn {
  border: 0;
  background: #4a2176;
  color: #ffffff;
}

.oraki-home .oraki-product-list-page .oraki-toolbar-reset-btn {
  border: 1px solid #e4e0ea;
  background-color: #FFFFFF;
  color: #2A1144;
}

.oraki-home .oraki-product-list-page .oraki-toolbar-filter-btn:hover,
.oraki-home .oraki-product-list-page .oraki-toolbar-reset-btn:hover {
  background-color: #f03bbd;
  border-color: #f03bbd;
  color: #ffffff;
}

.oraki-home .oraki-product-list-page .oraki-product-mobile-filter-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.oraki-home .oraki-product-list-page .oraki-product-filter-open-btn {
  height: 40px;
  border: 0;
  border-radius: 8px;
  background: #4a2176;
  color: #ffffff;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
}

.oraki-home .oraki-product-list-page .oraki-product-sort-select {
  width: 100%;
  height: 40px;
}

.oraki-home .oraki-product-list-page .oraki-product-filter-offcanvas {
  width: 360px;
  border: 0;
}

.oraki-home .oraki-product-list-page .oraki-product-filter-offcanvas-header {
  padding: 18px 20px;
  border-bottom: 1px solid #eeeaf4;
}

.oraki-home .oraki-product-list-page .oraki-product-filter-offcanvas-header h5 {
  color: #2A1144;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.oraki-home .oraki-product-list-page .oraki-product-filter-offcanvas-header button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f4edff;
  color: #4a2176;
}

.oraki-home .oraki-product-list-page .oraki-product-filter-offcanvas-body {
  padding: 18px;
}

@media (max-width: 992px) {
  .oraki-home .oraki-product-list-page .oraki-product-list-section {
    padding: 20px 0 34px;
  }

  .oraki-home .oraki-product-list-page .oraki-product-list-content {
    padding: 12px;
  }

  .oraki-home .oraki-product-list-page .oraki-product-list-topbar {
    display: none;
  }

  .oraki-home .oraki-product-list-page .oraki-product-filter-toolbar {
    border: 1px solid #eeeaf4;
    border-radius: 8px;
  }
}

@media (max-width: 768px) {
  .oraki-home .oraki-product-list-page .oraki-product-list-section {
    padding: 16px 0 84px;
  }

  .oraki-home .oraki-product-list-page .oraki-product-list-content {
    background: transparent;
    padding: 0;
  }

  .oraki-home .oraki-product-list-page .oraki-product-filter-toolbar {
    display: none;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-product-badge,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-badge,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-product-badge,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-product-badge {
    top: 7px;
    left: 7px;
    padding: 5px 8px;
    border-radius: 10px;
    font-size: 9px;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-wishlist-btn,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-wishlist-btn,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-wishlist-btn,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-wishlist-btn {
    top: 7px;
    right: 7px;
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}

@media (max-width: 380px) {

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-qty-input,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-qty-input,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-qty-input,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-qty-input {
    width: 31px;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-qty-arrow-box,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-qty-arrow-box,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-qty-arrow-box,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-qty-arrow-box {
    width: 25px;
  }
}

@media (max-width: 380px) {

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-product-bottom,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-bottom,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-product-bottom,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-product-bottom {
    gap: 5px;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-qty-control,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-qty-control,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-qty-control,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-qty-control {
    width: 56px;
    flex: 0 0 calc(40% - 3px);
    max-width: calc(40% - 3px);
  }
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-product-title,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-title,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-product-title,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-product-title {
  color: #2c1743;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  margin: 0 0 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-product-rating,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-rating,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-product-rating,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-product-rating {
  gap: 5px;
  color: #7f7789;
  font-size: 12px;
  margin-bottom: 7px;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-qty-control,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-qty-control,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-qty-control,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-qty-control {
  border: 1px solid #e4e0ea;
  border-radius: 4px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
  order: 2;
  width: auto;
  height: 34px;
  flex: 0 0 calc(40% - 4px);
  max-width: calc(40% - 4px);
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-qty-input,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-qty-input,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-qty-input,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-qty-input {
  height: 100%;
  border: 0;
  outline: none;
  background-color: #FFFFFF;
  color: #2A1144;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 0;
  pointer-events: none;
  width: calc(100% - 30px);
  min-width: 0;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-qty-arrow-box,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-qty-arrow-box,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-qty-arrow-box,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-qty-arrow-box {
  height: 100%;
  border-left: 1px solid #e4e0ea;
  display: flex;
  flex-direction: column;
  width: 30px;
  min-width: 30px;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-add-btn,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-add-btn,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-add-btn,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-add-btn {
  border: 0;
  background-color: #ffe8f7;
  color: #f03bbd;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.25s ease;
  overflow: hidden;
  flex-shrink: 0;
  order: 3;
  width: auto;
  min-height: 34px;
  flex: 0 0 calc(60% - 4px);
  max-width: calc(60% - 4px);
  padding: 9px 10px;
  font-size: 12px;
}

@media (max-width: 768px) {

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-product-card,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-card,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-product-card,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-product-card {
    padding: 10px;
    min-height: auto;
    border-radius: 8px;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-product-img-box,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-img-box,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-product-img-box,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-product-img-box {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    min-height: 0;
    flex: 0 0 auto;
    padding: 14px 10px 7px;
    margin: 0 0 7px;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-product-img,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-img,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-product-img,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-product-img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    aspect-ratio: auto;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-product-title,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-title,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-product-title,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-product-title {
    margin-bottom: 4px;
    padding: 0;
    margin: 0 0 5px;
    font-size: 11px;
    line-height: 1.25;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-product-rating,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-rating,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-product-rating,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-product-rating {
    margin-bottom: 4px;
    min-height: 14px;
    padding: 0;
    margin: 0 0 5px;
    gap: 4px;
    font-size: 10px;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-product-rating i,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-rating i,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-product-rating i,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-product-rating i {
    font-size: 9px;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-product-bottom,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-bottom,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-product-bottom,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-product-bottom {
    padding: 0;
    gap: 6px;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-product-price-box,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-price-box,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-product-price-box,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-product-price-box {
    gap: 4px;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-product-price-box strong,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-price-box strong,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-product-price-box strong,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-product-price-box strong {
    font-size: 12px;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-product-price-box del,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-price-box del,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-product-price-box del,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-product-price-box del {
    font-size: 9px;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-qty-control,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-qty-control,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-qty-control,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-qty-control {
    width: 100%;
    height: 32px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-qty-input,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-qty-input,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-qty-input,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-qty-input {
    width: calc(100% - 28px);
    font-size: 12px;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-qty-arrow-box,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-qty-arrow-box,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-qty-arrow-box,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-qty-arrow-box {
    width: 28px;
    min-width: 28px;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-add-btn,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-add-btn,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-add-btn,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-add-btn {
    gap: 4px;
    width: 100%;
    min-height: 32px;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 8px 10px;
    font-size: 11px;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-add-btn i,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-add-btn i,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-add-btn i,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-add-btn i {
    font-size: 11px;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-add-btn .oraki-add-text-wrap,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-add-btn .oraki-add-text-wrap,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-add-btn .oraki-add-text-wrap,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-add-btn .oraki-add-text-wrap {
    height: 11px;
    line-height: 11px;
  }
}

@media (max-width: 380px) {

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-product-card,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-card,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-product-card,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-product-card {
    padding: 9px;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-product-img-box,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-img-box,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-product-img-box,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-product-img-box {
    padding: 13px 8px 6px;
    margin-bottom: 6px;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-product-title,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-title,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-product-title,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-product-title {
    font-size: 10px;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-product-price-box strong,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-price-box strong,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-product-price-box strong,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-product-price-box strong {
    font-size: 11px;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-add-btn,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-add-btn,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-add-btn,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-add-btn {
    padding: 7px 6px;
    flex: 0 0 calc(60% - 2px);
    max-width: calc(60% - 2px);
    font-size: 10px;
  }
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-product-card,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-card,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-product-card,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-product-card {
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #e9e8ef;
  border-radius: 9px;
  cursor: pointer;
  overflow: hidden;
  transition: 0.25s ease;
  padding: 12px;
  height: 100%;
  min-height: auto;
  display: flex;
  flex-direction: column;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-product-img-box,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-img-box,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-product-img-box,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-product-img-box {
  margin-bottom: 8px;
  margin: 0 0 8px;
  padding: 14px 12px 8px;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  min-height: 0;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #FFFFFF;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-product-img,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-img,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-product-img,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-product-img {
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-product-bottom,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-bottom,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-product-bottom,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-product-bottom {
  flex-wrap: wrap;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  width: 100%;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-product-price-box,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-price-box,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-product-price-box,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-product-price-box {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
  order: initial;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-action-row,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-action-row,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-action-row,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-action-row {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-action-row .oraki-qty-control,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-action-row .oraki-qty-control,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-action-row .oraki-qty-control,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-action-row .oraki-qty-control {
  width: auto;
  height: 34px;
  flex: 0 0 calc(40% - 4px);
  max-width: calc(40% - 4px);
  order: initial;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-action-row .oraki-qty-input,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-action-row .oraki-qty-input,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-action-row .oraki-qty-input,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-action-row .oraki-qty-input {
  width: calc(100% - 30px);
  min-width: 0;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-action-row .oraki-qty-arrow-box,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-action-row .oraki-qty-arrow-box,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-action-row .oraki-qty-arrow-box,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-action-row .oraki-qty-arrow-box {
  width: 30px;
  min-width: 30px;
}

.oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-action-row .oraki-plp-add-btn,
.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-action-row .oraki-plp-add-btn,
.oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-action-row .oraki-plp-add-btn,
.oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-action-row .oraki-plp-add-btn {
  width: auto;
  min-height: 34px;
  flex: 0 0 calc(60% - 4px);
  max-width: calc(60% - 4px);
  order: initial;
}

@media (min-width: 577px) and (max-width: 768px) {

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-action-row,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-action-row,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-action-row,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-action-row {
    flex-direction: row;
    gap: 6px;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-action-row .oraki-qty-control,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-action-row .oraki-qty-control,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-action-row .oraki-qty-control,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-action-row .oraki-qty-control {
    width: auto;
    height: 32px;
    flex: 0 0 calc(40% - 3px);
    max-width: calc(40% - 3px);
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-action-row .oraki-plp-add-btn,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-action-row .oraki-plp-add-btn,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-action-row .oraki-plp-add-btn,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-action-row .oraki-plp-add-btn {
    width: auto;
    min-height: 32px;
    flex: 0 0 calc(60% - 3px);
    max-width: calc(60% - 3px);
    font-size: 11px;
    padding: 8px 8px;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-action-row .oraki-qty-input,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-action-row .oraki-qty-input,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-action-row .oraki-qty-input,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-action-row .oraki-qty-input {
    width: calc(100% - 28px);
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-action-row .oraki-qty-arrow-box,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-action-row .oraki-qty-arrow-box,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-action-row .oraki-qty-arrow-box,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-action-row .oraki-qty-arrow-box {
    width: 28px;
    min-width: 28px;
  }
}

@media (max-width: 576px) {

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-action-row,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-action-row,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-action-row,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-action-row {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-action-row .oraki-qty-control,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-action-row .oraki-qty-control,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-action-row .oraki-qty-control,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-action-row .oraki-qty-control,
  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-action-row .oraki-plp-add-btn,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-action-row .oraki-plp-add-btn,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-action-row .oraki-plp-add-btn,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-action-row .oraki-plp-add-btn {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-action-row .oraki-qty-control,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-action-row .oraki-qty-control,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-action-row .oraki-qty-control,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-action-row .oraki-qty-control {
    height: 32px;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-action-row .oraki-plp-add-btn,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-action-row .oraki-plp-add-btn,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-action-row .oraki-plp-add-btn,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-action-row .oraki-plp-add-btn {
    min-height: 32px;
    font-size: 11px;
    padding: 8px 10px;
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-action-row .oraki-qty-input,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-action-row .oraki-qty-input,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-action-row .oraki-qty-input,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-action-row .oraki-qty-input {
    width: calc(100% - 28px);
  }

  .oraki-home .oraki-home-page .oraki-top-deals-section .oraki-plp-action-row .oraki-qty-arrow-box,
  .oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-action-row .oraki-qty-arrow-box,
  .oraki-home .oraki-home-page .oraki-best-sell-section .oraki-plp-action-row .oraki-qty-arrow-box,
  .oraki-home .oraki-product-list-page .oraki-product-list-section .oraki-plp-action-row .oraki-qty-arrow-box {
    width: 28px;
    min-width: 28px;
  }
}

.oraki-home .oraki-product-list-page .oraki-product-row {
  display: flex;
  flex-wrap: wrap;
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
}

.oraki-home .oraki-product-list-page .oraki-product-row>[class*="col-"] {
  display: flex;
}

.oraki-home .oraki-product-list-page .oraki-product-row>[class*="col-"] .oraki-plp-product-card {
  width: 100%;
}

@media (max-width: 576px) {
  .oraki-home .oraki-product-list-page .oraki-product-row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
  }
}

.oraki-home .oraki-product-detail-page .oraki-product-breadcrumb {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 18px;
  color: #797083;
  font-size: 12px;
  font-weight: 500;
}

.oraki-home .oraki-product-detail-page .oraki-product-breadcrumb a {
  color: #51475b;
  text-decoration: none;
}

.oraki-home .oraki-product-detail-page .oraki-product-breadcrumb a:hover {
  color: #f03bbd;
}

.oraki-home .oraki-product-detail-page .oraki-product-main-image.is-changing {
  opacity: 0;
  transform: scale(0.98);
}

.oraki-home .oraki-product-detail-page .oraki-product-thumb-list::-webkit-scrollbar {
  height: 0;
}

.oraki-home .oraki-product-detail-page .oraki-product-thumb:hover,
.oraki-home .oraki-product-detail-page .oraki-product-thumb.is-active {
  border-color: #4a2176;
  box-shadow: 0 8px 18px rgba(74, 33, 118, 0.14);
}

.oraki-home .oraki-product-detail-page .oraki-detail-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  background: #21b336;
  color: #ffffff;
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.oraki-home .oraki-product-detail-page .oraki-detail-title {
  color: #2A1144;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  margin: 0;
}

.oraki-home .oraki-product-detail-page .oraki-detail-rating-text {
  color: #797083;
  font-size: 12px;
  margin: 2px 0 7px 0;
}

.oraki-home .oraki-product-detail-page .oraki-detail-rating-text span {
  color: #f7a600;
  font-size: 12px;
  font-weight: 600;
}

.oraki-home .oraki-product-detail-page .oraki-detail-desc {
  color: #51475b;
  font-size: 13px;
  line-height: 1.35;
  margin: 0 0 10px;
  max-width: 430px;
}

.oraki-home .oraki-product-detail-page .oraki-special-price-label {
  color: #10a01f;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.oraki-home .oraki-product-detail-page .oraki-detail-price-row {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 4px;
}

.oraki-home .oraki-product-detail-page .oraki-detail-price-row strong {
  color: #2A1144;
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
}

.oraki-home .oraki-product-detail-page .oraki-detail-price-row del {
  color: #aaa5b0;
  font-size: 16px;
  font-weight: 500;
}

.oraki-home .oraki-product-detail-page .oraki-detail-price-row span {
  color: #10a01f;
  font-size: 14px;
  font-weight: 500;
}

.oraki-home .oraki-product-detail-page .oraki-tax-text {
  color: #aaa5b0;
  font-size: 13px;
  line-height: 1.3;
  margin: 0 0 12px;
}

.oraki-home .oraki-product-detail-page .oraki-product-variant-area {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 14px 0 18px;
}

.oraki-home .oraki-product-detail-page .oraki-variant-group.is-hidden,
.oraki-home .oraki-product-detail-page .oraki-product-variant-area.is-hidden {
  display: none;
}

.oraki-home .oraki-product-detail-page .oraki-variant-title-row h4 span {
  color: #4a2176;
  font-weight: 600;
}

.oraki-home .oraki-product-detail-page .oraki-variant-option {
  position: relative;
  border: 0;
  background: transparent;
  color: #2A1144;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s ease;
}

.oraki-home .oraki-product-detail-page .oraki-variant-option.is-disabled,
.oraki-home .oraki-product-detail-page .oraki-variant-option:disabled {
  cursor: not-allowed;
}

.oraki-home .oraki-product-detail-page .oraki-image-variant {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #d8d2df;
  padding: 3px;
  background-color: #FFFFFF;
}

.oraki-home .oraki-product-detail-page .oraki-image-variant::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: 0.25s ease;
}

.oraki-home .oraki-product-detail-page .oraki-image-variant:hover::after,
.oraki-home .oraki-product-detail-page .oraki-image-variant.is-active::after {
  border-color: #4a2176;
}

.oraki-home .oraki-product-detail-page .oraki-variant-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f8f8fb;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oraki-home .oraki-product-detail-page .oraki-variant-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oraki-home .oraki-product-detail-page .oraki-image-variant.is-disabled .oraki-variant-img,
.oraki-home .oraki-product-detail-page .oraki-size-variant.is-disabled,
.oraki-home .oraki-product-detail-page .oraki-size-variant:disabled {
  opacity: 0.55;
}

.oraki-home .oraki-product-detail-page .oraki-soldout-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  background: rgba(0, 0, 0, 0.58);
  border-radius: 30px;
  padding: 2px 5px;
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.oraki-home .oraki-product-detail-page .oraki-pill-variant {
  min-width: 70px;
  height: 35px;
  border-radius: 50px;
  background: #111111;
  color: #ffffff;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 600;
}

.oraki-home .oraki-product-detail-page .oraki-pill-variant:hover,
.oraki-home .oraki-product-detail-page .oraki-pill-variant.is-active {
  background-color: #FFFFFF;
  color: #2A1144;
  box-shadow: inset 0 0 0 2px #4a2176, 0 8px 18px rgba(74, 33, 118, 0.14);
}

.oraki-home .oraki-product-detail-page .oraki-size-variant::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background-color: #FFFFFF;
  z-index: 0;
}

.oraki-home .oraki-product-detail-page .oraki-size-variant:not(.is-disabled):hover::after,
.oraki-home .oraki-product-detail-page .oraki-size-variant.is-active::after {
  border-color: #2A1144;
}

.oraki-home .oraki-product-detail-page .oraki-size-variant:not(.is-disabled) {
  z-index: 1;
}

.oraki-home .oraki-product-detail-page .oraki-size-variant::selection {
  background: transparent;
}

.oraki-home .oraki-product-detail-page .oraki-size-variant.is-disabled {
  color: #f03b3b;
}

.oraki-home .oraki-product-detail-page .oraki-size-variant>* {
  position: relative;
  z-index: 3;
}

.oraki-home .oraki-product-detail-page .oraki-detail-action-row {
  display: flex;
  gap: 10px;
  margin: 16px 0 16px;
}

.oraki-home .oraki-product-detail-page .oraki-detail-cart-btn,
.oraki-home .oraki-product-detail-page .oraki-detail-buy-btn {
  height: 44px;
  border-radius: 7px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  width: calc(50% - 4px);
  overflow: hidden;
  position: relative;
  transition: all 0.25s ease;
}

.oraki-home .oraki-product-detail-page .oraki-detail-cart-btn {
  border: none;
  background-color: #ffe8f7;
  color: #f03bbd;
}

.oraki-home .oraki-product-detail-page .oraki-detail-buy-btn {
  border: 1px solid #f03bbd;
  background-color: #f03bbd;
  color: #ffffff;
}

.oraki-home .oraki-product-detail-page .oraki-btn-text-wrap {
  position: relative;
  display: inline-block;
  height: 13px;
  line-height: 13px;
  overflow: hidden;
}

.oraki-home .oraki-product-detail-page .oraki-btn-text {
  display: block;
  position: relative;
  transition: transform 0.35s ease;
}

.oraki-home .oraki-product-detail-page .oraki-detail-cart-btn .oraki-btn-text::after {
  content: "Add To Cart";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}

.oraki-home .oraki-product-detail-page .oraki-detail-buy-btn .oraki-btn-text::after {
  content: "Buy Now";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}

.oraki-home .oraki-product-detail-page .oraki-detail-cart-btn:hover .oraki-btn-text,
.oraki-home .oraki-product-detail-page .oraki-detail-buy-btn:hover .oraki-btn-text {
  transform: translateY(-100%);
}

.oraki-home .oraki-product-detail-page .oraki-delivery-box {
  margin-bottom: 14px;
}

.oraki-home .oraki-product-detail-page .oraki-delivery-title {
  color: #2A1144;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.oraki-home .oraki-product-detail-page .oraki-delivery-title svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-block;
  flex-shrink: 0;
  color: #4a2176;
}

.oraki-home .oraki-product-detail-page .oraki-delivery-location svg {
  width: 14px;
  height: 14px;
  min-width: 14px;
  display: inline-block;
  flex-shrink: 0;
  color: #F03BBD;
}

.oraki-home .oraki-product-detail-page .oraki-detail-service-item img {
  width: 25px;
  height: 25px;
  min-width: 25px;
  max-width: 25px;
  max-height: 25px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .oraki-home .oraki-product-detail-page .oraki-delivery-title svg {
    width: 15px;
    height: 15px;
    min-width: 15px;
  }

  .oraki-home .oraki-product-detail-page .oraki-delivery-location svg {
    width: 14px;
    height: 14px;
    min-width: 14px;
  }

}

.oraki-home .oraki-product-detail-page .oraki-delivery-title i {
  color: #4a2176;
  margin-right: 5px;
}

.oraki-home .oraki-product-detail-page .oraki-delivery-location span {
  font-size: 12px;
  font-weight: 600;
  text-wrap-mode: nowrap;
}

.oraki-home .oraki-product-detail-page .oraki-delivery-location strong {
  margin-left: auto;
  color: #f03bbd;
  font-size: 12px;
  font-weight: 600;
}

.oraki-home .oraki-product-detail-page .oraki-detail-section-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.oraki-home .oraki-product-detail-page .oraki-detail-section-title-row h2 {
  color: #111111;
  font-size: 26px;
  font-weight: 500;
  margin: 0;
}

.oraki-home .oraki-product-detail-page .oraki-detail-section-title-row a {
  color: #4a2176;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .oraki-home .oraki-product-detail-page .oraki-product-detail-card {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .oraki-home .oraki-product-detail-page .oraki-product-detail-section {
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .oraki-home .oraki-product-detail-page .oraki-product-detail-section {
    padding: 14px 0 92px;
  }

  .oraki-home .oraki-product-detail-page .oraki-product-breadcrumb {
    display: none;
  }

  .oraki-home .oraki-product-detail-page .oraki-detail-title {
    font-size: 17px;
  }

  .oraki-home .oraki-product-detail-page .oraki-detail-price-row strong {
    font-size: 24px;
  }

  .oraki-home .oraki-product-detail-page .oraki-product-variant-area {
    gap: 15px;
  }

  .oraki-home .oraki-product-detail-page .oraki-detail-cart-btn,
  .oraki-home .oraki-product-detail-page .oraki-detail-buy-btn {
    flex: 1;
    padding: 0 12px;
  }

  .oraki-home .oraki-product-detail-page .oraki-detail-section-title-row h2 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {

  .oraki-home .oraki-product-detail-page .oraki-detail-cart-btn,
  .oraki-home .oraki-product-detail-page .oraki-detail-buy-btn {
    width: 100%;
    flex: auto;
  }

  .oraki-home .oraki-product-detail-page .oraki-detail-action-row {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 420px) {
  .oraki-home .oraki-product-detail-page .oraki-product-main-image-box {
    min-height: 255px;
  }

  .oraki-home .oraki-product-detail-page .oraki-product-main-image {
    max-height: 255px;
  }

  .oraki-home .oraki-product-detail-page .oraki-variant-option-list {
    gap: 10px;
  }

  .oraki-home .oraki-product-detail-page .oraki-pill-variant {
    min-width: 66px;
    height: 34px;
  }

  .oraki-home .oraki-product-detail-page .oraki-size-variant {
    width: 54px;
    height: 54px;
  }

  .oraki-home .oraki-product-detail-page .oraki-delivery-location {
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 12px;
    gap: 4px;
  }

  .oraki-home .oraki-product-detail-page .oraki-delivery-location strong {
    margin-left: 0;
  }
}

.oraki-home .oraki-product-detail-page .oraki-detail-main-row {
  --bs-gutter-x: 44px;
}

.oraki-home .oraki-product-detail-page .oraki-product-gallery-card,
.oraki-home .oraki-product-detail-page .oraki-product-detail-card {
  background-color: #FFFFFF;
  border-radius: 14px;
  width: 100%;
}

.oraki-home .oraki-product-detail-page .oraki-product-detail-card {
  padding: 0;
  max-width: 100%;
  padding-top: 2px;
}

.oraki-home .oraki-product-detail-page .oraki-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.oraki-home .oraki-product-detail-page .oraki-size-variant.is-disabled .oraki-size-text,
.oraki-home .oraki-product-detail-page .oraki-size-variant:disabled .oraki-size-text {
  color: #f03b3b;
  background-color: white;
  z-index: 4;
  padding: 2px;
}

.oraki-home .oraki-product-detail-page .oraki-detail-accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.oraki-home .oraki-product-detail-page .oraki-detail-accordion-btn::after {
  display: none;
}

.oraki-home .oraki-product-detail-page .oraki-detail-accordion-btn:not(.collapsed) i {
  transform: rotate(180deg);
}

.oraki-home .oraki-product-detail-page .oraki-detail-accordion-btn small {
  display: block;
  color: #797083;
  font-size: 12px;
  font-weight: 500;
  margin-top: 2px;
}

.oraki-home .oraki-product-detail-page .oraki-detail-accordion-body {
  border-top: 1px solid #eeeaf4;
  padding: 12px;
  color: #51475b;
  font-size: 12px;
  line-height: 1.55;
}

.oraki-home .oraki-product-detail-page .oraki-detail-accordion-body ul {
  margin: 0;
  padding-left: 17px;
}

.oraki-home .oraki-product-detail-page .oraki-detail-accordion-body p {
  margin: 0;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box {
  margin-top: 34px;
  background: #fbf7ff;
  border-radius: 14px;
  padding: 20px;
  overflow: hidden;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-carousel {
  position: relative;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-carousel .owl-stage {
  display: flex;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-carousel .owl-item {
  display: flex;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-item {
  width: 100%;
  display: flex;
  text-decoration: none;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-product-card {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #e9e8ef;
  border-radius: 9px;
  padding: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: 0.25s ease;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-product-card:hover {
  border-color: #F03BBD;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: #21b336;
  color: #ffffff;
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-wishlist-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 34px;
  height: 34px;
  border: 1px solid #eeeaf4;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #4a2176;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: 0.25s ease;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-wishlist-btn:hover,
.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-wishlist-btn.active {
  background-color: #ffe8f7;
  border-color: #ffe8f7;
  color: #f03bbd;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-product-img-box {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  min-height: 0;
  flex: 0 0 auto;
  margin: 0 0 8px;
  padding: 14px 12px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #FFFFFF;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-product-img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-product-title {
  color: #2c1743;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  margin: 0 0 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-product-rating {
  gap: 5px;
  color: #7f7789;
  font-size: 12px;
  margin-bottom: 7px;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-product-rating i {
  color: #f7a600;
  font-size: 12px;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-product-bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  width: 100%;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-product-price-box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-product-price-box strong {
  color: #2c1743;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-product-price-box del {
  color: #aaa5b0;
  font-size: 12px;
  line-height: 1;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-action-row {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-qty-control {
  width: auto;
  height: 34px;
  flex: 0 0 calc(40% - 4px);
  max-width: calc(40% - 4px);
  border: 1px solid #e4e0ea;
  border-radius: 4px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-qty-input {
  width: calc(100% - 30px);
  min-width: 0;
  height: 100%;
  border: 0;
  outline: none;
  background-color: #FFFFFF;
  color: #2A1144;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 0;
  pointer-events: none;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-qty-input::-webkit-outer-spin-button,
.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-qty-input[type="number"] {
  -moz-appearance: textfield;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-qty-arrow-box {
  width: 30px;
  min-width: 30px;
  height: 100%;
  border-left: 1px solid #e4e0ea;
  display: flex;
  flex-direction: column;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-qty-btn {
  width: 100%;
  height: 50%;
  border: 0;
  background-color: #FFFFFF;
  color: #4a2176;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 8px;
  line-height: 1;
  transition: 0.25s ease;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-qty-btn:first-child {
  border-bottom: 1px solid #e4e0ea;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-qty-btn:hover {
  background: #f4edff;
  color: #f03bbd;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-add-btn {
  width: auto;
  min-height: 34px;
  flex: 0 0 calc(60% - 4px);
  max-width: calc(60% - 4px);
  border: 0;
  background-color: #ffe8f7;
  color: #f03bbd;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 9px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.25s ease;
  overflow: hidden;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-add-btn i {
  font-size: 13px;
  line-height: 1;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-add-btn:hover {
  background-color: #f03bbd;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(240, 59, 189, 0.28);
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-add-btn .oraki-add-text-wrap {
  position: relative;
  display: inline-block;
  height: 12px;
  line-height: 12px;
  overflow: hidden;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-add-btn .oraki-add-text {
  display: block;
  transition: transform 0.35s ease;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-add-btn .oraki-add-text::after {
  content: "ADD";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-add-btn:hover .oraki-add-text {
  transform: translateY(-100%);
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-carousel .owl-nav,
.oraki-home .oraki-product-detail-page .oraki-similar-products-carousel .owl-dots {
  display: none;
}

@media (max-width: 1200px) {
  .oraki-home .oraki-product-detail-page .oraki-detail-main-row {
    --bs-gutter-x: 28px;
  }
}

@media (max-width: 992px) {
  .oraki-home .oraki-product-detail-page .oraki-detail-main-row>[class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .oraki-home .oraki-product-detail-page .oraki-product-main-image-box {
    min-height: 390px;
  }

  .oraki-home .oraki-product-detail-page .oraki-product-gallery-card {
    position: static;
  }
}

@media (max-width: 768px) {
  .oraki-home .oraki-product-detail-page .oraki-similar-products-box {
    padding: 16px 12px;
    margin-top: 24px;
  }

  .oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-product-card {
    padding: 10px;
    border-radius: 8px;
  }

  .oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-product-badge {
    top: 7px;
    left: 7px;
    padding: 5px 8px;
    border-radius: 10px;
    font-size: 9px;
  }

  .oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-wishlist-btn {
    top: 7px;
    right: 7px;
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-product-img-box {
    padding: 14px 10px 7px;
    margin: 0 0 7px;
  }

  .oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-product-title {
    font-size: 11px;
    line-height: 1.25;
  }

  .oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-product-rating {
    min-height: 14px;
    gap: 4px;
    font-size: 10px;
  }

  .oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-product-rating i {
    font-size: 9px;
  }

  .oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-product-price-box strong {
    font-size: 12px;
  }

  .oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-product-price-box del {
    font-size: 9px;
  }

  .oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-action-row {
    gap: 6px;
  }

  .oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-qty-control {
    height: 32px;
    flex: 0 0 calc(40% - 3px);
    max-width: calc(40% - 3px);
  }

  .oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-qty-input {
    width: calc(100% - 28px);
    font-size: 12px;
  }

  .oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-qty-arrow-box {
    width: 28px;
    min-width: 28px;
  }

  .oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-add-btn {
    min-height: 32px;
    flex: 0 0 calc(60% - 3px);
    max-width: calc(60% - 3px);
    padding: 8px 8px;
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  .oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-action-row {
    flex-direction: column;
    align-items: stretch;
  }

  .oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-qty-control,
  .oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-add-btn {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
  }
}

.oraki-home .oraki-product-detail-page .oraki-product-detail-section>.container {
  max-width: 1320px;
}

.oraki-home .oraki-product-detail-page .oraki-product-gallery-card {
  position: sticky;
  top: 118px;
  padding-top: 0;
}

.oraki-home .oraki-product-detail-page .oraki-product-main-image {
  width: 100%;
  object-fit: contain;
  display: block;
  transition: opacity 0.22s ease, transform 0.22s ease;
  max-width: 570px;
  max-height: 510px;
}

.oraki-home .oraki-product-detail-page .oraki-size-variant.is-active::after {
  background: #dedede;
}

.oraki-home .oraki-product-detail-page .oraki-delivery-location {
  width: 100%;
  min-height: 42px;
  border: 1px solid #eeeaf4;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 10px 12px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  color: #2A1144;
  transition: 0.25s ease;
}

.oraki-home .oraki-product-detail-page .oraki-delivery-location:hover {
  border-color: #4a2176;
  box-shadow: 0 8px 20px rgba(74, 33, 118, 0.08);
}

.oraki-home .oraki-product-detail-page .oraki-detail-accordion-item {
  border: 1px solid #e4e0ea;
  border-radius: 8px;
  background-color: #FFFFFF;
  overflow: hidden;
}

.oraki-home .oraki-product-detail-page .oraki-detail-accordion-btn {
  position: relative;
  width: 100%;
  min-height: 52px;
  border-radius: 0;
  background-color: #FFFFFF;
  box-shadow: none;
  padding: 9px 36px 8px 12px;
  color: #2A1144;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
}

.oraki-delivery-modal .modal-dialog {
  max-width: 560px;
}

.oraki-delivery-modal .modal-content {
  border: 0;
  border-radius: 16px;
  box-shadow: 0 24px 70px rgba(42, 17, 68, 0.22);
  overflow: hidden;
}

.oraki-delivery-modal-header {
  border-bottom: 1px solid #eeeaf4;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
}

.oraki-delivery-modal-label {
  display: inline-flex;
  color: #f03bbd;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.oraki-delivery-modal .modal-title {
  color: #2A1144;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0;
}

.oraki-delivery-modal-close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #f4edff;
  color: #4a2176;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.oraki-delivery-modal-close i {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  min-width: 15px;
  font-size: 15px;
  line-height: 1;
  color: currentColor;
  opacity: 1;
  visibility: visible;
}

.oraki-delivery-modal-close:hover {
  background: #4a2176;
  color: #ffffff;
}

.oraki-delivery-modal-body {
  padding: 18px 20px;
}

.oraki-address-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.oraki-address-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid #eeeaf4;
  border-radius: 12px;
  background-color: #FFFFFF;
  padding: 14px;
  cursor: pointer;
  transition: 0.25s ease;
}

.oraki-address-card:hover,
.oraki-address-card.is-active {
  border-color: #4a2176;
  background: #fbf7ff;
  box-shadow: 0 10px 24px rgba(74, 33, 118, 0.08);
}

.oraki-address-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.oraki-address-radio {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 2px solid #d8d2df;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin-top: 2px;
  position: relative;
}

.oraki-address-card input:checked+.oraki-address-radio {
  border-color: #4a2176;
}

.oraki-address-card input:checked+.oraki-address-radio::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #4a2176;
}

.oraki-address-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.oraki-address-content strong {
  color: #2A1144;
  font-size: 14px;
  font-weight: 700;
}

.oraki-address-content small {
  color: #51475b;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 500;
}

.oraki-address-content em {
  color: #10a01f;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  font-style: normal;
}

.oraki-add-address-btn {
  width: 100%;
  height: 42px;
  margin-top: 14px;
  border: 1px dashed #cfc5dc;
  border-radius: 10px;
  background-color: #FFFFFF;
  color: #4a2176;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: 0.25s ease;
}

.oraki-add-address-btn:hover {
  border-color: #f03bbd;
  color: #f03bbd;
  background: #fff7fd;
}

.oraki-delivery-modal-footer {
  border-top: 1px solid #eeeaf4;
  padding: 14px 20px;
  gap: 10px;
}

.oraki-modal-cancel-btn,
.oraki-modal-apply-btn {
  height: 40px;
  border-radius: 8px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 600;
}

.oraki-modal-cancel-btn {
  border: 1px solid #e4e0ea;
  background-color: #FFFFFF;
  color: #2A1144;
}

.oraki-modal-apply-btn {
  border: 1px solid #f03bbd;
  background-color: #f03bbd;
  color: #ffffff;
}

.oraki-modal-cancel-btn:hover,
.oraki-modal-apply-btn:hover {
  box-shadow: 0 8px 18px rgba(74, 33, 118, 0.14);
}

@media (max-width: 1200px) {
  .oraki-home .oraki-product-detail-page .oraki-product-main-image {
    max-height: 430px;
  }
}

@media (max-width: 992px) {
  .oraki-home .oraki-product-detail-page .oraki-product-detail-section>.container {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .oraki-home .oraki-product-detail-page .oraki-product-main-image-box {
    border-radius: 12px;
    min-height: 300px;
  }

  .oraki-home .oraki-product-detail-page .oraki-product-main-image {
    max-height: 295px;
  }

  .oraki-home .oraki-product-detail-page .oraki-detail-service-item {
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .oraki-delivery-modal .modal-dialog {
    margin: 10px;
  }

  .oraki-delivery-modal-header,
  .oraki-delivery-modal-body,
  .oraki-delivery-modal-footer {
    padding-left: 14px;
    padding-right: 14px;
  }

  .oraki-delivery-modal-footer {
    flex-wrap: wrap;
    gap: 5px;
  }

  .oraki-modal-cancel-btn,
  .oraki-modal-apply-btn {
    width: 100%;
    padding: 0 10px;
    font-size: 12px;
  }
}

.oraki-home .oraki-product-detail-page {
  font-family: "Inter", sans-serif;
}

.oraki-home .oraki-product-detail-page .oraki-product-detail-section>.container,
.oraki-home .oraki-product-detail-page .oraki-similar-products-section>.container {
  max-width: 1320px;
}

.oraki-home .oraki-product-detail-page .oraki-product-detail-section {
  padding: 24px 0 44px;
  background-color: #FFFFFF;
  padding-bottom: 22px;
}

.oraki-home .oraki-product-detail-page .oraki-product-main-image-box {
  width: 100%;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 520px;
  background-color: #FFFFFF;
}

.oraki-home .oraki-product-detail-page .oraki-product-thumb-list {
  display: flex;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
  padding-top: 18px;
  gap: 14px;
  padding: 18px 0 0;
}

.oraki-home .oraki-product-detail-page .oraki-product-thumb {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
  width: 92px;
  height: 80px;
  min-width: 92px;
  padding: 7px;
  border-radius: 12px;
  border: 1px solid #eeeaf4;
  box-shadow: none;
  box-sizing: border-box;
}

.oraki-home .oraki-product-detail-page .oraki-product-thumb.is-active,
.oraki-home .oraki-product-detail-page .oraki-product-thumb:hover {
  border-color: #4a2176;
  box-shadow: 0 8px 18px rgba(74, 33, 118, 0.12);
}

.oraki-home .oraki-product-detail-page .oraki-variant-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.oraki-home .oraki-product-detail-page .oraki-variant-title-row h4 {
  margin: 0;
  color: #2A1144;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0;
}

.oraki-home .oraki-product-detail-page .oraki-variant-option-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.oraki-home .oraki-product-detail-page .oraki-variant-img,
.oraki-home .oraki-product-detail-page .oraki-variant-img img {
  border-radius: 50%;
}

.oraki-home .oraki-product-detail-page .oraki-size-option-list {
  gap: 14px;
}

.oraki-home .oraki-product-detail-page .oraki-size-variant {
  width: 62px;
  height: 62px;
  min-width: 62px;
  flex: 0 0 62px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid #9e9e9e;
  background-color: #FFFFFF;
  color: #2A1144;
  box-shadow: none;
  overflow: hidden;
  isolation: isolate;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.oraki-home .oraki-product-detail-page .oraki-size-variant.is-active {
  border-color: #2A1144;
}

.oraki-home .oraki-product-detail-page .oraki-size-variant::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  background: #dedede;
  border: 0;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
  z-index: 1;
}

.oraki-home .oraki-product-detail-page .oraki-size-variant.is-disabled,
.oraki-home .oraki-product-detail-page .oraki-size-variant:disabled {
  color: #ff3b3b;
  opacity: 1;
}

.oraki-home .oraki-product-detail-page .oraki-size-variant.is-disabled::after,
.oraki-home .oraki-product-detail-page .oraki-size-variant:disabled::after {
  content: "";
  position: absolute;
  border: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 20px;
  z-index: 2;
  width: 100%;
  height: 1px;
  background: #ff3b3b;
}

.oraki-home .oraki-product-detail-page .oraki-size-variant .oraki-size-text {
  position: relative;
  z-index: 4;
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  font-size: 17px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  font-family: inherit;
  background-color: #ffffff;
  padding: 2px;
}

.oraki-home .oraki-product-detail-page .oraki-detail-service-row {
  margin-bottom: 12px;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0;
  min-height: 116px;
  background: #fbf9ff;
  border-radius: 10px;
  padding: 20px 18px;
  margin: 14px 0 12px;
}

.oraki-home .oraki-product-detail-page .oraki-detail-service-item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  color: #2A1144;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.28;
  font-weight: 700;
  width: 33.33%;
}

.oraki-home .oraki-product-detail-page .oraki-detail-service-item i {
  margin-bottom: 7px;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: #f4edff;
  color: #7217d7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 16px;
  line-height: 1;
}

.oraki-home .oraki-product-detail-page .oraki-detail-service-item span {
  display: block;
  color: #2A1144;
  font-size: 12px;
  line-height: 1.28;
  font-weight: 700;
  letter-spacing: 0;
  font-family: inherit;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-section {
  padding: 8px 0 42px;
  background-color: #FFFFFF;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-section .oraki-similar-products-box {
  margin-top: 0;
  padding: 18px;
  border-radius: 12px;
  background: #fbf7ff;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-section .oraki-detail-section-title-row {
  margin-bottom: 16px;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-section .oraki-detail-section-title-row h2 {
  color: #2A1144;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0;
  font-family: inherit;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-section .oraki-detail-section-title-row a {
  display: none;
}

.oraki-delivery-modal *,
.oraki-add-address-modal * {
  font-family: "Inter", sans-serif;
}

.oraki-add-address-modal .oraki-form-label {
  display: block;
  color: #2A1144;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 7px;
}

.oraki-add-address-modal .oraki-form-control {
  width: 100%;
  min-height: 42px;
  border: 1px solid #e4e0ea;
  border-radius: 8px;
  background-color: #FFFFFF;
  color: #2A1144;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
  outline: none;
  padding: 0 13px;
  transition: 0.25s ease;
}

.oraki-add-address-modal .oraki-form-textarea {
  min-height: 84px;
  padding-top: 11px;
  resize: none;
}

.oraki-add-address-modal .oraki-form-control:focus {
  border-color: #4a2176;
  box-shadow: 0 0 0 3px rgba(74, 33, 118, 0.08);
}

.oraki-add-address-modal .oraki-form-control::placeholder {
  color: #aaa5b0;
}

.oraki-add-address-modal .oraki-form-control.is-invalid {
  border-color: #f03b3b;
}

@media (max-width: 1200px) {
  .oraki-home .oraki-product-detail-page .oraki-product-main-image-box {
    min-height: 440px;
  }
}

@media (max-width: 768px) {
  .oraki-home .oraki-product-detail-page .oraki-product-thumb {
    width: 74px;
    height: 66px;
    min-width: 74px;
  }

  .oraki-home .oraki-product-detail-page .oraki-image-variant {
    width: 52px;
    height: 52px;
    min-width: 52px;
    flex-basis: 52px;
  }

  .oraki-home .oraki-product-detail-page .oraki-size-variant {
    font-size: 16px;
    width: 56px;
    height: 56px;
    min-width: 56px;
    flex-basis: 56px;
  }

  .oraki-home .oraki-product-detail-page .oraki-size-variant .oraki-size-text {
    font-size: 15px;
  }

  .oraki-home .oraki-product-detail-page .oraki-detail-service-row {
    min-height: 104px;
    padding: 16px 10px;
  }

  .oraki-home .oraki-product-detail-page .oraki-detail-service-item span {
    font-size: 12px;
  }

  .oraki-home .oraki-product-detail-page .oraki-detail-service-item i {
    width: 36px;
    height: 36px;
    min-width: 36px;
    font-size: 14px;
  }

  .oraki-home .oraki-product-detail-page .oraki-similar-products-section .oraki-similar-products-box {
    padding: 16px 12px;
  }

  .oraki-home .oraki-product-detail-page .oraki-similar-products-section .oraki-detail-section-title-row h2 {
    font-size: 18px;
  }
}

.oraki-home .oraki-product-detail-page .oraki-detail-cart-btn i,
.oraki-home .oraki-product-detail-page .oraki-detail-buy-btn i,
.oraki-home .oraki-product-detail-page .oraki-detail-accordion-btn i,
.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-plp-add-btn i,
.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-qty-btn i {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  flex-shrink: 0;
  opacity: 1;
  visibility: visible;
}

.oraki-home .oraki-product-detail-page .oraki-detail-cart-btn i,
.oraki-home .oraki-product-detail-page .oraki-detail-buy-btn i {
  line-height: 1;
  width: 15px;
  min-width: 15px;
  height: 15px;
  font-size: 15px;
}

.oraki-home .oraki-product-detail-page .oraki-detail-accordion-btn i {
  position: absolute;
  top: 17px;
  right: 12px;
  color: #51475b;
  transition: transform 0.25s ease;
  width: 14px;
  min-width: 14px;
  height: 14px;
  font-size: 14px;
  pointer-events: none;
}

.oraki-home .oraki-product-detail-page .oraki-similar-products-box .oraki-qty-btn i {
  width: 8px;
  min-width: 8px;
  height: 8px;
  font-size: 8px;
}

.oraki-home .oraki-header-section .oraki-cart-open-link::after {
  display: none;
}

.oraki-home .oraki-cart-open-link {
  position: relative;
}

.oraki-home .oraki-cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #4a2176;
  color: #ffffff;
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.oraki-home .oraki-mini-cart-offcanvas {
  width: 430px;
  max-width: 100%;
  height: 100dvh;
  max-height: 100dvh;
  border: 0;
  background-color: #FFFFFF;
  box-shadow: -18px 0 50px rgba(33, 16, 53, 0.16);
  z-index: 1066;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.oraki-home .oraki-mini-cart-header {
  flex: 0 0 auto;
  padding: 20px 22px 16px;
  border-bottom: 1px solid #efedf4;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.oraki-home .oraki-mini-cart-subtitle {
  display: block;
  color: #f03bbd;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.oraki-home .oraki-mini-cart-header h5 {
  margin: 0;
  color: #2A1144;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.oraki-home .oraki-mini-cart-close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #f5f0fb;
  color: #2A1144;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
}

.oraki-home .oraki-mini-cart-close:hover {
  background: #4a2176;
  color: #ffffff;
}

.oraki-home .oraki-mini-cart-body {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  padding: 16px 14px 16px 18px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background: #fbf9fd;
  scrollbar-width: thin;
  scrollbar-color: #b9a8cb #f5f0fb;
}

.oraki-home .oraki-mini-cart-body::-webkit-scrollbar {
  width: 5px;
}

.oraki-home .oraki-mini-cart-body::-webkit-scrollbar-track {
  background: #f5f0fb;
  border-radius: 50px;
}

.oraki-home .oraki-mini-cart-body::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #4a2176, #f03bbd);
  border-radius: 50px;
}

.oraki-home .oraki-mini-cart-body::-webkit-scrollbar-thumb:hover {
  background: #4a2176;
}

.oraki-home .oraki-mini-cart-offer-box {
  padding: 14px;
  border: 1px solid #ece5f4;
  border-radius: 12px;
  background-color: #FFFFFF;
  margin-bottom: 14px;
}

.oraki-home .oraki-mini-cart-offer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.oraki-home .oraki-mini-cart-offer-title span {
  display: flex;
  align-items: center;
  color: #2A1144;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 4px;
}

.oraki-home .oraki-mini-cart-offer-title span i {
  color: #4a2176;
  margin-right: 6px;
}

.oraki-home .oraki-mini-cart-offer-title small {
  display: block;
  color: #8a8195;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
}

.oraki-home .oraki-mini-cart-offer-top strong {
  min-width: max-content;
  padding: 5px 9px;
  border-radius: 50px;
  background: #fff1f7;
  color: #f03bbd;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

.oraki-home .oraki-mini-cart-progress {
  width: 100%;
  height: 7px;
  border-radius: 50px;
  background: #f0eaf7;
  overflow: hidden;
  margin-bottom: 6px;
}

.oraki-home .oraki-mini-cart-progress span {
  display: block;
  height: 100%;
  border-radius: 50px;
  background: linear-gradient(90deg, #4a2176, #f03bbd);
  transition: width 0.25s ease;
}

.oraki-home .oraki-mini-cart-progress-labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}

.oraki-home .oraki-mini-cart-progress-labels span {
  color: #8a8195;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
}

.oraki-home .oraki-mini-cart-offer-box p {
  margin: 0;
  color: #4a2176;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
}

.oraki-home .oraki-mini-cart-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.oraki-home .oraki-mini-cart-item {
  display: flex;
  gap: 12px;
  padding: 12px;
  border: 1px solid #eee9f5;
  border-radius: 12px;
  background-color: #FFFFFF;
}

.oraki-home .oraki-mini-cart-img {
  width: 82px;
  height: 82px;
  min-width: 82px;
  border-radius: 10px;
  background: #f7f4fb;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.oraki-home .oraki-mini-cart-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

.oraki-home .oraki-mini-cart-info {
  width: 100%;
  min-width: 0;
}

.oraki-home .oraki-mini-cart-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.oraki-home .oraki-mini-cart-title-row h4 {
  color: #2A1144;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.oraki-home .oraki-mini-cart-remove {
  width: 26px;
  height: 26px;
  min-width: 26px;
  border: 0;
  border-radius: 50%;
  background: #fff1f7;
  color: #f03bbd;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oraki-home .oraki-mini-cart-info p {
  margin: 5px 0;
  color: #8a8195;
  font-size: 12px;
  font-weight: 500;
}

.oraki-home .oraki-mini-cart-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.oraki-home .oraki-mini-cart-line-total {
  color: #2A1144;
  font-size: 14px;
  font-weight: 700;
}

.oraki-home .oraki-mini-cart-qty {
  height: 30px;
  border: 1px solid #e7dff0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #FFFFFF;
}

.oraki-home .oraki-mini-cart-qty-btn {
  width: 28px;
  height: 30px;
  border: 0;
  background: #f7f2fc;
  color: #4a2176;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oraki-home .oraki-mini-cart-qty-input {
  width: 34px;
  height: 30px;
  border: 0;
  outline: none;
  text-align: end;
  color: #2A1144;
  font-size: 13px;
  font-weight: 700;
  background-color: #FFFFFF;
}

.oraki-home .oraki-mini-cart-footer {
  flex: 0 0 auto;
  padding: 16px 20px 18px;
  border-top: 1px solid #efedf4;
  background-color: #FFFFFF;
  box-shadow: 0 -10px 26px rgba(33, 16, 53, 0.06);
}

.oraki-home .oraki-mini-cart-coupon {
  height: 42px;
  border: 1px solid #ece5f4;
  border-radius: 10px;
  background: #fbf9fd;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 14px;
}

.oraki-home .oraki-mini-cart-coupon i {
  color: #4a2176;
  font-size: 14px;
  margin-left: 14px;
}

.oraki-home .oraki-mini-cart-coupon input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: #2A1144;
  font-size: 13px;
  font-weight: 500;
  padding: 0 10px;
}

.oraki-home .oraki-mini-cart-coupon input::placeholder {
  color: #9d97a8;
}

.oraki-home .oraki-mini-cart-coupon button {
  height: 34px;
  min-width: 68px;
  border: 0;
  border-radius: 8px;
  background: #f03bbd;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  margin-right: 4px;
}

.oraki-home .oraki-mini-cart-total-box {
  border-top: 1px dashed #ddd4e8;
  padding-top: 12px;
}

.oraki-home .oraki-mini-cart-total-row,
.oraki-home .oraki-mini-cart-grand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
}

.oraki-home .oraki-mini-cart-total-row span,
.oraki-home .oraki-mini-cart-total-row strong {
  color: #6f657a;
  font-size: 13px;
  font-weight: 600;
}

.oraki-home .oraki-mini-cart-grand-row {
  margin: 12px 0 0;
  padding-top: 12px;
  border-top: 1px solid #efedf4;
}

.oraki-home .oraki-mini-cart-grand-row span {
  color: #2A1144;
  font-size: 16px;
  font-weight: 700;
}

.oraki-home .oraki-mini-cart-grand-row strong {
  color: #f03bbd;
  font-size: 18px;
  font-weight: 700;
}

.oraki-home .oraki-mini-cart-btn-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.oraki-home .oraki-mini-cart-shop-btn-part {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.oraki-home .oraki-mini-cart-view-btn,
.oraki-home .oraki-mini-cart-checkout-btn,
.oraki-home .oraki-mini-cart-shop-btn {
  min-height: 44px;
  border-radius: 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  transition: 0.25s ease;
}

.oraki-home .oraki-mini-cart-view-btn,
.oraki-home .oraki-mini-cart-checkout-btn {
  /* width: 50%; */
  width: 100%;
}

.oraki-home .oraki-mini-cart-view-btn {
  border: 1px solid #4a2176;
  color: #4a2176;
  background-color: #FFFFFF;
}

.oraki-home .oraki-mini-cart-checkout-btn,
.oraki-home .oraki-mini-cart-shop-btn {
  border: 0;
  color: #ffffff;
  background: #f03bbd;
}

.oraki-home .oraki-mini-cart-view-btn:hover {
  color: #ffffff;
  background: #4a2176;
}

.oraki-home .oraki-mini-cart-checkout-btn:hover,
.oraki-home .oraki-mini-cart-shop-btn:hover {
  color: #ffffff;
  background: #4a2176;
}

.oraki-home .oraki-mini-cart-empty {
  min-height: 100%;
  /* display: none; */
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 30px 18px;
  width: 100%;
}

.oraki-home .oraki-mini-cart-empty-icon-part {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.oraki-home .oraki-mini-cart-empty-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #f5f0fb;
  color: #4a2176;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 18px;
}

.oraki-home .oraki-mini-cart-empty h4 {
  color: #2A1144;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.oraki-home .oraki-mini-cart-empty p {
  color: #7f748c;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 18px;
}

.oraki-home .oraki-mini-cart-shop-btn {
  padding: 0 22px;
}

body.oraki-mini-cart-open {
  overflow: hidden;
  touch-action: none;
}

body.oraki-mini-cart-open .oraki-mini-cart-body {
  touch-action: pan-y;
}

@media (max-width: 576px) {
  .oraki-home .oraki-mini-cart-offcanvas {
    width: 100%;
  }

  .oraki-home .oraki-mini-cart-header {
    padding: 18px 16px 14px;
  }

  .oraki-home .oraki-mini-cart-header h5 {
    font-size: 19px;
  }

  .oraki-home .oraki-mini-cart-body {
    padding: 14px 10px 14px 12px;
  }

  .oraki-home .oraki-mini-cart-footer {
    padding: 14px 12px calc(14px + env(safe-area-inset-bottom));
  }

  .oraki-home .oraki-mini-cart-item {
    gap: 10px;
    padding: 10px;
  }

  .oraki-home .oraki-mini-cart-img {
    width: 74px;
    height: 74px;
    min-width: 74px;
  }

  .oraki-home .oraki-mini-cart-btn-row {
    flex-direction: column;
  }

  .oraki-home .oraki-mini-cart-view-btn,
  .oraki-home .oraki-mini-cart-checkout-btn {
    width: 100%;
  }

  .oraki-home .oraki-cart-count {
    top: -7px;
    right: -7px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
  }
}

.oraki-home .oraki-account-page {
  background-color: #FFFFFF;
}

.oraki-home .oraki-account-page .oraki-account-section {
  padding: 32px 0 42px;
  background-color: #FFFFFF;
}

.oraki-home .oraki-account-page .oraki-account-shell {
  background: #f8f8fb;
  border-radius: 14px;
  padding: 14px;
}

.oraki-home .oraki-account-page .oraki-account-sidebar,
.oraki-home .oraki-account-page .oraki-account-content-wrapper {
  background-color: #FFFFFF;
  border: 1px solid #e8e3ef;
  border-radius: 10px;
}

.oraki-home .oraki-account-page .oraki-account-sidebar {
  padding: 16px;
  position: sticky;
  top: 128px;
}

.oraki-home .oraki-account-page .oraki-account-content-wrapper {
  min-height: 590px;
  padding: 18px;
  overflow: hidden;
}

.oraki-home .oraki-account-page .oraki-account-panel {
  display: none;
}

.oraki-home .oraki-account-page .oraki-account-panel.is-active {
  display: block;
}

.oraki-home .oraki-account-page .oraki-account-user-card {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px;
  border: 1px solid #e8e3ef;
  border-radius: 9px;
  background: linear-gradient(135deg, #f6f0ff 0%, #ffffff 100%);
  margin-bottom: 14px;
}

.oraki-home .oraki-account-page .oraki-account-user-avatar {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #4a2176;
  color: #ffffff;
  font-size: 19px;
}

.oraki-home .oraki-account-page .oraki-account-user-content {
  min-width: 0;
}

.oraki-home .oraki-account-page .oraki-account-user-label,
.oraki-home .oraki-account-page .oraki-account-user-email {
  display: block;
  color: #75677d;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
  margin: 0;
}

.oraki-home .oraki-account-page .oraki-account-user-name {
  color: #16002f;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  margin: 2px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.oraki-home .oraki-account-page .oraki-account-tab-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.oraki-home .oraki-account-page .oraki-account-tab-btn {
  width: 100%;
  min-height: 44px;
  border: 1px solid #e8e3ef;
  border-radius: 8px;
  background-color: #FFFFFF;
  color: #332242;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  transition: 0.25s ease;
}

.oraki-home .oraki-account-page .oraki-account-tab-icon {
  width: 18px;
  min-width: 18px;
  color: #4a2176;
  text-align: center;
  font-size: 14px;
}

.oraki-home .oraki-account-page .oraki-account-tab-btn:hover,
.oraki-home .oraki-account-page .oraki-account-tab-btn.is-active {
  background: #4a2176;
  border-color: #4a2176;
  color: #ffffff;
}

.oraki-home .oraki-account-page .oraki-account-tab-btn:hover .oraki-account-tab-icon,
.oraki-home .oraki-account-page .oraki-account-tab-btn.is-active .oraki-account-tab-icon {
  color: #ffffff;
}

.oraki-home .oraki-account-page .oraki-account-logout-tab,
.oraki-home .oraki-account-page .oraki-account-logout-tab .oraki-account-tab-icon {
  color: #e72135;
}

.oraki-home .oraki-account-page .oraki-account-panel-heading {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #eeeaf4;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.oraki-home .oraki-account-page .oraki-account-heading-left {
  min-width: 0;
  flex: 1 1 260px;
}

.oraki-home .oraki-account-page .oraki-account-kicker {
  display: block;
  color: #4a2176;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.oraki-home .oraki-account-page .oraki-account-title {
  color: #16002f;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}

.oraki-home .oraki-account-page .oraki-account-heading-text {
  /* flex: 1 1 360px; */
  max-width: 560px;
  color: #62546e;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
  margin: 0;
}

.oraki-home .oraki-account-page .oraki-account-card,
.oraki-home .oraki-account-page .oraki-support-card,
.oraki-home .oraki-account-page .oraki-account-track-card,
.oraki-home .oraki-account-page .oraki-account-address-form,
.oraki-home .oraki-account-page .oraki-account-address-card,
.oraki-home .oraki-account-page .oraki-order-detail-box,
.oraki-home .oraki-account-page .oraki-account-empty-state {
  background-color: #FFFFFF;
  border: 1px solid #e8e3ef;
  border-radius: 10px;
}

.oraki-home .oraki-account-page .oraki-account-card {
  height: 100%;
  padding: 18px;
}

.oraki-home .oraki-account-page .oraki-account-card:hover,
.oraki-home .oraki-account-page .oraki-account-stat-card:hover,
.oraki-home .oraki-account-page .oraki-account-quick-card:hover,
.oraki-home .oraki-account-page .oraki-support-card:hover {
  border-color: #4a2176;
}

.oraki-home .oraki-account-page .oraki-account-card-title-row,
.oraki-home .oraki-account-page .oraki-account-card-title-left,
.oraki-home .oraki-account-page .oraki-account-profile-item,
.oraki-home .oraki-account-page .oraki-account-profile-form-actions,
.oraki-home .oraki-account-page .oraki-account-empty-btn-row,
.oraki-home .oraki-account-page .oraki-account-form-btn-row,
.oraki-home .oraki-account-page .oraki-order-detail-head,
.oraki-home .oraki-account-page .oraki-order-detail-title-row,
.oraki-home .oraki-account-page .oraki-account-track-head,
.oraki-home .oraki-account-page .oraki-account-address-top,
.oraki-home .oraki-account-page .oraki-account-address-actions {
  display: flex;
  align-items: center;
}

.oraki-home .oraki-account-page .oraki-account-card-title-row,
.oraki-home .oraki-account-page .oraki-account-profile-item,
.oraki-home .oraki-account-page .oraki-order-detail-head,
.oraki-home .oraki-account-page .oraki-order-detail-title-row,
.oraki-home .oraki-account-page .oraki-account-track-head,
.oraki-home .oraki-account-page .oraki-account-address-top {
  justify-content: space-between;
}

.oraki-home .oraki-account-page .oraki-account-card-title-row {
  gap: 12px;
  margin-bottom: 14px;
}

.oraki-home .oraki-account-page .oraki-account-card-title-left {
  gap: 12px;
  min-width: 0;
}

.oraki-home .oraki-account-page .oraki-account-card-title {
  color: #16002f;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0;
}

.oraki-home .oraki-account-page .oraki-account-card-link,
.oraki-home .oraki-account-page .oraki-account-inline-btn,
.oraki-home .oraki-account-page .oraki-account-mini-link,
.oraki-home .oraki-account-page .oraki-account-section-link {
  border: 0;
  background: transparent;
  color: #4a2176;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  padding: 0;
}

.oraki-home .oraki-account-page .oraki-account-dashboard-hero {
  border: 1px solid #e8e3ef;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #fbf9ff 0%, #f4edff 100%);
  overflow: hidden;
}

.oraki-home .oraki-account-page .oraki-account-dashboard-hero-row {
  width: auto;
}

.oraki-home .oraki-account-page .oraki-account-dashboard-label {
  min-height: 24px;
  border-radius: 50px;
  background: #4a2176;
  color: #ffffff;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.oraki-home .oraki-account-page .oraki-account-dashboard-title {
  color: #16002f;
  font-size: 27px;
  line-height: 1.22;
  font-weight: 700;
  margin: 0 0 8px;
}

.oraki-home .oraki-account-page .oraki-account-dashboard-text {
  max-width: 620px;
  color: #62546e;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
  margin: 0;
}

.oraki-home .oraki-account-page .oraki-account-dashboard-hero-right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.oraki-home .oraki-account-page .oraki-account-dashboard-hero-right .oraki-account-primary-btn,
.oraki-home .oraki-account-page .oraki-account-dashboard-hero-right .oraki-account-light-btn {
  min-width: 118px;
}

.oraki-home .oraki-account-page .oraki-account-primary-btn,
.oraki-home .oraki-account-page .oraki-account-light-btn,
.oraki-home .oraki-account-page .oraki-order-view-btn,
.oraki-home .oraki-account-page .oraki-wishlist-cart-btn,
.oraki-home .oraki-account-page .oraki-support-btn,
.oraki-home .oraki-account-page .oraki-account-track-btn,
.oraki-home .oraki-account-page .oraki-account-address-save-btn,
.oraki-home .oraki-account-page .oraki-account-logout-btn {
  min-height: 40px;
  border: 0;
  border-radius: 8px;
  background: #4a2176;
  color: #ffffff;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition: 0.22s ease;
}

.oraki-home .oraki-account-page .oraki-account-light-btn {
  border: 1px solid #4a2176;
  background-color: #FFFFFF;
  color: #4a2176;
}

.oraki-home .oraki-account-page .oraki-account-primary-btn:hover,
.oraki-home .oraki-account-page .oraki-account-light-btn:hover,
.oraki-home .oraki-account-page .oraki-order-view-btn:hover,
.oraki-home .oraki-account-page .oraki-wishlist-cart-btn:hover,
.oraki-home .oraki-account-page .oraki-support-btn:hover,
.oraki-home .oraki-account-page .oraki-account-track-btn:hover,
.oraki-home .oraki-account-page .oraki-account-logout-btn:hover {
  background: #f03bbd;
  border-color: #f03bbd;
  color: #ffffff;
}

.oraki-home .oraki-account-page .oraki-account-stat-card,
.oraki-home .oraki-account-page .oraki-account-quick-card {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  border: 1px solid #e8e3ef;
  border-radius: 10px;
  display: flex;
  align-items: center;
  text-align: left;
  transition: 0.25s ease;
}

.oraki-home .oraki-account-page .oraki-account-stat-card {
  gap: 17px;
  padding: 20px;
}

.oraki-home .oraki-account-page .oraki-account-stat-card:hover {
  transform: translateY(-2px);
}

.oraki-home .oraki-account-page .oraki-account-stat-icon,
.oraki-home .oraki-account-page .oraki-account-card-icon,
.oraki-home .oraki-account-page .oraki-account-quick-icon,
.oraki-home .oraki-account-page .oraki-support-icon,
.oraki-home .oraki-account-page .oraki-account-empty-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  background: #f4edff;
  color: #4a2176;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.oraki-home .oraki-account-page .oraki-account-stat-content,
.oraki-home .oraki-account-page .oraki-account-quick-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.oraki-home .oraki-account-page .oraki-account-stat-number {
  color: #16002f;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.oraki-home .oraki-account-page .oraki-account-stat-label,
.oraki-home .oraki-account-page .oraki-account-quick-text {
  color: #62546e;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 600;
}

.oraki-home .oraki-account-page .oraki-account-dashboard-row,
.oraki-home .oraki-account-page .oraki-account-quick-row {
  margin-top: 0;
}

.oraki-home .oraki-account-page .oraki-account-quick-card {
  gap: 13px;
  padding: 16px;
}

.oraki-home .oraki-account-page .oraki-account-quick-content {
  flex: 1 1 auto;
}

.oraki-home .oraki-account-page .oraki-account-quick-title {
  color: #16002f;
  font-size: 15px;
  font-weight: 700;
}

.oraki-home .oraki-account-page .oraki-account-quick-arrow {
  margin-left: auto;
  color: #b8adbf;
}

.oraki-home .oraki-account-page .oraki-account-profile-view {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.oraki-home .oraki-account-page .oraki-account-profile-item {
  gap: 12px;
}

.oraki-home .oraki-account-page .oraki-account-profile-label {
  color: #62546e;
  font-size: 13px;
  font-weight: 500;
}

.oraki-home .oraki-account-page .oraki-account-profile-value {
  color: #16002f;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.oraki-home .oraki-account-page .oraki-account-profile-address-item {
  align-items: flex-start;
}

.oraki-home .oraki-account-page .oraki-account-profile-address-value {
  max-width: 68%;
  line-height: 1.5;
}

.oraki-home .oraki-account-page .oraki-account-profile-form {
  display: none;
}

.oraki-home .oraki-account-page .oraki-account-profile-form.is-open {
  display: block;
}

.oraki-home .oraki-account-page .oraki-account-profile-view.is-hidden {
  display: none;
}

.oraki-home .oraki-account-page .oraki-account-profile-form-actions {
  gap: 10px;
  margin-top: 12px;
}

.oraki-home .oraki-account-page .oraki-account-recent-order {
  width: 100%;
  border: 1px solid #eeeaf4;
  border-radius: 8px;
  background: #fbfaff;
  padding: 14px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  text-align: left;
}

.oraki-home .oraki-account-page .oraki-account-recent-order-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.oraki-home .oraki-account-page .oraki-account-recent-order-id,
.oraki-home .oraki-account-page .oraki-account-order-id,
.oraki-home .oraki-account-page .oraki-account-price-text {
  color: #16002f;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
}

.oraki-home .oraki-account-page .oraki-account-recent-order-text {
  color: #62546e;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
}

.oraki-home .oraki-account-page .oraki-account-mini-link {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 0;
}

.oraki-home .oraki-account-page .oraki-account-payment-status,
.oraki-home .oraki-account-page .oraki-account-order-status,
.oraki-home .oraki-account-page .oraki-wishlist-stock,
.oraki-home .oraki-account-page .oraki-account-address-type,
.oraki-home .oraki-account-page .oraki-account-default-badge {
  min-height: 26px;
  border-radius: 50px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.oraki-home .oraki-account-page .is-paid,
.oraki-home .oraki-account-page .is-stock,
.oraki-home .oraki-account-page .is-delivered {
  background: #e9fff0;
  color: #0ea83d;
}

.oraki-home .oraki-account-page .is-cod,
.oraki-home .oraki-account-page .is-processing,
.oraki-home .oraki-account-page .is-limited {
  background: #fff4dc;
  color: #c28600;
}

.oraki-home .oraki-account-page .is-shipped {
  background: #e8f2ff;
  color: #1269ca;
}

.oraki-home .oraki-account-page .oraki-account-address-type,
.oraki-home .oraki-account-page .oraki-account-default-badge {
  min-height: 24px;
  padding: 0 10px;
  font-size: 11px;
  background: #f4edff;
  color: #4a2176;
}

.oraki-home .oraki-account-page .oraki-account-default-badge {
  opacity: 0;
  visibility: hidden;
}

.oraki-home .oraki-account-page .oraki-account-address-card.is-default .oraki-account-default-badge {
  opacity: 1;
  visibility: visible;
}

.oraki-home .oraki-account-page .oraki-professional-card-list,
.oraki-home .oraki-account-page .oraki-wishlist-list,
.oraki-home .oraki-account-page .oraki-account-address-list {
  align-items: stretch;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.oraki-home .oraki-account-page .oraki-order-card-item,
.oraki-home .oraki-account-page .oraki-wishlist-card-item,
.oraki-home .oraki-account-page .oraki-account-address-col {
  display: flex;
}

.oraki-home .oraki-account-page .oraki-account-order-card,
.oraki-home .oraki-account-page .oraki-wishlist-card,
.oraki-home .oraki-account-page .oraki-account-address-card {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  border: 1px solid #e8dfef;
  border-radius: 12px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.oraki-home .oraki-account-page .oraki-account-order-card:hover,
.oraki-home .oraki-account-page .oraki-wishlist-card:hover,
.oraki-home .oraki-account-page .oraki-account-address-card:hover {
  border-color: #cbb6e2;
  box-shadow: 0 12px 28px rgba(42, 17, 68, 0.07);
}

.oraki-home .oraki-account-page .oraki-card-label {
  display: block;
  color: #756981;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.oraki-home .oraki-account-page .oraki-account-order-card-top,
.oraki-home .oraki-account-page .oraki-wishlist-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.oraki-home .oraki-account-page .oraki-account-order-id-box,
.oraki-home .oraki-account-page .oraki-wishlist-product-info,
.oraki-home .oraki-account-page .oraki-order-product-info {
  min-width: 0;
}

.oraki-home .oraki-account-page .oraki-account-order-id {
  color: #06002d;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  word-break: break-word;
}

.oraki-home .oraki-account-page .oraki-account-order-items-box {
  min-height: 68px;
  padding: 12px 0 14px;
  margin-bottom: 14px;
  border-top: 1px solid #f1ebf7;
  border-bottom: 1px solid #f1ebf7;
}

.oraki-home .oraki-account-page .oraki-order-card-items {
  color: #06002d;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
  margin: 0;
}

.oraki-home .oraki-account-page .oraki-account-order-info-row {
  margin-bottom: 16px;
}

.oraki-home .oraki-account-page .oraki-account-order-info,
.oraki-home .oraki-account-page .oraki-wishlist-info-box,
.oraki-home .oraki-account-page .oraki-order-detail-summary-card,
.oraki-home .oraki-account-page .oraki-order-detail-total {
  border: 1px solid #f0eaf6;
  border-radius: 10px;
  background-color: #FFFFFF;
}

.oraki-home .oraki-account-page .oraki-account-order-info,
.oraki-home .oraki-account-page .oraki-wishlist-info-box,
.oraki-home .oraki-account-page .oraki-order-detail-summary-card {
  height: 100%;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.oraki-home .oraki-account-page .oraki-account-order-info strong,
.oraki-home .oraki-account-page .oraki-account-order-info>span:not(.oraki-card-label):not(.oraki-account-payment-status) {
  color: #06002d;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
}

.oraki-home .oraki-account-page .oraki-account-order-card-bottom,
.oraki-home .oraki-account-page .oraki-wishlist-action-group {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
}

.oraki-home .oraki-account-page .oraki-wishlist-card {
  min-height: 292px;
  overflow: hidden;
}

.oraki-home .oraki-account-page .oraki-wishlist-card-top {
  justify-content: flex-start;
  min-height: 86px;
}

.oraki-home .oraki-account-page .oraki-wishlist-product-img,
.oraki-home .oraki-account-page .oraki-order-product-img {
  border: 1px solid #eee7f5;
  border-radius: 10px;
  background-color: #FFFFFF;
  object-fit: contain;
  padding: 6px;
}

.oraki-home .oraki-account-page .oraki-wishlist-product-img {
  width: 72px;
  height: 72px;
  min-width: 72px;
}

.oraki-home .oraki-account-page .oraki-wishlist-product-info {
  padding: 0;
}

.oraki-home .oraki-account-page .oraki-wishlist-product-title,
.oraki-home .oraki-account-page .oraki-order-product-title {
  color: #06002d;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 6px;
}

.oraki-home .oraki-account-page .oraki-wishlist-product-meta,
.oraki-home .oraki-account-page .oraki-order-product-meta,
.oraki-home .oraki-account-page .oraki-order-detail-total-label,
.oraki-home .oraki-account-page .oraki-order-detail-summary-label {
  display: block;
  color: #514161;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
  margin: 0;
}

.oraki-home .oraki-account-page .oraki-wishlist-info-row {
  padding: 6px 0 14px 0;
  margin-bottom: 14px;
  border-top: 1px solid #f1ebf7;
  border-bottom: 1px solid #f1ebf7;
}

.oraki-home .oraki-account-page .oraki-wishlist-info-box {
  min-height: 68px;
}

.oraki-home .oraki-account-page .oraki-wishlist-price-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.oraki-home .oraki-account-page .oraki-wishlist-price {
  color: #06002d;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.oraki-home .oraki-account-page .oraki-wishlist-old-price {
  color: #aaa3b4;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.oraki-home .oraki-account-page .oraki-wishlist-remove-btn,
.oraki-home .oraki-account-page .oraki-account-cancel-btn,
.oraki-home .oraki-account-page .oraki-order-back-btn {
  min-height: 40px;
  border: 1px solid #e7ddec;
  border-radius: 8px;
  background-color: #FFFFFF;
  color: #06002d;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.22s ease;
}

.oraki-home .oraki-account-page .oraki-wishlist-remove-btn,
.oraki-home .oraki-account-page .oraki-account-delete-address {
  border-color: #ffc6cf;
  color: #f01435;
}

.oraki-home .oraki-account-page .oraki-wishlist-remove-btn:hover,
.oraki-home .oraki-account-page .oraki-account-delete-address:hover {
  background: #fff3f5;
  color: #f01435;
}

.oraki-home .oraki-account-page .oraki-account-address-add-btn {
  min-height: 38px;
  border: 0;
  border-radius: 7px;
  background: #f4edff;
  color: #4a2176;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  transition: 0.25s ease;
}

.oraki-home .oraki-account-page .oraki-account-address-add-btn:hover {
  background: #4a2176;
  color: #ffffff;
}

.oraki-home .oraki-account-page .oraki-account-address-edit {
  min-height: 40px;
  border: 0;
  border-radius: 8px;
  background: #4a2176;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.22s ease;
}

.oraki-home .oraki-account-page .oraki-account-address-edit:hover {
  background: #f03bbd;
  color: #ffffff;
}

.oraki-home .oraki-account-page .oraki-account-delete-address,
.oraki-home .oraki-account-page .oraki-account-address-cancel-btn {
  width: auto;
  min-width: auto;
  min-height: 40px;
  height: auto;
  border: 1px solid #ffc6cf;
  border-radius: 8px;
  background-color: #FFFFFF;
  color: #f01435;
  padding: 10px 18px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.22s ease;
}

.oraki-home .oraki-account-page .oraki-account-delete-address:hover,
.oraki-home .oraki-account-page .oraki-account-address-cancel-btn:hover {
  background: #fff3f5;
  border-color: #ffc6cf;
  color: #f01435;
}

.oraki-home .oraki-account-page .oraki-account-address-form {
  display: none;
  padding: 18px;
  margin-bottom: 16px;
}

.oraki-home .oraki-account-page .oraki-account-address-form.is-open {
  display: block;
}

.oraki-home .oraki-account-page .oraki-account-address-form-head {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #eeeaf4;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.oraki-home .oraki-account-page .oraki-account-address-form-title {
  color: #16002f;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.oraki-home .oraki-account-page .oraki-account-address-form-text {
  color: #62546e;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}

.oraki-home .oraki-account-page .oraki-account-form-label {
  display: block;
  color: #43334f;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 8px;
}

.oraki-home .oraki-account-page .oraki-account-track-input,
.oraki-home .oraki-account-page .oraki-account-form-control {
  width: 100%;
  min-height: 45px;
  border: 1px solid #e1dce8;
  border-radius: 7px;
  background-color: #FFFFFF;
  color: #16002f;
  font-size: 14px;
  font-weight: 600;
  padding: 0 14px;
  outline: none;
  transition: 0.25s ease;
}

.oraki-home .oraki-account-page textarea.oraki-account-form-control {
  padding-top: 12px;
  resize: none;
}

.oraki-home .oraki-account-page .oraki-account-track-input:focus,
.oraki-home .oraki-account-page .oraki-account-form-control:focus {
  border-color: #4a2176;
  box-shadow: 0 0 0 3px rgba(74, 33, 118, 0.08);
}

.oraki-home .oraki-account-page .oraki-account-form-control[list] {
  background-color: #ffffff;
}

.oraki-home .oraki-account-page .oraki-account-form-btn-row,
.oraki-home .oraki-account-page .oraki-account-address-actions {
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.oraki-home .oraki-account-page .oraki-account-form-btn-row {
  margin-top: 16px;
}

.oraki-home .oraki-account-page .oraki-account-address-card {
  min-height: 210px;
  cursor: pointer;
}

.oraki-home .oraki-account-page .oraki-account-address-card.is-default {
  border-color: #4a2176;
  background: #fbf9ff;
}

.oraki-home .oraki-account-page .oraki-account-address-name {
  color: #16002f;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  margin: 14px 0 8px;
}

.oraki-home .oraki-account-page .oraki-account-address-text,
.oraki-home .oraki-account-page .oraki-account-address-phone {
  color: #62546e;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 0 15px;
}

.oraki-home .oraki-account-page .oraki-account-address-phone {
  display: block;
  color: #43334f;
  font-weight: 700;
}

.oraki-home .oraki-account-page .oraki-account-delete-address {
  width: auto;
  min-width: 0;
  min-height: 40px;
  border: 1px solid #ffc6cf;
  border-radius: 8px;
  background-color: #FFFFFF;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.oraki-home .oraki-account-page .oraki-account-track-form {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.oraki-home .oraki-account-page .oraki-account-track-card {
  padding: 18px;
}

.oraki-home .oraki-account-page .oraki-account-track-head {
  align-items: flex-start;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eeeaf4;
}

.oraki-home .oraki-account-page .oraki-account-track-order {
  color: #62546e;
  font-size: 13px;
  font-weight: 600;
}

.oraki-home .oraki-account-page .oraki-account-track-title {
  color: #16002f;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
  margin: 4px 0 0;
}

.oraki-home .oraki-account-page .oraki-account-track-progress {
  padding-top: 18px;
}

.oraki-home .oraki-account-page .oraki-track-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding-bottom: 20px;
}

.oraki-home .oraki-account-page .oraki-track-step:last-child {
  padding-bottom: 0;
}

.oraki-home .oraki-account-page .oraki-track-step::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 17px;
  bottom: 0;
  width: 2px;
  background: #e8e3ef;
}

.oraki-home .oraki-account-page .oraki-track-step:last-child::before {
  display: none;
}

.oraki-home .oraki-account-page .oraki-track-step-dot {
  width: 14px;
  height: 14px;
  min-width: 14px;
  margin-top: 2px;
  border-radius: 50%;
  border: 2px solid #e3deea;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}

.oraki-home .oraki-account-page .oraki-track-step.is-done .oraki-track-step-dot {
  border-color: #4a2176;
  background: #4a2176;
}

.oraki-home .oraki-account-page .oraki-track-step.is-done::before {
  background: #4a2176;
}

.oraki-home .oraki-account-page .oraki-track-step-title {
  display: block;
  color: #16002f;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.oraki-home .oraki-account-page .oraki-track-step-text {
  display: block;
  color: #62546e;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}

.oraki-home .oraki-account-page .oraki-order-detail-box {
  display: none;
  border: 1px solid #e8dfef;
  border-radius: 14px;
  padding: 18px;
  background-color: #FFFFFF;
}

.oraki-home .oraki-account-page .oraki-order-detail-box.is-open {
  display: block;
}

.oraki-home .oraki-account-page .oraki-order-detail-head {
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.oraki-home .oraki-account-page .oraki-order-back-btn {
  padding: 10px 14px;
  gap: 10px;
}

.oraki-home .oraki-account-page .oraki-order-back-icon {
  margin: 0;
  font-size: 13px;
  line-height: 1;
}

.oraki-home .oraki-account-page .oraki-order-detail-title-row {
  align-items: stretch;
  gap: 14px;
  padding: 16px;
  margin: 0 0 18px;
  border: 1px solid #f1ebf7;
  border-radius: 12px;
  background-color: #FFFFFF;
}

.oraki-home .oraki-account-page .oraki-order-detail-title {
  color: #16002f;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.oraki-home .oraki-account-page .oraki-order-detail-total {
  min-width: 130px;
  padding: 12px;
  text-align: right;
}

.oraki-home .oraki-account-page .oraki-order-detail-total-value {
  color: #16002f;
  font-size: 20px;
  font-weight: 700;
}

.oraki-home .oraki-account-page .oraki-order-detail-summary-card {
  min-height: 74px;
  padding: 14px;
}

.oraki-home .oraki-account-page .oraki-order-detail-summary-value {
  display: block;
  color: #16002f;
  font-size: 14px;
  font-weight: 700;
  margin-top: 4px;
}

.oraki-home .oraki-account-page .oraki-order-product-list {
  margin-top: 0;
}

.oraki-home .oraki-account-page .oraki-order-product-row {
  height: 100%;
  min-height: 104px;
  border: 1px solid #f0eaf6;
  border-radius: 10px;
  background-color: #FFFFFF;
  padding: 12px;
  display: flex;
  align-items: start;
  gap: 12px;
}

.oraki-home .oraki-account-page .oraki-order-product-img {
  width: 68px;
  height: 68px;
  min-width: 68px;
  border-radius: 9px;
  padding: 5px;
}

.oraki-home .oraki-account-page .oraki-order-product-info {
  flex: 1 1 auto;
}

.oraki-home .oraki-account-page .oraki-order-product-price {
  color: #16002f;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  margin-left: auto;
}

.oraki-home .oraki-account-page .oraki-support-card {
  min-height: 188px;
  padding: 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.oraki-home .oraki-account-page .oraki-support-title {
  color: #16002f;
  font-size: 16px;
  font-weight: 700;
  margin: 12px 0 7px;
}

.oraki-home .oraki-account-page .oraki-support-text {
  color: #62546e;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 14px;
}

.oraki-home .oraki-account-page .oraki-account-empty-state {
  min-height: 350px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.oraki-home .oraki-account-page .oraki-account-empty-title {
  color: #16002f;
  font-size: 23px;
  font-weight: 700;
  margin: 16px 0 7px;
}

.oraki-home .oraki-account-page .oraki-account-empty-text {
  color: #62546e;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 18px;
}

.oraki-home .oraki-account-page .oraki-account-empty-btn-row {
  gap: 10px;
}

@media (max-width: 1200px) {
  .oraki-home .oraki-account-page .oraki-account-sidebar {
    top: 112px;
  }

  .oraki-home .oraki-account-page .oraki-account-content-wrapper {
    padding: 16px;
  }

  .oraki-home .oraki-account-page .oraki-account-dashboard-title {
    font-size: 24px;
  }

  .oraki-home .oraki-account-page .oraki-account-order-items-box {
    min-height: auto;
  }
}

@media (max-width: 992px) {
  .oraki-home .oraki-account-page .oraki-account-sidebar {
    position: static;
  }

  .oraki-home .oraki-account-page .oraki-account-tab-list {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .oraki-home .oraki-account-page .oraki-account-tab-list::-webkit-scrollbar {
    height: 0;
  }

  .oraki-home .oraki-account-page .oraki-account-tab-btn {
    width: auto;
    min-width: max-content;
  }

  .oraki-home .oraki-account-page .oraki-account-dashboard-hero-right {
    justify-content: flex-start;
  }

  /* .oraki-home .oraki-account-page .oraki-account-dashboard-hero-right .oraki-account-primary-btn,
  .oraki-home .oraki-account-page .oraki-account-dashboard-hero-right .oraki-account-light-btn {
    flex: 1 1 160px;
  } */

  .oraki-home .oraki-account-page .oraki-account-address-list {
    --bs-gutter-x: 14px;
    --bs-gutter-y: 14px;
  }
}

@media (max-width: 768px) {
  .oraki-home .oraki-account-page .oraki-account-section {
    padding: 16px 0 84px;
  }

  .oraki-home .oraki-account-page .oraki-account-panel-heading {
    display: block;
  }

  .oraki-home .oraki-account-page .oraki-account-heading-text {
    max-width: 100%;
    font-size: 13px;
    margin-top: 8px;
  }

  .oraki-home .oraki-account-page .oraki-account-title {
    font-size: 20px;
  }

  .oraki-home .oraki-account-page .oraki-account-dashboard-hero {
    padding: 18px;
  }

  .oraki-home .oraki-account-page .oraki-account-dashboard-title {
    font-size: 21px;
  }

  .oraki-home .oraki-account-page .oraki-account-dashboard-hero-right,
  .oraki-home .oraki-account-page .oraki-account-track-form,
  .oraki-home .oraki-account-page .oraki-account-address-form-head {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .oraki-home .oraki-account-page .oraki-account-primary-btn,
  .oraki-home .oraki-account-page .oraki-account-light-btn,
  .oraki-home .oraki-account-page .oraki-account-track-btn {
    width: 100%;
  }

  .oraki-home .oraki-account-page .oraki-account-stat-card,
  .oraki-home .oraki-account-page .oraki-account-quick-card {
    min-height: auto;
    padding: 16px;
  }

  .oraki-home .oraki-account-page .oraki-account-profile-address-value {
    max-width: 100%;
    text-align: left;
  }

  .oraki-home .oraki-account-page .oraki-account-order-card,
  .oraki-home .oraki-account-page .oraki-wishlist-card,
  .oraki-home .oraki-account-page .oraki-account-address-card {
    padding: 14px;
    border-radius: 11px;
  }

  .oraki-home .oraki-account-page .oraki-wishlist-card-top,
  .oraki-home .oraki-account-page .oraki-account-order-card-top,
  .oraki-home .oraki-account-page .oraki-order-detail-head {
    align-items: center;
  }

  .oraki-home .oraki-account-page .oraki-wishlist-product-img {
    width: 68px;
    height: 68px;
    min-width: 68px;
  }

  .oraki-home .oraki-account-page .oraki-wishlist-action-group {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .oraki-home .oraki-account-page .oraki-wishlist-cart-btn,
  .oraki-home .oraki-account-page .oraki-wishlist-remove-btn {
    flex: 1 1 50%;
    min-width: 118px;
  }

  .oraki-home .oraki-account-page .oraki-order-detail-title-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .oraki-home .oraki-account-page .oraki-order-detail-total {
    width: 100%;
    text-align: left;
  }

  .oraki-home .oraki-account-page .oraki-order-product-row {
    align-items: flex-start;
  }

  .oraki-home .oraki-account-page .oraki-order-product-price {
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .oraki-home .oraki-account-page .oraki-account-user-card {
    padding: 12px;
  }

  .oraki-home .oraki-account-page .oraki-account-dashboard-hero {
    padding: 16px;
  }

  .oraki-home .oraki-account-page .oraki-account-card,
  .oraki-home .oraki-account-page .oraki-account-track-card,
  .oraki-home .oraki-account-page .oraki-account-address-form,
  .oraki-home .oraki-account-page .oraki-order-detail-box {
    padding: 14px;
  }

  .oraki-home .oraki-account-page .oraki-account-empty-btn-row,
  .oraki-home .oraki-account-page .oraki-account-form-btn-row,
  .oraki-home .oraki-account-page .oraki-account-profile-form-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .oraki-home .oraki-account-page .oraki-account-address-save-btn,
  .oraki-home .oraki-account-page .oraki-account-address-cancel-btn,
  .oraki-home .oraki-account-page .oraki-account-logout-btn,
  .oraki-home .oraki-account-page .oraki-account-cancel-btn {
    width: 100%;
  }

  .oraki-home .oraki-account-page .oraki-account-address-add-btn {
    margin-top: 10px;
  }
}

@media (max-width: 420px) {
  .oraki-home .oraki-account-page .oraki-wishlist-action-group {
    flex-direction: column;
  }

  .oraki-home .oraki-account-page .oraki-wishlist-cart-btn,
  .oraki-home .oraki-account-page .oraki-wishlist-remove-btn {
    width: 100%;
  }

  .oraki-home .oraki-account-page .oraki-wishlist-card-top,
  .oraki-home .oraki-account-page .oraki-order-product-row {
    gap: 10px;
  }

  .oraki-home .oraki-account-page .oraki-wishlist-product-title,
  .oraki-home .oraki-account-page .oraki-order-product-title {
    font-size: 13px;
  }

  .oraki-home .oraki-account-page .oraki-wishlist-product-meta,
  .oraki-home .oraki-account-page .oraki-order-product-meta {
    font-size: 12px;
  }

  .oraki-home .oraki-account-page .oraki-order-product-price {
    font-size: 13px;
  }

  .oraki-home .oraki-account-page .oraki-account-card-title-row {
    display: flex;
    flex-wrap: wrap;
  }
}

.oraki-home .oraki-topdeals-page .oraki-topdeals-showcase-section {
  padding: 32px 0 0 0;
  background-color: #FFFFFF;
}

.oraki-home .oraki-topdeals-page .oraki-topdeals-banner-link {
  width: 100%;
  display: flex;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(42, 17, 68, 0.10);
}

.oraki-home .oraki-topdeals-page .oraki-topdeals-banner-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.oraki-home .oraki-topdeals-page .oraki-topdeal-category-section {
  padding: 28px 0 0;
  background-color: #FFFFFF;
}

.oraki-home .oraki-topdeals-page .oraki-topdeal-category-row {
  display: flex;
  flex-wrap: wrap;
}

.oraki-home .oraki-topdeals-page .oraki-topdeal-category-row>[class*="col-"] {
  min-width: 0;
}

.oraki-home .oraki-topdeals-page .oraki-topdeal-category-card {
  width: 100%;
  /* min-height: 330px; */
  border-radius: 14px;
  padding: 22px 18px 20px;
  text-decoration: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 2px solid transparent;
  box-sizing: border-box;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.oraki-home .oraki-topdeals-page .oraki-topdeal-category-kitchen:hover {
  border-color: #4b168d;
}

.oraki-home .oraki-topdeals-page .oraki-topdeal-category-jewellery:hover {
  border-color: #f03bbd;
}

.oraki-home .oraki-topdeals-page .oraki-topdeal-category-electronic:hover {
  border-color: #1549c5;
}

.oraki-home .oraki-topdeals-page .oraki-topdeal-category-fashion:hover {
  border-color: #6516b7;
}

.oraki-home .oraki-topdeals-page .oraki-topdeal-category-beauty:hover {
  border-color: #0d9647;
}

.oraki-home .oraki-topdeals-page .oraki-topdeal-category-title {
  width: 100%;
  margin: 0 0 14px;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.oraki-home .oraki-topdeals-page .oraki-topdeal-category-img-box {
  width: 100%;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  pointer-events: none;
}

.oraki-home .oraki-topdeals-page .oraki-topdeal-category-img-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
}

.oraki-home .oraki-topdeals-page .oraki-topdeal-category-btn {
  min-width: 145px;
  min-height: 38px;
  border-radius: 50px;
  padding: 10px 18px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 0;
  box-shadow: 0 10px 24px rgba(42, 17, 68, 0.12);
  transition: transform 0.25s ease;
  white-space: nowrap;
}

.oraki-home .oraki-topdeals-page .oraki-topdeal-category-kitchen {
  background: linear-gradient(135deg, #f7efff 0%, #fbf5ff 100%);
}

.oraki-home .oraki-topdeals-page .oraki-topdeal-category-jewellery {
  background: linear-gradient(135deg, #fff1f8 0%, #ffe4f2 100%);
}

.oraki-home .oraki-topdeals-page .oraki-topdeal-category-electronic {
  background: linear-gradient(135deg, #eff6ff 0%, #e7efff 100%);
}

.oraki-home .oraki-topdeals-page .oraki-topdeal-category-fashion {
  background: linear-gradient(135deg, #f6efff 0%, #f2e5ff 100%);
}

.oraki-home .oraki-topdeals-page .oraki-topdeal-category-beauty {
  background: linear-gradient(135deg, #effff7 0%, #dff6ea 100%);
}

.oraki-home .oraki-topdeals-page .oraki-topdeal-category-kitchen .oraki-topdeal-category-title {
  color: #4b168d;
}

.oraki-home .oraki-topdeals-page .oraki-topdeal-category-jewellery .oraki-topdeal-category-title {
  color: #f03bbd;
}

.oraki-home .oraki-topdeals-page .oraki-topdeal-category-electronic .oraki-topdeal-category-title {
  color: #1549c5;
}

.oraki-home .oraki-topdeals-page .oraki-topdeal-category-fashion .oraki-topdeal-category-title {
  color: #6516b7;
}

.oraki-home .oraki-topdeals-page .oraki-topdeal-category-beauty .oraki-topdeal-category-title {
  color: #0d9647;
}

.oraki-home .oraki-topdeals-page .oraki-topdeal-category-kitchen .oraki-topdeal-category-btn {
  background: #4b168d;
}

.oraki-home .oraki-topdeals-page .oraki-topdeal-category-jewellery .oraki-topdeal-category-btn {
  background: #f03bbd;
}

.oraki-home .oraki-topdeals-page .oraki-topdeal-category-electronic .oraki-topdeal-category-btn {
  background: #1549c5;
}

.oraki-home .oraki-topdeals-page .oraki-topdeal-category-fashion .oraki-topdeal-category-btn {
  background: #6516b7;
}

.oraki-home .oraki-topdeals-page .oraki-topdeal-category-beauty .oraki-topdeal-category-btn {
  background: #0d9647;
}

@media (max-width: 1400px) {
  .oraki-home .oraki-topdeals-page .oraki-topdeal-category-card {
    /* min-height: 305px; */
    padding: 20px 16px 18px;
  }

  .oraki-home .oraki-topdeals-page .oraki-topdeal-category-title {
    font-size: 22px;
  }

  .oraki-home .oraki-topdeals-page .oraki-topdeal-category-img-box {
    height: 170px;
  }
}

@media (max-width: 1200px) {
  /* .oraki-home .oraki-topdeals-page .oraki-topdeal-category-card {
    min-height: 300px;
  } */

  .oraki-home .oraki-topdeals-page .oraki-topdeal-category-img-box {
    height: 165px;
  }
}

@media (max-width: 992px) {
  .oraki-home .oraki-topdeals-page .oraki-topdeals-showcase-section {
    padding-top: 24px;
  }

  /* .oraki-home .oraki-topdeals-page .oraki-topdeal-category-card {
    min-height: 285px;
  } */

  .oraki-home .oraki-topdeals-page .oraki-topdeal-category-title {
    font-size: 21px;
  }

  .oraki-home .oraki-topdeals-page .oraki-topdeal-category-img-box {
    height: 155px;
  }
}

@media (max-width: 768px) {
  .oraki-home .oraki-topdeals-page .oraki-topdeals-showcase-section {
    padding-top: 16px;
  }

  .oraki-home .oraki-topdeals-page .oraki-topdeals-banner-link {
    border-radius: 10px;
  }

  .oraki-home .oraki-topdeals-page .oraki-topdeal-category-section {
    padding-top: 18px;
  }

  .oraki-home .oraki-topdeals-page .oraki-topdeal-category-card {
    /* min-height: 270px; */
    padding: 18px 14px 16px;
    border-radius: 12px;
  }

  .oraki-home .oraki-topdeals-page .oraki-topdeal-category-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .oraki-home .oraki-topdeals-page .oraki-topdeal-category-img-box {
    height: 145px;
    margin-bottom: 15px;
  }

  .oraki-home .oraki-topdeals-page .oraki-topdeal-category-btn {
    min-height: 36px;
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .oraki-home .oraki-topdeals-page .oraki-topdeal-category-card {
    /* min-height: 255px; */
    padding: 18px 14px;
  }

  .oraki-home .oraki-topdeals-page .oraki-topdeal-category-title {
    font-size: 18px;
  }

  .oraki-home .oraki-topdeals-page .oraki-topdeal-category-img-box {
    height: 135px;
  }

  .oraki-home .oraki-topdeals-page .oraki-topdeal-category-btn {
    min-width: 140px;
    padding: 10px 16px;
  }
}

.oraki-home .oraki-brand-page .oraki-brand-list-section {
  padding: 32px 0 42px;
  background-color: #FFFFFF;
}

.oraki-home .oraki-brand-page .oraki-brand-list-content {
  background: #f8f8fb;
  border-radius: 12px;
  padding: 14px;
}

.oraki-home .oraki-brand-page .oraki-brand-list-topbar {
  min-height: 48px;
  background-color: #FFFFFF;
  border: 1px solid #eeeaf4;
  border-radius: 8px;
  padding: 14px 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.oraki-home .oraki-brand-page .oraki-brand-list-content .brand-item {
  width: 100%;
}

.oraki-home .oraki-brand-page .oraki-brand-heading-box h1 {
  color: #2A1144;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 5px;
}

.oraki-home .oraki-brand-page .oraki-brand-heading-box p {
  color: #797083;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0;
}

.oraki-home .oraki-brand-page .oraki-brand-search-box {
  width: 260px;
  height: 40px;
  border: 1px solid #e4e0ea;
  border-radius: 5px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.oraki-home .oraki-brand-page .oraki-brand-search-box input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  padding: 0 10px;
  color: #2A1144;
  font-size: 14px;
  font-weight: 500;
  background: transparent;
}

.oraki-home .oraki-brand-page .oraki-brand-search-box input::placeholder {
  color: #9d97a8;
}

.oraki-home .oraki-brand-page .oraki-brand-search-box button {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border: 0;
  background: transparent;
  color: #4a2176;
  font-size: 14px;
}

.oraki-home .oraki-brand-page .oraki-brand-row {
  display: flex;
  flex-wrap: wrap;
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
}

.oraki-home .oraki-brand-page .oraki-brand-row>[class*="col-"] {
  display: flex;
}

.oraki-home .oraki-brand-page .oraki-brand-card {
  width: 100%;
  min-height: 172px;
  background-color: #FFFFFF;
  border: 1px solid #e9e8ef;
  border-radius: 9px;
  padding: 20px 12px;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  transition: 0.25s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.oraki-home .oraki-brand-page .oraki-brand-card:hover {
  border-color: #4a2176;
}

.oraki-home .oraki-brand-page .oraki-brand-logo-box {
  width: 100%;
  height: 62px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oraki-home .oraki-brand-page .oraki-brand-logo-box img {
  max-height: 52px;
  object-fit: contain;
  display: block;
}

.oraki-home .oraki-brand-page .oraki-brand-card p {
  color: #797083;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 12px;
}

.oraki-home .oraki-brand-page .oraki-brand-card span {
  min-height: 24px;
  border-radius: 30px;
  background: #f4edff;
  color: #4a2176;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.oraki-home .oraki-brand-page .oraki-brand-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 28px;
}

.oraki-home .oraki-brand-page .oraki-brand-pagination a,
.oraki-home .oraki-brand-page .oraki-brand-pagination span {
  width: 34px;
  height: 34px;
  border: 1px solid #e4e0ea;
  border-radius: 5px;
  background-color: #FFFFFF;
  color: #2A1144;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.oraki-home .oraki-brand-page .oraki-brand-pagination a.active,
.oraki-home .oraki-brand-page .oraki-brand-pagination a:hover {
  background: #4a2176;
  border-color: #4a2176;
  color: #ffffff;
}

@media (max-width: 992px) {
  .oraki-home .oraki-brand-page .oraki-brand-list-section {
    padding: 20px 0 34px;
  }

  .oraki-home .oraki-brand-page .oraki-brand-list-content {
    padding: 12px;
  }

  .oraki-home .oraki-brand-page .oraki-brand-search-box {
    display: none;
  }
}

@media (max-width: 768px) {
  .oraki-home .oraki-brand-page .oraki-brand-list-section {
    padding: 16px 0 84px;
  }

  .oraki-home .oraki-brand-page .oraki-brand-list-content {
    background: transparent;
    padding: 0;
  }

  .oraki-home .oraki-brand-page .oraki-brand-list-topbar {
    border-radius: 8px;
    margin-bottom: 14px;
    padding: 12px;
    display: block;
  }

  .oraki-home .oraki-brand-page .oraki-brand-heading-box h1 {
    font-size: 18px;
  }

  .oraki-home .oraki-brand-page .oraki-brand-heading-box p {
    font-size: 12px;
  }

  .oraki-home .oraki-brand-page .oraki-brand-row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
  }

  .oraki-home .oraki-brand-page .oraki-brand-card {
    min-height: 138px;
    padding: 16px 10px;
    border-radius: 8px;
  }

  .oraki-home .oraki-brand-page .oraki-brand-logo-box {
    height: 46px;
    margin-bottom: 14px;
  }

  .oraki-home .oraki-brand-page .oraki-brand-logo-box img {
    max-width: auto;
    max-height: 34px;
  }

  .oraki-home .oraki-brand-page .oraki-brand-card span {
    min-height: 20px;
    padding: 5px 8px;
  }

  .oraki-home .oraki-brand-page .oraki-brand-pagination {
    margin-top: 22px;
    gap: 8px;
  }

  .oraki-home .oraki-brand-page .oraki-brand-pagination a,
  .oraki-home .oraki-brand-page .oraki-brand-pagination span {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .oraki-home .oraki-brand-page .oraki-brand-card {
    min-height: 130px;
  }

  .oraki-home .oraki-brand-page .oraki-brand-logo-box img {
    max-width: auto;
    max-height: 34px;
  }
}

.oraki-home .oraki-login-page {
  background-color: #FFFFFF;
}

.oraki-home .oraki-login-page .oraki-login-section {
  padding: 32px 0 42px;
  background-color: #FFFFFF;
}

.oraki-home .oraki-login-page .oraki-login-card {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  background: #f8f8fb;
  border-radius: 14px;
  padding: 14px;
  overflow: hidden;
}

.oraki-home .oraki-login-page .oraki-login-row {
  width: 100%;
  display: flex;
  align-items: stretch;
}

.oraki-home .oraki-login-page .oraki-login-row>[class*="col-"] {
  display: flex;
}

.oraki-home .oraki-login-page .oraki-login-visual {
  position: relative;
  width: 100%;
  min-height: 520px;
  /* border-radius: 12px 0 0 12px; */
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, #f4edff 0%, #fbf7ff 100%);
}

.oraki-home .oraki-login-page .oraki-login-visual-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.oraki-home .oraki-login-page .oraki-login-form-side {
  width: 100%;
  min-height: 520px;
  padding: 42px 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 0px 12px 12px 0px;
}

.oraki-home .oraki-login-page .oraki-login-form-box {
  width: 100%;
  max-width: 420px;
  text-align: center;
}

.oraki-home .oraki-login-page .oraki-login-logo img {
  margin-bottom: 30px;
  height: auto;
}

.oraki-home .oraki-login-page .oraki-login-title {
  color: #2a1144;
  font-size: 24px;
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 8px;
}

.oraki-home .oraki-login-page .oraki-login-subtitle {
  color: #62546e;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
  margin: 0 0 28px 0;
}

.oraki-home .oraki-login-page .oraki-login-form {
  width: 100%;
  text-align: left;
}

.oraki-home .oraki-login-page .oraki-login-form-group {
  margin-bottom: 18px;
}

.oraki-home .oraki-login-page .oraki-login-label {
  display: block;
  color: #43334f;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 8px 0;
}

.oraki-home .oraki-login-page .oraki-login-phone-field {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  border: 1px solid #e4e0ea;
  border-radius: 8px;
  background-color: #FFFFFF;
  overflow: hidden;
  transition: 0.25s ease;
}

.oraki-home .oraki-login-page .oraki-login-phone-field:focus-within {
  border-color: #4a2176;
  box-shadow: 0 0 0 3px rgba(74, 33, 118, 0.08);
}

.oraki-home .oraki-login-page .oraki-login-country-code {
  height: 24px;
  min-width: 66px;
  padding: 0 14px;
  border-right: 1px solid #e4e0ea;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2A1144;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.oraki-home .oraki-login-page .oraki-login-input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #2A1144;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
  padding: 0 13px;
}

.oraki-home .oraki-login-page .oraki-login-input::placeholder {
  color: #aaa5b0;
  font-weight: 500;
}

.oraki-home .oraki-login-page a.oraki-login-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.oraki-home .oraki-login-page .oraki-login-submit-btn {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: #4a2176;
  color: #ffffff;
  padding: 9px 20px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  transition: 0.22s ease;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.oraki-home .oraki-login-page .oraki-login-submit-btn:hover {
  background: #f03bbd;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(240, 59, 189, 0.28);
}

.oraki-home .oraki-login-page .oraki-login-secure-note {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #62546e;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.oraki-home .oraki-login-page .oraki-login-lock-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.oraki-home .oraki-login-page .oraki-login-lock-icon svg path {
  fill: #4a2176;
}

@media (max-width: 1400px) {

  .oraki-home .oraki-login-page .oraki-login-visual,
  .oraki-home .oraki-login-page .oraki-login-form-side {
    min-height: 500px;
  }

  .oraki-home .oraki-login-page .oraki-login-form-side {
    padding: 38px 38px;
  }

}

@media (max-width: 1200px) {

  .oraki-home .oraki-login-page .oraki-login-visual,
  .oraki-home .oraki-login-page .oraki-login-form-side {
    min-height: 470px;
  }

  .oraki-home .oraki-login-page .oraki-login-form-side {
    padding: 34px 30px;
  }

  .oraki-home .oraki-login-page .oraki-login-logo img {
    margin-bottom: 26px;
  }

  .oraki-home .oraki-login-page .oraki-login-title {
    font-size: 23px;
  }

  .oraki-home .oraki-login-page .oraki-login-subtitle {
    font-size: 13px;
    margin-bottom: 24px;
  }
}

@media (max-width: 992px) {
  .oraki-home .oraki-login-page .oraki-login-section {
    padding: 24px 0 36px;
  }

  .oraki-home .oraki-login-page .oraki-login-card {
    max-width: 640px;
    margin: 0 auto;
  }

  .oraki-home .oraki-login-page .oraki-login-row {
    flex-direction: column;
  }

  .oraki-home .oraki-login-page .oraki-login-visual {
    min-height: 360px;
    border-radius: 12px;
  }

  .oraki-home .oraki-login-page .oraki-login-form-side {
    min-height: auto;
    padding: 34px 28px;
    border-radius: 0 0 12px 12px;
  }

  .oraki-home .oraki-login-page .oraki-login-form-box {
    max-width: 430px;
  }

  .oraki-home .oraki-login-page .oraki-login-logo img {
    margin-bottom: 24px;
  }

  .oraki-home .oraki-login-page .oraki-login-title {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .oraki-home .oraki-login-page .oraki-login-section {
    padding: 20px 0 92px;
  }

  .oraki-home .oraki-login-page .oraki-login-card {
    padding: 12px;
    border-radius: 12px;
  }

  .oraki-home .oraki-login-page .oraki-login-visual {
    min-height: 310px;
  }

  .oraki-home .oraki-login-page .oraki-login-form-side {
    padding: 30px 22px;
  }

  .oraki-home .oraki-login-page .oraki-login-title {
    font-size: 21px;
  }

  .oraki-home .oraki-login-page .oraki-login-subtitle,
  .oraki-home .oraki-login-page .oraki-login-label,
  .oraki-home .oraki-login-page .oraki-login-country-code,
  .oraki-home .oraki-login-page .oraki-login-input,
  .oraki-home .oraki-login-page .oraki-login-submit-btn,
  .oraki-home .oraki-login-page .oraki-login-secure-note {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .oraki-home .oraki-login-page .oraki-login-section {
    padding: 16px 0 88px;
  }

  .oraki-home .oraki-login-page .oraki-login-card {
    padding: 10px;
    border-radius: 10px;
  }

  .oraki-home .oraki-login-page .oraki-login-visual {
    min-height: 250px;
  }

  .oraki-home .oraki-login-page .oraki-login-visual-img {
    object-position: center;
  }

  .oraki-home .oraki-login-page .oraki-login-form-side {
    padding: 26px 16px 28px;
    border-radius: 0 0 10px 10px;
  }

  .oraki-home .oraki-login-page .oraki-login-logo img {
    margin-bottom: 22px;
  }

  .oraki-home .oraki-login-page .oraki-login-title {
    font-size: 20px;
    margin-bottom: 7px;
  }

  .oraki-home .oraki-login-page .oraki-login-subtitle {
    font-size: 12px;
    margin-bottom: 22px;
  }

  .oraki-home .oraki-login-page .oraki-login-form-group {
    margin-bottom: 16px;
  }

  .oraki-home .oraki-login-page .oraki-login-label {
    font-size: 12px;
  }

  .oraki-home .oraki-login-page .oraki-login-phone-field {
    height: 42px;
    border-radius: 7px;
  }

  .oraki-home .oraki-login-page .oraki-login-country-code {
    min-width: 58px;
    height: 22px;
    padding: 0 11px;
    font-size: 12px;
  }

  .oraki-home .oraki-login-page .oraki-login-input {
    font-size: 12px;
    padding: 0 12px;
  }

  .oraki-home .oraki-login-page .oraki-login-submit-btn {
    min-height: 42px;
    border-radius: 7px;
    font-size: 12px;
  }

  .oraki-home .oraki-login-page .oraki-login-secure-note {
    margin-top: 16px;
    font-size: 12px;
    align-items: center;
  }
}

.oraki-home .oraki-otp-page {
  background-color: #FFFFFF;
}

.oraki-home .oraki-otp-page .oraki-otp-section {
  padding: 32px 0 42px;
  background-color: #FFFFFF;
}

.oraki-home .oraki-otp-page .oraki-otp-card {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  background: #f8f8fb;
  border-radius: 14px;
  padding: 14px;
  overflow: hidden;
}

.oraki-home .oraki-otp-page .oraki-otp-row {
  width: 100%;
  display: flex;
  align-items: stretch;
}

.oraki-home .oraki-otp-page .oraki-otp-row>[class*="col-"] {
  display: flex;
}

.oraki-home .oraki-otp-page .oraki-otp-visual {
  position: relative;
  width: 100%;
  min-height: 520px;
  /* border-radius: 12px 0 0 12px; */
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, #f4edff 0%, #fbf7ff 100%);
}

.oraki-home .oraki-otp-page .oraki-otp-visual-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.oraki-home .oraki-otp-page .oraki-otp-form-side {
  width: 100%;
  min-height: 520px;
  padding: 42px 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 0px 12px 12px 0px;
}

.oraki-home .oraki-otp-page .oraki-otp-form-box {
  width: 100%;
  max-width: 420px;
  text-align: center;
}

.oraki-home .oraki-otp-page .oraki-otp-logo img {
  margin-bottom: 30px;
  height: auto;
}

.oraki-home .oraki-otp-page .oraki-otp-title {
  color: #2a1144;
  font-size: 24px;
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 8px;
}

.oraki-home .oraki-otp-page .oraki-otp-subtitle {
  color: #62546e;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
  margin: 0 0 28px 0;
}

.oraki-home .oraki-otp-page .oraki-otp-subtitle span {
  color: #4a2176;
  font-weight: 700;
  display: block;
  padding-top: 5px;
}

.oraki-home .oraki-otp-page .oraki-otp-form {
  width: 100%;
  text-align: left;
}

.oraki-home .oraki-otp-page .oraki-otp-form-group {
  margin-bottom: 18px;
}

.oraki-home .oraki-otp-page .oraki-otp-label {
  display: block;
  color: #43334f;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 8px 0;
}

.oraki-home .oraki-otp-page .oraki-otp-input-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.oraki-home .oraki-otp-page .oraki-otp-input {
  width: 100%;
  height: 55px;
  border: 1px solid #e4e0ea;
  border-radius: 8px;
  background-color: #FFFFFF;
  color: #2A1144;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  outline: 0;
  transition: 0.25s ease;
}

.oraki-home .oraki-otp-page .oraki-otp-input:focus {
  border-color: #4a2176;
  box-shadow: 0 0 0 3px rgba(74, 33, 118, 0.08);
}

.oraki-home .oraki-otp-page .oraki-otp-submit-btn {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: #4a2176;
  color: #ffffff;
  padding: 9px 20px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  transition: 0.22s ease;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.oraki-home .oraki-otp-page .oraki-otp-submit-btn:hover {
  background: #f03bbd;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(240, 59, 189, 0.28);
}

.oraki-home .oraki-otp-page .oraki-otp-resend-note {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #62546e;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.oraki-home .oraki-otp-page .oraki-otp-resend-note button {
  border: 0;
  background: transparent;
  color: #f03bbd;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

.oraki-home .oraki-otp-page .oraki-otp-change-link {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  color: #4a2176;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  text-decoration: none;
}

.oraki-home .oraki-otp-page .oraki-otp-change-link:hover {
  color: #f03bbd;
}

@media (max-width: 1400px) {

  .oraki-home .oraki-otp-page .oraki-otp-visual,
  .oraki-home .oraki-otp-page .oraki-otp-form-side {
    min-height: 500px;
  }

  .oraki-home .oraki-otp-page .oraki-otp-form-side {
    padding: 38px 38px;
  }

}

@media (max-width: 1200px) {

  .oraki-home .oraki-otp-page .oraki-otp-visual,
  .oraki-home .oraki-otp-page .oraki-otp-form-side {
    min-height: 470px;
  }

  .oraki-home .oraki-otp-page .oraki-otp-form-side {
    padding: 34px 30px;
  }

  .oraki-home .oraki-otp-page .oraki-otp-logo img {
    margin-bottom: 26px;
  }

  .oraki-home .oraki-otp-page .oraki-otp-title {
    font-size: 23px;
  }

  .oraki-home .oraki-otp-page .oraki-otp-subtitle {
    font-size: 13px;
    margin-bottom: 24px;
  }
}

@media (max-width: 992px) {
  .oraki-home .oraki-otp-page .oraki-otp-section {
    padding: 24px 0 36px;
  }

  .oraki-home .oraki-otp-page .oraki-otp-card {
    max-width: 640px;
    margin: 0 auto;
  }

  .oraki-home .oraki-otp-page .oraki-otp-row {
    flex-direction: column;
  }

  .oraki-home .oraki-otp-page .oraki-otp-visual {
    min-height: 360px;
    border-radius: 12px;
  }

  .oraki-home .oraki-otp-page .oraki-otp-form-side {
    min-height: auto;
    padding: 34px 28px;
    border-radius: 0 0 12px 12px;
  }

  .oraki-home .oraki-otp-page .oraki-otp-form-box {
    max-width: 430px;
  }

  .oraki-home .oraki-otp-page .oraki-otp-logo img {
    margin-bottom: 24px;
  }

  .oraki-home .oraki-otp-page .oraki-otp-title {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .oraki-home .oraki-otp-page .oraki-otp-section {
    padding: 20px 0 92px;
  }

  .oraki-home .oraki-otp-page .oraki-otp-card {
    padding: 12px;
    border-radius: 12px;
  }

  .oraki-home .oraki-otp-page .oraki-otp-visual {
    min-height: 310px;
  }

  .oraki-home .oraki-otp-page .oraki-otp-form-side {
    padding: 30px 22px;
  }

  .oraki-home .oraki-otp-page .oraki-otp-title {
    font-size: 21px;
  }

  .oraki-home .oraki-otp-page .oraki-otp-subtitle,
  .oraki-home .oraki-otp-page .oraki-otp-label,
  .oraki-home .oraki-otp-page .oraki-otp-input,
  .oraki-home .oraki-otp-page .oraki-otp-submit-btn,
  .oraki-home .oraki-otp-page .oraki-otp-resend-note,
  .oraki-home .oraki-otp-page .oraki-otp-resend-note button,
  .oraki-home .oraki-otp-page .oraki-otp-change-link {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .oraki-home .oraki-otp-page .oraki-otp-section {
    padding: 16px 0 88px;
  }

  .oraki-home .oraki-otp-page .oraki-otp-card {
    padding: 10px;
    border-radius: 10px;
  }

  .oraki-home .oraki-otp-page .oraki-otp-visual {
    min-height: 250px;
  }

  .oraki-home .oraki-otp-page .oraki-otp-visual-img {
    object-position: center;
  }

  .oraki-home .oraki-otp-page .oraki-otp-form-side {
    padding: 26px 16px 28px;
    border-radius: 0 0 10px 10px;
  }

  .oraki-home .oraki-otp-page .oraki-otp-logo img {
    margin-bottom: 22px;
  }

  .oraki-home .oraki-otp-page .oraki-otp-title {
    font-size: 20px;
    margin-bottom: 7px;
  }

  .oraki-home .oraki-otp-page .oraki-otp-subtitle {
    font-size: 12px;
    margin-bottom: 22px;
  }

  .oraki-home .oraki-otp-page .oraki-otp-form-group {
    margin-bottom: 16px;
  }

  .oraki-home .oraki-otp-page .oraki-otp-label {
    font-size: 12px;
  }

  .oraki-home .oraki-otp-page .oraki-otp-input-row {
    gap: 6px;
  }

  .oraki-home .oraki-otp-page .oraki-otp-input {
    height: 42px;
    border-radius: 7px;
    font-size: 12px;
  }

  .oraki-home .oraki-otp-page .oraki-otp-submit-btn {
    min-height: 42px;
    border-radius: 7px;
    font-size: 12px;
  }

  .oraki-home .oraki-otp-page .oraki-otp-resend-note {
    margin-top: 16px;
    flex-wrap: wrap;
    font-size: 12px;
  }
}




















.oraki-home .oraki-contact-page .oraki-contact-section {
  padding: 32px 0 42px;
  background-color: #FFFFFF;
}

.oraki-home .oraki-contact-page .oraki-contact-shell {
  background-color: #f8f8fb;
  border-radius: 12px;
  padding: 14px;
}

.oraki-home .oraki-contact-page .oraki-contact-hero-card,
.oraki-home .oraki-contact-page .oraki-contact-form-card,
.oraki-home .oraki-contact-page .oraki-contact-info-card,
.oraki-home .oraki-contact-page .oraki-contact-social-card,
.oraki-home .oraki-contact-page .oraki-contact-map-card {
  background-color: #FFFFFF;
  border: 1px solid #eeeaf4;
  border-radius: 10px;
}

.oraki-home .oraki-contact-page .oraki-contact-hero-card {
  padding: 34px 34px;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}

.oraki-home .oraki-contact-page .oraki-contact-hero-content,
.oraki-home .oraki-contact-page .oraki-contact-hero-support {
  position: relative;
  z-index: 2;
}

.oraki-home .oraki-contact-page .oraki-contact-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  background: #f4edff;
  color: #4a2176;
  border-radius: 30px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.oraki-home .oraki-contact-page .oraki-contact-title {
  color: #2A1144;
  font-size: 34px;
  line-height: 1.18;
  font-weight: 800;
  margin: 0 0 12px;
}

.oraki-home .oraki-contact-page .oraki-contact-text {
  color: #686070;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
  margin: 0;
  max-width: 650px;
}

.oraki-home .oraki-contact-page .oraki-contact-hero-support {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, #fbf7ff, #fff0fa);
  border: 1px solid #eadff6;
  border-radius: 10px;
  padding: 22px;
  margin-left: auto;
  max-width: 520px;
}

.oraki-home .oraki-contact-page .oraki-contact-support-icon,
.oraki-home .oraki-contact-page .oraki-contact-info-icon {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 50%;
  background: #f4edff;
  color: #4a2176;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.oraki-home .oraki-contact-page .oraki-contact-hero-support small {
  display: block;
  color: #797083;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 6px;
}

.oraki-home .oraki-contact-page .oraki-contact-hero-support strong {
  display: block;
  color: #2A1144;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 6px;
}

.oraki-home .oraki-contact-page .oraki-contact-hero-support p {
  color: #686070;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
  margin: 0;
}

.oraki-home .oraki-contact-page .oraki-contact-main-row {
  align-items: stretch;
}

.oraki-home .oraki-contact-page .oraki-contact-info-area,
.oraki-home .oraki-contact-page .oraki-contact-form-card {
  height: 100%;
}

.oraki-home .oraki-contact-page .oraki-contact-info-card {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 100%;
  min-height: 142px;
  padding: 22px;
  transition: 0.25s ease;
}

.oraki-home .oraki-contact-page .oraki-contact-info-card:hover {
  border-color: #4a2176;
  box-shadow: 0 12px 28px rgba(36, 8, 70, 0.08);
}

.oraki-home .oraki-contact-page .oraki-contact-info-content h4 {
  color: #2A1144;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 8px;
}

.oraki-home .oraki-contact-page .oraki-contact-info-content p {
  color: #686070;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
  margin: 0 0 8px;
}

.oraki-home .oraki-contact-page .oraki-contact-info-content a {
  color: #4a2176;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

.oraki-home .oraki-contact-page .oraki-contact-info-content a:hover {
  color: #f03bbd;
}

.oraki-home .oraki-contact-page .oraki-contact-social-card {
  margin-top: 16px;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.oraki-home .oraki-contact-page .oraki-contact-social-card h4 {
  color: #2A1144;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 7px;
}

.oraki-home .oraki-contact-page .oraki-contact-social-card p {
  color: #686070;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.oraki-home .oraki-contact-page .oraki-contact-social-list {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.oraki-home .oraki-contact-page .oraki-contact-social-link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #4a2176;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.oraki-home .oraki-contact-page .oraki-contact-social-link:hover {
  background: #f03bbd;
  color: #ffffff;
}

.oraki-home .oraki-contact-page .oraki-contact-map-card {
  margin-top: 16px;
  overflow: hidden;
  height: 260px;
}

.oraki-home .oraki-contact-page .oraki-contact-map-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: grayscale(15%);
}

.oraki-home .oraki-contact-page .oraki-contact-form-card {
  padding: 28px;
}

.oraki-home .oraki-contact-page .oraki-contact-form-heading {
  margin-bottom: 22px;
}

.oraki-home .oraki-contact-page .oraki-contact-form-heading h2 {
  color: #2A1144;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 8px;
}

.oraki-home .oraki-contact-page .oraki-contact-form-heading p {
  color: #686070;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.oraki-home .oraki-contact-page .oraki-contact-label {
  display: block;
  color: #43334f;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 9px;
}

.oraki-home .oraki-contact-page .oraki-contact-field {
  position: relative;
}

.oraki-home .oraki-contact-page .oraki-contact-field i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #8b8097;
  font-size: 14px;
  z-index: 2;
}

.oraki-home .oraki-contact-page .oraki-contact-textarea-field i {
  top: 18px;
  transform: none;
}

.oraki-home .oraki-contact-page .oraki-contact-control {
  width: 100%;
  height: 46px;
  border: 1px solid #e4e0ea;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 0 14px 0 42px;
  color: #2A1144;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  transition: 0.25s ease;
}

.oraki-home .oraki-contact-page select.oraki-contact-control {
  appearance: none;
  cursor: pointer;
}

.oraki-home .oraki-contact-page textarea.oraki-contact-control {
  height: 126px;
  resize: none;
  padding-top: 14px;
  line-height: 1.55;
}

.oraki-home .oraki-contact-page .oraki-contact-control::placeholder {
  color: #9d97a8;
  font-weight: 400;
}

.oraki-home .oraki-contact-page .oraki-contact-field:focus-within .oraki-contact-control {
  border-color: #4a2176;
  box-shadow: 0 0 0 4px rgba(74, 33, 118, 0.07);
}

.oraki-home .oraki-contact-page .oraki-contact-field:focus-within i {
  color: #4a2176;
}

.oraki-home .oraki-contact-page .oraki-contact-field.is-invalid .oraki-contact-control {
  border-color: #f03bbd;
}

.oraki-home .oraki-contact-page .oraki-contact-error {
  display: none;
  color: #f03bbd;
  font-size: 12px;
  font-weight: 600;
  margin-top: 6px;
}

.oraki-home .oraki-contact-page .oraki-contact-field.is-invalid+.oraki-contact-error {
  display: block;
}

.oraki-home .oraki-contact-page .oraki-contact-form-message {
  display: none;
  border-radius: 8px;
  background: #f4edff;
  color: #4a2176;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  padding: 12px 14px;
}

.oraki-home .oraki-contact-page .oraki-contact-form-message.is-show {
  display: block;
}

.oraki-home .oraki-contact-page .oraki-contact-submit-btn-part {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}

.oraki-home .oraki-contact-page .oraki-contact-submit-btn {
  border: 0;
  border-radius: 8px;
  background: #4a2176;
  color: #ffffff;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: 0.22s ease;
}

.oraki-home .oraki-contact-page .oraki-contact-submit-btn:hover {
  background: #f03bbd;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(240, 59, 189, 0.25);
}

.oraki-home .oraki-contact-page .oraki-contact-btn-text-wrap {
  position: relative;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
}

.oraki-home .oraki-contact-page .oraki-contact-btn-text {
  display: block;
  transition: transform 0.35s ease;
}

.oraki-home .oraki-contact-page .oraki-contact-btn-text::after {
  content: "Send Message";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}

.oraki-home .oraki-contact-page .oraki-contact-submit-btn:hover .oraki-contact-btn-text {
  transform: translateY(-100%);
}

.oraki-home .oraki-contact-page .oraki-contact-help-row {
  margin-top: 16px;
}

@media (max-width: 1400px) {
  .oraki-home .oraki-contact-page .oraki-contact-hero-card {
    padding: 32px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-title {
    font-size: 32px;
  }
}

@media (max-width: 1200px) {
  .oraki-home .oraki-contact-page .oraki-contact-title {
    font-size: 30px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-form-card {
    padding: 24px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-info-card {
    padding: 20px;
  }
}

@media (max-width: 992px) {
  .oraki-home .oraki-contact-page .oraki-contact-section {
    padding: 28px 0 38px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-hero-card {
    padding: 28px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-hero-support {
    margin-left: 0;
    max-width: 100%;
  }

  .oraki-home .oraki-contact-page .oraki-contact-title {
    font-size: 28px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-form-heading h2 {
    font-size: 24px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-map-card {
    height: 240px;
  }
}

@media (max-width: 768px) {
  .oraki-home .oraki-contact-page .oraki-contact-section {
    padding: 22px 0 32px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-shell {
    padding: 12px;
    border-radius: 12px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-hero-card {
    padding: 22px;
    margin-bottom: 14px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-kicker {
    font-size: 11px;
    padding: 6px 10px;
    margin-bottom: 10px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-title {
    font-size: 24px;
    line-height: 1.22;
  }

  .oraki-home .oraki-contact-page .oraki-contact-text {
    font-size: 13px;
    line-height: 1.55;
  }

  .oraki-home .oraki-contact-page .oraki-contact-hero-support {
    padding: 18px;
    gap: 13px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-support-icon,
  .oraki-home .oraki-contact-page .oraki-contact-info-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    font-size: 17px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-hero-support strong {
    font-size: 17px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-hero-support p,
  .oraki-home .oraki-contact-page .oraki-contact-info-content p,
  .oraki-home .oraki-contact-page .oraki-contact-social-card p,
  .oraki-home .oraki-contact-page .oraki-contact-form-heading p {
    font-size: 13px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-info-card {
    min-height: auto;
    padding: 18px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-info-content h4 {
    font-size: 15px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-social-card {
    padding: 18px;
    align-items: flex-start;
    flex-direction: column;
  }

  .oraki-home .oraki-contact-page .oraki-contact-form-card {
    padding: 20px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-form-heading h2 {
    font-size: 21px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-label {
    font-size: 12px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-control {
    height: 44px;
    font-size: 13px;
  }

  .oraki-home .oraki-contact-page textarea.oraki-contact-control {
    height: 116px;
  }
}

@media (max-width: 576px) {
  .oraki-home .oraki-contact-page .oraki-contact-section {
    padding: 18px 0 28px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-shell {
    padding: 10px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-hero-card {
    padding: 20px 16px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-title {
    font-size: 22px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-hero-support {
    padding: 16px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-info-card {
    padding: 16px;
    gap: 12px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-social-card {
    padding: 16px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-map-card {
    height: 210px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-form-card {
    padding: 16px;
  }

  .oraki-home .oraki-contact-page .oraki-contact-submit-btn {
    height: 46px;
    font-size: 13px;
  }

}


.oraki-home .oraki-header-section .oraki-search-wrapper,
.oraki-home .oraki-mobile-search-static-wrapper {
  position: relative;
}

.oraki-home .oraki-search-static-results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  border: 1px solid #eeeaf4;
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(42, 17, 68, 0.14);
  z-index: 1075;
  max-height: 360px;
  overflow-y: auto;
  display: none;
  padding: 10px;
}

.oraki-home .oraki-search-wrapper:focus-within .oraki-search-static-results,
.oraki-home .oraki-mobile-search-static-wrapper:focus-within .oraki-search-static-results {
  display: block;
}

.oraki-home .oraki-search-static-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 42px 10px 10px;
  border-radius: 10px;
  text-decoration: none;
  color: #2A1144;
  transition: 0.25s ease;
}

.oraki-home .oraki-search-static-item:hover {
  background-color: #fbf7ff;
}

.oraki-home .oraki-search-static-img {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 8px;
  background-color: #f8f8fb;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oraki-home .oraki-search-static-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.oraki-home .oraki-search-static-content {
  min-width: 0;
  flex: 1;
}

.oraki-home .oraki-search-static-title {
  display: block;
  color: #2A1144;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 6px;
}

.oraki-home .oraki-search-static-price-row {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
}

.oraki-home .oraki-search-static-price-row strong {
  color: #f03bbd;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.oraki-home .oraki-search-static-price-row del {
  color: #aaa5b0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.oraki-home .oraki-search-static-arrow {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  color: #9d97a8;
  font-size: 13px;
  transition: 0.25s ease;
}

.oraki-home .oraki-search-static-item:hover .oraki-search-static-arrow {
  color: #f03bbd;
  right: 20px;
}

@media (max-width: 768px) {
  .oraki-home .oraki-mobile-search-section {
    position: relative;
    z-index: 1045;
  }

  .oraki-home .oraki-search-static-results {
    max-height: 65vh;
    border-radius: 12px;
    padding: 8px;
  }

  .oraki-home .oraki-search-static-item {
    gap: 10px;
    padding: 9px 38px 9px 9px;
  }

  .oraki-home .oraki-search-static-img {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .oraki-home .oraki-search-static-title {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .oraki-home .oraki-search-static-price-row strong,
  .oraki-home .oraki-search-static-price-row del {
    font-size: 12px;
  }

  .oraki-home .oraki-search-static-arrow {
    right: 14px;
    font-size: 12px;
  }
}






















.oraki-category-sidebar-wrapper {
  background: #f8f8fb;
  border-radius: 8px;
  overflow: hidden;
}

.oraki-category-sidebar-title {
  background: #3b0e70;
  color: #ffffff;
  padding: 10px 15px;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
}

.oraki-category-sidebar-item {
  position: relative;
  border-bottom: 1px solid rgba(74, 33, 118, 0.06);
}

.oraki-category-sidebar-item:last-child {
  border-bottom: 0;
}

.oraki-category-sidebar-link {
  width: 100%;
  min-height: 40px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 0;
  background: transparent;
  color: #2a1144;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  transition: 0.25s ease;
  text-align: left;
}

.oraki-category-sidebar-link span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.oraki-category-main-icon {
  width: 18px;
  min-width: 18px;
  text-align: center;
  font-size: 16px;
  color: #6b6075;
  transition: 0.25s ease;
}

.oraki-category-sidebar-link .fa-angle-right {
  font-size: 13px;
  color: #2a1144;
  transition: 0.25s ease;
}

.oraki-category-sidebar-link:hover,
.oraki-category-sidebar-item.active>.oraki-category-sidebar-link {
  background: #ffffff;
  color: #4a2176;
}

.oraki-category-sidebar-link:hover .oraki-category-main-icon,
.oraki-category-sidebar-item.active .oraki-category-main-icon,
.oraki-category-sidebar-link:hover .fa-angle-right,
.oraki-category-sidebar-item.active .fa-angle-right {
  color: #4a2176;
}

.oraki-category-sidebar-item.active>.oraki-category-sidebar-link .fa-angle-right {
  transform: rotate(90deg);
}

.oraki-category-submenu {
  position: static !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  width: 100% !important;
  max-height: 0;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
  overflow: hidden;
  background: #ffffff;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.oraki-category-sidebar-item.active .oraki-category-submenu {
  max-height: 280px;
  padding: 2px 0 8px !important;
}

.oraki-category-submenu-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px 8px 36px;
  color: #51475b;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  transition: 0.25s ease;
}

.oraki-category-submenu-link:hover {
  color: #4f168c;
  background: #fff6fc;
}

.oraki-subcategory-common-icon {
  font-size: 14px;
  color: #6b6075;
  min-width: 10px;
  transition: 0.3s all ease;
}

.oraki-category-submenu-link:hover .oraki-subcategory-common-icon {
  color: #4f168c;
}









.oraki-category-bottom-sheet .oraki-category-sheet-body {
  padding: 4px 0 calc(18px + env(safe-area-inset-bottom));
  overflow-y: auto;
}

.oraki-category-bottom-sheet .oraki-category-sheet-category-wrapper {
  background: #ffffff;
  border-radius: 0;
  overflow: visible;
}

.oraki-category-bottom-sheet .oraki-category-sidebar-item {
  border-bottom: 1px solid #f2eff6;
}

.oraki-category-bottom-sheet .oraki-category-sidebar-link {
  min-height: 48px;
  padding: 0 18px;
  font-size: 15px;
  color: #2d1744;
  background: #ffffff;
}

.oraki-category-bottom-sheet .oraki-category-sidebar-link span {
  gap: 13px;
}

.oraki-category-bottom-sheet .oraki-category-main-icon {
  width: 20px;
  min-width: 20px;
  font-size: 15px;
  color: #4d405b;
}

.oraki-category-bottom-sheet .oraki-category-sidebar-link .fa-angle-right {
  font-size: 12px;
  color: #8b8097;
}

.oraki-category-bottom-sheet .oraki-category-sidebar-link:hover,
.oraki-category-bottom-sheet .oraki-category-sidebar-item.active>.oraki-category-sidebar-link {
  color: #7217d7;
  background: #faf7ff;
}

.oraki-category-bottom-sheet .oraki-category-sidebar-link:hover .oraki-category-main-icon,
.oraki-category-bottom-sheet .oraki-category-sidebar-item.active .oraki-category-main-icon,
.oraki-category-bottom-sheet .oraki-category-sidebar-link:hover .fa-angle-right,
.oraki-category-bottom-sheet .oraki-category-sidebar-item.active .fa-angle-right {
  color: #7217d7;
}

.oraki-category-bottom-sheet .oraki-category-sidebar-item.active>.oraki-category-sidebar-link .fa-angle-right {
  transform: rotate(90deg);
}

.oraki-category-bottom-sheet .oraki-category-submenu {
  background: #ffffff;
}

.oraki-category-bottom-sheet .oraki-category-sidebar-item.active .oraki-category-submenu {
  max-height: 320px;
  padding: 4px 0 10px !important;
}

.oraki-category-bottom-sheet .oraki-category-submenu-link {
  padding: 9px 18px 9px 52px;
  font-size: 13px;
  color: #51475b;
}

.oraki-subcategory-common-icon {
  height: 17px;
  width: auto;
}

.oraki-category-bottom-sheet .oraki-category-submenu-link:hover {
  color: #4f168c;
  background: #fff6fc;
}





.oraki-home .oraki-top-deals-section .nodata_found_part,
.oraki-topdeals-page .oraki-top-deals-section .nodata_found_part {
  width: 100%;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 16px;
  background: linear-gradient(135deg, #fbf7ff 0%, #ffffff 100%);
  border: 1px solid #eeeaf4;
  border-radius: 12px;
}

.oraki-home .oraki-top-deals-section .oraki-empty-state-card,
.oraki-topdeals-page .oraki-top-deals-section .oraki-empty-state-card {
  width: 100%;
  max-width: 430px;
  text-align: center;
  padding: 34px 24px;
  border-radius: 14px;
  background-color: #ffffff;
  border: 1px solid #eeeaf4;
  box-shadow: 0 14px 34px rgba(42, 17, 68, 0.07);
}

.oraki-home .oraki-top-deals-section .oraki-empty-state-icon,
.oraki-topdeals-page .oraki-top-deals-section .oraki-empty-state-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #f4edff;
  color: #4a2176;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  position: relative;
}

.oraki-home .oraki-top-deals-section .oraki-empty-state-icon::after,
.oraki-topdeals-page .oraki-top-deals-section .oraki-empty-state-icon::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 1px dashed #d8c9e8;
}

.oraki-home .oraki-top-deals-section .oraki-empty-state-card h4,
.oraki-topdeals-page .oraki-top-deals-section .oraki-empty-state-card h4 {
  color: #2A1144;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 8px;
}

.oraki-home .oraki-top-deals-section .oraki-empty-state-card p,
.oraki-topdeals-page .oraki-top-deals-section .oraki-empty-state-card p {
  max-width: 330px;
  color: #797083;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
  margin: 0 auto;
}

@media (max-width: 1400px) {}

@media (max-width: 1200px) {}

@media (max-width: 992px) {

  .oraki-home .oraki-top-deals-section .nodata_found_part,
  .oraki-topdeals-page .oraki-top-deals-section .nodata_found_part {
    min-height: 240px;
  }
}

@media (max-width: 768px) {

  .oraki-home .oraki-top-deals-section .nodata_found_part,
  .oraki-topdeals-page .oraki-top-deals-section .nodata_found_part {
    min-height: 220px;
    padding: 20px 12px;
    border-radius: 10px;
  }

  .oraki-home .oraki-top-deals-section .oraki-empty-state-card,
  .oraki-topdeals-page .oraki-top-deals-section .oraki-empty-state-card {
    padding: 28px 18px;
    border-radius: 12px;
  }

  .oraki-home .oraki-top-deals-section .oraki-empty-state-icon,
  .oraki-topdeals-page .oraki-top-deals-section .oraki-empty-state-icon {
    width: 62px;
    height: 62px;
    font-size: 24px;
    margin-bottom: 16px;
  }

  .oraki-home .oraki-top-deals-section .oraki-empty-state-card h4,
  .oraki-topdeals-page .oraki-top-deals-section .oraki-empty-state-card h4 {
    font-size: 17px;
  }

  .oraki-home .oraki-top-deals-section .oraki-empty-state-card p,
  .oraki-topdeals-page .oraki-top-deals-section .oraki-empty-state-card p {
    font-size: 13px;
  }
}

@media (max-width: 576px) {

  .oraki-home .oraki-top-deals-section .nodata_found_part,
  .oraki-topdeals-page .oraki-top-deals-section .nodata_found_part {
    min-height: 205px;
    padding: 16px 10px;
  }

  .oraki-home .oraki-top-deals-section .oraki-empty-state-card,
  .oraki-topdeals-page .oraki-top-deals-section .oraki-empty-state-card {
    padding: 24px 14px;
  }

  .oraki-home .oraki-top-deals-section .oraki-empty-state-card h4,
  .oraki-topdeals-page .oraki-top-deals-section .oraki-empty-state-card h4 {
    font-size: 16px;
  }

  .oraki-home .oraki-top-deals-section .oraki-empty-state-card p,
  .oraki-topdeals-page .oraki-top-deals-section .oraki-empty-state-card p {
    font-size: 12px;
    line-height: 1.45;
  }
}


.oraki-home .oraki-brand-page .oraki-brand-empty-state,
.oraki-brand-page .oraki-brand-empty-state {
  width: 100%;
  min-height: 300px;
  padding: 28px 16px;
  background: linear-gradient(135deg, #fbf7ff 0%, #ffffff 100%);
  border: 1px solid #eeeaf4;
  border-radius: 14px;
  text-align: center;
}

.oraki-home .oraki-brand-page .oraki-brand-search-empty,
.oraki-brand-page .oraki-brand-search-empty {
  margin-top: 18px;
}

.oraki-home .oraki-brand-page .oraki-brand-empty-card,
.oraki-brand-page .oraki-brand-empty-card {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding: 36px 24px;
  border-radius: 16px;
  background-color: #ffffff;
  border: 1px solid #eeeaf4;
  box-shadow: 0 14px 34px rgba(42, 17, 68, 0.07);
}

.oraki-home .oraki-brand-page .oraki-brand-empty-icon,
.oraki-brand-page .oraki-brand-empty-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #f4edff;
  color: #4a2176;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  position: relative;
}

.oraki-home .oraki-brand-page .oraki-brand-empty-icon::after,
.oraki-brand-page .oraki-brand-empty-icon::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 1px dashed #d8c9e8;
}

.oraki-home .oraki-brand-page .oraki-brand-empty-card h4,
.oraki-brand-page .oraki-brand-empty-card h4 {
  color: #2A1144;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 8px;
}

.oraki-home .oraki-brand-page .oraki-brand-empty-card p,
.oraki-brand-page .oraki-brand-empty-card p {
  max-width: 330px;
  color: #797083;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
  margin: 0 auto;
}

@media (max-width: 1400px) {}

@media (max-width: 1200px) {}

@media (max-width: 992px) {

  .oraki-home .oraki-brand-page .oraki-brand-empty-state,
  .oraki-brand-page .oraki-brand-empty-state {
    min-height: 270px;
  }
}

@media (max-width: 768px) {

  .oraki-home .oraki-brand-page .oraki-brand-empty-state,
  .oraki-brand-page .oraki-brand-empty-state {
    min-height: 240px;
    padding: 22px 12px;
    border-radius: 12px;
  }

  .oraki-home .oraki-brand-page .oraki-brand-empty-card,
  .oraki-brand-page .oraki-brand-empty-card {
    padding: 30px 18px;
    border-radius: 14px;
  }

  .oraki-home .oraki-brand-page .oraki-brand-empty-icon,
  .oraki-brand-page .oraki-brand-empty-icon {
    width: 64px;
    height: 64px;
    font-size: 24px;
    margin-bottom: 16px;
  }

  .oraki-home .oraki-brand-page .oraki-brand-empty-card h4,
  .oraki-brand-page .oraki-brand-empty-card h4 {
    font-size: 17px;
  }

  .oraki-home .oraki-brand-page .oraki-brand-empty-card p,
  .oraki-brand-page .oraki-brand-empty-card p {
    font-size: 13px;
  }
}

@media (max-width: 576px) {

  .oraki-home .oraki-brand-page .oraki-brand-empty-state,
  .oraki-brand-page .oraki-brand-empty-state {
    min-height: 220px;
    padding: 16px 10px;
  }

  .oraki-home .oraki-brand-page .oraki-brand-empty-card,
  .oraki-brand-page .oraki-brand-empty-card {
    padding: 26px 14px;
  }

  .oraki-home .oraki-brand-page .oraki-brand-empty-card h4,
  .oraki-brand-page .oraki-brand-empty-card h4 {
    font-size: 16px;
  }

  .oraki-home .oraki-brand-page .oraki-brand-empty-card p,
  .oraki-brand-page .oraki-brand-empty-card p {
    font-size: 12px;
    line-height: 1.45;
  }
}


.oraki-home .oraki-top-deals-section .oraki-top-deals-empty-state,
.oraki-topdeals-page .oraki-top-deals-section .oraki-top-deals-empty-state {
  width: 100%;
  min-height: 300px;
  padding: 28px 16px;
  background: linear-gradient(135deg, #fbf7ff 0%, #ffffff 100%);
  border: 1px solid #eeeaf4;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oraki-home .oraki-top-deals-section .oraki-top-deals-empty-card,
.oraki-topdeals-page .oraki-top-deals-section .oraki-top-deals-empty-card {
  width: 100%;
  max-width: 430px;
  padding: 36px 24px;
  background: #ffffff;
  border: 1px solid #eeeaf4;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(42, 17, 68, 0.07);
  text-align: center;
}

.oraki-home .oraki-top-deals-section .oraki-top-deals-empty-icon,
.oraki-topdeals-page .oraki-top-deals-section .oraki-top-deals-empty-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #f4edff;
  color: #4a2176;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  position: relative;
}

.oraki-home .oraki-top-deals-section .oraki-top-deals-empty-icon::after,
.oraki-topdeals-page .oraki-top-deals-section .oraki-top-deals-empty-icon::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 1px dashed #d8c9e8;
}

.oraki-home .oraki-top-deals-section .oraki-top-deals-empty-card h4,
.oraki-topdeals-page .oraki-top-deals-section .oraki-top-deals-empty-card h4 {
  color: #2A1144;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 8px;
}

.oraki-home .oraki-top-deals-section .oraki-top-deals-empty-card p,
.oraki-topdeals-page .oraki-top-deals-section .oraki-top-deals-empty-card p {
  max-width: 330px;
  color: #797083;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
  margin: 0 auto;
}

@media (max-width: 1400px) {}

@media (max-width: 1200px) {}

@media (max-width: 992px) {

  .oraki-home .oraki-top-deals-section .oraki-top-deals-empty-state,
  .oraki-topdeals-page .oraki-top-deals-section .oraki-top-deals-empty-state {
    min-height: 270px;
  }
}

@media (max-width: 768px) {

  .oraki-home .oraki-top-deals-section .oraki-top-deals-empty-state,
  .oraki-topdeals-page .oraki-top-deals-section .oraki-top-deals-empty-state {
    min-height: 240px;
    padding: 22px 12px;
    border-radius: 12px;
  }

  .oraki-home .oraki-top-deals-section .oraki-top-deals-empty-card,
  .oraki-topdeals-page .oraki-top-deals-section .oraki-top-deals-empty-card {
    padding: 30px 18px;
    border-radius: 14px;
  }

  .oraki-home .oraki-top-deals-section .oraki-top-deals-empty-icon,
  .oraki-topdeals-page .oraki-top-deals-section .oraki-top-deals-empty-icon {
    width: 64px;
    height: 64px;
    font-size: 24px;
    margin-bottom: 16px;
  }

  .oraki-home .oraki-top-deals-section .oraki-top-deals-empty-card h4,
  .oraki-topdeals-page .oraki-top-deals-section .oraki-top-deals-empty-card h4 {
    font-size: 17px;
  }

  .oraki-home .oraki-top-deals-section .oraki-top-deals-empty-card p,
  .oraki-topdeals-page .oraki-top-deals-section .oraki-top-deals-empty-card p {
    font-size: 13px;
  }
}

@media (max-width: 576px) {

  .oraki-home .oraki-top-deals-section .oraki-top-deals-empty-state,
  .oraki-topdeals-page .oraki-top-deals-section .oraki-top-deals-empty-state {
    min-height: 220px;
    padding: 16px 10px;
  }

  .oraki-home .oraki-top-deals-section .oraki-top-deals-empty-card,
  .oraki-topdeals-page .oraki-top-deals-section .oraki-top-deals-empty-card {
    padding: 26px 14px;
  }

  .oraki-home .oraki-top-deals-section .oraki-top-deals-empty-card h4,
  .oraki-topdeals-page .oraki-top-deals-section .oraki-top-deals-empty-card h4 {
    font-size: 16px;
  }

  .oraki-home .oraki-top-deals-section .oraki-top-deals-empty-card p,
  .oraki-topdeals-page .oraki-top-deals-section .oraki-top-deals-empty-card p {
    font-size: 12px;
    line-height: 1.45;
  }
}










.oraki-home .oraki-product-list-page .oraki-filter-category-accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.oraki-home .oraki-product-list-page .oraki-filter-category-item {
  border: 1px solid #eeeaf4;
  border-radius: 8px;
  background-color: #ffffff;
  overflow: hidden;
  transition: 0.25s ease;
}

.oraki-home .oraki-product-list-page .oraki-filter-category-item:hover {
  border-color: #d8c9e8;
}

.oraki-home .oraki-product-list-page .oraki-filter-category-toggle {
  width: 100%;
  min-height: 42px;
  border: 0;
  background-color: #ffffff;
  color: #2A1144;
  padding: 10px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-align: left;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  transition: 0.25s ease;
}

.oraki-home .oraki-product-list-page .oraki-filter-category-toggle span:first-child {
  min-width: 0;
}

.oraki-home .oraki-product-list-page .oraki-filter-category-toggle small {
  color: #8b8492;
  font-size: 12px;
  font-weight: 600;
}

.oraki-home .oraki-product-list-page .oraki-filter-category-toggle:not(.collapsed) {
  background-color: #fbf7ff;
  color: #4a2176;
}

.oraki-home .oraki-product-list-page .oraki-filter-category-toggle:not(.collapsed) small {
  color: #4a2176;
}

.oraki-home .oraki-product-list-page .oraki-filter-category-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 6px;
  background-color: #f4edff;
  color: #4a2176;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  transition: 0.25s ease;
}

.oraki-home .oraki-product-list-page .oraki-filter-category-toggle:not(.collapsed) .oraki-filter-category-icon {
  background-color: #4a2176;
  color: #ffffff;
}

.oraki-home .oraki-product-list-page .oraki-filter-category-icon .icon-minus {
  display: inline-flex;
}

.oraki-home .oraki-product-list-page .oraki-filter-category-icon .icon-plus {
  display: none;
}

.oraki-home .oraki-product-list-page .oraki-filter-category-toggle.collapsed .oraki-filter-category-icon .icon-plus {
  display: inline-flex;
}

.oraki-home .oraki-product-list-page .oraki-filter-category-toggle.collapsed .oraki-filter-category-icon .icon-minus {
  display: none;
}

.oraki-home .oraki-product-list-page .oraki-filter-subcategory-list {
  padding: 10px 12px 12px;
  border-top: 1px solid #eeeaf4;
  background-color: #ffffff;
}

.oraki-home .oraki-product-list-page .oraki-filter-subcategory-list .oraki-filter-check {
  margin-bottom: 9px;
  color: #51475b;
  font-size: 13px;
}

.oraki-home .oraki-product-list-page .oraki-filter-subcategory-list .oraki-filter-check:last-child {
  margin-bottom: 0;
}

.oraki-home .oraki-product-list-page .oraki-filter-subcategory-list .oraki-filter-check input {
  width: 14px;
  height: 14px;
  accent-color: #4a2176;
}

@media (max-width: 992px) {
  .oraki-home .oraki-product-list-page .oraki-filter-category-toggle {
    min-height: 44px;
  }
}

@media (max-width: 768px) {
  .oraki-home .oraki-product-list-page .oraki-filter-category-toggle {
    font-size: 13px;
    padding: 10px;
  }

  .oraki-home .oraki-product-list-page .oraki-filter-subcategory-list {
    padding: 9px 10px 11px;
  }
}

@media (max-width: 576px) {
  .oraki-home .oraki-product-list-page .oraki-filter-category-icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    font-size: 10px;
  }

  .oraki-home .oraki-product-list-page .oraki-filter-subcategory-list .oraki-filter-check {
    font-size: 12px;
  }
}

.oraki-home .oraki-best-sell-section .oraki-stats-card>i {
  width: 24px;
  height: 24px;
  min-width: 24px;
  color: #ffffff;
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.oraki-home .oraki-best-sell-section .oraki-plp-empty-state {
  width: 100%;
  min-height: 380px;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbf7ff;
  border: 1px solid #eeeaf4;
  border-radius: 12px;
}

.oraki-home .oraki-best-sell-section .oraki-plp-empty-card {
  width: 100%;
  max-width: 430px;
  padding: 44px 28px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e8e3ef;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(42, 17, 68, 0.07);
  margin: 0 auto;
}

.oraki-home .oraki-best-sell-section .oraki-plp-empty-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #f5f0fb;
  color: #4a2176;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  position: relative;
}

.oraki-home .oraki-best-sell-section .oraki-plp-empty-icon::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 1px dashed #d8c9e8;
}

.oraki-home .oraki-best-sell-section .oraki-plp-empty-card h4 {
  margin: 0 0 8px;
  color: #2A1144;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 700;
}

.oraki-home .oraki-best-sell-section .oraki-plp-empty-card p {
  max-width: 330px;
  margin: 0 auto;
  color: #7f748c;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
}

@media (max-width: 768px) {
  .oraki-home .oraki-best-sell-section .oraki-plp-empty-state {
    min-height: 280px;
    padding: 16px;
    border-radius: 10px;
  }

  .oraki-home .oraki-best-sell-section .oraki-plp-empty-card {
    padding: 34px 20px;
    border-radius: 12px;
  }

  .oraki-home .oraki-best-sell-section .oraki-plp-empty-icon {
    width: 64px;
    height: 64px;
    font-size: 25px;
    margin-bottom: 15px;
  }

  .oraki-home .oraki-best-sell-section .oraki-plp-empty-card h4 {
    font-size: 18px;
  }

  .oraki-home .oraki-best-sell-section .oraki-plp-empty-card p {
    font-size: 13px;
  }
}



.oraki-home .oraki-product-list-page .oraki-filter-empty-col {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.oraki-home .oraki-product-list-page .oraki-filter-empty-state {
  width: 100%;
  min-height: 380px;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbf7ff;
  border: 1px solid #eeeaf4;
  border-radius: 12px;
}

.oraki-home .oraki-product-list-page .oraki-filter-empty-card {
  width: 100%;
  max-width: 460px;
  padding: 44px 28px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e8e3ef;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(42, 17, 68, 0.07);
  margin: 0 auto;
}

.oraki-home .oraki-product-list-page .oraki-filter-empty-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #f5f0fb;
  color: #4a2176;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  position: relative;
}

.oraki-home .oraki-product-list-page .oraki-filter-empty-icon::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 1px dashed #d8c9e8;
}

.oraki-home .oraki-product-list-page .oraki-filter-empty-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 12px;
  margin-bottom: 12px;
  border-radius: 50px;
  background: #ffe8f7;
  color: #f03bbd;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.oraki-home .oraki-product-list-page .oraki-filter-empty-card h4 {
  margin: 0 0 8px;
  color: #2A1144;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}

.oraki-home .oraki-product-list-page .oraki-filter-empty-card p {
  max-width: 350px;
  margin: 0 auto 20px;
  color: #7f748c;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
}

.oraki-home .oraki-product-list-page .oraki-filter-empty-btn {
  min-height: 40px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  background: #4a2176;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: 0.25s ease;
}

.oraki-home .oraki-product-list-page .oraki-filter-empty-btn:hover {
  background: #f03bbd;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(240, 59, 189, 0.26);
}

@media (max-width: 768px) {
  .oraki-home .oraki-product-list-page .oraki-filter-empty-state {
    min-height: 300px;
    padding: 16px;
    border-radius: 10px;
  }

  .oraki-home .oraki-product-list-page .oraki-filter-empty-card {
    padding: 34px 20px;
    border-radius: 12px;
  }

  .oraki-home .oraki-product-list-page .oraki-filter-empty-icon {
    width: 64px;
    height: 64px;
    font-size: 24px;
    margin-bottom: 15px;
  }

  .oraki-home .oraki-product-list-page .oraki-filter-empty-card h4 {
    font-size: 18px;
  }

  .oraki-home .oraki-product-list-page .oraki-filter-empty-card p {
    font-size: 13px;
  }

  .oraki-home .oraki-product-list-page .oraki-filter-empty-btn {
    min-height: 38px;
    padding: 0 16px;
    font-size: 12px;
  }
}





.oraki-home .oraki-product-detail-page .oraki-product-gallery-card {
  width: 100%;
  position: sticky;
  top: 118px;
  overflow: hidden;
}

.oraki-home .oraki-product-detail-page .oraki-product-main-swiper {
  width: 100%;
  overflow: hidden;
}

.oraki-home .oraki-product-detail-page .oraki-product-main-swiper .swiper-slide {
  width: 100%;
}

.oraki-home .oraki-product-detail-page .oraki-product-main-image-box {
  width: 100%;
  height: 560px;
  min-height: 560px;
  border-radius: 16px;
  background-color: #ffffff;
  border: 1px solid #eeeaf4;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 14px;
}

.oraki-home .oraki-product-detail-page .oraki-product-main-image {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  display: block;
}

.oraki-home .oraki-product-detail-page .oraki-product-thumb-swiper-wrap {
  width: 100%;
  margin-top: 16px;
}

.oraki-home .oraki-product-detail-page .oraki-product-thumb-swiper {
  width: 100%;
  overflow: hidden;
  padding: 2px 1px 10px;
}

.oraki-home .oraki-product-detail-page .oraki-product-thumb-swiper .swiper-slide {
  width: 92px;
  height: 82px;
  cursor: pointer;
}

.oraki-home .oraki-product-detail-page .oraki-product-thumb-item {
  width: 92px;
  height: 82px;
  border: 1px solid #eeeaf4;
  border-radius: 12px;
  background-color: #ffffff;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.25s ease;
}

.oraki-home .oraki-product-detail-page .oraki-product-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.oraki-home .oraki-product-detail-page .oraki-product-thumb-swiper .swiper-slide-thumb-active .oraki-product-thumb-item,
.oraki-home .oraki-product-detail-page .oraki-product-thumb-item:hover {
  border-color: #4a2176;
  box-shadow: 0 8px 18px rgba(74, 33, 118, 0.14);
}

@media (max-width: 1200px) {
  .oraki-home .oraki-product-detail-page .oraki-product-main-image-box {
    height: 480px;
    min-height: 480px;
  }
}

@media (max-width: 992px) {
  .oraki-home .oraki-product-detail-page .oraki-product-gallery-card {
    position: static;
  }

  .oraki-home .oraki-product-detail-page .oraki-product-main-image-box {
    height: 430px;
    min-height: 430px;
  }
}

@media (max-width: 768px) {
  .oraki-home .oraki-product-detail-page .oraki-product-main-image-box {
    height: 330px;
    min-height: 330px;
    border-radius: 12px;
    padding: 10px;
  }

  .oraki-home .oraki-product-detail-page .oraki-product-thumb-swiper-wrap {
    margin-top: 12px;
  }

  .oraki-home .oraki-product-detail-page .oraki-product-thumb-swiper .swiper-slide {
    width: 74px;
    height: 66px;
  }

  .oraki-home .oraki-product-detail-page .oraki-product-thumb-item {
    width: 74px;
    height: 66px;
    border-radius: 10px;
    padding: 6px;
  }
}

@media (max-width: 420px) {
  .oraki-home .oraki-product-detail-page .oraki-product-main-image-box {
    height: 285px;
    min-height: 285px;
  }
}





















.oraki-mini-cart-offcanvas {
  height: 100dvh;
  max-height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.oraki-mini-cart-header {
  flex: 0 0 auto;
}

#orakiMiniCartDynamic {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.oraki-mini-cart-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.oraki-mini-cart-body>.oraki-mini-cart-filled:not(.d-none) {
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.oraki-mini-cart-offer-box {
  flex: 0 0 auto;
}

.oraki-mini-cart-list {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
  -webkit-overflow-scrolling: touch;
}

.oraki-mini-cart-footer {
  flex: 0 0 auto;
}

.oraki-mini-cart-list::-webkit-scrollbar {
  width: 5px;
}

.oraki-mini-cart-list::-webkit-scrollbar-track {
  background: #f5f0fb;
  border-radius: 50px;
}

.oraki-mini-cart-list::-webkit-scrollbar-thumb {
  background: #b8a4cf;
  border-radius: 50px;
}

.oraki-mini-cart-list::-webkit-scrollbar-thumb:hover {
  background: #4a2176;
}

.oraki-mini-cart-list {
  scrollbar-width: thin;
  scrollbar-color: #b8a4cf #f5f0fb;
}

.oraki-mini-cart-list {
  touch-action: pan-y;
  overscroll-behavior: contain;
  cursor: grab;
}

.oraki-mini-cart-list:active {
  cursor: grabbing;
}

.oraki-mini-cart-item,
.oraki-mini-cart-img,
.oraki-mini-cart-info,
.oraki-mini-cart-title-row,
.oraki-mini-cart-price-row {
  touch-action: pan-y;
}

.oraki-mini-cart-img img {
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.oraki-mini-cart-item h4,
.oraki-mini-cart-item p,
.oraki-mini-cart-line-total {
  user-select: none;
  -webkit-user-select: none;
}

.oraki-mini-cart-list {
  cursor: grab;
  user-select: none;
}

.oraki-mini-cart-list.is-dragging {
  cursor: grabbing;
}

.oraki-mini-cart-list.is-dragging * {
  user-select: none;
}

.oraki-mini-cart-offcanvas {
  overscroll-behavior: contain;
}

.oraki-mini-cart-list {
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: auto;
}















.oraki-home .oraki-mini-cart-address-box {
  flex: 0 0 auto;
  padding: 12px;
  border: 1px solid #efedf4;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  border-radius: 12px;
}

.oraki-home .oraki-mini-cart-address-left {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

.oraki-home .oraki-mini-cart-address-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: #f4edff;
  color: #4a2176;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.oraki-home .oraki-mini-cart-address-content {
  min-width: 0;
}

.oraki-home .oraki-mini-cart-address-label {
  display: block;
  color: #8a8195;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: 0.3px;
}

.oraki-home .oraki-mini-cart-address-text {
  display: -webkit-box;
  color: #2A1144;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.oraki-home .oraki-mini-cart-address-change {
  min-width: 70px;
  height: 34px;
  border: 0;
  border-radius: 8px;
  background-color: #f4edff;
  color: #4a2176;
  font-size: 12px;
  font-weight: 700;
  transition: 0.25s ease;
}

.oraki-home .oraki-mini-cart-address-change:hover {
  background: #4a2176;
  color: #ffffff;
}

.oraki-home .oraki-mini-cart-address-modal {
  z-index: 1085;
}

.oraki-home .modal-backdrop.show {
  z-index: 1080;
}

.oraki-home .oraki-mini-cart-address-modal .modal-dialog {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.oraki-home .oraki-mini-cart-address-modal-content {
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(33, 16, 53, 0.22);
}

.oraki-home .oraki-mini-cart-address-modal-header {
  padding: 18px 20px;
  border-bottom: 1px solid #efedf4;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.oraki-home .oraki-mini-cart-address-modal-kicker {
  display: block;
  color: #f03bbd;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 6px;
}

.oraki-home .oraki-mini-cart-address-modal-header h5 {
  color: #2A1144;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}

.oraki-home .oraki-mini-cart-address-modal-close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #f5f0fb;
  color: #2A1144;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
}

.oraki-home .oraki-mini-cart-address-modal-close:hover {
  background: #4a2176;
  color: #ffffff;
}

.oraki-home .oraki-mini-cart-address-modal-body {
  padding: 16px;
  background: #fbf9fd;
  max-height: 58vh;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.oraki-home .oraki-mini-cart-address-option {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  padding: 14px;
  margin-bottom: 12px;
  border: 1px solid #eee9f5;
  border-radius: 14px;
  background: #ffffff;
  cursor: pointer;
  transition: 0.25s ease;
}

.oraki-home .oraki-mini-cart-address-option:last-child {
  margin-bottom: 0;
}

.oraki-home .oraki-mini-cart-address-option:hover,
.oraki-home .oraki-mini-cart-address-option.is-selected {
  border-color: #4a2176;
  box-shadow: 0 8px 20px rgba(74, 33, 118, 0.08);
}

.oraki-home .oraki-mini-cart-address-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.oraki-home .oraki-mini-cart-address-radio {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 2px;
  border: 2px solid #d8d2df;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
}

.oraki-home .oraki-mini-cart-address-option input:checked+.oraki-mini-cart-address-radio {
  border-color: #4a2176;
}

.oraki-home .oraki-mini-cart-address-option input:checked+.oraki-mini-cart-address-radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #4a2176;
}

.oraki-home .oraki-mini-cart-address-option-content {
  width: 100%;
  min-width: 0;
}

.oraki-home .oraki-mini-cart-address-option-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 7px;
}

.oraki-home .oraki-mini-cart-address-type {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 5px 10px;
  border-radius: 50px;
  background: #f4edff;
  color: #4a2176;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

.oraki-home .oraki-mini-cart-address-default-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 5px 10px;
  border-radius: 50px;
  background: #e9fff0;
  color: #10a01f;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
}

.oraki-home .oraki-mini-cart-address-name {
  display: block;
  color: #2A1144;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 5px;
}

.oraki-home .oraki-mini-cart-address-full {
  display: block;
  color: #51475b;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 500;
}

.oraki-home .oraki-mini-cart-address-phone {
  display: block;
  color: #8a8195;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  margin-top: 8px;
}

.oraki-home .oraki-mini-cart-address-modal-footer {
  padding: 14px 16px 16px;
  border-top: 1px solid #efedf4;
  background: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.oraki-home .oraki-mini-cart-address-add-new-footer-btn {
  width: 50%;
  min-height: 42px;
  border: 1px solid #f03bbd;
  border-radius: 10px;
  background: transparent;
  color: #f03bbd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 600;
  transition: 0.25s ease;
}

.oraki-home .oraki-mini-cart-address-add-new-footer-btn:hover {
  background: #f03bbd;
  color: #ffffff;
}

.oraki-home .oraki-mini-cart-address-select-btn {
  width: 50%;
  min-height: 42px;
  border: 0;
  border-radius: 10px;
  background: #f03bbd;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  transition: 0.25s ease;
}

.oraki-home .oraki-mini-cart-address-select-btn:hover {
  background: #4a2176;
  color: #ffffff;
}

@media (max-width: 576px) {
  .oraki-home .oraki-mini-cart-address-modal .modal-dialog {
    margin: 12px;
  }

  .oraki-home .oraki-mini-cart-address-modal-header {
    padding: 16px;
  }

  .oraki-home .oraki-mini-cart-address-modal-body {
    padding: 12px;
    max-height: 62vh;
  }
}














.oraki-account-page .oraki-review-submit-toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.oraki-account-page .oraki-static-review-btn {
    width: fit-content;
    min-height: 30px;
    margin-top: 8px;
    padding: 0 11px;
    border: 1px solid #e4d9ee;
    border-radius: 6px;
    background-color: #ffffff;
    color: #4a2176;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    transition: 0.25s ease;
}

.oraki-account-page .oraki-static-review-btn i {
    color: #f7a600;
    font-size: 12px;
}

.oraki-account-page .oraki-static-review-btn:hover {
    border-color: #4a2176;
    background-color: #4a2176;
    color: #ffffff;
}

.oraki-account-page .oraki-static-review-btn:hover i {
    color: #ffffff;
}

.oraki-account-page .oraki-product-review-list {
    display: none;
    width: 100%;
    margin-top: 10px;
}

.oraki-account-page
.oraki-review-submit-toggle:checked
~ .oraki-product-review-list {
    display: block;
}

.oraki-account-page .oraki-product-review-card {
    width: 100%;
    padding: 11px;
    border: 1px solid #eee7f5;
    border-radius: 8px;
    background-color: #ffffff;
}

.oraki-account-page .oraki-product-review-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.oraki-account-page .oraki-product-review-head strong {
    color: #2a1144;
    font-size: 12px;
    font-weight: 700;
}

.oraki-account-page .oraki-product-review-head small {
    color: #92869e;
    font-size: 10px;
    white-space: nowrap;
}

.oraki-account-page .oraki-product-review-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #f7a600;
    font-size: 10px;
    margin: 5px 0;
}

.oraki-account-page .oraki-product-review-card p {
    color: #62546e;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0;
}

.oraki-static-review-modal {
    border: 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(42, 17, 68, 0.18);
}

.oraki-static-review-modal .modal-header {
    padding: 20px 22px;
    border-bottom: 1px solid #eee7f5;
    align-items: flex-start;
}

.oraki-static-review-modal .modal-title {
    color: #2a1144;
    font-size: 20px;
    font-weight: 700;
    margin: 2px 0 0;
}

.oraki-review-modal-small-title {
    display: block;
    color: #f03bbd;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.oraki-review-modal-product-name {
    color: #756981;
    font-size: 12px;
    font-weight: 500;
    margin: 4px 0 0;
}

.oraki-static-review-modal .modal-body {
    padding: 22px;
}

.oraki-review-field-label {
    display: block;
    color: #2a1144;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 7px;
}

.oraki-review-field-control {
    width: 100%;
    min-height: 44px;
    border: 1px solid #ded7e8;
    border-radius: 7px;
    background-color: #ffffff;
    color: #2a1144;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 10px 14px;
    resize: vertical;
}

.oraki-review-field-control:focus {
    border-color: #4a2176;
    box-shadow: 0 0 0 3px rgba(74, 33, 118, 0.08);
}

.oraki-review-star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}

.oraki-review-star-rating input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.oraki-review-star-rating label {
    color: #d8d1df;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: 0.2s ease;
}

.oraki-review-star-rating input:checked ~ label,
.oraki-review-star-rating label:hover,
.oraki-review-star-rating label:hover ~ label {
    color: #f7a600;
}

.oraki-review-submit-label {
    width: fit-content;
    min-width: 150px;
    height: 42px;
    border: 0;
    border-radius: 7px;
    background-color: #4a2176;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.25s ease;
}

.oraki-review-submit-label:hover {
    background-color: #f03bbd;
    color: #ffffff;
}

@media screen and (max-width: 576px) {
    .oraki-static-review-modal .modal-header,
    .oraki-static-review-modal .modal-body {
        padding: 16px;
    }

    .oraki-review-submit-label {
        width: 100%;
    }
}


.oraki-home .oraki-header-section {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    z-index: 1045;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 14px rgba(36, 8, 70, 0.08);
}

.oraki-home {
    overflow-x: clip;
}

.oraki-home .oraki-header-section .oraki-search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.oraki-home .oraki-header-section .oraki-search-input {
    width: 100%;
    padding: 0 52px 0 18px;
}

.oraki-home .oraki-header-section .oraki-search-placeholder-icon {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #c5c0cb;
    font-size: 15px;
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

.oraki-home .oraki-header-section .oraki-search-input:focus
~ .oraki-search-placeholder-icon {
    color: #9f96a9;
}

.oraki-home .oraki-header-section .oraki-search-static-results {
    z-index: 1060;
}










.oraki-home .oraki-product-detail-page .oraki-detail-rating-summary {
    width: fit-content;
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin: 4px 0 14px;
    padding: 8px 12px;
    border: 1px solid #e8e1ef;
    border-radius: 9px;
    background-color: #ffffff;
    color: #2a1144;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 0.25s ease, box-shadow 0.25s ease,
        transform 0.25s ease;
}

.oraki-home .oraki-product-detail-page .oraki-detail-rating-new-line {
    clear: both;
}

.oraki-home .oraki-product-detail-page .oraki-detail-rating-stars {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 3px;
}

.oraki-home .oraki-product-detail-page .oraki-detail-rating-stars i {
    color: #f7a600;
    font-size: 14px;
    line-height: 1;
}

.oraki-home .oraki-product-detail-page .oraki-detail-rating-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    min-width: 0;
}

.oraki-home .oraki-product-detail-page .oraki-detail-rating-meta strong {
    color: #2a1144;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
}

.oraki-home .oraki-product-detail-page .oraki-detail-rating-meta span {
    color: #8a8294;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;
}

/* =========================================================
   Static customer reviews section
   Bootstrap row/col + flex layout only, no CSS grid
   ========================================================= */
.oraki-home .oraki-product-detail-page .oraki-product-reviews-section {
    padding: 8px 0 42px;
    background-color: #ffffff;
}

.oraki-home .oraki-product-detail-page .oraki-product-reviews-box {
    padding: 22px;
    border: 1px solid #eee7f4;
    border-radius: 14px;
    background: #fbf7ff;
}

.oraki-home .oraki-product-detail-page .oraki-review-section-heading {
    margin-bottom: 20px;
}

.oraki-home .oraki-product-detail-page .oraki-review-section-heading > div:first-child > span {
    display: block;
    margin-bottom: 5px;
    color: #f03bbd;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.oraki-home .oraki-product-detail-page .oraki-review-section-heading h2 {
    margin: 0;
    color: #2a1144;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
}

.oraki-home .oraki-product-detail-page .oraki-review-heading-summary {
    gap: 12px;
    padding: 10px 14px;
    border: 1px solid #e7deef;
    border-radius: 10px;
    background-color: #ffffff;
}

.oraki-home .oraki-product-detail-page .oraki-review-heading-summary > strong {
    color: #2a1144;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
}

.oraki-home .oraki-product-detail-page .oraki-review-heading-stars,
.oraki-home .oraki-product-detail-page .oraki-product-review-stars {
    display: flex;
    align-items: center;
    gap: 3px;
}

.oraki-home .oraki-product-detail-page .oraki-review-heading-stars i,
.oraki-home .oraki-product-detail-page .oraki-product-review-stars i {
    color: #f7a600;
    font-size: 13px;
    line-height: 1;
}

.oraki-home .oraki-product-detail-page .oraki-review-heading-summary small {
    display: block;
    margin-top: 4px;
    color: #8a8294;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 500;
}

.oraki-home .oraki-product-detail-page .oraki-product-review-list {
    display: flex;
    flex-wrap: wrap;
}

.oraki-home .oraki-product-detail-page .oraki-product-review-list > [class*="col-"] {
    display: flex;
}

.oraki-home .oraki-product-detail-page .oraki-product-review-card {
    padding: 18px;
    border: 1px solid #ebe5f0;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 8px 24px rgba(42, 17, 68, 0.05);
    transition: border-color 0.25s ease, box-shadow 0.25s ease,
        transform 0.25s ease;
}

.oraki-home .oraki-product-detail-page .oraki-product-review-card:hover {
    border-color: #e3cfe9;
    box-shadow: 0 12px 30px rgba(42, 17, 68, 0.09);
}

.oraki-home .oraki-product-detail-page .oraki-product-review-card-head {
    gap: 11px;
    margin-bottom: 13px;
}

.oraki-home .oraki-product-detail-page .oraki-reviewer-avatar {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4A2176;
    /* background: linear-gradient(135deg, #4a2176, #f03bbd); */
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
}

.oraki-home .oraki-product-detail-page .oraki-reviewer-info {
    min-width: 0;
}

.oraki-home .oraki-product-detail-page .oraki-reviewer-info h3 {
    margin: 0 0 6px;
    color: #2a1144;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.oraki-home .oraki-product-detail-page .oraki-product-review-card p {
    margin: 0;
    color: #62596c;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 400;
    overflow-wrap: anywhere;
}

@media (max-width: 992px) {
    #customerReviews {
        scroll-margin-top: 95px;
    }

    .oraki-home .oraki-product-detail-page .oraki-product-reviews-box {
        padding: 18px;
    }
}

@media (max-width: 768px) {
    .oraki-home .oraki-product-detail-page .oraki-detail-rating-summary {
        margin-bottom: 12px;
        padding: 8px 10px;
    }

    .oraki-home .oraki-product-detail-page .oraki-product-reviews-section {
        padding: 4px 0 28px;
    }

    .oraki-home .oraki-product-detail-page .oraki-product-reviews-box {
        padding: 16px 12px;
        border-radius: 12px;
    }

    .oraki-home .oraki-product-detail-page .oraki-review-section-heading {
        align-items: flex-start !important;
        margin-bottom: 16px;
    }

    .oraki-home .oraki-product-detail-page .oraki-review-section-heading h2 {
        font-size: 20px;
    }

    .oraki-home .oraki-product-detail-page .oraki-review-heading-summary {
        padding: 9px 12px;
    }

    .oraki-home .oraki-product-detail-page .oraki-review-heading-summary > strong {
        font-size: 24px;
    }

    .oraki-home .oraki-product-detail-page .oraki-product-review-card {
        padding: 15px;
    }
}

@media (max-width: 576px) {
    #customerReviews {
        scroll-margin-top: 78px;
    }

    .oraki-home .oraki-product-detail-page .oraki-detail-rating-summary {
        width: 100%;
        justify-content: flex-start;
    }

    .oraki-home .oraki-product-detail-page .oraki-review-heading-summary {
        width: 100%;
    }

    .oraki-home .oraki-product-detail-page .oraki-reviewer-avatar {
        width: 38px;
        height: 38px;
        min-width: 38px;
        font-size: 14px;
    }

    .oraki-home .oraki-product-detail-page .oraki-product-review-card p {
        font-size: 12px;
        line-height: 1.55;
    }
}

.oraki-home .oraki-topdeals-page .oraki-top-deals-section .oraki-plp-product-price-box{
  margin-bottom: 8px;
}