:root {
  --bakoma-green: #21a653;
  --bakoma-navy: #00468c;
  --bakoma-text: #232323;
  --bakoma-font: 'Cairo', sans-serif;
}
body,
button,
input,
select,
textarea,
.btn,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cairo', sans-serif !important;
}
.btn-primary,
.btn-primary:visited {
  background-color: #00468c !important;
  border-color: #00468c !important;
  color: #fff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #003263 !important;
  border-color: #003263 !important;
  color: #fff !important;
}
.add-to-cart,
.cart-preview .btn,
#add-to-cart-or-refresh .btn,
.product-add-to-cart .add-to-cart {
  background-color: #21a653 !important;
  border-color: #21a653 !important;
  color: #fff !important;
}
.add-to-cart:hover,
.cart-preview .btn:hover,
.product-add-to-cart .add-to-cart:hover {
  background-color: #1a8442 !important;
  border-color: #1a8442 !important;
}
a,
a:visited {
  color: #00468c;
}
a:hover,
a:focus {
  color: #003263;
}
.price,
.product-price,
.current-price,
.discount-amount,
.product-discount .regular-price {
  color: #00468c !important;
}
.product-flag.new,
.product-flag.on-sale {
  background-color: #00468c !important;
}
.product-flag.discount {
  background-color: #21a653 !important;
}
@media (max-width: 767px) {
  .thumbnail-container .product-flags .new {
    background-color: #00468c !important;
    color: #FFF !important;
  }
}
.headertbnr,
.header-top {
  display: none !important;
}
.bakoma-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.bakoma-header__row1 {
  border-bottom: 1px solid #eee;
}
@media (min-width: 992px) {
  .bakoma-header__row1 {
    padding: 30px 0;
  }
}
.bakoma-header__row1 .container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bakoma-header__logo {
  flex: 0 0 auto;
}
.bakoma-header__logo h1 {
  margin: 0;
  padding: 0;
}
.bakoma-header__logo .logo {
  max-height: 56px;
  width: 100%;
}
#_mobile_logo img {
  width: 100%;
}
.bakoma-header__actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.user-info:hover svg {
  fill: transparent;
}
.bakoma-pill-btn {
  display: inline-flex;
  align-items: center;
  border: 2px solid #21a653;
  border-radius: 50px;
  overflow: hidden;
  text-decoration: none !important;
  white-space: nowrap;
  transition: border-color 0.15s;
}
.bakoma-pill-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #21a653;
  padding: 7px 10px;
}
.bakoma-pill-btn__icon img {
  display: block;
  width: auto;
  height: 22px;
}
.bakoma-pill-btn__count {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.bakoma-pill-btn__label {
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 700;
  color: #232323 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.bakoma-pill-btn:hover {
  border-color: #1a8442;
}
.bakoma-pill-btn:hover .bakoma-pill-btn__icon {
  background: #1a8442;
}
.bakoma-header__row2 {
  background: #fff;
  overflow-x: auto;
  overflow-y: visible;
  width: 100%;
  scrollbar-width: thin!important;
}
.bakoma-header__row2::-webkit-scrollbar {
  display: none;
}
.bakoma-header__row2 .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bakoma-header__row2 .container_wb_megamenu {
  width: auto !important;
  padding: 0;
  flex-shrink: 0;
}
.bakoma-header__row2 .wb-menu-vertical,
.bakoma-header__row2 .menu-vertical {
  display: flex;
  align-items: center;
}
.bakoma-header__row2 ul.menu-content {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0;
}
.bakoma-header__row2 ul.menu-content > li.level-1 {
  display: flex !important;
  position: relative;
  margin: 0 5px;
}
.bakoma-header__row2 ul.menu-content > li.level-1 > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #232323 !important;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
}
.bakoma-header__row2 ul.menu-content > li.level-1 > a:hover span {
  color: #21a653;
}
.bakoma-header__row2 ul.menu-content > li.level-1 > a span {
  color: #232323;
  font-size: 0.7rem;
}
.bakoma-header__row2 ul.menu-content > li.level-1 > a .img-icon {
  width: 40px;
  max-width: unset;
}
.bakoma-header__row2 ul.menu-content > li.level-1.parent > a::after {
  content: ' ▾';
  font-size: 11px;
}
.bakoma-header__row2 .close-menu-content {
  display: none;
}
.wbmegamenu ul li a,
#_desktop_top_menu a,
.top-menu a {
  color: #00468c !important;
}
.wbmegamenu ul li a:hover,
#_desktop_top_menu a:hover,
.top-menu a:hover {
  color: #003263 !important;
}
.wbmegamenu ul li.current > a,
.top-menu .current > a {
  color: #00468c !important;
  border-bottom: 2px solid #00468c;
}
.bakoma-search__form {
  display: flex;
  align-items: center;
  border: 2px solid #21a653;
  border-radius: 50px;
  padding: 0 14px;
  height: 38px;
  background: #fff;
  transition: border-color 0.15s;
  min-width: 220px;
}
.bakoma-search__form:focus-within {
  border-color: #21a653;
}
.bakoma-search__icon {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #888;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.bakoma-search__input {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: none;
  padding: 0 8px;
  font-family: 'Cairo', sans-serif;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  color: #232323;
}
.bakoma-search__input::placeholder {
  color: #aaa;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.breadcrumb .breadcrumb-item.active,
.breadcrumb-current {
  color: #00468c !important;
}
.pagination .current a,
.pagination .current span,
.page-item.active .page-link {
  background-color: #00468c !important;
  border-color: #00468c !important;
  color: #fff !important;
}
.pagination a:hover,
.page-link:hover {
  color: #00468c !important;
}
.form-control:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #00468c !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 70, 140, 0.25) !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00468c !important;
  border-color: #00468c !important;
}
.footer-container,
footer.footer-container {
  background-color: #00468c !important;
}
.footer-container a,
footer.footer-container a,
.footer-container p,
footer.footer-container p,
.footer-container li,
footer.footer-container li,
.footer-container span,
footer.footer-container span {
  color: rgba(255, 255, 255, 0.85) !important;
}
.footer-container a:hover,
footer.footer-container a:hover {
  color: #fff !important;
  text-decoration: underline;
}
.footer-container h4,
footer.footer-container h4,
.footer-container .footer-title,
footer.footer-container .footer-title {
  color: #fff !important;
  font-weight: 700;
}
.alert-success,
.growl-success {
  border-color: #21a653 !important;
  background-color: rgba(33, 166, 83, 0.08) !important;
  color: #197b3e !important;
}
.products-section-title,
.home-section-title,
h2.title,
.section-title {
  color: #00468c !important;
  font-weight: 700;
}
.cart-preview .cart-icon,
.blockcart .cart-products-count {
  color: #00468c !important;
}
.blockcart .cart-products-count {
  background-color: #21a653 !important;
}
#blockcart-wrapper {
  position: relative;
}
.blockcart .body {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 280px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  padding: 12px;
  z-index: 9999;
}
@media (max-width: 767px) {
  .owl-carousel.owl-theme .owl-nav button {
    opacity: 1!important;
  }
}
.bakoma-hero {
  margin-top: 30px;
  width: 100%;
}
.bakoma-hero .s-panel {
  margin: 0;
}
.bakoma-hero .homeslider-container {
  width: 100%;
  overflow: hidden;
}
.bakoma-hero ul.slider-for {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bakoma-hero .owl-item li,
.bakoma-hero .owl-item .slide {
  display: block !important;
  list-style: none;
  margin: 0;
  padding: 0;
  visibility: visible !important;
  opacity: 1 !important;
}
.bakoma-hero .owl-item a {
  display: block;
}
.bakoma-hero .slider img,
.bakoma-hero .owl-item img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 20px;
  visibility: visible !important;
  opacity: 1 !important;
}
.bakoma-hero .owl-carousel {
  position: relative;
}
.bakoma-hero .owl-carousel .owl-nav {
  position: static;
}
.bakoma-hero .owl-carousel .owl-nav button.owl-prev,
.bakoma-hero .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.85) !important;
  border: none !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: #00468c;
  padding: 0;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.15s, box-shadow 0.15s;
}
.bakoma-hero .owl-carousel .owl-nav button.owl-prev i.fa,
.bakoma-hero .owl-carousel .owl-nav button.owl-next i.fa {
  font-size: 20px;
  color: #00468c;
  line-height: 1;
}
.bakoma-hero .owl-carousel .owl-nav button.owl-prev:hover,
.bakoma-hero .owl-carousel .owl-nav button.owl-next:hover {
  background: #fff !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}
@media (max-width: 767px) {
  .bakoma-hero .owl-carousel .owl-nav button.owl-prev,
  .bakoma-hero .owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    opacity: 1!important;
    font-size: 18px!important;
  }
}
.bakoma-hero .owl-carousel .owl-nav button.owl-prev {
  left: 25px!important;
  transform: translateY(-50%) translateX(-6px);
}
@media (max-width: 767px) {
  .bakoma-hero .owl-carousel .owl-nav button.owl-prev {
    transform: translateY(-50%) translateX(0px);
  }
}
.bakoma-hero .owl-carousel .owl-nav button.owl-next {
  right: 25px!important;
  transform: translateY(-50%) translateX(6px);
}
@media (max-width: 767px) {
  .bakoma-hero .owl-carousel .owl-nav button.owl-next {
    transform: translateY(-50%) translateX(0px);
  }
}
.bakoma-hero .owl-carousel:hover .owl-nav button.owl-prev {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.bakoma-hero .owl-carousel:hover .owl-nav button.owl-next {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.bakoma-hero .owl-carousel .owl-dots {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 10;
}
.bakoma-hero .owl-carousel .owl-dots span {
  display: none!important;
}
.bakoma-hero .owl-carousel .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5) !important;
  border: none !important;
  padding: 0 !important;
  transition: background 0.2s;
}
.bakoma-hero .owl-carousel .owl-dot.active {
  background: #fff !important;
}
@media (max-width: 767px) {
  .bakoma-hero .owl-carousel .owl-nav {
    padding: 0 8px;
  }
}
.bakoma-sub-banners {
  margin: 16px 0;
}
.bakoma-sub-banners__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 767px) {
  .bakoma-sub-banners__grid {
    grid-template-columns: 1fr;
  }
}
.bakoma-sub-banners__item {
  overflow: hidden;
  border-radius: 8px;
}
.bakoma-sub-banners__item a {
  display: block;
}
.bakoma-sub-banners__item img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .bakoma-sub-banners__item:nth-child(2) {
    display: none!important;
  }
}
.bakoma-banner-slider {
  position: relative;
}
.bakoma-banner-slider .owl-nav {
  position: static;
}
.bakoma-banner-slider .owl-nav button.owl-prev,
.bakoma-banner-slider .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.85) !important;
  border: none !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: #00468c;
  padding: 0;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.15s, box-shadow 0.15s;
}
.bakoma-banner-slider .owl-nav button.owl-prev i.fa,
.bakoma-banner-slider .owl-nav button.owl-next i.fa {
  font-size: 20px;
  color: #00468c;
  line-height: 1;
}
.bakoma-banner-slider .owl-nav button.owl-prev:hover,
.bakoma-banner-slider .owl-nav button.owl-next:hover {
  background: #fff !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}
@media (max-width: 767px) {
  .bakoma-banner-slider .owl-nav button.owl-prev,
  .bakoma-banner-slider .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    opacity: 1!important;
    font-size: 18px!important;
  }
}
.bakoma-banner-slider .owl-nav button.owl-prev {
  left: 25px!important;
  transform: translateY(-50%) translateX(-6px);
}
@media (max-width: 767px) {
  .bakoma-banner-slider .owl-nav button.owl-prev {
    transform: translateY(-50%) translateX(0px);
  }
}
.bakoma-banner-slider .owl-nav button.owl-next {
  right: 25px!important;
  transform: translateY(-50%) translateX(6px);
}
@media (max-width: 767px) {
  .bakoma-banner-slider .owl-nav button.owl-next {
    transform: translateY(-50%) translateX(0px);
  }
}
.bakoma-banner-slider:hover .owl-nav button.owl-prev {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.bakoma-banner-slider:hover .owl-nav button.owl-next {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.bakoma-banner-slider .owl-dots {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 10;
}
.bakoma-banner-slider .owl-dots span {
  display: none!important;
}
.bakoma-banner-slider .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5) !important;
  border: none !important;
  padding: 0 !important;
  transition: background 0.2s;
}
.bakoma-banner-slider .owl-dot.active {
  background: #fff !important;
}
@media (max-width: 767px) {
  .bakoma-banner-slider .owl-nav {
    padding: 0 8px;
  }
}
.bakoma-banner-slider .owl-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
.bakoma-static-banners {
  margin: 16px 0;
}
.bakoma-static-banners__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 767px) {
  .bakoma-static-banners__grid {
    grid-template-columns: 1fr;
  }
}
.bakoma-static-banners__item {
  overflow: hidden;
  border-radius: 20px;
}
.bakoma-static-banners__item a {
  display: block;
}
.bakoma-static-banners__item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.bakoma-section-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .bakoma-section-header {
    flex-wrap: wrap;
  }
}
.bakoma-section-header__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #00468c !important;
  margin: 0;
}
.bakoma-section-header__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border: 2px solid #00468c;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  color: #00468c !important;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
}
.bakoma-section-header__btn:hover {
  background: #00468c;
  color: #fff !important;
}
.bakoma-products-section {
  margin: 24px 0;
}
.bakoma-products-section article.product-miniature {
  padding-left: 5px;
  padding-right: 5px;
}
.bakoma-products-section .wb-product-desc {
  padding: 5px 7px 7px 7px;
}
.bakoma-products-section .quantity * {
  font-size: 1em;
}
.bakoma-products-section .cartb {
  padding: 0 2px;
}
.bakoma-products-section .cartb svg {
  width: 35px;
}
.bakoma-about {
  margin: 24px 0;
}
.bakoma-about__guarantee {
  background-color: #00468c;
  padding: 20px;
  text-align: center;
  margin-bottom: 24px;
  line-height: 5em;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .bakoma-about__guarantee {
    line-height: 3.7em;
  }
}
.bakoma-about__guarantee p {
  margin: 0;
  color: #fff !important;
}
.bakoma-about__guarantee-title {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .bakoma-about__guarantee-title {
    font-size: 3rem;
  }
}
.bakoma-about__guarantee-sub {
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .bakoma-about__guarantee-sub {
    font-size: 2rem;
  }
}
.bakoma-about__heading {
  text-align: center;
  margin-bottom: 24px;
}
.bakoma-about__heading img {
  max-height: 60px;
  width: auto;
  margin: 50px 0;
  max-width: 100%;
}
.bakoma-about__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 16px;
}
@media (max-width: 767px) {
  .bakoma-about__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bakoma-about__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.bakoma-about__item img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.bakoma-about__item h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #00468c;
  margin: 0;
}
@media (max-width: 767px) {
  .bakoma-about__item h4 {
    font-size: 1.2rem;
  }
}
.bakoma-about__item p {
  font-size: 1.3rem;
  color: #232323;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .bakoma-about__item p {
    font-size: 1rem;
  }
}
.bakoma-how-to-buy {
  margin: 24px 0;
}
.bakoma-how-to-buy__header {
  background-color: #00468c;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.bakoma-how-to-buy__header h2 {
  color: #fff !important;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .bakoma-how-to-buy__header h2 {
    font-size: 2rem;
  }
}
.bakoma-how-to-buy__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .bakoma-how-to-buy__steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .bakoma-how-to-buy__steps {
    grid-template-columns: 1fr;
  }
}
.bakoma-how-to-buy__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.bakoma-how-to-buy__step > img:first-child {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}
.bakoma-how-to-buy__step p {
  font-size: 1.3rem;
  font-weight: 700;
  color: #232323;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .bakoma-how-to-buy__step p {
    font-size: 1rem;
  }
}
.bakoma-how-to-buy__step p strong {
  color: #00468c;
  font-size: 1.6rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .bakoma-how-to-buy__step p strong {
    font-size: 1.2rem;
  }
}
.bakoma-how-to-buy__icon {
  width: 65px !important;
  height: 65px !important;
  object-fit: contain;
  margin-top: 20px;
}
.bakoma-category-tiles {
  margin: 24px 0;
}
.bakoma-category-tiles__grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
}
@media (max-width: 991px) {
  .bakoma-category-tiles__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 575px) {
  .bakoma-category-tiles__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bakoma-category-tiles__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  gap: 8px;
}
.bakoma-category-tiles__item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  transition: transform 0.2s;
}
.bakoma-category-tiles__item span {
  font-size: 12px;
  font-weight: 700;
  color: #00468c;
  text-align: center;
  text-transform: lowercase;
}
.bakoma-category-tiles__item:hover img {
  transform: scale(1.04);
}
.bakoma-cat-nav {
  margin: 40px 0 0;
}
.bakoma-cat-nav__header {
  background-color: #00468c;
  padding: 18px 0;
  text-align: center;
}
.bakoma-cat-nav__header h2 {
  color: #fff !important;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
}
.bakoma-cat-nav .container {
  padding: 0px;
}
.bakoma-cat-nav__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .bakoma-cat-nav__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .bakoma-cat-nav__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .bakoma-cat-nav__grid {
    grid-template-columns: 1fr;
  }
}
.bakoma-cat-nav__col {
  background: #d9ebff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
}
.bakoma-cat-nav__col:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.bakoma-cat-nav__col--featured .bakoma-cat-nav__title {
  color: #00468c !important;
  border-bottom-color: rgba(0, 70, 140, 0.15);
}
.bakoma-cat-nav__col--featured .bakoma-cat-nav__list a {
  font-weight: 700;
  font-size: 14px;
  color: #00468c !important;
}
.bakoma-cat-nav__col--featured .bakoma-cat-nav__list a:hover {
  color: #21a653 !important;
}
.bakoma-cat-nav__img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}
.bakoma-cat-nav__body {
  padding: 12px 14px 14px;
  flex: 1;
}
.bakoma-cat-nav__title {
  font-size: 2rem;
  font-weight: 900;
  color: #00468c !important;
  letter-spacing: 0.05em;
  margin: 0 0 8px;
  padding-bottom: 6px;
}
.bakoma-cat-nav__title a {
  color: #00468c !important;
  text-decoration: none;
  transition: color 0.15s;
}
.bakoma-cat-nav__title a:hover {
  color: #21a653 !important;
}
.bakoma-cat-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bakoma-cat-nav__list li {
  margin-bottom: 1px;
}
.bakoma-cat-nav__list a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.7;
  transition: color 0.15s;
}
.bakoma-cat-nav__list a:hover {
  color: #21a653 !important;
}
.bakoma-brands {
  margin: 40px 0 0;
}
.bakoma-brands__header {
  background-color: #00468c;
  padding: 18px 0;
  text-align: center;
}
.bakoma-brands__header h2 {
  color: #fff !important;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
}
.bakoma-brands__logos {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 24px 0;
}
.bakoma-brands__logos-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
@media (max-width: 767px) {
  .bakoma-brands__logos-grid {
    flex-wrap: wrap;
  }
}
.bakoma-brands__logos-grid a {
  display: flex;
  align-items: center;
  opacity: 0.85;
  transition: opacity 0.15s;
  width: 25%;
  justify-content: center;
}
@media (max-width: 767px) {
  .bakoma-brands__logos-grid a {
    width: 100%;
  }
}
.bakoma-brands__logos-grid a:hover {
  opacity: 1;
}
.bakoma-brands__logos-grid img {
  width: auto;
}
@media (max-width: 575px) {
  .bakoma-brands__logos-grid {
    gap: 24px;
  }
  .bakoma-brands__logos-grid img {
    height: 36px;
  }
}
.bakoma-brands__intro {
  padding: 32px 0 8px;
}
.bakoma-brands__intro h2 {
  font-size: 22px;
  font-weight: 900;
  color: #00468c !important;
  margin-bottom: 12px;
}
.bakoma-brands__intro p {
  font-size: 15px;
  color: #232323;
  line-height: 1.6;
  max-width: 760px;
}
.bakoma-brands__why {
  font-size: 22px;
  font-weight: 900;
  color: #00468c !important;
  margin: 8px 0 20px;
  text-align: center;
}
.bakoma-brands__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .bakoma-brands__features {
    grid-template-columns: 1fr;
  }
}
.bakoma-brands__feature h4 {
  font-size: 15px;
  font-weight: 900;
  color: #00468c;
  margin: 0 0 6px;
}
.bakoma-brands__feature p {
  font-size: 14px;
  color: #232323;
  line-height: 1.55;
  margin: 0;
}
.bakoma-brands__tagline {
  font-size: 14px;
  font-style: italic;
  color: #232323;
  padding: 16px 0 32px;
  border-top: 1px solid #eee;
  margin-top: 8px;
}
#mySidenav {
  width: 0;
  overflow: hidden;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
  transition: width 0.3s ease;
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.06);
}
body.active #mySidenav {
  width: 280px;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .bakoma-header__row1 .bakoma-header__actions,
  .bakoma-header__row2 {
    display: none;
  }
}
.bakoma-mobile-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.bakoma-mobile-header__top {
  padding: 6px 0;
  border-bottom: 1px solid #f0f0f0;
}
.bakoma-mobile-header__top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bakoma-mobile-header__logo {
  flex: 0 0 auto;
}
.bakoma-mobile-header__logo img {
  max-height: 36px;
  width: auto;
  display: block;
}
.bakoma-mobile-header__actions {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}
.bakoma-mobile-header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  color: #232323 !important;
  flex-shrink: 0;
}
.bakoma-mobile-header__btn img {
  display: block;
  filter: invert(1);
}
.bakoma-mobile-header__btn svg {
  display: block;
  color: #232323;
}
.bakoma-mobile-header__btn a {
  color: #232323 !important;
  text-decoration: none !important;
}
.bakoma-mobile-header__btn--cart {
  position: relative;
  color: #232323 !important;
}
.bakoma-mobile-header .bakoma-mobile-cart-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  background: #21a653;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  min-width: 16px;
  height: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
  line-height: 1;
  pointer-events: none;
}
.bakoma-mobile-header__btn--menu {
  overflow: visible;
}
.bakoma-mobile-header__search-bar {
  padding: 8px 0;
}
.bakoma-mobile-header__search-bar .container {
  padding: 0 12px;
}
.bakoma-mobile-header__search-form {
  display: flex;
  align-items: center;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #f8f8f8;
  height: 42px;
}
.bakoma-mobile-header__search-form:focus-within {
  border-color: #21a653;
  background: #fff;
}
.bakoma-mobile-header__search-input {
  flex: 1;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent;
  padding: 0 12px;
  font-family: 'Cairo', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #232323;
}
.bakoma-mobile-header__search-input::placeholder {
  color: #aaa;
  font-weight: 500;
}
.bakoma-mobile-header__search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 42px;
  background: #21a653;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s;
}
.bakoma-mobile-header__search-submit:hover {
  background: #1a8442;
}
.bakoma-hamburger__line {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
}
body.active .bakoma-hamburger__line--1 {
  transform: translateY(6px) rotate(45deg);
}
body.active .bakoma-hamburger__line--2 {
  opacity: 0;
  transform: scaleX(0);
}
body.active .bakoma-hamburger__line--3 {
  transform: translateY(-6px) rotate(-45deg);
}
body.page-category .products-sort-order .select-title {
  background-color: #FFF;
  color: #232323;
  border: 1px solid;
}
.product-miniature .wbhmfeature {
  display: none!important;
}
body.page-product .product-flag.new {
  font-weight: 700;
  color: #FFF;
  padding: 1px 12px 1px 12px;
  border-radius: 0 15px 15px 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .products {
    padding-bottom: 25px;
  }
}
