/*-----------------------------------------------------------------------------------

Item Name: Blueberry - eCommerce Tailwind CSS template.
Author: Maraviya Infotech
Version: 1
Copyright 2024

-----------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------
    Included CSS INDEX
-----------------------------------------------------------------------------------

01. Typography

02. Utilities
    - Mixing
    - Variables

03. components
    - Header
    - Footer
    - Common
    - Cart sidebar
    - Category popup
    - Quick view
    - Newsletter popup

04. Layout 
    - Hero
    - Category
    - Product
    - Deal
    - Banner one
    - Banner two
    - New product
    - Vendors
    - Testimonials
    - Blog 2
    - Instagram

05. Pages
    - About
    - Shop page
    - Single product page
    - Cart page
    - Checkout page
    - Faq
    - Blog
    - Wishlist
    - Compare
    - Track

-----------------------------------------------------------------------------------*/
/* Typography ( Import Typography ) */
/*-------------------------------------------------
  Fonts Family & Style CSS
---------------------------------------------------*/
/*--  Poppins font  --*/
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
/*--  Quicksand font  --*/
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Utilities ( Import Utilities ) */
/* mixing */
/* variables */
/* components ( Import components ) */
/* common */
body {
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  font-weight: 400;
  color: #686e7d;
  line-height: 24px;
  letter-spacing: 0.02rem;
  overflow-x: hidden;
  overflow-y: scroll;
}

::-moz-selection {
  color: #0066ff;
  background-color: rgba(0, 0, 0, 0.04);
}

::selection {
  color: #0066ff;
  background-color: rgba(0, 0, 0, 0.04);
}

.font-Poppins {
  font-family: "Poppins, sans-serif";
}

.font-quicksand {
  font-family: "quicksand";
}

[type="radio"]:checked {
  position: relative;
  opacity: 0;
  display: none;
}
[type="radio"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #0066ff;
}
[type="radio"]:checked + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #0066ff;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
[type="radio"]:not(:checked) {
  position: relative;
  opacity: 0;
  display: none;
}
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #686e7d;
  letter-spacing: 0;
}
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #eee;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #0066ff;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Loader */
.bb-loader .loader:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: -20px;
  left: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px dashed #3d4750;
  border-radius: 50%;
  -webkit-animation: animloader 5s linear infinite;
  animation: animloader 5s linear infinite;
}
@-webkit-keyframes animloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

input,
textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #686e7d;
  border: 1px solid #eee;
  outline: 0;
  border-radius: 10px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #686e7d;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #686e7d;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #686e7d;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #686e7d;
}
input::placeholder,
textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #9ca3af;
}

.custom-dropdown {
  position: relative;
  z-index: 5;
}
.custom-dropdown:hover ul.dropdown {
  opacity: 1;
  display: block;
  visibility: visible;
  margin: 6px 0 0 0;
}
.custom-dropdown .bb-dropdown-toggle {
  position: relative;
  padding-right: 15px;
}
.custom-dropdown .bb-dropdown-toggle:after {
  content: "\ea4e";
  width: 0;
  height: 0;
  position: absolute;
  top: -1px;
  right: 12px;
  font-size: 15px;
  font-family: "remixicon";
}
.custom-dropdown ul.dropdown {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 150px;
  padding: 10px 5px;
  margin: 25px 0 0 0;
  position: absolute;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: auto !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #eee;
  display: block;
  border-radius: 10px;
}
.custom-dropdown ul.dropdown li a {
  padding: 0px 12px;
  font-size: 13px;
  display: block;
  color: #686e7d;
}

/* Custom select */
.select {
  width: 100%;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
}

select {
  display: none;
}

.custom-select {
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 14px;
  position: relative;
}
.custom-select svg {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
}
.custom-select svg path {
  fill: #0066ff;
}
.custom-select .custom-select {
  position: relative;
}
.custom-select .custom-select:after {
  content: "\ea4e";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 12px;
  font-size: 20px;
  font-family: "remixicon";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.custom-select .custom-select:active,
.custom-select .custom-select .active {
  background-color: #fff;
}
.custom-select:focus {
  outline: 2px;
}

.select-options {
  min-width: 190px;
  max-height: 200px;
  margin: 0;
  padding: 10px 0;
  overflow-y: auto;
  display: none;
  position: absolute;
  top: 34px;
  right: 0;
  left: 0;
  z-index: 20;
  list-style: none;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #eee;
}
.select-options li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Poppins, sans-serif";
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.03rem;
  margin: 0;
  padding: 5px 20px !important;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  border-radius: 5px;
  font-size: 14px;
  color: #777;
}
.select-options li:hover {
  color: #0066ff;
}
.select-options li[rel="hide"] {
  display: none;
}
.select-options::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
  border-radius: 0 0 5px 0;
}
.select-options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #9e9e9e;
}

/* Responsive */
@media screen and (max-width: 767px) {
  .bb-deal #dealend {
    margin-top: 15px;
  }
}
/* header */
.bb-header-btn:after {
  display: none;
}

.header-search
  .bb-btn-group-form
  .inner-select
  .custom-select
  .custom-select:after {
  top: -5px;
}
.header-search .bb-btn-group-form .inner-select .custom-select .select-options {
  left: -20px;
}
.header-search .bb-btn-group-form input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.header-search .bb-btn-group-form input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.header-search .bb-btn-group-form input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.header-search .bb-btn-group-form input::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.header-search .bb-btn-group-form input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #9ca3af;
}

.bottom-header
  .inner-bottom-header
  .bb-header-buttons
  .bb-acc-drop:hover
  .bb-dropdown-menu {
  margin-top: 15px;
  opacity: 1;
  visibility: visible;
}
.bottom-header
  .inner-bottom-header
  .bb-header-buttons
  .bb-acc-drop
  .bb-dropdown-menu {
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
}

.bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  li:hover
  a.nav-link {
  color: #0066ff;
}
.bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  li:hover
  a.nav-link:after {
  border-color: #0066ff;
}
.bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  li:hover
  span {
  color: #0066ff;
}
.bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-main-dropdown
  .mega-menu {
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
}
.bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-main-dropdown
  .bb-dropdown-item:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 6px;
  height: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #3d4750;
  padding-left: 3px;
  border-radius: 55%;
  position: absolute;
  top: 55%;
  right: -14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-main-dropdown:hover
  .mega-menu {
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
}
.bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-dropdown
  .bb-dropdown-item:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 6px;
  height: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #3d4750;
  padding-left: 3px;
  border-radius: 55%;
  position: absolute;
  top: 55%;
  right: -14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-dropdown
  .bb-dropdown-menu {
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
}
.bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-dropdown:hover
  .bb-dropdown-menu {
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
}
.bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-mega-dropdown
  .bb-mega-item:after {
  content: "\ea6e";
  font-family: "remixicon";
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  position: absolute;
  right: 0;
}
.bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-mega-dropdown
  .bb-mega-menu {
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
}
.bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-main-menu
  ul.navbar-nav
  .bb-mega-dropdown:hover
  .bb-mega-menu {
  margin-top: 15px;
  opacity: 1;
  visibility: visible;
}
.bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-dropdown-menu
  .inner-select
  .custom-select {
  width: 100%;
  height: 100%;
  padding-right: 15px;
}
.bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-dropdown-menu
  .inner-select
  .custom-select
  .select {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-dropdown-menu
  .inner-select
  .custom-select
  .select-options {
  min-width: 175px;
  margin: 15px auto 0 auto;
  padding: 10px 0;
  left: auto;
  right: -15px;
}
.bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-dropdown-menu
  .inner-select
  .custom-select
  .select-options
  li {
  padding: 5px 20px !important;
}
.bb-main-menu-desk
  .bb-inner-menu-desk
  .bb-dropdown-menu
  .inner-select
  .custom-select
  .custom-select:after {
  top: 20%;
}

/* =========================================
   NAVBAR ACTIVE DARK MODE FIX
========================================= */

html.odega-dark .bb-main-menu-desk .navbar-nav .nav-link {
  color: #e5e7eb !important;
}

html.odega-dark .bb-main-menu-desk .navbar-nav .nav-link:hover {
  color: #60a5fa !important;
}

html.odega-dark .bb-main-menu-desk .navbar-nav .nav-link.is-active {
  color: #60a5fa !important;
}

html.odega-dark .bb-main-menu-desk .navbar-nav .nav-link.is-active::after {
  border-color: #60a5fa !important;
}

/* =========================================
   MOBILE SIDEBAR MENU FIX
========================================= */

.bb-mobile-menu-overlay {
  width: 100%;
  height: 100dvh;
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.62);
  backdrop-filter: blur(4px);
  z-index: 9998 !important;
}

.bb-mobile-menu {
  width: min(86vw, 340px);
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999 !important;

  background: #ffffff;
  transform: translateX(-100%);
  transition:
    transform 0.28s ease,
    opacity 0.28s ease;

  display: flex;
  flex-direction: column;
  overflow-y: auto;

  padding: 18px;
  border-radius: 0 22px 22px 0;
  box-shadow: 18px 0 45px rgba(15, 23, 42, 0.18);
}

.bb-mobile-menu.bb-menu-open {
  transform: translateX(0);
  opacity: 1;
}

.bb-menu-title {
  width: 100%;
  padding-bottom: 18px;
  margin-bottom: 16px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  border-bottom: 1px solid #e5e7eb;
}

.mobile-menu-brand {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mobile-menu-label {
  font-family: "Poppins, sans-serif";
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
}

.mobile-menu-brand small {
  font-size: 12px;
  color: #8a94a6;
  line-height: 1.2;
}

.mobile-menu-logo {
  display: inline-flex;
  align-items: center;
  max-width: 150px;
}

.mobile-menu-logo-img {
  width: 145px;
  height: 46px;
  display: block;
  object-fit: contain;
  object-position: left center;
  transition: none !important;
}

@media (max-width: 420px) {
  .mobile-menu-logo-img {
    width: 120px;
  }
}

.bb-close-menu {
  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 0;
  border-radius: 999px;
  background: #fff1f1;
  color: #ef4444;

  font-size: 22px;
  line-height: 1;

  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
  cursor: pointer;
  transition: all 0.2s ease;
}

.bb-close-menu:hover {
  background: #ef4444;
  color: #ffffff;
  transform: translateY(-1px);
}

.bb-close-menu:active {
  transform: scale(0.94);
}

.bb-close-menu i {
  line-height: 1;
}

.bb-menu-inner {
  flex: 1;
}

.bb-menu-content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bb-menu-content ul li {
  list-style: none;
}

.bb-menu-content ul li a {
  min-height: 52px;
  padding: 0 14px;

  display: flex;
  align-items: center;
  gap: 12px;

  font-family: "Poppins, sans-serif";
  font-size: 14px;
  font-weight: 600;
  color: #3d4750;

  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #ffffff;

  transition: all 0.25s ease;
}

.bb-menu-content ul li a i {
  width: 34px;
  height: 34px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 12px;
  background: rgba(0, 102, 255, 0.08);
  color: #0066ff;

  font-size: 18px;
}

.bb-menu-content ul li a:hover {
  color: #0066ff;
  border-color: rgba(0, 102, 255, 0.18);
  background: rgba(0, 102, 255, 0.04);
  transform: translateX(3px);
}

body.mobile-menu-open {
  overflow: hidden;
}

@media (max-width: 420px) {
  .bb-mobile-menu {
    width: 82vw;
    padding: 16px;
    border-radius: 0 18px 18px 0;
  }

  .bb-menu-content ul li a {
    min-height: 50px;
    font-size: 13px;
  }
}

/* Responsive */
@media screen and (max-width: 1199px) {
  .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu {
    position: unset;
  }
}
/* Footer */
.bb-footer
  .footer-directory
  .directory-contact
  .inner-contact
  ul
  li:first-child:after {
  display: none;
}
.bb-footer
  .footer-directory
  .directory-contact
  .inner-contact
  ul
  li:not(:last-child):after {
  content: "|";
  padding: 0 10px;
  font-size: 14px;
  color: #686e7d;
}

.bb-heading-res {
  display: none;
}

/* Responsive footer css */
@media only screen and (min-width: 992px) {
  .bb-footer .footer-top .bb-footer-widget .bb-footer-dropdown {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .bb-heading-res {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: block;
    text-align: right;
  }
}
/* Cart Sidebar */
.bb-open-cart {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  opacity: 1 !important;
}

.bb-side-cart::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.bb-side-cart::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eee;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.bb-side-cart::-webkit-scrollbar-thumb {
  background-color: #3d4750;
  border-radius: 20px;
}
/* .bb-side-cart:hover .bb-cart-close {
  height: 25px !important;
} */

.bb-side-cart .cart-related::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.bb-side-cart .cart-related::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eee;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.bb-side-cart .cart-related::-webkit-scrollbar-thumb {
  background-color: #3d4750;
  border-radius: 20px;
}
.bb-side-cart .bb-cart-box ul.bb-cart-items li:hover .cart-remove-item {
  opacity: 1;
}
.bb-side-cart .bb-cart-box .bb-cart-banner .banner:hover img {
  -webkit-transform: rotate(3deg) scale(1.1);
  transform: rotate(3deg) scale(1.1);
}

.cart-product-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.cart-scroll-area {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.cart-scroll-area::-webkit-scrollbar {
  display: none;
}

@media (max-width: 575px) {
  .bb-side-cart {
    width: 85vw;
  }

  .cart-sidebar-list {
    padding: 14px !important;
    gap: 12px !important;
    border-radius: 20px !important;
  }

  .cart-product-image {
    width: 96px !important;
    height: 96px !important;
    border-radius: 14px !important;
  }

  .cart-product-info {
    padding-right: 24px !important;
  }

  .cart-product-name {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 8px;
  }

  .cart-remove-item {
    width: 26px !important;
    height: 26px !important;
    right: 10px !important;
    bottom: 10px !important;
  }
}

@media (max-width: 380px) {
  .cart-sidebar-list {
    padding: 12px !important;
    gap: 10px !important;
  }

  .cart-product-image {
    width: 84px !important;
    height: 84px !important;
  }

  .cart-product-name {
    font-size: 14px;
    line-height: 20px;
  }
}

/* HERO */
.section-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-slider,
.hero-slider .swiper-wrapper,
.hero-slider .swiper-slide {
  width: 100%;
}

.hero-frame {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  height: auto;
  background: #f7f7f8;
  overflow: hidden;
}

.hero-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* HP */
@media (max-width: 767px) {
  .hero-frame {
    aspect-ratio: 16 / 9;
  }
}

/* HP Pagination */
.hero-pagination-wrap {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  z-index: 30;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  max-width: calc(100% - 24px);
}

.hero-pagination {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.hero-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 !important;
  opacity: 1 !important;
  border-radius: 999px;
}

.hero-pagination .swiper-pagination-bullet-active {
  width: 18px;
  border-radius: 999px;
}

.hero-toggle {
  width: 12px;
  height: 12px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  position: relative;
  flex: 0 0 auto;
}

.hero-toggle-icon {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-toggle-icon::before,
.hero-toggle-icon::after {
  content: "";
  position: absolute;
  top: 1px;
  width: 2px;
  height: 10px;
  background: #555;
  border-radius: 2px;
}

.hero-toggle-icon::before {
  left: 3px;
}

.hero-toggle-icon::after {
  right: 3px;
}

/* laptop pagination */
@media (min-width: 768px) {
  .hero-pagination-wrap {
    bottom: 16px;
    gap: 10px;
    padding: 8px 14px;
  }

  .hero-pagination {
    gap: 6px;
  }

  .hero-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .hero-pagination .swiper-pagination-bullet-active {
    width: 38px;
  }

  .hero-toggle {
    width: 16px;
    height: 16px;
  }

  .hero-toggle-icon::before,
  .hero-toggle-icon::after {
    top: 2px;
    width: 3px;
    height: 12px;
  }

  .hero-toggle-icon::before {
    left: 4px;
  }

  .hero-toggle-icon::after {
    right: 4px;
  }
}

/*Compar side */
.bb-side-compare {
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}

.bb-side-compare.bb-open-compare {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.bb-side-compare-overlay {
  display: none;
}

.bb-side-compare:hover .bb-compare-close {
  height: 25px !important;
}

.bb-compare-close::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 3px;
  left: 3px;
  border: 2px solid #fff;
  border-radius: 50%;
}

/*Hero*/
.hero-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-pagination-wrap {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 20;

  display: flex;
  align-items: center;
  gap: 12px;

  background: rgba(255, 255, 255, 0.9);
  padding: 8px 14px;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.hero-pagination {
  position: static !important;
  width: auto !important;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 !important;
  opacity: 1;
  background: #5f6772;
  border: 1px solid #666;
  border-radius: 999px 0 0 999px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.hero-pagination .swiper-pagination-bullet-active {
  width: 86px;
  height: 12px;
  background: #5f6772 !important;
  border-color: none !important;
}

.hero-pagination .swiper-pagination-bullet .progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #0066ff;
  border-radius: inherit; /* 🔥 penting */
  transition: width 0.1s linear;
}

.hero-toggle {
  width: 18px;
  height: 18px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

.hero-toggle-icon {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-toggle-icon::before,
.hero-toggle-icon::after {
  content: "";
  position: absolute;
  top: 2px;
  width: 3px;
  height: 14px;
  background: #555;
  border-radius: 2px;
}

.hero-toggle-icon::before {
  left: 4px;
}

.hero-toggle-icon::after {
  right: 4px;
}

.hero-toggle.is-paused .hero-toggle-icon::before {
  left: 4px;
  top: 2px;
  width: 0;
  height: 0;
  border-left: 10px solid #555;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  background: transparent;
  border-radius: 0;
}

.hero-toggle.is-paused .hero-toggle-icon::after {
  display: none;
}

/*Harga*/
/* =========================
   PRICE RANGE
========================= */

.custom-price-range {
  -webkit-appearance: none;
  appearance: none;

  position: absolute;
  left: 0;
  top: 50%;

  width: 100%;

  transform: translateY(-50%);

  background: transparent;

  pointer-events: none;
}

/* HILANGKAN TRACK BAWAAN */
.custom-price-range::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  appearance: none;

  background: transparent;
  border: none;
  height: 0;
}

.custom-price-range::-moz-range-track {
  background: transparent;
  border: none;
  height: 0;
}

/* THUMB */
.custom-price-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;

  pointer-events: auto;
  cursor: pointer;

  width: 30px;
  height: 30px;

  border-radius: 9999px;

  background: #0066ff;

  border: 8px solid #ffffff;

  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);

  margin-top: -15px;

  position: relative;
  z-index: 20;
}

.custom-price-range::-moz-range-thumb {
  pointer-events: auto;
  cursor: pointer;

  width: 30px;
  height: 30px;

  border-radius: 9999px;

  background: #0066ff;

  border: 8px solid #ffffff;

  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);

  position: relative;
  z-index: 20;
}

/* =========================
   AGRES STYLE PRICE SLIDER
========================= */

#price-slider {
  height: 4px;
  border: none;
  box-shadow: none;
  background: #e5e7eb;
  border-radius: 999px;
}

#price-slider .noUi-connect {
  background: #0066ff;
}

#price-slider .noUi-base,
#price-slider .noUi-connects {
  border-radius: 999px;
}

#price-slider .noUi-target {
  border: none;
  box-shadow: none;
  background: #e5e7eb;
}

#price-slider .noUi-handle {
  width: 30px;
  height: 30px;

  right: -15px !important;
  top: -13px !important;

  border-radius: 9999px;

  background: #0066ff;

  border: 8px solid #ffffff;

  box-shadow: 0 6px 16px rgba(31, 41, 55, 0.12);

  cursor: pointer;
}

#price-slider .noUi-handle:before,
#price-slider .noUi-handle:after {
  display: none;
}

#price-slider .noUi-touch-area {
  border-radius: 9999px;
}

/* =========================================
   PRICE INPUT PLACEHOLDER / ACTIVE
========================================= */

.price-filter-input {
  width: 100%;
  height: 50px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  padding: 0 18px;
  text-align: center;
  font-size: 14px;
  color: #9ca3af;
  letter-spacing: 0.02rem;
  outline: none;
  transition: all 0.25s ease;
}

.price-filter-input::placeholder {
  color: #9ca3af;
  opacity: 1;
}

.price-filter-input.has-value,
.price-filter-input:focus {
  color: #1f2937;
  border-color: #0066ff;
}

/* =========================================
   QUICK PRICE ACTIVE
========================================= */

.quick-price-btn {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #686e7d;
  transition: all 0.25s ease;
}

.quick-price-btn:hover {
  border-color: #0066ff;
  color: #0066ff;
  background: #eaf2ff;
}

/* ACTIVE */
.quick-price-btn.is-active {
  background: #0066ff;
  border-color: #0066ff;
  color: #ffffff;
  box-shadow: none;
}

/* sedikit efek klik */
.quick-price-btn:active {
  transform: scale(0.98);
}

/*News*/
.news-drag-wrapper {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.news-drag-wrapper::-webkit-scrollbar {
  display: none;
}

.news-drag-wrapper.dragging {
  cursor: grabbing;
}

.news-drag-track a {
  user-select: none;
  -webkit-user-drag: none;
}

/* Category */
.bb-open-category {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-sidebar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.category-sidebar::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eee;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.category-sidebar::-webkit-scrollbar-thumb {
  background-color: #3d4750;
  border-radius: 20px;
}
.category-sidebar:hover button.bb-category-close {
  height: 25px;
}
.category-sidebar button.bb-category-close:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 3px;
  left: 3px;
  border: 2px solid #fff;
  border-radius: 50%;
}

/* quickview */
.quickview-modal .bb-close-modal:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 3px;
  left: 3px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.quickview-modal .modal-content:hover .qty-close {
  height: 25px !important;
}
.bb-quickview-desc {
  max-height: 220px; /* total tinggi box */
  overflow: hidden;
}

/* =========================================
   QUICK VIEW CLOSE BUTTON FIX
========================================= */

#quickViewModal {
  z-index: 1200 !important;
}

#quickViewModal .quick-view-box {
  position: relative;
  padding-top: 58px !important;
  overflow: visible !important;
}

#quickViewModal .quick-view-close {
  position: absolute;
  top: 14px;
  right: 14px;
  left: auto;

  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 50;

  border: 0;
  border-radius: 999px;
  background: #fff1f1;
  color: #ef4444;

  font-size: 22px;
  line-height: 1;

  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
  cursor: pointer;
  transition: all 0.2s ease;
}

#quickViewModal .quick-view-close:hover {
  background: #ef4444;
  color: #ffffff;
}

@media (max-width: 767px) {
  #quickViewModal {
    align-items: flex-start !important;
    padding: 18px 12px !important;
  }

  #quickViewModal .quick-view-box {
    width: 100% !important;
    max-height: calc(100dvh - 36px) !important;
    padding: 16px !important;
    padding-top: 54px !important;
    border-radius: 22px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }

  #quickViewModal .quick-view-close {
    top: 12px;
    right: 12px;

    width: 38px;
    height: 38px;

    background: #fff1f1;
    color: #ef4444;
    font-size: 22px;
  }
}

/* DESKRIPSI dibatasi */
#quickDesc.quick-desc {
  max-width: 100%;
  width: 100%;

  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;

  overflow: hidden !important;
  text-overflow: ellipsis;

  text-align: left;
  padding-right: 10px;
  margin-bottom: 14px !important;

  line-height: 1.65 !important;
}

#quickViewModal .quick-view-box {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

#quickViewModal .quick-view-box > .grid {
  align-items: start;
}

#quickViewModal #quickTitle,
#quickViewModal #quickDesc,
#quickViewModal #quickSpecs {
  max-width: 100%;
}

@media (max-width: 767px) {
  #quickDesc.quick-desc {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    font-size: 14px !important;
    line-height: 1.6 !important;
    padding-right: 0;
    text-align: left;
  }

  #quickViewModal .quick-view-box {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

/* SPESIFIKASI dibatasi */
.quick-spec ul {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* jumlah baris */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* =========================================
   QUICK VIEW THUMBNAIL FIX
   Supaya kotak thumbnail tidak kepotong
   Laptop + Mobile
========================================= */

#quickThumbs.quick-thumbs-wrap {
  width: 100% !important;
  max-width: 100% !important;

  display: flex !important;
  align-items: center !important;
  gap: 10px !important;

  overflow-x: auto !important;
  overflow-y: visible !important;

  padding: 8px 6px 10px !important;
  margin-top: 15px !important;

  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

#quickThumbs.quick-thumbs-wrap::-webkit-scrollbar {
  display: none !important;
}

/* Item thumbnail yang dirender dari main.js */
#quickThumbs .quick-thumb {
  flex: 0 0 auto !important;

  width: 92px !important;
  height: 92px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 14px !important;
  background: #ffffff !important;
  box-sizing: border-box !important;

  overflow: hidden !important;
}

/* Gambar di dalam thumbnail */
#quickThumbs .quick-thumb img {
  width: 100% !important;
  height: 100% !important;

  object-fit: contain !important;
  display: block !important;

  padding: 6px !important;
  box-sizing: border-box !important;
}

/* Thumbnail aktif: ring tidak kepotong */
#quickThumbs .quick-thumb.ring-2,
#quickThumbs .quick-thumb.border-\[\#0066FF\] {
  box-shadow: inset 0 0 0 1px #0066ff !important;
}

/* =========================================
   MOBILE QUICK VIEW THUMBNAIL
========================================= */

@media (max-width: 767px) {
  #quickThumbs.quick-thumbs-wrap {
    gap: 8px !important;
    padding: 8px 5px 10px !important;
    margin-top: 14px !important;
  }

  #quickThumbs .quick-thumb {
    width: 76px !important;
    height: 76px !important;
    border-radius: 13px !important;
  }

  #quickThumbs .quick-thumb img {
    padding: 5px !important;
  }
}

@media (max-width: 380px) {
  #quickThumbs .quick-thumb {
    width: 70px !important;
    height: 70px !important;
  }
}

/* =========================================
   QUICK VIEW ARROW FIX
   Samakan dengan arrow detail produk
========================================= */

#quickViewModal .quick-view-arrow {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 20 !important;

  width: 34px !important;
  height: 34px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 999px !important;
  border: 1px solid #e5e7eb !important;
  background: #ffffff !important;
  color: #0066ff !important;

  box-shadow: 0 8px 22px rgba(31, 41, 55, 0.1) !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
}

#quickViewModal .quick-view-prev {
  left: 10px !important;
}

#quickViewModal .quick-view-next {
  right: 10px !important;
}

#quickViewModal .quick-view-arrow i {
  font-size: 22px !important;
  line-height: 1 !important;
  color: inherit !important;
}

#quickViewModal .quick-view-arrow:hover,
#quickViewModal .quick-view-arrow:active,
#quickViewModal .quick-view-arrow:focus,
#quickViewModal .quick-view-arrow:focus-visible {
  background: #eaf2ff !important;
  border-color: #0066ff !important;
  color: #0066ff !important;
  outline: none !important;
  transform: translateY(-50%) !important;
}

@media (max-width: 767px) {
  #quickViewModal .quick-view-arrow {
    width: 32px !important;
    height: 32px !important;
  }

  #quickViewModal .quick-view-prev {
    left: 8px !important;
  }

  #quickViewModal .quick-view-next {
    right: 8px !important;
  }

  #quickViewModal .quick-view-arrow i {
    font-size: 20px !important;
  }
}

@media (max-width: 380px) {
  #quickViewModal .quick-view-arrow {
    width: 30px !important;
    height: 30px !important;
  }

  #quickViewModal .quick-view-prev {
    left: 6px !important;
  }

  #quickViewModal .quick-view-next {
    right: 6px !important;
  }

  #quickViewModal .quick-view-arrow i {
    font-size: 19px !important;
  }
}

/* Animations */
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
  }
}
@keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
  }
}
.bb-overflow-hidden {
  overflow: hidden;
}

.cr-fadeInDown {
  -webkit-animation: fadeInDown 0.3s ease-in-out forwards;
  animation: fadeInDown 0.3s ease-in-out forwards;
}

.cr-fadeOutUp {
  -webkit-animation: fadeOutUp 0.2s ease-in-out forwards;
  animation: fadeOutUp 0.2s ease-in-out forwards;
}

.bb-modal {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bb-pro-variation ul li.active {
  background-color: #0066ff !important;
  color: #fff !important;
  border-color: #0066ff !important;
}
.bb-pro-variation ul li.active a {
  color: #fff;
}

/* newsletter-popup */
.bb-popnews-box {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bb-popnews-box:hover .bb-popnews-close {
  height: 25px !important;
}

/* Animations */
@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
  }
}
.bb-fadeInDown {
  -webkit-animation: fadeInDown 0.3s ease-in-out forwards;
  animation: fadeInDown 0.3s ease-in-out forwards;
}

.bb-fadeOutUp {
  -webkit-animation: fadeOutUp 0.2s ease-in-out forwards;
  animation: fadeOutUp 0.2s ease-in-out forwards;
}

.bb-popnews-close:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 3px;
  left: 3px;
  border: 2px solid #fff;
  border-radius: 50%;
}

/* tools-sidebar */
.bb-tools-sidebar .bb-tools-sidebar-toggle {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.102);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.102);
}
.bb-tools-sidebar .bb-tools-detail::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.bb-tools-sidebar .bb-tools-detail::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eee;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.bb-tools-sidebar .bb-tools-detail::-webkit-scrollbar-thumb {
  background-color: #3d4750;
  border-radius: 20px;
}
.bb-tools-sidebar
  .bb-tools-detail
  .bb-tools-block
  .bb-tools-dark
  .active-dark
  img,
.bb-tools-sidebar
  .bb-tools-detail
  .bb-tools-block
  .bb-tools-dark
  .active-box
  img,
.bb-tools-sidebar
  .bb-tools-detail
  .bb-tools-block
  .bb-tools-dark
  .active-rtl
  img,
.bb-tools-sidebar
  .bb-tools-detail
  .bb-tools-block
  .bb-tools-box
  .active-dark
  img,
.bb-tools-sidebar
  .bb-tools-detail
  .bb-tools-block
  .bb-tools-box
  .active-box
  img,
.bb-tools-sidebar
  .bb-tools-detail
  .bb-tools-block
  .bb-tools-box
  .active-rtl
  img,
.bb-tools-sidebar
  .bb-tools-detail
  .bb-tools-block
  .bb-tools-rtl
  .active-dark
  img,
.bb-tools-sidebar
  .bb-tools-detail
  .bb-tools-block
  .bb-tools-rtl
  .active-box
  img,
.bb-tools-sidebar
  .bb-tools-detail
  .bb-tools-block
  .bb-tools-rtl
  .active-rtl
  img {
  border-color: #0066ff;
}
.bb-tools-sidebar
  .bb-tools-detail
  .bb-tools-block
  .bb-tools-dark
  .active-dark:after,
.bb-tools-sidebar
  .bb-tools-detail
  .bb-tools-block
  .bb-tools-dark
  .active-box:after,
.bb-tools-sidebar
  .bb-tools-detail
  .bb-tools-block
  .bb-tools-dark
  .active-rtl:after,
.bb-tools-sidebar
  .bb-tools-detail
  .bb-tools-block
  .bb-tools-box
  .active-dark:after,
.bb-tools-sidebar
  .bb-tools-detail
  .bb-tools-block
  .bb-tools-box
  .active-box:after,
.bb-tools-sidebar
  .bb-tools-detail
  .bb-tools-block
  .bb-tools-box
  .active-rtl:after,
.bb-tools-sidebar
  .bb-tools-detail
  .bb-tools-block
  .bb-tools-rtl
  .active-dark:after,
.bb-tools-sidebar
  .bb-tools-detail
  .bb-tools-block
  .bb-tools-rtl
  .active-box:after,
.bb-tools-sidebar
  .bb-tools-detail
  .bb-tools-block
  .bb-tools-rtl
  .active-rtl:after {
  content: "\eb79";
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-family: "remixicon";
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 10px;
  background-color: #0066ff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.active-variant:after {
  font-family: "remixicon";
  content: "\eb79";
  height: 35px;
  width: 35px;
  font-size: 20px;
  position: absolute;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.open-tools {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

/* Layouts ( Import Layouts ) */
/* Hero */
.section-hero:after {
  content: "";
  width: 800px;
  height: 1000px;
  top: 0;
  right: 0;
}
.section-hero .bb-scroll-Page .scroll-bar:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  height: 80px;
  width: 1px;
  position: absolute;
  right: -50px;
  bottom: -33px;
  background-color: #000;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.swiper-slide-active .hero-contact *:nth-child(1) {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.swiper-slide-active .hero-contact *:nth-child(2) {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.swiper-slide-active .hero-contact *:nth-child(3) {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.hero-contact * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
.hero-contact:nth-child(1) {
  webkit-animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.hero-contact:nth-child(2) {
  webkit-animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.hero-contact:nth-child(3) {
  webkit-animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.hero-contact h1 span:after,
.hero-contact h2 span:after {
  content: "";
  width: 48px;
  height: 60px;
  position: absolute;
  top: -40px;
  right: -40px;
  background-image: url("../img/hero/shape-1.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.hero-slider .swiper-buttons {
  display: none;
}
.hero-slider .swiper-pagination {
  margin-left: 1px;
  position: relative;
  text-align: left;
  bottom: -20px;
  z-index: 1;
}
.hero-slider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 2px !important;
  -webkit-transform: skew(340deg);
  transform: skew(340deg);
  display: inline-block;
  border-radius: 0;
  opacity: 1;
  background-color: #4b5966;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0066ff;
  width: 30px;
}

.swiper-slide-active .hero-image img {
  opacity: 1;
}

.hero-image img {
  opacity: 0;
}
.hero-image svg path {
  fill: #fff;
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.015));
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.015));
}

/* footer terbaru untuk mobile */
@media (max-width: 575px) {
  .bb-footer .footer-directory [data-aos] {
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 8px !important;
  }

  .bb-footer .footer-directory .bb-footer-company {
    width: 100% !important;
    align-items: flex-start !important;
  }

  .bb-footer .footer-directory .bb-footer-company img {
    max-width: 250px !important;
    margin-left: -24px !important;
  }

  .bb-footer .bb-footer-company {
    margin-bottom: -4px !important;
  }

  .bb-footer .inner-contact {
    width: 100% !important;
    justify-content: flex-start !important;
    margin-top: -4px !important;
  }

  .bb-footer .inner-contact ul {
    justify-content: flex-start !important;
    gap: 14px !important;
  }

  .bb-footer .inner-contact a {
    width: 48px !important;
    height: 48px !important;
    font-size: 22px !important;
  }

  @media (max-width: 575px) {
  .bb-footer .inner-contact a {
    width: 42px !important;
    height: 42px !important;
    font-size: 20px !important;
  }

  .bb-footer .inner-contact a i {
    font-size: 20px !important;
    line-height: 1 !important;
  }
}

  .bb-footer .footer-directory .border-b {
    margin-top: 8px !important;
  }

  .bb-footer .footer-top {
    padding-top: 14px !important;
  }

  .bb-footer .bb-footer-detail {
    margin-top: -20px !important;
  }

  .bb-footer .bb-footer-links.bb-footer-dropdown {
    display: block !important;
    margin-top: -10px !important;
    margin-bottom: 18px !important;
  }

  .bb-footer .bb-footer-contact {
    margin-bottom: 12px !important;
  }

  .bb-footer .bb-footer-link {
    justify-content: flex-start !important;
    text-align: left !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
  }

  .bb-footer .bb-footer-link p,
  .bb-footer .bb-footer-link a {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  /* Komdigi + PSE rata kiri */
  .bb-footer .footer-top .min-\[992px\]\:w-\[25\%\] {
    justify-content: flex-start !important;
  }

  .bb-footer .footer-top .min-\[992px\]\:w-\[25\%\] > div {
    align-items: flex-start !important;
    text-align: left !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: -10px !important;
  }

  /* logo Komdigi PSE */
  .bb-footer .footer-top .min-\[992px\]\:w-\[25\%\] .flex {
    justify-content: flex-start !important;
  }

  /* teks Terdaftar */
  .bb-footer .footer-top .min-\[992px\]\:w-\[25\%\] .text-\[14px\] {
    text-align: left !important;
    margin-left: 0 !important;
  }

  .bb-footer .footer-bottom {
    margin-top: 48px !important;
  }
}

/* Responsive footer css */
@media only screen and (max-width: 1199px) {
  .hero-contact h1 span:after,
  .hero-contact h2 span:after {
    height: 60px;
    width: 40px;
    top: -35px;
    right: -35px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-contact h1 span:after,
  .hero-contact h2 span:after {
    height: 40px;
    width: 28px;
    top: -25px;
    right: -25px;
  }
  .hero-slider .swiper-pagination {
    display: none;
    margin: 0 0 0 -1px;
    bottom: -8px;
    text-align: right;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slider .swiper-pagination {
    bottom: 0;
  }
}
/* category */
.bb-category-contact .category-title h2 {
  text-shadow:
    1px 1px #111a24,
    -1px 1px #111a24,
    1px -1px #111a24,
    -1px -1px #111a24;
}

.bb-category-block:before {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  top: -29px;
  left: 97px;
  background-image: url("../img/category/top-shape.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.bb-category-block:after {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  bottom: 0;
  left: -29px;
  background-image: url("../img/category/top-shape.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.bb-category-box:hover .category-image img,
.bb-category-box:hover .category-image svg {
  -webkit-animation: zoom-in-zoom-out 0.5s ease-out;
  animation: zoom-in-zoom-out 0.5s ease-out;
}
@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}

/* Responsive footer css */
@media only screen and (max-width: 991px) {
  .bb-category-block:before,
  .bb-category-block:after {
    display: none;
  }
}
/* Product */
.bb-pro-box:hover .bb-pro-img .flags {
  opacity: 0;
}
.bb-pro-box .bb-pro-img .flags span {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: upright;
}
.bb-pro-box .bb-pro-img .bb-pro-actions .bb-btn-group:hover {
  background-color: #0066ff;
  border-color: #0066ff;
}
.bb-pro-box .bb-pro-img .bb-pro-actions .bb-btn-group:hover i {
  color: #fff;
}
.bb-pro-box:hover .bb-pro-img .inner-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.bb-pro-box:hover .bb-pro-img .inner-img img:not(:last-child) {
  opacity: 0;
}
.bb-pro-box:hover .bb-pro-img .inner-img img.hover-img {
  opacity: 1;
}
.bb-pro-box:hover .bb-pro-img .bb-pro-actions {
  opacity: 1;
  bottom: 10px;
}
.bb-pro-box .bb-pro-contact h4.bb-pro-title a:hover {
  color: #0066ff;
}
.bb-pro-box .dealend-timer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.bb-pro-box .dealend-timer .dealend-timer {
  padding: 5px;
  background-color: #f8f8fb;
  border-bottom: 1px solid #eee;
}
.bb-pro-box .dealend-timer .time-block {
  margin-left: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  color: #3d4750;
}
.bb-pro-box .dealend-timer .time-block .day {
  margin: 0 5px;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 28px;
  color: #3d4750;
}
.bb-pro-box .dealend-timer .time-block .time {
  min-width: 20px;
  position: relative;
}
.bb-pro-box .dealend-timer .time-block .dots {
  margin-top: -1px;
  margin-left: 5px;
  color: #3d4750;
}

.qty-plus-minus .bb-qtybtn {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  font-size: 20px;
  color: #777;
}
.qty-plus-minus .qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
}

/* button reset */
.btn-reset-filter {
  width: 100%;
  margin-top: 16px;
  padding: 12px;
  border-radius: 12px;
  background: #0066ff;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #0066ff;
  transition: all 0.2s ease;
}

.btn-reset-filter:hover {
  background: #0052cc;
  color: #ffffff;
  border-color: #0052cc;
}

/* Deal */
.bb-deal #dealend {
  padding: 0;
}
.bb-deal .dealend-timer {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
.bb-deal .dealend-timer .dealend-timer {
  background-color: #f8f8fb;
  border-radius: 15px;
  border: 1px solid #eee;
}
.bb-deal .dealend-timer .time-block {
  margin-left: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  color: #3d4750;
}
.bb-deal .dealend-timer .time-block .day {
  margin-left: 5px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 28px;
  color: #3d4750;
}
.bb-deal .dealend-timer .time-block .time {
  min-width: 20px;
  position: relative;
}
.bb-deal .dealend-timer .time-block .dots {
  margin-top: -1px;
  margin-left: 5px;
  color: #3d4750;
}

/* Responsive footer css */
@media only screen and (max-width: 991px) {
  .bb-deal .dealend-timer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* Banner-one */
.bg-box-color-one:before {
  background-color: #f4dab4;
}
.bg-box-color-one:after {
  background-color: #f4dab4;
}

.bg-box-color-two:before {
  background-color: #ffc6ce;
}
.bg-box-color-two:after {
  background-color: #ffc6ce;
}

.banner-box:hover:before {
  left: -210px;
  top: -210px;
}
.banner-box:hover:after {
  right: -80px;
  bottom: -110px;
}
.banner-box:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 400px;
  height: 600px;
  position: absolute;
  left: -200px;
  top: -200px;
  bottom: 0;
  rotate: 40deg;
  z-index: 0;
}
.banner-box:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 150px;
  height: 300px;
  position: absolute;
  right: -70px;
  bottom: -100px;
  rotate: 40deg;
  z-index: 0;
}

/* Responsive footer css */
@media only screen and (max-width: 767px) {
  .banner-box:before {
    left: -300px;
  }
  .banner-box:after {
    right: -100px;
  }
  .banner-box:hover:before {
    left: -310px;
  }
  .banner-box:hover:after {
    right: -110px;
  }
}
/* Banner-two */
.banner-two-box:before {
  content: "";
  background-image: url("../img/banner-two/left-shape.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 30px;
  width: 30px;
  position: absolute;
  z-index: 1;
  left: -30px;
  bottom: 0;
}
.banner-two-box:after {
  content: "";
  background-image: url("https://maraviyainfotech.com/projects/blueberry-tailwind/assets/img/banner-two/right-shape.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 30px;
  width: 30px;
  position: absolute;
  z-index: 1;
  right: -30px;
  bottom: 0;
}

/* new product */
.bb-pro-tab ul.bb-pro-tab-nav li:not(:last-child) {
  position: relative;
}
.bb-pro-tab ul.bb-pro-tab-nav li:not(:last-child):after {
  content: "/";
  position: absolute;
  right: -4px;
  top: 0;
  font-size: 12px;
  color: #686e7d;
}

ul#ProductTab li.active a {
  color: #0066ff;
}

/* vendors */
.bb-vendors-img .vendors-local-shape .inner-shape:before {
  content: "";
  background-image: url("../img/banner-two/left-shape.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 30px;
  width: 30px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: -50px;
}
.bb-vendors-img .vendors-local-shape .inner-shape:after {
  content: "";
  background-image: url("../img/banner-two/left-shape.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 30px;
  width: 30px;
  position: absolute;
  z-index: 1;
  left: -50px;
  bottom: -100px;
}

ul#vendorstab li.active a {
  border-color: #0066ff;
}
ul#vendorstab li.active a .bb-vendors-box .inner-heading h5 {
  color: #0066ff;
}

/* Testimonials */
.bb-testimonials .inner-banner h4 {
  text-shadow:
    1px 1px #111a24,
    -1px 1px #111a24,
    1px -1px #111a24,
    -1px -1px #111a24;
}
.bb-testimonials .bb-testimonials-inner .testimonials-contact img {
  display: none;
}

/* Responsive footer css */
@media only screen and (max-width: 767px) {
  .bb-testimonials .bb-testimonials-inner .testimonials-contact img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* blog-2 */
.blog-2-card:hover .blog-contact {
  background-color: rgb(255, 255, 255);
}
.blog-2-card:hover .blog-img img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

/* Instagram */
.section-instagram .bb-title {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bb-instagram-card .instagram-img:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  opacity: 0;
  border-radius: 30px;
}
.bb-instagram-card .instagram-img:hover:before {
  opacity: 1;
}
.bb-instagram-card .instagram-img:hover:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.bb-instagram-card .instagram-img:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "remixicon";
  content: "\ee66";
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  opacity: 0;
  font-size: 38px;
  color: #fff;
  -webkit-transform: scale(3) rotate(50deg);
  transform: scale(3) rotate(50deg);
}

/* Pages ( Import Pages ) */
/* About */
.bb-team-box:hover .bb-team-img .bb-team-socials {
  right: 0;
}
.bb-team-box .bb-team-img .bb-team-socials .inner-shape:before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: -20px;
  right: 0;
  background-size: 100%;
  background-image: url("../img/team/top-shape.png");
  background-repeat: no-repeat;
}
.bb-team-box .bb-team-img .bb-team-socials .inner-shape:after {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 147px;
  right: 0;
  background-size: 100%;
  background-image: url("../img/team/bottom-shape.png");
  background-repeat: no-repeat;
}

/* Shop */
ul.bb-shop-tags li.active-tags a {
  color: #0066ff;
  border-color: #0066ff;
}

.bb-shop-sidebar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.bb-shop-sidebar::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eee;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.bb-shop-sidebar::-webkit-scrollbar-thumb {
  background-color: #3d4750;
  border-radius: 20px;
}

.bb-shop-sidebar-open {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

.width-50 {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
  width: 50% !important;
}
.width-50 .bb-pro-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.width-50 .bb-pro-box .bb-pro-img {
  max-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-bottom: 0;
  border-right: 1px solid #eee;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.width-50 .bb-pro-box .bb-pro-img .inner-img {
  border-top-right-radius: 0;
  border-bottom-left-radius: 20px;
}
.width-50 .bb-pro-box .bb-pro-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.width-50 .bb-pro-box .bb-pro-contact p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.width-100 {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
  width: 100% !important;
}
.width-100 .bb-pro-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.width-100 .bb-pro-box .bb-pro-img {
  max-width: 250px;
  border-bottom: 0;
  border-right: 1px solid #eee;
}
.width-100 .bb-pro-box .bb-pro-img .inner-img {
  border-top-right-radius: 0;
  border-bottom-left-radius: 20px;
}
.width-100 .bb-pro-box .bb-pro-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.width-100 .bb-pro-box .bb-pro-contact p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bb-pro-pagination ul li.active a {
  background-color: #3d4750;
  color: #fff;
}

.bb-pro-list-top .bb-bl-btn button.active {
  background-color: #0066ff;
  color: #fff;
  border-radius: 15px;
}
.bb-pro-list-top .bb-select-inner .custom-select {
  width: 130px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.bb-pro-list-top .bb-select-inner .custom-select:after {
  right: -10px;
  top: -5px;
}

.bb-sidebar-block-item input:checked ~ .checked::after {
  display: block;
}
.bb-sidebar-block-item .checked:after {
  left: -1px;
  top: -1px;
  width: 18px;
  height: 18px;
  border: 1px solid #0066ff;
  content: "\eb7b";
  position: absolute;
  display: none;
  background: #0066ff;
  font-family: "remixicon";
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  line-height: 16px;
  text-align: center;
}

.bb-color-contact ul li.color-sidebar-active .bb-sidebar-block-item span:after {
  width: 22px;
  height: 22px;
  content: "\eb7b";
  font-family: "remixicon";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-range-slider .range-bar {
  border: none;
  background: #000;
  height: 3px;
  width: 96%;
  margin-left: 8px;
}
.price-range-slider .range-bar .ui-slider-range {
  background: #0066ff;
}
.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  top: -7px;
  border: 2px solid #0066ff;
  height: 17px;
  width: 17px;
  cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
  background: #0066ff;
}

.bb-tags ul li:hover {
  background-color: #0066ff;
}
.bb-tags ul li:hover a {
  color: #fff;
}

/* Responsive footer css */
@media only screen and (max-width: 1199px) {
  .width-50 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .width-100 .bb-pro-box {
    display: block;
    overflow: hidden;
  }
  .width-100 .bb-pro-box .bb-pro-img {
    max-width: 100%;
    border-bottom: 1px solid #eee;
    border-right: 0;
  }
  .width-100 .bb-pro-box .bb-pro-img .inner-img {
    border-bottom-left-radius: 20px;
  }
  .width-100 .bb-pro-box .bb-pro-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .width-100 .bb-pro-box .bb-pro-contact p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 575px) {
  .width-50 .bb-pro-box {
    max-width: 380px;
    margin: auto;
    display: block;
  }
  .width-50 .bb-pro-box .bb-pro-img {
    max-width: 100%;
    border-bottom: 1px solid #eee;
    border-right: 0;
  }
  .width-50 .bb-pro-box .bb-pro-img .inner-img {
    border-bottom-left-radius: 20px;
  }
  .width-50 .bb-pro-box .bb-pro-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .width-50 .bb-pro-box .bb-pro-contact p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 420px) {
  .bb-pro-list-top .bb-select-inner .custom-select {
    width: 100px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
/* Single product page */
ul#ProTab li.active a {
  color: #0066ff;
}

.single-pro-slider .single-nav-thumb .slick-list {
  margin: 0 -8px;
}
.single-pro-slider .single-nav-thumb .single-slide {
  display: block !important;
}
.single-pro-slider .single-nav-thumb .slick-slide:hover img {
  border-color: #0066ff;
}
.single-pro-slider
  .single-nav-thumb
  .slick-slide.slick-current.slick-active
  img {
  border-color: #0066ff;
}
.single-pro-slider .single-nav-thumb .slick-arrow {
  top: 42%;
}
.single-pro-slider .single-nav-thumb button {
  background: transparent;
  outline: 0;
  border: 0;
}
.single-pro-slider .single-nav-thumb .slick-arrow.slick-prev {
  left: 0;
  right: auto;
}
.single-pro-slider .single-nav-thumb .slick-arrow {
  position: absolute;
  top: 55%;
  left: auto;
  right: auto;
  margin: 0 auto;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-pro-slider .single-nav-thumb .slick-arrow:before {
  content: "";
  color: #9ca3af;
  position: relative;
  font-size: 42px;
  width: 100%;
  line-height: 30px;
  height: 30px;
}
.single-pro-slider .single-nav-thumb .slick-arrow.slick-prev:before {
  font-family: "remixicon";
  content: "\ea52";
}
.single-pro-slider .single-nav-thumb .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.single-pro-slider .single-nav-thumb .slick-arrow.slick-next:before {
  font-family: "remixicon";
  content: "\ea54";
}

.bb-single-pro-contact
  .bb-single-pro-weight
  .bb-pro-variation-contant
  ul
  li.active-variation {
  background-color: #0066ff;
}
.bb-single-pro-contact
  .bb-single-pro-weight
  .bb-pro-variation-contant
  ul
  li.active-variation
  span {
  color: #fff;
}
.bb-single-pro-contact .bb-single-qty .bb-pro-actions a:hover {
  background-color: #0066ff;
}
.bb-single-pro-contact .bb-single-qty .bb-pro-actions a:hover i {
  color: #fff;
}

/* Cart */
.bb-cart-sidebar-block
  .bb-sb-blok-contact
  .input-box
  input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #686e7d;
}
.bb-cart-sidebar-block .bb-sb-blok-contact .input-box input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #686e7d;
}
.bb-cart-sidebar-block
  .bb-sb-blok-contact
  .input-box
  input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #686e7d;
}
.bb-cart-sidebar-block
  .bb-sb-blok-contact
  .input-box
  input::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #686e7d;
}
.bb-cart-sidebar-block .bb-sb-blok-contact .input-box input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #686e7d;
}

/* Responsive */
@media screen and (max-width: 1399px) {
  .bb-cart-table::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    padding: 5px;
  }
  .bb-cart-table::-webkit-scrollbar-track {
    width: 8px;
    background-color: #eee;
    -webkit-box-shadow: inset 0 0 0px #000;
  }
  .bb-cart-table::-webkit-scrollbar-thumb {
    background-color: #3d4750;
    border-radius: 20px;
  }
}
/* checkout */
.bb-checkout-sidebar .about-order textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #686e7d;
}
.bb-checkout-sidebar .about-order textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #686e7d;
}
.bb-checkout-sidebar .about-order textarea:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #686e7d;
}
.bb-checkout-sidebar .about-order textarea::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #686e7d;
}
.bb-checkout-sidebar .about-order textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #686e7d;
}

/* Faq */
/* Faq */
.accordion-head:after {
  content: "+";
  width: 28px;
  height: 28px;

  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);

  font-family: "Poppins, sans-serif";
  font-size: 22px;
  line-height: 1;
  font-weight: 500;

  color: #9ca3af;
  background: transparent;
  border-radius: 999px;

  cursor: pointer;
  transition:
    color 0.25s ease,
    background-color 0.25s ease;
}

.accordion-head.active-arrow:after {
  content: "−";
  color: #0066ff;
  background: #eaf2ff;
}

/* blog */
.bb-blog-card {
  background-color: #f8f8fb;
  border: 1px solid #eee;
  border-radius: 20px;
}
.bb-blog-card .blog-image img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
}
.bb-blog-card .blog-contact {
  padding: 20px;
}
.bb-blog-card .blog-contact h5 {
  margin-bottom: 12px;
  font-size: 18px;
}
.bb-blog-card .blog-contact h5 a {
  font-size: 18px;
  font-weight: 500;
  color: #3d4750;
}
.bb-blog-card .blog-contact p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
}
.bb-blog-card .blog-contact .blog-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bb-blog-card .blog-contact .blog-btn a {
  padding: 2px 14px;
}

.bb-blog-details-contact
  .bb-blog-details-comment
  .bb-comment-box
  .inner-contact
  .bb-details-btn:hover
  i {
  padding-left: 4px;
}

/* warna button dan arrow produk */
/* =========================================
   PRODUCT DETAIL ARROW LIKE HOME CAROUSEL
========================================= */
/* =========================================
   PRODUCT DETAIL ARROW FIX
   Ukuran disamakan dengan Quick View
========================================= */

.single-product-cover-wrap {
  position: relative !important;
}

.single-product-cover-wrap .cover-arrow {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 10 !important;

  width: 34px !important;
  height: 34px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 999px !important;
  border: 1px solid #e5e7eb !important;
  background: #ffffff !important;
  color: #0066ff !important;

  box-shadow: 0 8px 22px rgba(31, 41, 55, 0.1) !important;

  cursor: pointer !important;
  transition: all 0.25s ease !important;
}

.single-product-cover-wrap .cover-prev {
  left: -2px !important;
}

.single-product-cover-wrap .cover-next {
  right: -2px !important;
}

.single-product-cover-wrap .cover-arrow i {
  font-size: 22px !important;
  line-height: 1 !important;
  color: inherit !important;
}

.single-product-cover-wrap .cover-arrow:hover,
.single-product-cover-wrap .cover-arrow:active,
.single-product-cover-wrap .cover-arrow:focus,
.single-product-cover-wrap .cover-arrow:focus-visible {
  background: #eaf2ff !important;
  border-color: #0066ff !important;
  color: #0066ff !important;
  outline: none !important;
  transform: translateY(-50%) !important;
}

.single-product-cover-wrap .cover-arrow.slick-disabled {
  opacity: 0.35 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

@media (max-width: 767px) {
  .single-product-cover-wrap .cover-arrow {
    width: 32px !important;
    height: 32px !important;
  }

  .single-product-cover-wrap .cover-prev {
    left: 2px !important;
  }

  .single-product-cover-wrap .cover-next {
    right: 2px !important;
  }

  .single-product-cover-wrap .cover-arrow i {
    font-size: 20px !important;
  }
}

@media (max-width: 380px) {
  .single-product-cover-wrap .cover-arrow {
    width: 30px !important;
    height: 30px !important;
  }

  .single-product-cover-wrap .cover-prev {
    left: 0 !important;
  }

  .single-product-cover-wrap .cover-next {
    right: 0 !important;
  }

  .single-product-cover-wrap .cover-arrow i {
    font-size: 19px !important;
  }
}

.color-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 9999px;
  background: transparent;
  border: 1.5px solid transparent;
  transition: all 0.25s ease;
}

.color-btn span {
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  transition: all 0.25s ease;
}

.color-btn:hover {
  transform: translateY(-1px) scale(1.04);
  border-color: #d1d5db;
  background: #f8fafc;
}

.color-btn.is-active {
  border-color: #94a3b8;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.1);
  transform: scale(1.06);
}

.color-btn.is-active span {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.65);
}

/* wishlist */
.bb-wish-rightside .bb-wishlist-msg {
  padding: 30px 0;
  text-align: center;
  font-size: 50px;
  line-height: 32px;
  font-weight: 500;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #686e7d;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .bb-wish-rightside .bb-wishlist-msg {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .bb-wish-rightside .bb-wishlist-msg {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  .bb-wish-rightside .bb-wishlist-msg {
    font-size: 32px;
  }
}
/* compare */
.bb-compare::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.bb-compare::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eee;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.bb-compare::-webkit-scrollbar-thumb {
  background-color: #3d4750;
  border-radius: 20px;
}

/* Track */
.section-track .bb-progress li.active {
  border-color: #686e7d;
}
.section-track .bb-progress li.active .number {
  width: 35px;
  height: 35px;
  background-color: rgba(104, 110, 125, 0.9);
}
.section-track .bb-progress li.active .icon i {
  color: #686e7d;
}
.section-track .bb-progress li.active .title {
  font-weight: 600;
  color: #686e7d;
}
/*# sourceMappingURL=style.css.map */
.color-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 9999px;
  background: transparent;
  border: 1.5px solid transparent;
  transition: all 0.25s ease;
}

.color-btn span {
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  transition: all 0.25s ease;
}

.color-btn:hover {
  transform: translateY(-1px) scale(1.04);
  border-color: #d1d5db;
  background: #f8fafc;
}

.color-btn.is-active {
  border-color: #94a3b8;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.1);
  transform: scale(1.06);
}

.color-btn.is-active span {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.65);
}

/* Equal height untuk product card di Owl Carousel */
.bb-deal-block .owl-stage {
  display: flex;
}

.bb-deal-block .owl-item {
  display: flex;
}

.bb-deal-block .bb-deal-card {
  display: flex;
  width: 100%;
}

.bb-deal-block .bb-pro-box {
  width: 100%;
  height: 100%;
}

/* Product card floating / 3D hover */
.bb-pro-box {
  position: relative;
  transform: translateY(0) scale(1);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease; /* border-color dihapus dari transisi karena tidak dipakai lagi */
  will-change: transform;
}

.bb-pro-box:hover {
  /* 1. Mengurangi efek angkat menjadi -4px saja (sebelumnya -10px) dan scale diperkecil sedikit */
  transform: translateY(-4px) scale(1.01);

  /* 2. border-color: #0066FF; DIHAPUS agar pinggirannya tidak menjadi biru */

  /* 3. Bayangan biru di belakang. Spread (-10px) memastikan bayangan tidak meluber ke tepi/samping */
  box-shadow: 0 15px 30px -10px rgba(0, 102, 255, 0.25);

  z-index: 5;
}

.bb-pro-box:hover .main-img {
  transform: scale(1.08);
}

/* =========================================
   PRODUCT CARD BADGE TOP / HOT
========================================= */

.product-badge-label {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 8;

  min-width: 48px;
  height: 26px;
  padding: 0 12px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #ef4444;
  color: #ffffff;

  font-family: "Poppins, sans-serif";
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.03rem;
  text-transform: uppercase;

  border-radius: 8px;
}

@media (max-width: 575px) {
  .product-badge-label {
    top: 10px;
    left: 10px;
    min-width: 42px;
    height: 24px;
    padding: 0 10px;
    font-size: 11px;
    border-radius: 7px;
  }
}
/* ================================
   Product List / Column View Fix
   Membuat info produk berada di kanan gambar
================================ */

/* mode kolom/list */
.width-100 {
  width: 100% !important;
  flex: 0 0 100% !important;
}

/* card produk saat mode list */
.width-100 .bb-pro-box {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  min-height: 300px;
  overflow: hidden;
}

/* area gambar produk */
.width-100 .bb-pro-box .bb-pro-img {
  width: 32% !important;
  max-width: 360px;
  min-width: 280px;
  border-right: 1px solid #eee;
  border-bottom: 0 !important;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* gambar di dalam card */
.width-100 .bb-pro-box .bb-pro-img .inner-img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 0;
  border-bottom-left-radius: 20px;
}

.width-100 .bb-pro-box .bb-pro-img img {
  width: 100%;
  height: 240px;
  object-fit: contain;
}

/* area informasi produk */
.width-100 .bb-pro-box .bb-pro-contact {
  width: 68% !important;
  flex: 1;
  padding: 34px 38px !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

/* brand */
.width-100 .bb-pro-box .bb-pro-subtitle {
  margin-bottom: 10px !important;
}

/* nama produk */
.width-100 .bb-pro-box .bb-pro-title {
  height: auto !important;
  margin-bottom: 18px !important;
}

.width-100 .bb-pro-box .bb-pro-title a {
  font-size: 22px !important;
  line-height: 30px !important;
}

/* harga */
.width-100 .bb-pro-box .bb-price {
  width: 100%;
}

.width-100 .bb-pro-box .inner-price {
  width: 100%;
}

/* responsive: saat layar kecil, kembali ke atas-bawah */
@media (max-width: 767px) {
  .width-100 .bb-pro-box {
    flex-direction: column !important;
    min-height: auto;
  }

  .width-100 .bb-pro-box .bb-pro-img {
    width: 100% !important;
    max-width: 100%;
    min-width: 100%;
    border-right: 0;
    border-bottom: 1px solid #eee !important;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  .width-100 .bb-pro-box .bb-pro-img .inner-img {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  .width-100 .bb-pro-box .bb-pro-contact {
    width: 100% !important;
    padding: 20px !important;
  }

  .width-100 .bb-pro-box .bb-pro-title a {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

/* ================================
   ODEGA FRONTEND DARK MODE
================================ */

html.odega-dark body {
  background-color: #0f172a;
  color: #cbd5e1;
}

html.odega-dark .bb-header {
  background-color: #0f172a;
  border-color: #1e293b;
}

html.odega-dark .bottom-header {
  background-color: #0f172a;
}

html.odega-dark .bb-main-menu-desk {
  background-color: #111827;
  border-color: #1e293b;
}

html.odega-dark .nav-link {
  color: #e5e7eb !important;
}

html.odega-dark .nav-link:hover {
  color: #38bdf8 !important;
}

html.odega-dark .bb-search-bar {
  background-color: #111827 !important;
  color: #e5e7eb !important;
  border-color: #334155 !important;
}

html.odega-dark .bb-search-bar::placeholder {
  color: #94a3b8 !important;
}

html.odega-dark .header-search button {
  color: #e5e7eb !important;
}

html.odega-dark section {
  background-color: #0f172a;
}

html.odega-dark .bg-\[\#f7f7f8\],
html.odega-dark .bg-\[\#f8f8fb\] {
  background-color: #111827 !important;
}

html.odega-dark .bg-\[\#fff\],
html.odega-dark .bg-white {
  background-color: #1e293b !important;
}

html.odega-dark .border-\[\#eee\],
html.odega-dark .border-solid {
  border-color: #334155 !important;
}

html.odega-dark .text-\[\#3d4750\],
html.odega-dark .text-\[\#3d4750\],
html.odega-dark .text-\[\#686e7d\],
html.odega-dark .text-\[\#777\] {
  color: #e5e7eb !important;
}

html.odega-dark .bb-pro-box {
  background-color: #1e293b !important;
  border-color: #334155 !important;
}

html.odega-dark .bb-pro-contact {
  background-color: #1e293b !important;
}

html.odega-dark .bb-pro-title a {
  color: #f8fafc !important;
}

html.odega-dark .bb-pro-subtitle a {
  color: #cbd5e1 !important;
}

html.odega-dark .inner-img {
  background-color: #f8fafc !important;
}

html.odega-dark .bb-pro-actions .bb-btn-group {
  background-color: #111827 !important;
  border-color: #334155 !important;
}

html.odega-dark .bb-mobile-menu {
  background-color: #111827 !important;
}

html.odega-dark .bb-mobile-menu .bb-menu-content a {
  background-color: #1e293b !important;
  color: #e5e7eb !important;
  border-color: #334155 !important;
}

html.odega-dark .odega-theme-toggle i,
html.odega-dark .bb-header-btn i {
  color: #38bdf8 !important;
}

html.odega-dark .bb-cart-count,
html.odega-dark .bb-compare-count {
  background-color: #38bdf8 !important;
  color: #0f172a !important;
}

/* =========================================
   PRODUCT MOBILE RESPONSIVE
========================================= */
@media (max-width: 575px) {
  /* grid spacing */
  .pro-bb-content {
    padding-left: 6px !important;
    padding-right: 6px !important;
    margin-bottom: 12px !important;
  }

  /* card */
  .bb-pro-box {
    border-radius: 18px !important;
    overflow: hidden;
  }

  /* image */
  .bb-pro-img {
    padding: 10px !important;
  }

  .bb-pro-img img {
    max-height: 130px !important;
    object-fit: contain !important;
  }

  /* content */
  .bb-pro-contact {
    padding: 12px !important;
  }

  /* brand */
  .bb-pro-contact span {
    font-size: 11px !important;
    line-height: 16px !important;
  }

  /* title wrapper */
  .bb-pro-title {
    height: 44px !important;
    overflow: hidden !important;
    margin-bottom: 8px !important;
  }

  /* title */
  .bb-pro-title a {
    font-size: 13px !important;
    line-height: 20px !important;

    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;

    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  /* harga utama */
  .bb-price {
    font-size: 14px !important;
    line-height: 18px !important;
  }

  /* harga coret */
  .bb-old-price {
    font-size: 11px !important;
    line-height: 14px !important;
  }

  /* badge diskon */
  .bb-discount-badge {
    min-width: 42px !important;
    height: 22px !important;

    font-size: 10px !important;
    border-radius: 8px !important;
  }
}

/* =========================
   BRAND FILTER DESKTOP
========================= */

.brand-toggle-btn {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.brand-toggle-btn i {
  font-size: 18px;
  transition: 0.3s;
}

.brand-toggle-btn.active i {
  transform: rotate(180deg);
}

.brand-search-input {
  width: 100%;
  height: 48px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #ffffff;
  padding: 0 42px 0 16px;
  font-size: 14px;
  font-weight: 400;
  color: #1f2937;
  outline: none;
  transition: all 0.25s ease;
}

.brand-search-input::placeholder {
  color: #9ca3af;
  opacity: 1;
}

.brand-search-input:focus {
  border-color: #0066ff;
}

.brand-search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
}

.brand-scroll-area {
  max-height: 250px;
  overflow-y: auto;
  padding-right: 6px;
  overscroll-behavior: contain;
}

.brand-scroll-area::-webkit-scrollbar {
  width: 6px;
}

.brand-scroll-area::-webkit-scrollbar-thumb {
  background: #9ca3af;
  border-radius: 999px;
}

.brand-item {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 2px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.2s;
}

.brand-item:hover {
  background: #eaf2ff;
}

.brand-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-check-ui {
  width: 20px;
  height: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.brand-check-ui i {
  display: none;
  color: #fff;
  font-size: 13px;
}

.brand-check-ui.active {
  background: #0066ff;
  border-color: #0066ff;
}

.brand-check-ui.active i {
  display: block;
}

.brand-name {
  font-size: 14px;
  line-height: 20px;
  color: #686e7d;
}

.brand-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #e5e7eb;
}

.brand-dropdown-hidden {
  display: none;
}

/* MOBILE FILTER */
.mobile-filter-content {
  padding: 20px;
}

#mobileFilterSidebar .bb-shop-wrap {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  position: relative !important;
  top: auto !important;
}

/* Batasi list kategori dan brand di mobile: tampil 3 item, sisanya scroll */
#mobileFilterSidebar .brand-scroll-area {
  max-height: 156px;
  overflow-y: auto;
  padding-right: 6px;
  overscroll-behavior: contain;
}

/* Rapikan jarak item agar 3 item pas terlihat */
#mobileFilterSidebar .brand-item {
  min-height: 48px;
  padding: 8px 2px;
}

/* Scrollbar mobile filter */
#mobileFilterSidebar .brand-scroll-area::-webkit-scrollbar {
  width: 4px;
}

#mobileFilterSidebar .brand-scroll-area::-webkit-scrollbar-track {
  background: transparent;
}

#mobileFilterSidebar .brand-scroll-area::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
}

/* =========================================
   SORTBAR FINAL FIX
========================================= */

.sort-label {
  font-size: 14px;
  font-weight: 600;
  color: #3d4750;
  white-space: nowrap;
}

/* wrapper kanan */
.sort-form {
  display: flex;
  align-items: center;
}

/* select wrapper */
.sort-select-wrap {
  position: relative;
  width: 260px;
}

/* custom select */
.sort-select-wrap .custom-select {
  width: 100%;
  height: 40px;

  background: #ffffff;

  border: 1px solid #e5e7eb;
  border-radius: 15px;

  display: flex;
  align-items: center;

  padding-left: 52px;
  padding-right: 48px;

  font-size: 14px;
  font-weight: 500;
  color: #3d4750;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

  transition: all 0.25s ease;
}

/* hover */
.sort-select-wrap .custom-select:hover {
  border-color: #0066ff;
}

/* icon kiri */
.sort-select-wrap .sort-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 18px;
   color: #3D4750;
  pointer-events: none;
}

.sort-select-wrap {
  position: relative;
  z-index: auto;
}

.sort-select-wrap .custom-select {
  position: relative;
  z-index: 0;
}

/* arrow kanan */
.sort-select-wrap .custom-select:after {
  right: 18px !important;
  top: 50% !important;

  transform: translateY(-50%) !important;

  font-size: 20px;
}

/* dropdown */
.sort-select-wrap .select-options {
  margin-top: 10px;
  border-radius: 18px;
  overflow-y: auto;
  max-height: 240px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 35px rgba(31, 41, 55, 0.08);
}

/* item */
.sort-select-wrap .select-options li {
  padding: 13px 18px !important;

  font-size: 14px;

  transition: all 0.2s ease;
}

.sort-select-wrap .select-options li:hover {
  background: #eaf2ff;
  color: #0066ff;
}

/* supaya bar abu tidak ikut tinggi sort */
.bb-select-inner,
.shop-top-bar,
.shop-toolbar {
  align-items: flex-start !important;
}

/* responsive */
@media (max-width: 767px) {
  .sort-select-wrap {
    width: 100%;
  }

  .sort-label {
    display: none;
  }
}

/* =========================================
   MOBILE FILTER + SORT INLINE
========================================= */

@media (max-width: 991px) {
  .sort-label {
    display: none;
  }

  .sort-select-wrap {
    width: calc(100vw - 210px);
    min-width: 190px;
  }

  .sort-select-wrap .custom-select {
    height: 46px;

    padding-left: 38px;
    padding-right: 34px;

    font-size: 13px;
  }

  #openMobileFilter {
    height: 46px !important;

    font-size: 15px !important;

    border-radius: 14px !important;
  }
}

/* =========================================
   MOBILE FILTER + SORT FIX
========================================= */

@media (max-width: 767px) {
  /* FILTER BUTTON */
  #openMobileFilter {
    width: 118px;
    height: 50px;

    border-radius: 15px;

    font-size: 11px;
    font-weight: 600;

    color: #3d4750;

    gap: 8px;

    padding: 0 14px;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  #openMobileFilter i {
    font-size: 15px;

    color: #3d4750;
  }

  #openMobileFilter span {
    line-height: 1;
    letter-spacing: 0;
  }

  /* SORT WRAPPER */
  .sort-select-wrap {
    width: 195px;
  }

  /* SORT BOX */
  .sort-select-wrap .custom-select {
    height: 50px;

    border-radius: 15px;

    font-size: 11px;
    font-weight: 600;

    padding-left: 42px;
    padding-right: 28px;

    letter-spacing: 0;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    display: flex;
    align-items: center;
  }

  /* SORT ICON */
  .sort-icon {
    left: 14px;

    font-size: 16px;
  }

  /* HIDE LABEL */
  .sort-label {
    display: none;
  }
}

/* Compare modal scrollbar */
.compare-modal-body {
  overflow: hidden;
  padding-bottom: 28px !important;
}

.compare-scroll-area {
  width: 100%;
  max-height: calc(90vh - 140px);
  overflow: auto;
  padding-bottom: 16px;
  box-sizing: border-box;
}

/* OverlayScrollbars viewport */
.compare-scroll-area .os-viewport {
  overscroll-behavior: contain;
}

/* Supaya tabel tetap bisa horizontal scroll */
#compareTable {
  min-width: 900px;
}

/* Scrollbar look */
.compare-scroll-area .os-scrollbar {
  --os-size: 10px;
  --os-handle-bg: #3d4750;
  --os-handle-bg-hover: #0066ff;
  --os-handle-bg-active: #0066ff;
  --os-track-bg: #e5e7eb;
  --os-handle-border-radius: 10px;
}

/* Beri jarak scrollbar horizontal dari pinggir bawah */
.compare-scroll-area .os-scrollbar-horizontal {
  bottom: 4px !important;
  left: 4px !important;
  right: 4px !important;
}

/* Mobile compare modal */
@media (max-width: 575px) {
  .compare-modal-box {
    width: calc(100vw - 24px) !important;
    max-height: 86vh !important;
    border-radius: 18px !important;
  }

  .compare-modal-body {
    padding: 12px 12px 30px !important;
    max-height: calc(86vh - 76px) !important;
    overflow: hidden;
  }

  .compare-scroll-area {
    max-height: calc(86vh - 120px) !important;
    padding-bottom: 20px;
  }

  .compare-scroll-area .os-scrollbar-horizontal {
    bottom: 6px !important;
    left: 6px !important;
    right: 6px !important;
  }

  #compareTable {
    min-width: 850px;
  }
}

/* =========================================
   COMPARE & CART CLOSE BUTTON FIX
========================================= */

.compare-close-btn,
.cart-close-btn {
  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 auto;

  border: 0;
  border-radius: 999px;
  background: #fff1f1;
  color: #ef4444;

  font-size: 22px;
  line-height: 1;

  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
  cursor: pointer;
  transition: all 0.2s ease;
}

.compare-close-btn:hover,
.cart-close-btn:hover {
  background: #ef4444;
  color: #ffffff;
  transform: translateY(-1px);
}

.compare-close-btn:active,
.cart-close-btn:active {
  transform: scale(0.94);
}

.compare-close-btn i,
.cart-close-btn i {
  line-height: 1;
}

/* Kategori produk di index */
/* =========================================
   CATEGORY PRODUCT: HP + LAPTOP ONLY
========================================= */

.home-category-section {
  overflow: hidden;
}

/* Default = laptop */
.category-view-all-mobile-slide {
  display: none !important;
}

.category-slider:not(.is-phone-grid) {
  padding-left: 80px;
  padding-right: 110px;
}

.category-slider:not(.is-phone-grid) .swiper-wrapper {
  display: flex !important;
}

.category-slider:not(.is-phone-grid) .swiper-slide {
  height: auto;
}

.category-slider:not(.is-phone-grid) .category-item {
  min-height: 230px;
  justify-content: flex-start;
  align-items: center;
}

.category-slider:not(.is-phone-grid) .category-img-box {
  width: 160px;
  height: 160px;
  margin: 0 auto 16px;
}

.category-slider:not(.is-phone-grid) .category-img {
  max-width: 100%;
  max-height: 100%;
}

.category-slider:not(.is-phone-grid) .category-label {
  font-size: 18px;
  line-height: 1.3;
  max-width: 160px;
  margin: 0 auto;
  text-align: center;
}

.category-slider:not(.is-phone-grid) .category-button-prev {
  left: 0 !important;
}

.category-slider:not(.is-phone-grid) .category-button-next {
  right: 0 !important;
}

/* HP */
@media (max-width: 575px) {
  .home-category-section {
    padding-top: 30px !important;
    padding-bottom: 28px !important;
    background: #fff !important;
  }

  .home-category-section > div {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .category-head {
    margin-bottom: 18px !important;
  }

  @media (max-width: 575px) {
    .category-title {
      font-size: 24px !important;
      line-height: 1.12 !important;
      max-width: none !important;
      white-space: nowrap;
    }
  }

  .category-view-all-desktop {
    display: none !important;
  }

  .category-view-all-mobile-slide {
    display: block !important;
  }

  .category-slider.is-phone-grid {
    overflow: visible !important;
  }

  .category-slider.is-phone-grid .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 12px;
    transform: none !important;
  }

  .category-slider.is-phone-grid .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }

  .category-slider.is-phone-grid .category-item {
    width: 100%;
    min-height: auto;
  }

  .category-slider.is-phone-grid .category-img-box {
    width: 68px;
    height: 68px;
    margin: 0 auto 9px;
  }

  .category-slider.is-phone-grid .category-img {
    max-width: 66px;
    max-height: 66px;
  }

  .category-slider.is-phone-grid .category-label {
    font-size: 13px;
    line-height: 1.2;
    max-width: 78px;
    min-height: 33px;
    margin: 0 auto;
    text-align: center;
    color: #1f2a44;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .category-view-all-icon-box {
    width: 68px !important;
    height: 68px !important;
    border-radius: 50%;
    background: #eef0f4;
    color: #6b7280;
  }

  .category-view-all-icon-box i {
    font-size: 27px;
    line-height: 1;
  }

  .category-button-prev,
  .category-button-next {
    display: none !important;
  }
}

/* =========================================
   CATEGORY POPUP CLEAN SCROLL
========================================= */

#categoryPopup {
  overflow: hidden !important;
}

/* Area scroll isi popup */
.category-popup-scroll-area {
  max-height: calc(85vh - 105px);
  overflow-y: auto;
  overflow-x: hidden;

  /* ini yang bikin scrollbar tidak mepet card */
  padding-right: 38px;
  margin-right: -10px;

  scrollbar-width: thin;
  scrollbar-color: rgba(61, 71, 80, 0.38) transparent;
}

/* Desktop grid diberi jarak dari scrollbar */
.category-popup-scroll-area > .grid {
  padding-right: 6px;
}

/* Scrollbar Chrome / Edge */
.category-popup-scroll-area::-webkit-scrollbar {
  width: 6px;
}

.category-popup-scroll-area::-webkit-scrollbar-track {
  background: transparent;
}

.category-popup-scroll-area::-webkit-scrollbar-thumb {
  background: rgba(61, 71, 80, 0.38);
  border-radius: 999px;
}

.category-popup-scroll-area::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 102, 255, 0.7);
}

/* Hilangkan scrollbar OverlayScrollbars kalau masih kebaca */
.category-popup-scroll-area .os-scrollbar {
  display: none !important;
}

/* Sembunyikan back-to-top saat popup kategori terbuka */
body.category-popup-open .back-to-top,
body.category-popup-open .back-to-top-wrap,
body.category-popup-open [class*="back-to-top"],
body.category-popup-open [class*="scroll-top"] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Mobile popup kategori */
@media (max-width: 575px) {
  #categoryPopup {
    width: calc(100vw - 34px) !important;
    max-height: 76vh !important;
    padding: 22px 18px !important;
    border-radius: 22px !important;
  }

  #categoryPopup h3 {
    font-size: 28px !important;
    line-height: 1.15 !important;
  }

  .category-popup-scroll-area {
    max-height: calc(76vh - 88px);

    /* jarak scrollbar dengan card di mobile */
    padding-right: 22px;
    margin-right: -8px;
  }

  .category-popup-scroll-area > .grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding-right: 4px;
  }

  .category-popup-scroll-area a {
    min-height: 92px;
    padding: 16px 18px !important;
    border-radius: 16px !important;
  }

  .category-popup-scroll-area a span {
    font-size: 18px !important;
    line-height: 1.25 !important;
  }

  .category-popup-scroll-area::-webkit-scrollbar {
    width: 4px;
  }
}
/* Fix kategori produk khusus laptop/desktop */
@media (min-width: 992px) {
  .home-category-section .category-slider {
    overflow: hidden !important;
    padding-left: 80px;
    padding-right: 80px;
  }

  .home-category-section .category-slider .swiper-wrapper {
    display: flex !important;
  }

  .home-category-section .category-button-prev {
    left: 0;
  }

  .home-category-section .category-button-next {
    right: 0;
  }
}

/* =========================================
   CATEGORY POPUP CLOSE BUTTON FIX
========================================= */

.category-popup-close-btn {
  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 auto;

  border: 0;
  border-radius: 999px;
  background: #fff1f1;
  color: #ef4444;

  font-size: 22px;
  line-height: 1;

  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
  cursor: pointer;
  transition: all 0.2s ease;
}

.category-popup-close-btn:hover {
  background: #ef4444;
  color: #ffffff;
  transform: translateY(-1px);
}

.category-popup-close-btn:active {
  transform: scale(0.94);
}

.category-popup-close-btn i {
  line-height: 1;
}
/* ================================
   Produk Terpopuler & Related Product Mobile
   2 card per row - ukuran pas
================================ */
@media (max-width: 575px) {
  .product-grid-item {
    display: flex !important;
  }

  .bb-deal-block .owl-stage,
  .bb-deal-block .owl-item {
    display: flex !important;
  }

  .bb-deal-card {
    display: flex !important;
    height: auto !important;
    padding: 0 !important;
  }

  .bb-pro-box {
    width: 100% !important;
    height: 100% !important;
    min-height: unset !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .bb-pro-contact {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
  }

  .bb-pro-title {
    height: 42px !important;
    overflow: hidden !important;
  }

  .product-card-price {
    margin-top: auto !important;
    min-height: 50px !important;
  }

  .product-card-price-inner {
    min-height: 50px !important;
  }
}

@media (max-width: 575px) {
  .section-shop .min-\[992px\]\:w-\[75\%\].w-full.px-\[12px\] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .section-shop .bb-shop-pro-inner > .flex.flex-wrap {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .section-shop #product-container {
    width: 100% !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .section-shop .product-list-mobile-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .section-shop .product-list-mobile-wrap .product-grid-item {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}

/* Fix card kiri Produk Terpopuler kepotong */
.section-deal .bb-deal-slider {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.section-deal .owl-stage-outer {
  padding-left: 2px !important;
  padding-right: 2px !important;
  margin-left: -2px !important;
  margin-right: -2px !important;
}

/* =========================================
   Category carousel arrow
========================================= */

.category-slider {
  position: relative;
  overflow: visible;
}

.category-button-prev,
.category-button-next {
  width: 44px;
  height: 44px;

  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;

  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #0066ff;

  box-shadow: 0 10px 24px rgba(31, 41, 55, 0.1);
  transition: all 0.25s ease;

  cursor: pointer;
}

.category-button-prev {
  left: -18px;
}

.category-button-next {
  right: -18px;
}

.category-button-prev i,
.category-button-next i {
  font-size: 24px;
  line-height: 1;
}

.category-button-prev:hover,
.category-button-next:hover {
  background: #eaf2ff;
  border-color: #0066ff;
  color: #0052cc;
}

@media (max-width: 767px) {
  .category-button-prev,
  .category-button-next {
    width: 38px;
    height: 38px;
  }

  .category-button-prev {
    left: -8px;
  }

  .category-button-next {
    right: -8px;
  }

  .category-button-prev i,
  .category-button-next i {
    font-size: 22px;
  }
}

/* =========================================
   PRODUK TERBARU MOBILE ONLY
   Pisah dari Produk Terpopuler
========================================= */

@media (max-width: 575px) {
  .section-product-tabs .new-arrival-grid {
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box !important;
  }

  .section-product-tabs .new-arrival-grid .product-grid-item {
    width: 50% !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    margin-bottom: 12px !important;
  }
}

/* =========================================
   MOBILE HOME SECTION TITLE LEFT
========================================= */

@media (max-width: 767px) {
  .section-deal .section-title,
  .section-product-tabs .section-title {
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;

    /* sejajar dengan card produk pertama */
    padding-left: 6px !important;
    padding-right: 6px !important;

    margin-bottom: 16px !important;
  }

  .section-deal .section-title .section-detail,
  .section-product-tabs .section-title .section-detail {
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 0 !important;
  }

  .section-deal .section-title .bb-title,
  .section-product-tabs .section-title .bb-title {
    display: block !important;
    text-align: left !important;

    /* ukuran lebih pas di mobile */
    font-size: 22px !important;
    line-height: 1.25 !important;
    letter-spacing: 0.02rem !important;
  }

  .section-deal .section-title .bb-title span,
  .section-product-tabs .section-title .bb-title span {
    font-size: inherit !important;
  }
}

/* =========================================
   EMPTY TEXT HOME ALIGN WITH TITLE
========================================= */

@media (max-width: 767px) {
  .section-deal .product-carousel-wrap .empty-home-state {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .section-product-tabs .new-arrival-grid > .w-full {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .section-deal .empty-home-state p,
  .section-product-tabs .empty-home-state p {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}

/* icon whatsapp atau cs */
.floating-wa-btn {
  position: fixed;
  right: 15px;
  width: 42px;
  height: 42px;
  z-index: 11;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.35);
  transition:
    bottom 0.35s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.floating-wa-btn.wa-bottom {
  bottom: 15px;
}

.floating-wa-btn.wa-up {
  bottom: 66px;
}

.floating-wa-btn:hover {
  transform: translateY(-4px);
  color: #fff;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.45);
}

@media (max-width: 767px) {
  .floating-wa-btn {
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 23px;
  }

  .floating-wa-btn.wa-bottom {
    bottom: 15px;
  }

  .floating-wa-btn.wa-up {
    bottom: 64px;
  }
}

.product-card-price {
  min-height: 54px;
  display: flex;
  align-items: flex-start;
}

.product-card-price-inner {
  min-height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.product-card-price-inner > *:first-child {
  margin-top: 0 !important;
}

/* =========================================
   FAQ BRAND CONSISTENCY
========================================= */
.section-faq .accordion-head.active-arrow {
  color: #0066ff;
  background: #eaf2ff;
}

.section-faq .bb-accordion-item {
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.section-faq .bb-accordion-item:has(.accordion-head.active-arrow) {
  border-color: #0066ff;
  box-shadow: 0 12px 30px rgba(0, 102, 255, 0.08);
}

/* =========================================
   FAQ BOTTOM BACKGROUND TO FOOTER FIX
========================================= */
.section-faq {
  background: #f7f7f8;
}

.bb-footer,
.bb-footer .footer-directory,
.bb-footer .footer-top,
.bb-footer .footer-bottom {
  background: #f7f7f8 !important;
}

.bb-footer {
  margin-top: 0 !important;
}

/* =========================================
   Product carousel arrow
========================================= */

.bb-deal-block.owl-carousel {
  position: relative;
}

.bb-deal-block .owl-nav {
  pointer-events: none;
}

.bb-deal-block .owl-nav.disabled {
  display: block !important;
}

.bb-deal-block .owl-nav button.owl-prev,
.bb-deal-block .owl-nav button.owl-next {
  width: 44px;
  height: 44px;

  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;

  border-radius: 999px !important;
  border: 1px solid #e5e7eb !important;
  background: #ffffff !important;
  color: #0066ff !important;

  box-shadow: 0 10px 24px rgba(31, 41, 55, 0.1);
  transition: all 0.25s ease;

  pointer-events: auto;
}

.bb-deal-block .owl-nav button.owl-prev {
  left: -18px;
}

.bb-deal-block .owl-nav button.owl-next {
  right: -18px;
}

.bb-deal-block .owl-nav button.owl-prev i,
.bb-deal-block .owl-nav button.owl-next i {
  font-size: 24px;
  line-height: 1;
}

.bb-deal-block .owl-nav button.owl-prev:hover,
.bb-deal-block .owl-nav button.owl-next:hover {
  background: #eaf2ff !important;
  border-color: #0066ff !important;
  color: #0052cc !important;
}

.bb-deal-block .owl-nav button.disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

@media (max-width: 767px) {
  .bb-deal-block .owl-nav button.owl-prev,
  .bb-deal-block .owl-nav button.owl-next {
    width: 38px;
    height: 38px;
  }

  .bb-deal-block .owl-nav button.owl-prev {
    left: -8px;
  }

  .bb-deal-block .owl-nav button.owl-next {
    right: -8px;
  }

  .bb-deal-block .owl-nav button.owl-prev i,
  .bb-deal-block .owl-nav button.owl-next i {
    font-size: 22px;
  }
}

/* =========================================
   PRODUCT DETAIL BREADCRUMB ONE LINE
========================================= */

.section-breadcrumb .bb-breadcrumb-list {
  width: 100%;
  max-width: 100%;
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  overflow: hidden !important;
}

.section-breadcrumb .bb-breadcrumb-list li {
  flex: 0 0 auto;
  white-space: nowrap;
}

.section-breadcrumb .product-breadcrumb-title {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: 100% !important;

  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  display: block !important;
}

@media (max-width: 767px) {
  .section-breadcrumb .bb-breadcrumb-inner {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  .section-breadcrumb .bb-breadcrumb-list {
    justify-content: flex-start !important;
    gap: 0 !important;
  }

  .section-breadcrumb .bb-breadcrumb-list li:first-child a {
    font-size: 13px !important;
    line-height: 24px !important;
  }

  .section-breadcrumb .bb-breadcrumb-list li:nth-child(2) {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .section-breadcrumb .product-breadcrumb-title {
    font-size: 13px !important;
    line-height: 24px !important;
    max-width: calc(100vw - 125px) !important;
  }
}

/* =========================================
   PRODUCT DETAIL TITLE WRAP FIX
   Nama produk panjang tidak boleh nembus layar
========================================= */

.product-detail-title {
  max-width: 100% !important;
  width: 100% !important;

  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;

  overflow: visible !important;
}

/* Supaya area kanan product detail tidak bikin horizontal scroll */
.bb-single-pro-contact {
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: visible !important;
}

/* Supaya kolom kanan aman jika nama produk sangat panjang */
.bb-single-pro .flex,
.bb-single-pro .flex > div {
  min-width: 0 !important;
}

@media (max-width: 767px) {
  .product-detail-title {
    font-size: 22px !important;
    line-height: 30px !important;
    letter-spacing: 0.02rem !important;

    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .bb-single-pro-contact {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .bb-single-price-wrap {
    flex-wrap: wrap !important;
    gap: 10px !important;
  }
}

/* =========================================
   QUICK VIEW TEXT WRAP FIX
   Supaya nama produk tidak nembus layar
========================================= */

#quickViewModal .quick-view-box {
  max-width: min(1100px, calc(100vw - 32px)) !important;
  overflow-x: hidden !important;
}

#quickViewModal .quick-view-box > .grid {
  min-width: 0 !important;
}

#quickViewModal .quick-view-box > .grid > div {
  min-width: 0 !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

#quickTitle {
  width: 100% !important;
  max-width: 100% !important;

  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;

  overflow: visible !important;
}

#quickDesc,
#quickSpecs,
#quickSpecs li {
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

@media (max-width: 767px) {
  #quickViewModal {
    overflow-x: hidden !important;
  }

  #quickViewModal .quick-view-box {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    overflow-x: hidden !important;
  }

  #quickViewModal .quick-view-box > .grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
  }

  #quickTitle {
    font-size: 22px !important;
    line-height: 30px !important;
    letter-spacing: 0.02rem !important;

    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  #quickDesc {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  #quickSpecs {
    font-size: 13px !important;
    line-height: 22px !important;
  }

  #quickAddToCartBtn,
  #quickCompareBtn {
    margin-bottom: 8px !important;
  }
}

/* =========================================
   PRODUCT DETAIL THUMBNAIL FINAL FIX
   Thumbnail rapat seperti Agres
========================================= */

.product-thumb-slider {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  margin: 0 auto !important;
  padding: 6px 0 8px !important;
}

/* Matikan margin negatif bawaan */
.single-pro-slider .single-nav-thumb .slick-list,
.product-thumb-slider .slick-list {
  margin: 0 !important;
  padding: 4px 0 6px !important;
  overflow: hidden !important;
}

/* Track thumbnail dibuat rapat dan berada di tengah */
.product-thumb-slider .slick-track {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  width: auto !important;
  transform: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Paksa setiap slide punya ukuran tetap, bukan melebar */
.product-thumb-slider .slick-slide,
.product-thumb-slider .single-slide {
  width: 94px !important;
  min-width: 94px !important;
  max-width: 94px !important;
  flex: 0 0 94px !important;

  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

/* Kotak thumbnail */
.product-thumb-slider .single-slide img {
  width: 94px !important;
  height: 94px !important;
  aspect-ratio: 1 / 1 !important;

  object-fit: contain !important;
  box-sizing: border-box !important;

  border: 1px solid #e5e7eb !important;
  border-radius: 15px !important;
  background: #ffffff !important;

  padding: 7px !important;
  display: block !important;
}

/* Aktif: border biru tetap di dalam */
.product-thumb-slider .slick-current img,
.product-thumb-slider .single-slide.slick-current img {
  border-color: #0066ff !important;
  box-shadow: inset 0 0 0 1px #0066ff !important;
}

@media (max-width: 767px) {
  .product-thumb-slider .slick-track {
    gap: 8px !important;
    justify-content: center !important;
  }

  .product-thumb-slider .slick-slide,
  .product-thumb-slider .single-slide {
    width: 76px !important;
    min-width: 76px !important;
    max-width: 76px !important;
    flex: 0 0 76px !important;
  }

  .product-thumb-slider .single-slide img {
    width: 76px !important;
    height: 76px !important;
    border-radius: 14px !important;
    padding: 6px !important;
  }
}

@media (max-width: 380px) {
  .product-thumb-slider .slick-track {
    gap: 7px !important;
  }

  .product-thumb-slider .slick-slide,
  .product-thumb-slider .single-slide {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    flex: 0 0 70px !important;
  }

  .product-thumb-slider .single-slide img {
    width: 70px !important;
    height: 70px !important;
  }
}

/* =========================================
   FOOTER DARK MODE FIX
========================================= */

html.odega-dark .bb-footer {
  background: #0f172a !important;
  color: #e5e7eb !important;
  border-color: #1e293b !important;
}

/* Area atas footer */
html.odega-dark .bb-footer .footer-directory,
html.odega-dark .bb-footer .footer-top,
html.odega-dark .bb-footer .footer-bottom {
  background: #0f172a !important;
  color: #e5e7eb !important;
}

/* Garis pembatas footer */
html.odega-dark .bb-footer .border-b,
html.odega-dark .bb-footer .border-t-\[1px\],
html.odega-dark .bb-footer .footer-bottom {
  border-color: #334155 !important;
}

/* Semua teks footer */
html.odega-dark .bb-footer p,
html.odega-dark .bb-footer span,
html.odega-dark .bb-footer div,
html.odega-dark .bb-footer .bb-footer-detail {
  color: #d1d5db !important;
}

/* Link footer */
html.odega-dark .bb-footer a {
  color: #e5e7eb !important;
}

/* Link hover */
html.odega-dark .bb-footer a:hover {
  color: #60a5fa !important;
}

/* Icon kontak: email, whatsapp, lokasi */
html.odega-dark .bb-footer i {
  color: #60a5fa !important;
}

/* Tombol sosial media */
/* Sosial media footer dark mode */
html.odega-dark .bb-footer .inner-contact a {
  background: #1e293b !important;
  color: #ffffff !important;
  border: 1px solid #334155 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28) !important;
}

html.odega-dark .bb-footer .inner-contact a i {
  color: #ffffff !important;
}

html.odega-dark .bb-footer .inner-contact a:hover {
  background: #0b1220 !important;
  color: #60a5fa !important;
  border-color: #2563eb !important;
}

html.odega-dark .bb-footer .inner-contact a:hover i {
  color: #60a5fa !important;
}
/* Bagian PSE / Komdigi */
html.odega-dark .bb-footer .footer-top img {
  filter: none !important;
}

/* Copyright bawah */
html.odega-dark .bb-footer .footer-bottom-copy,
html.odega-dark .bb-footer .footer-bottom-copy div,
html.odega-dark .bb-footer .footer-bottom-copy span {
  color: #cbd5e1 !important;
}

/* =========================================
   HOME DARK MODE FIX
   Kategori, Judul Section, View All
========================================= */

/* Background section beranda */
html.odega-dark .home-category-section,
html.odega-dark .section-deal,
html.odega-dark .section-product-tabs {
  background: #0f172a !important;
}

/* Judul: Kategori Produk, Produk Terpopuler, Produk Terbaru */
html.odega-dark .home-category-section .category-title,
html.odega-dark .section-deal .bb-title,
html.odega-dark .section-product-tabs .bb-title {
  color: #e5e7eb !important;
}

/* Span biru tetap biru ODEGA */
html.odega-dark .home-category-section .category-title span,
html.odega-dark .section-deal .bb-title span,
html.odega-dark .section-product-tabs .bb-title span {
  color: #0066ff !important;
}

/* Nama kategori: Laptop, komputer, printer, dll */
html.odega-dark .home-category-section .category-label {
  color: #e5e7eb !important;
}

/* Hover kategori */
html.odega-dark .home-category-section .category-item:hover .category-label {
  color: #60a5fa !important;
}

/* Tombol Lihat Semua desktop */
html.odega-dark .category-view-all-desktop {
  background: #1e293b !important;
  color: #e5e7eb !important;
  border-color: #334155 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24) !important;
}

/* Icon dan teks Lihat Semua */
html.odega-dark .category-view-all-desktop i,
html.odega-dark .category-view-all-desktop span {
  color: #e5e7eb !important;
}

/* Hover Lihat Semua */
html.odega-dark .category-view-all-desktop:hover {
  background: #0b1220 !important;
  border-color: #0066ff !important;
  color: #60a5fa !important;
}

html.odega-dark .category-view-all-desktop:hover i,
html.odega-dark .category-view-all-desktop:hover span {
  color: #60a5fa !important;
}

/* Tombol View All mobile di slider kategori */
html.odega-dark .category-view-all-mobile .category-view-all-icon-box {
  background: #1e293b !important;
  color: #e5e7eb !important;
  border: 1px solid #334155 !important;
}

html.odega-dark .category-view-all-mobile .category-view-all-icon-box i {
  color: #e5e7eb !important;
}

/* Arrow kategori di kanan kiri */
html.odega-dark .category-button-prev,
html.odega-dark .category-button-next {
  background: #ffffff !important;
  color: #0066ff !important;
  border: 1px solid #e5e7eb !important;
}

html.odega-dark .category-button-prev i,
html.odega-dark .category-button-next i {
  color: #0066ff !important;
}

/* =========================================
   CATEGORY POPUP DARK MODE FIX
   Popup Lihat Semua Kategori
========================================= */

/* Overlay popup */
html.odega-dark #categoryPopupOverlay {
  background: rgba(2, 6, 23, 0.72) !important;
}

/* Box popup utama */
html.odega-dark #categoryPopup {
  background: #0f172a !important;
  border-color: #334155 !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45) !important;
}

/* Judul Semua Kategori */
html.odega-dark #categoryPopup h3 {
  color: #e5e7eb !important;
}

/* Card kategori di dalam popup */
html.odega-dark #categoryPopup a {
  background: #1e293b !important;
  border-color: #334155 !important;
  color: #e5e7eb !important;
  box-shadow: none !important;
}

/* Teks kategori */
html.odega-dark #categoryPopup a span {
  color: #e5e7eb !important;
}

/* Bulatan gambar kategori */
html.odega-dark #categoryPopup a > div {
  background: #0f172a !important;
  border-color: #334155 !important;
}

/* Hover card kategori */
html.odega-dark #categoryPopup a:hover {
  background: #0b1220 !important;
  border-color: #0066ff !important;
}

/* Hover teks kategori */
html.odega-dark #categoryPopup a:hover span {
  color: #60a5fa !important;
}

/* Placeholder icon kalau gambar kategori kosong */
html.odega-dark #categoryPopup .ri-image-line {
  color: #94a3b8 !important;
}

/* Close button popup tetap merah seperti style lain */
html.odega-dark #categoryPopup #closeCategoryPopup,
html.odega-dark #categoryPopup .category-popup-close-btn {
  background: #fff1f1 !important;
  color: #ef4444 !important;
  border: 0 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28) !important;
}

html.odega-dark #categoryPopup #closeCategoryPopup:hover,
html.odega-dark #categoryPopup .category-popup-close-btn:hover {
  background: #ef4444 !important;
  color: #ffffff !important;
}

/* =========================================
   CATEGORY ARROW DARK MODE FIX
========================================= */

html.odega-dark .category-button-prev,
html.odega-dark .category-button-next {
  background: #1e293b !important;
  color: #ffffff !important;
  border: 1px solid #334155 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28) !important;
}

html.odega-dark .category-button-prev i,
html.odega-dark .category-button-next i {
  color: #ffffff !important;
}

/* Hover */
html.odega-dark .category-button-prev:hover,
html.odega-dark .category-button-next:hover {
  background: #0066ff !important;
  border-color: #0066ff !important;
  color: #ffffff !important;
}

html.odega-dark .category-button-prev:hover i,
html.odega-dark .category-button-next:hover i {
  color: #ffffff !important;
}

/* =========================================
   PRODUK TERPOPULER ARROW DARK MODE FIX
========================================= */

html.odega-dark .section-deal .owl-nav button.owl-prev,
html.odega-dark .section-deal .owl-nav button.owl-next {
  background: #1e293b !important;
  color: #ffffff !important;
  border: 1px solid #334155 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28) !important;
}

html.odega-dark .section-deal .owl-nav button.owl-prev i,
html.odega-dark .section-deal .owl-nav button.owl-next i {
  color: #ffffff !important;
}

/* Hover */
html.odega-dark .section-deal .owl-nav button.owl-prev:hover,
html.odega-dark .section-deal .owl-nav button.owl-next:hover {
  background: #0066ff !important;
  border-color: #0066ff !important;
  color: #ffffff !important;
}

html.odega-dark .section-deal .owl-nav button.owl-prev:hover i,
html.odega-dark .section-deal .owl-nav button.owl-next:hover i {
  color: #ffffff !important;
}

/* =========================================
   MODAL DARK MODE FIX
   Quick View, Keranjang, Bandingkan
========================================= */

/* =========================
   QUICK VIEW DARK MODE
========================= */

html.odega-dark #quickViewModal {
  background: rgba(2, 6, 23, 0.72) !important;
}

html.odega-dark #quickViewModal .quick-view-box {
  background: #0f172a !important;
  border: 1px solid #334155 !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5) !important;
}

/* Gambar utama quick view */
html.odega-dark #quickMainImage {
  background: #ffffff !important;
  border-color: #334155 !important;
}

/* Judul, deskripsi, spesifikasi */
html.odega-dark #quickTitle,
html.odega-dark #quickViewModal h4 {
  color: #e5e7eb !important;
}

html.odega-dark #quickDesc,
html.odega-dark #quickSpecs,
html.odega-dark #quickSpecs li {
  color: #cbd5e1 !important;
}

/* Harga tetap biru */
html.odega-dark #quickPrice,
html.odega-dark #quickPrice div {
  color: #60a5fa !important;
}

/* Thumbnail quick view */
html.odega-dark #quickThumbs .quick-thumb {
  background: #ffffff !important;
  border-color: #334155 !important;
}

html.odega-dark #quickThumbs .quick-thumb.ring-2,
html.odega-dark #quickThumbs .quick-thumb.border-\[\#0066FF\] {
  box-shadow: inset 0 0 0 2px #0066ff !important;
}

/* Arrow quick view */
html.odega-dark #quickViewModal .quick-view-arrow {
  background: #1e293b !important;
  color: #ffffff !important;
  border-color: #334155 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28) !important;
}

html.odega-dark #quickViewModal .quick-view-arrow i {
  color: #ffffff !important;
}

html.odega-dark #quickViewModal .quick-view-arrow:hover {
  background: #0066ff !important;
  border-color: #0066ff !important;
  color: #ffffff !important;
}

/* Tombol Tambah & Bandingkan di quick view */
html.odega-dark #quickAddToCartBtn,
html.odega-dark #quickCompareBtn {
  background: #1e293b !important;
  color: #ffffff !important;
  border-color: #0066ff !important;
}

html.odega-dark #quickAddToCartBtn i,
html.odega-dark #quickCompareBtn i {
  color: #ffffff !important;
}

html.odega-dark #quickAddToCartBtn:hover,
html.odega-dark #quickCompareBtn:hover {
  background: #0066ff !important;
  color: #ffffff !important;
  border-color: #0066ff !important;
}

/* =========================
   CART / KERANJANG DARK MODE
========================= */

html.odega-dark .bb-side-cart-overlay {
  background: rgba(2, 6, 23, 0.72) !important;
}

html.odega-dark .bb-side-cart {
  background: #0f172a !important;
  border-left: 1px solid #334155 !important;
  box-shadow: -24px 0 70px rgba(0, 0, 0, 0.45) !important;
}

/* Header keranjang */
html.odega-dark .bb-side-cart > div:first-child {
  background: #0f172a !important;
  border-color: #334155 !important;
}

html.odega-dark .bb-side-cart h3 {
  color: #e5e7eb !important;
}

/* Item produk keranjang */
html.odega-dark .cart-sidebar-list {
  background: #1e293b !important;
  border: 1px solid #334155 !important;
}

/* Kotak gambar produk */
html.odega-dark .cart-product-image {
  background: #ffffff !important;
  border-color: #334155 !important;
}

/* Nama produk */
html.odega-dark .cart-product-name {
  color: #e5e7eb !important;
}

/* Teks kosong keranjang */
html.odega-dark #cartItems p {
  color: #cbd5e1 !important;
}

/* Tombol hapus */
html.odega-dark .cart-remove-item {
  background: transparent !important;
  color: #94a3b8 !important;
}

html.odega-dark .cart-remove-item i {
  color: #94a3b8 !important;
}

html.odega-dark .cart-remove-item:hover {
  background: #334155 !important;
}

html.odega-dark .cart-remove-item:hover i {
  color: #ef4444 !important;
}

/* Bagian bawah cart */
html.odega-dark .bb-side-cart > div:last-child {
  border-color: #334155 !important;
}

html.odega-dark #cartCheckoutBtn {
  background: #0066ff !important;
  color: #ffffff !important;
}

html.odega-dark #cartCheckoutBtn:hover {
  background: #0052cc !important;
}

/* =========================
   COMPARE / BANDINGKAN DARK MODE
========================= */

html.odega-dark #compareOverlay {
  background: rgba(2, 6, 23, 0.72) !important;
}

html.odega-dark #compareModal .compare-modal-box {
  background: #0f172a !important;
  border: 1px solid #334155 !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5) !important;
}

/* Header compare */
html.odega-dark #compareModal .compare-modal-box > div:first-child {
  background: #0f172a !important;
  border-color: #334155 !important;
}

html.odega-dark #compareModal h4 {
  color: #e5e7eb !important;
}

/* Body compare */
html.odega-dark #compareModal .compare-modal-body {
  background: #0f172a !important;
}

/* Area scroll compare */
html.odega-dark #compareScrollArea {
  background: #0f172a !important;
}

/* Tabel compare */
html.odega-dark #compareTable {
  background: #0f172a !important;
  color: #e5e7eb !important;
}

html.odega-dark #compareTable th,
html.odega-dark #compareTable td {
  background: #0f172a !important;
  color: #e5e7eb !important;
  border-color: #334155 !important;
}

/* Kolom spesifikasi kiri */
html.odega-dark #compareTable th:first-child,
html.odega-dark #compareTable td:first-child {
  background: #111827 !important;
  color: #e5e7eb !important;
  font-weight: 700 !important;
}

/* Text di dalam compare */
html.odega-dark #compareTable p,
html.odega-dark #compareTable span,
html.odega-dark #compareTable div {
  color: #cbd5e1 !important;
}

/* Nama produk di compare */
html.odega-dark #compareTable h4,
html.odega-dark #compareTable strong {
  color: #e5e7eb !important;
}

/* Gambar produk compare tetap putih */
html.odega-dark #compareTable img {
  background: #ffffff !important;
  border-radius: 14px !important;
}

/* Tombol remove kecil di compare */
html.odega-dark #compareTable .bb-remove-compare {
  width: 28px !important;
  height: 28px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #fff1f1 !important;
  color: #ef4444 !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

html.odega-dark #compareTable .bb-remove-compare i {
  color: #ef4444 !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

html.odega-dark #compareTable .bb-remove-compare:hover {
  background: #ef4444 !important;
  color: #ffffff !important;
}

html.odega-dark #compareTable .bb-remove-compare:hover i {
  color: #ffffff !important;
}

/* =========================
   CLOSE BUTTON MODAL
   Quick View, Cart, Compare
========================= */

html.odega-dark .quick-view-close,
html.odega-dark .cart-close-btn,
html.odega-dark .compare-close-btn {
  background: #fff1f1 !important;
  color: #ef4444 !important;
  border: 0 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28) !important;
}

html.odega-dark .quick-view-close i,
html.odega-dark .cart-close-btn i,
html.odega-dark .compare-close-btn i {
  color: #ef4444 !important;
}

html.odega-dark .quick-view-close:hover,
html.odega-dark .cart-close-btn:hover,
html.odega-dark .compare-close-btn:hover {
  background: #ef4444 !important;
  color: #ffffff !important;
}

html.odega-dark .quick-view-close:hover i,
html.odega-dark .cart-close-btn:hover i,
html.odega-dark .compare-close-btn:hover i {
  color: #ffffff !important;
}

/* =========================================
   QUICK VIEW OLD PRICE FIX
   Harga coret jangan bold
========================================= */

#quickPrice del,
#quickPrice s,
#quickPrice .line-through,
#quickPrice .old-price,
#quickPrice .quick-price-old {
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  color: #9ca3af !important;
  text-decoration: line-through !important;
}

/* Kalau elemen harga coret kebetulan di dalam span/div */
#quickPrice span.line-through,
#quickPrice div.line-through {
  font-weight: 400 !important;
}

/* Dark mode */
html.odega-dark #quickPrice del,
html.odega-dark #quickPrice s,
html.odega-dark #quickPrice .line-through,
html.odega-dark #quickPrice .old-price,
html.odega-dark #quickPrice .quick-price-old {
  color: #94a3b8 !important;
  font-weight: 400 !important;
}

/* QUICK VIEW ADD TO CART COLOR FIX */
#quickViewModal #quickAddToCartBtn {
  background: #0066ff !important;
  color: #ffffff !important;
  border-color: #0066ff !important;
}

#quickViewModal #quickAddToCartBtn i {
  color: #ffffff !important;
}

/* Hover tetap seperti detail produk */
#quickViewModal #quickAddToCartBtn:hover {
  background: #0052cc !important;
  color: #ffffff !important;
  border-color: #0052cc !important;
}

#quickViewModal #quickAddToCartBtn:hover i {
  color: #ffffff !important;
}

/* QUICK VIEW COMPARE BUTTON - SAMAKAN DENGAN DETAIL PRODUK */
#quickViewModal #quickCompareBtn {
  background: #ffffff !important;
  color: #0066ff !important;
  border-color: #0066ff !important;
}

#quickViewModal #quickCompareBtn i {
  color: #0066ff !important;
}

#quickViewModal #quickCompareBtn:hover {
  background: #eaf2ff !important;
  color: #0052cc !important;
  border-color: #0052cc !important;
}

#quickViewModal #quickCompareBtn:hover i {
  color: #0052cc !important;
}

/* DARK MODE QUICK VIEW COMPARE BUTTON */
html.odega-dark #quickViewModal #quickCompareBtn {
  background: transparent !important;
  color: #60a5fa !important;
  border-color: #0066ff !important;
}

html.odega-dark #quickViewModal #quickCompareBtn i {
  color: #60a5fa !important;
}

html.odega-dark #quickViewModal #quickCompareBtn:hover {
  background: rgba(0, 102, 255, 0.14) !important;
  color: #ffffff !important;
  border-color: #0066ff !important;
}

html.odega-dark #quickViewModal #quickCompareBtn:hover i {
  color: #ffffff !important;
}

/* =========================================
   FAQ PAGE DARK MODE FIX
   Prosedur Pemesanan + FAQ
========================================= */

/* Background halaman FAQ */
html.odega-dark .section-procedure,
html.odega-dark .section-faq {
  background: #0f172a !important;
}

/* Judul section */
html.odega-dark .section-procedure .bb-title,
html.odega-dark .section-faq .bb-title {
  color: #e5e7eb !important;
}

/* Kata warna biru tetap biru ODEGA */
html.odega-dark .section-procedure .bb-title span,
html.odega-dark .section-faq .bb-title span {
  color: #0066ff !important;
}

/* Deskripsi kecil di bawah judul */
html.odega-dark .section-procedure .section-detail p,
html.odega-dark .section-faq .section-detail p {
  color: #cbd5e1 !important;
}

/* Box gambar prosedur */
html.odega-dark .bb-procedure-img {
  background: #1e293b !important;
  border-color: #334155 !important;
  box-shadow: none !important;
}

/* Gambar prosedur tetap normal */
html.odega-dark .bb-procedure-img img {
  background: #ffffff !important;
}

/* Card FAQ */
html.odega-dark .bb-accordion-item {
  background: #1e293b !important;
  border-color: #334155 !important;
  box-shadow: none !important;
}

/* Pertanyaan FAQ */
html.odega-dark .accordion-head {
  color: #e5e7eb !important;
}

/* Hover pertanyaan */
html.odega-dark .accordion-head:hover,
html.odega-dark .accordion-head.active-arrow {
  color: #60a5fa !important;
}

/* Jawaban FAQ */
html.odega-dark .accordion-body p {
  color: #cbd5e1 !important;
}

/* Garis / border dalam accordion jika ada */
html.odega-dark .bb-accordion-item,
html.odega-dark .accordion-body {
  border-color: #334155 !important;
}

/* Text ketika FAQ kosong */
html.odega-dark .bb-accordion-item p {
  color: #cbd5e1 !important;
}

/* =========================================
   ABOUT US DARK MODE FIX
   Tentang Kami
========================================= */

/* Background section utama */
html.odega-dark section:has(img[alt="CV OTW Computer Gusaha"]) {
  background: #0f172a !important;
}

/* Gambar tentang kami */
html.odega-dark img[alt="CV OTW Computer Gusaha"] {
  background: #ffffff !important;
  border-color: #334155 !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28) !important;
}

/* Box konten utama */
html.odega-dark img[alt="CV OTW Computer Gusaha"] ~ *,
html.odega-dark
  section:has(img[alt="CV OTW Computer Gusaha"])
  .bg-\[\#FFFFFF\] {
  background: #1e293b !important;
  border-color: #334155 !important;
  box-shadow: none !important;
}

/* Judul utama dan subjudul */
html.odega-dark section:has(img[alt="CV OTW Computer Gusaha"]) h2,
html.odega-dark section:has(img[alt="CV OTW Computer Gusaha"]) h3 {
  color: #e5e7eb !important;
}

/* Span biru tetap biru ODEGA */
html.odega-dark section:has(img[alt="CV OTW Computer Gusaha"]) h2 span,
html.odega-dark section:has(img[alt="CV OTW Computer Gusaha"]) h3 span {
  color: #0066ff !important;
}

/* Paragraf */
html.odega-dark section:has(img[alt="CV OTW Computer Gusaha"]) p,
html.odega-dark
  section:has(img[alt="CV OTW Computer Gusaha"])
  li
  span:last-child {
  color: #cbd5e1 !important;
}

/* Card visi dan statistik */
html.odega-dark section:has(img[alt="CV OTW Computer Gusaha"]) li,
html.odega-dark section:has(img[alt="CV OTW Computer Gusaha"]) .grid > div {
  background: #0f172a !important;
  border-color: #334155 !important;
}

/* Icon ceklis */
html.odega-dark
  section:has(img[alt="CV OTW Computer Gusaha"])
  li
  span:first-child {
  background: rgba(0, 102, 255, 0.14) !important;
  color: #60a5fa !important;
}

/* Angka statistik */
html.odega-dark section:has(img[alt="CV OTW Computer Gusaha"]) .grid h4 {
  color: #60a5fa !important;
}

/* Teks statistik */
html.odega-dark section:has(img[alt="CV OTW Computer Gusaha"]) .grid p {
  color: #cbd5e1 !important;
}

/* =========================================
   KATALOG PRODUK DARK MODE FIX
========================================= */

/* Background halaman katalog */
html.odega-dark .section-bnr-details,
html.odega-dark .section-shop {
  background: #0f172a !important;
}

/* Banner promo wrapper */
html.odega-dark .section-bnr-details .bnr-details-bg {
  background: #1e293b !important;
  border-color: #334155 !important;
  box-shadow: none !important;
}

/* Banner image */
html.odega-dark .section-bnr-details .bb-image {
  background: #ffffff !important;
}

/* =========================
   FILTER DESKTOP
========================= */

html.odega-dark #desktopFilter,
html.odega-dark #desktopFilter .bb-sidebar-block {
  background: transparent !important;
  border-color: #334155 !important;
  box-shadow: none !important;
}

html.odega-dark #desktopFilter h3,
html.odega-dark #desktopFilter label,
html.odega-dark #desktopFilter .bb-sidebar-title h3 {
  color: #e5e7eb !important;
}

html.odega-dark #desktopFilter .brand-name,
html.odega-dark #desktopFilter .bb-sidebar-block-item span {
  color: #cbd5e1 !important;
}

/* Search input kategori & brand */
html.odega-dark #desktopFilter .brand-search-input {
  background: #0f172a !important;
  border-color: #334155 !important;
  color: #e5e7eb !important;
}

html.odega-dark #desktopFilter .brand-search-input::placeholder {
  color: #94a3b8 !important;
}

html.odega-dark #desktopFilter .brand-search-icon {
  color: #94a3b8 !important;
}

/* Toggle dropdown filter */
html.odega-dark #desktopFilter .brand-toggle-btn {
  background: #0f172a !important;
  border-color: #334155 !important;
  color: #e5e7eb !important;
}

html.odega-dark #desktopFilter .brand-toggle-btn i {
  color: #e5e7eb !important;
}

/* Item kategori & brand */
html.odega-dark #desktopFilter .brand-item {
  background: transparent !important;
  color: #cbd5e1 !important;
}

html.odega-dark #desktopFilter .brand-item:hover {
  background: rgba(0, 102, 255, 0.12) !important;
}

html.odega-dark #desktopFilter .brand-item:hover .brand-name {
  color: #60a5fa !important;
}

/* Checkbox custom */
html.odega-dark #desktopFilter .brand-check-ui,
html.odega-dark #desktopFilter .checked {
  background: #0f172a !important;
  border-color: #475569 !important;
}

html.odega-dark #desktopFilter .brand-check-ui.active,
html.odega-dark #desktopFilter input:checked ~ .brand-check-ui,
html.odega-dark #desktopFilter input:checked ~ .checked {
  background: #0066ff !important;
  border-color: #0066ff !important;
}

html.odega-dark #desktopFilter .brand-check-ui i {
  color: #ffffff !important;
}

/* Titik kecil kanan kategori/brand */
html.odega-dark #desktopFilter .brand-dot {
  background: #475569 !important;
}

/* Input harga */
html.odega-dark #desktopFilter input[type="text"] {
  background: #0f172a !important;
  border-color: #334155 !important;
  color: #e5e7eb !important;
}

html.odega-dark #desktopFilter input[type="text"]::placeholder {
  color: #94a3b8 !important;
}

/* Quick price */
html.odega-dark #desktopFilter .quick-price-btn {
  background: #0f172a !important;
  border-color: #334155 !important;
  color: #cbd5e1 !important;
}

html.odega-dark #desktopFilter .quick-price-btn:hover {
  background: rgba(0, 102, 255, 0.14) !important;
  border-color: #0066ff !important;
  color: #60a5fa !important;
}

html.odega-dark #desktopFilter .quick-price-btn.is-active {
  background: #0066ff !important;
  border-color: #0066ff !important;
  color: #ffffff !important;
}

/* Price slider */
html.odega-dark #desktopFilter #price-slider {
  background: #334155 !important;
}

html.odega-dark #desktopFilter #price-slider .noUi-connect {
  background: #0066ff !important;
}

html.odega-dark #desktopFilter #price-slider .noUi-handle {
  background: #0066ff !important;
  border-color: #0f172a !important;
}

/* =========================
   TOP BAR PRODUK + SORT
========================= */

html.odega-dark .bb-pro-list-top {
  background: #1e293b !important;
  border-color: #334155 !important;
  box-shadow: none !important;
}

html.odega-dark .sort-label {
  color: #e5e7eb !important;
}

/* Tombol filter mobile */
html.odega-dark #openMobileFilter {
  background: #0f172a !important;
  border-color: #334155 !important;
  color: #e5e7eb !important;
}

html.odega-dark #openMobileFilter i,
html.odega-dark #openMobileFilter span {
  color: #e5e7eb !important;
}

html.odega-dark #openMobileFilter:hover {
  border-color: #0066ff !important;
  color: #60a5fa !important;
}

/* Sort select custom */
html.odega-dark .sort-select-wrap .custom-select {
  background: #0f172a !important;
  border-color: #334155 !important;
  color: #e5e7eb !important;
}

html.odega-dark .sort-select-wrap .sort-icon,
html.odega-dark .sort-select-wrap .custom-select::after {
  color: #e5e7eb !important;
}

html.odega-dark .sort-select-wrap .select-options {
  background: #1e293b !important;
  border-color: #334155 !important;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35) !important;
}

html.odega-dark .sort-select-wrap .select-options li {
  color: #cbd5e1 !important;
}

html.odega-dark .sort-select-wrap .select-options li:hover {
  background: rgba(0, 102, 255, 0.14) !important;
  color: #60a5fa !important;
}

/* =========================
   MOBILE FILTER SIDEBAR
========================= */

html.odega-dark #mobileFilterOverlay {
  background: rgba(2, 6, 23, 0.72) !important;
}

html.odega-dark #mobileFilterSidebar {
  background: #0f172a !important;
  border-left: 1px solid #334155 !important;
}

html.odega-dark #mobileFilterSidebar > div:first-child {
  background: #0f172a !important;
  border-color: #334155 !important;
}

html.odega-dark #mobileFilterSidebar h3 {
  color: #e5e7eb !important;
}

html.odega-dark #mobileFilterSidebar .mobile-filter-content,
html.odega-dark #mobileFilterContent,
html.odega-dark #mobileFilterContent .bb-shop-wrap,
html.odega-dark #mobileFilterContent .bb-sidebar-block {
  background: #0f172a !important;
  border-color: #334155 !important;
}

html.odega-dark #mobileFilterContent h3,
html.odega-dark #mobileFilterContent label {
  color: #e5e7eb !important;
}

html.odega-dark #mobileFilterContent .brand-name,
html.odega-dark #mobileFilterContent .bb-sidebar-block-item span {
  color: #cbd5e1 !important;
}

html.odega-dark #mobileFilterContent .brand-search-input,
html.odega-dark #mobileFilterContent input[type="text"] {
  background: #1e293b !important;
  border-color: #334155 !important;
  color: #e5e7eb !important;
}

html.odega-dark #mobileFilterContent .brand-search-input::placeholder,
html.odega-dark #mobileFilterContent input[type="text"]::placeholder {
  color: #94a3b8 !important;
}

html.odega-dark #mobileFilterContent .quick-price-btn {
  background: #1e293b !important;
  border-color: #334155 !important;
  color: #cbd5e1 !important;
}

html.odega-dark #mobileFilterContent .quick-price-btn.is-active {
  background: #0066ff !important;
  border-color: #0066ff !important;
  color: #ffffff !important;
}

/* Tombol close mobile filter */
html.odega-dark #closeMobileFilter,
html.odega-dark .mobile-filter-close-btn {
  background: #fff1f1 !important;
  color: #ef4444 !important;
  border: 0 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28) !important;
}

html.odega-dark #closeMobileFilter i,
html.odega-dark .mobile-filter-close-btn i {
  color: #ef4444 !important;
}

html.odega-dark #closeMobileFilter:hover,
html.odega-dark .mobile-filter-close-btn:hover {
  background: #ef4444 !important;
  color: #ffffff !important;
}

html.odega-dark #closeMobileFilter:hover i,
html.odega-dark .mobile-filter-close-btn:hover i {
  color: #ffffff !important;
}

/* =========================================
   PRODUCT DETAIL DARK MODE FIX
========================================= */

/* Background utama detail produk */
html.odega-dark .section-breadcrumb,
html.odega-dark .section-product,
html.odega-dark .section-related-product {
  background: #0f172a !important;
  border-color: #334155 !important;
}

/* Breadcrumb */
html.odega-dark .section-breadcrumb {
  border-color: #334155 !important;
}

html.odega-dark .section-breadcrumb a,
html.odega-dark .section-breadcrumb i {
  color: #94a3b8 !important;
}

html.odega-dark .section-breadcrumb a:hover {
  color: #60a5fa !important;
}

html.odega-dark .section-breadcrumb .product-breadcrumb-title {
  color: #e5e7eb !important;
}

/* Box gambar produk */
html.odega-dark .single-pro-slider {
  background: #1e293b !important;
  border-color: #334155 !important;
  box-shadow: none !important;
}

/* Area gambar utama tetap putih supaya produk jelas */
html.odega-dark .single-product-cover .single-slide,
html.odega-dark .single-product-cover .product-image-item {
  background: #ffffff !important;
}

/* Gambar produk */
html.odega-dark .single-product-cover img {
  background: #ffffff !important;
}

/* Thumbnail */
html.odega-dark .single-nav-thumb img,
html.odega-dark .product-thumb-item img {
  background: #ffffff !important;
  border-color: #334155 !important;
}

/* Thumbnail aktif slick */
html.odega-dark .single-nav-thumb .slick-current img,
html.odega-dark .product-thumb-item.slick-current img {
  border-color: #0066ff !important;
}

/* Arrow detail produk */
html.odega-dark .single-product-cover-wrap .cover-arrow {
  background: #1e293b !important;
  color: #ffffff !important;
  border-color: #334155 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28) !important;
}

html.odega-dark .single-product-cover-wrap .cover-arrow i {
  color: #ffffff !important;
}

html.odega-dark .single-product-cover-wrap .cover-arrow:hover {
  background: #0066ff !important;
  border-color: #0066ff !important;
  color: #ffffff !important;
}

/* Judul dan deskripsi produk */
html.odega-dark .bb-single-pro-contact .product-detail-title,
html.odega-dark .bb-single-pro-contact h1,
html.odega-dark .bb-single-pro-contact h4 {
  color: #e5e7eb !important;
}

html.odega-dark .bb-single-pro-contact p,
html.odega-dark .bb-single-pro-contact span {
  color: #cbd5e1 !important;
}

/* Harga utama tetap biru */
html.odega-dark .bb-single-price .price,
html.odega-dark .bb-single-price .price span,
html.odega-dark .bb-single-price .price h4,
html.odega-dark .bb-single-price .price strong {
  color: #60a5fa !important;
}

/* Harga coret */
html.odega-dark .bb-single-price .price del,
html.odega-dark .bb-single-price .price s,
html.odega-dark .bb-single-price .price .line-through {
  color: #94a3b8 !important;
  font-weight: 400 !important;
}

/* Status stok */
html.odega-dark .stock span {
  background: #0f172a !important;
}

html.odega-dark .stock span,
html.odega-dark .stock span i {
  color: inherit !important;
}

/* Warna produk */
html.odega-dark .color-btn {
  background: transparent !important;
}

html.odega-dark .color-btn span {
  border-color: #475569 !important;
}

/* Ring warna aktif */
html.odega-dark .color-btn.is-active {
  --tw-ring-color: #60a5fa !important;
  --tw-ring-offset-color: #0f172a !important;
}

/* Tombol tambah tetap biru */
html.odega-dark .bb-single-qty .cart-btn {
  background: #0066ff !important;
  color: #ffffff !important;
  border-color: #0066ff !important;
}

html.odega-dark .bb-single-qty .cart-btn i {
  color: #ffffff !important;
}

html.odega-dark .bb-single-qty .cart-btn:hover {
  background: #0052cc !important;
  color: #ffffff !important;
  border-color: #0052cc !important;
}

/* Tombol bandingkan tetap outline */
html.odega-dark .bb-single-qty .compare-btn {
  background: transparent !important;
  color: #60a5fa !important;
  border-color: #0066ff !important;
}

html.odega-dark .bb-single-qty .compare-btn i {
  color: #60a5fa !important;
}

html.odega-dark .bb-single-qty .compare-btn:hover {
  background: rgba(0, 102, 255, 0.14) !important;
  color: #ffffff !important;
  border-color: #0066ff !important;
}

html.odega-dark .bb-single-qty .compare-btn:hover i {
  color: #ffffff !important;
}

/* Tombol tidak tersedia */
html.odega-dark .bb-single-qty button[disabled] {
  background: #1e293b !important;
  border-color: #334155 !important;
  color: #94a3b8 !important;
}

/* Box spesifikasi */
html.odega-dark .bey-single-accordion {
  background: #1e293b !important;
  border-color: #334155 !important;
  box-shadow: none !important;
}

/* Header spesifikasi */
html.odega-dark .bey-single-accordion h4 {
  background: #0f172a !important;
  border-color: #334155 !important;
  color: #e5e7eb !important;
}

/* List spesifikasi */
html.odega-dark .bey-single-accordion li {
  border-color: #334155 !important;
}

html.odega-dark .bey-single-accordion li span:first-child {
  color: #e5e7eb !important;
  border-color: #334155 !important;
}

html.odega-dark .bey-single-accordion li span:last-child {
  color: #cbd5e1 !important;
}

/* Related product wrapper */
html.odega-dark .section-related-product > div {
  background: #1e293b !important;
  border: 1px solid #334155 !important;
}

/* Judul related */
html.odega-dark .section-related-product .bb-title {
  color: #e5e7eb !important;
}

html.odega-dark .section-related-product .bb-title span {
  color: #0066ff !important;
}

/* Pesan kosong related product */
html.odega-dark .section-related-product .text-\[\#686e7d\] {
  color: #cbd5e1 !important;
  border-color: #334155 !important;
  background: #0f172a !important;
}

/* =========================================
   PRODUCT DETAIL RELATED ARROW DARK MODE
========================================= */

html.odega-dark .section-related-product .owl-nav button.owl-prev,
html.odega-dark .section-related-product .owl-nav button.owl-next {
  background: #1e293b !important;
  color: #ffffff !important;
  border: 1px solid #334155 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28) !important;
}

html.odega-dark .section-related-product .owl-nav button.owl-prev i,
html.odega-dark .section-related-product .owl-nav button.owl-next i {
  color: #ffffff !important;
}

html.odega-dark .section-related-product .owl-nav button.owl-prev:hover,
html.odega-dark .section-related-product .owl-nav button.owl-next:hover {
  background: #0066ff !important;
  border-color: #0066ff !important;
  color: #ffffff !important;
}

html.odega-dark .section-related-product .owl-nav button.owl-prev:hover i,
html.odega-dark .section-related-product .owl-nav button.owl-next:hover i {
  color: #ffffff !important;
}

/* =========================================
   LOADER DARK MODE FIX
========================================= */

/* Default light mode */
.bb-loader {
  background: #ffffff !important;
}

/* Dark mode */
html.odega-dark .bb-loader {
  background: #0f172a !important;
}

/* Lingkaran loader light */
.bb-loader .loader::before {
  border-color: #0066ff !important;
}

/* Lingkaran loader dark */
html.odega-dark .bb-loader .loader::before {
  border-color: #60a5fa !important;
}

/* =========================================
   COMPARE MODAL MOBILE FIX
   Supaya produk compare lebih kelihatan
========================================= */

@media (max-width: 767px) {
  #compareModal .relative.z-\[1000\] {
    padding: 10px !important;
    align-items: center !important;
  }

  #compareModal .compare-modal-box {
    width: calc(100vw - 20px) !important;
    max-height: 74vh !important;
    border-radius: 16px !important;
  }

  #compareModal .compare-modal-box > div:first-child {
    padding: 12px 14px !important;
  }

  #compareModal .compare-modal-box h4 {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  #compareModal .compare-modal-body {
    padding: 10px !important;
    max-height: calc(74vh - 58px) !important;
    overflow: hidden !important;
  }

  #compareScrollArea {
    width: 100% !important;
    max-height: calc(74vh - 78px) !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
  }

  #compareTable {
    min-width: 360px !important;
    width: 360px !important;
    table-layout: fixed !important;
  }

  #compareTable th:first-child,
  #compareTable td:first-child {
    width: 82px !important;
    min-width: 82px !important;
    max-width: 82px !important;
    padding: 8px 6px !important;
    font-size: 11px !important;
    line-height: 16px !important;
    white-space: normal !important;
    word-break: break-word !important;
  }

  #compareTable th:not(:first-child),
  #compareTable td:not(:first-child) {
    width: 278px !important;
    min-width: 278px !important;
    max-width: 278px !important;
    padding: 8px 10px !important;
    font-size: 12px !important;
    line-height: 17px !important;
    white-space: normal !important;
    word-break: break-word !important;
  }

  #compareTable h4,
  #compareTable strong,
  #compareTable p,
  #compareTable span,
  #compareTable div {
    font-size: 12px !important;
    line-height: 17px !important;
    white-space: normal !important;
    word-break: break-word !important;
  }

  #compareTable img {
    max-width: 105px !important;
    max-height: 105px !important;
    object-fit: contain !important;
  }
}

.cover-arrow.is-hidden,
#quickViewModal .quick-view-arrow.is-hidden {
  display: none !important;
}

/* =========================================
   MOBILE FILTER CLOSE BUTTON
   Sama seperti close Cart / Compare / Quick View
========================================= */

.mobile-filter-close-btn {
  width: 40px;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 0;
  border-radius: 999px;

  background: #fff1f1;
  color: #ef4444;

  font-size: 22px;
  line-height: 1;

  box-shadow: 0 10px 24px rgba(31, 41, 55, 0.12);
  cursor: pointer;
  transition: all 0.2s ease;
}

.mobile-filter-close-btn i {
  color: #ef4444;
  line-height: 1;
}

.mobile-filter-close-btn:hover {
  background: #ef4444;
  color: #ffffff;
  transform: translateY(-1px);
}

.mobile-filter-close-btn:hover i {
  color: #ffffff;
}

.mobile-filter-close-btn:active {
  transform: scale(0.94);
}

.theme-logo {
  display: block;
  object-fit: contain;
  transition: none !important;
}

.odega-theme-toggle,
.odega-theme-toggle i {
  transition: color 0.2s ease, background-color 0.2s ease !important;
}

/* FIX kategori produk: HP 2 item, laptop/desktop 3 item */
/* FIX FINAL kategori produk mobile: hanya tampil 2 kategori */
@media (max-width: 575px) {
  .home-category-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background: #ffffff !important;
  }

  .home-category-section > div {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .category-head {
    margin-bottom: 22px !important;
  }

  .category-title {
    font-size: 24px !important;
    line-height: 30px !important;
    white-space: nowrap;
  }

  .category-view-all-desktop,
  .category-view-all-mobile-slide {
    display: none !important;
  }

  .home-category-section .category-slider {
    width: 100% !important;
    overflow: hidden !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .home-category-section .category-slider .swiper-wrapper {
    display: flex !important;
    gap: 0 !important;
  }

  .home-category-section .category-slider .swiper-slide {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
    height: auto !important;
    margin-right: 0 !important;
  }

  .home-category-section .category-item {
    width: 100% !important;
    min-height: 150px !important;
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
  }

  .home-category-section .category-img-box {
    width: 96px !important;
    height: 96px !important;
    margin: 0 auto 12px !important;
  }

  .home-category-section .category-img {
    max-width: 94px !important;
    max-height: 94px !important;
    object-fit: contain !important;
  }

  .home-category-section .category-label {
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 600 !important;
    max-width: 120px !important;
    min-height: 24px !important;
    margin: 0 auto !important;
    text-align: center !important;
    color: #1f2a44 !important;
  }

  .home-category-section .category-button-prev,
  .home-category-section .category-button-next {
    display: flex !important;
    width: 34px !important;
    height: 34px !important;
    top: 45% !important;
    transform: translateY(-50%) !important;
    z-index: 20 !important;
    background: #ffffff !important;
  }

  .home-category-section .category-button-prev {
    left: 0 !important;
  }

  .home-category-section .category-button-next {
    right: 0 !important;
  }

  .home-category-section .category-button-prev i,
  .home-category-section .category-button-next i {
    font-size: 20px !important;
  }
}
/* Sembunyikan arrow kategori di laptop/desktop jika kategori cuma 3 */
@media (min-width: 576px) {
  .home-category-section .category-slider.category-total-3 .category-button-prev,
  .home-category-section .category-slider.category-total-3 .category-button-next {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}