.header-logo,
.header-cart {
  width: 20%;
}
.header-cart {
  flex-grow: unset;
}
.search-header-bar {
  height: 100px;
}
.search-header-bar > * {
  height: 100%;
}
.search-input > div {
  width: 100%;
}
.search-input-icon {
  position: absolute;
  font-size: 22px;
  top: 8px;
  left: 4px;
}
.rtl .search-input-icon {
  left: unset;
  right: 4px;
  top: 9px;
}
.search-input-input {
  padding-left: 30px;
  min-height: 40px;
  max-height: 40px;
}
.rtl .search-input-input {
  padding-left: inherit;
  padding-right: 30px;
}
.icon-shopping_cart_black_36dp-1-1,
.sm-search-icon > span {
  font-size: 32px;
}
.icon-shopping_cart_black_36dp-1-1 .path1:before {
  color: unset;
}
.icon-shopping_cart_black_36dp-1-1 .path2:before {
  color: unset;
}
.icon-language_black_24dp .path1:before {
  color: unset;
}
.cart-badge {
  position: absolute;
  right: 20px;
  top: -8px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-color: #ab0000;
}
.rtl .cart-badge {
  right: unset;
  left: 20px;
}
.top-main-menu-wrapper {
  margin-right: -22px;
  margin-left: -22px;
}
.ic.menu {
  text-align: left;
  position: relative;
  right: 4px;
}
.rtl .ic.menu {
  text-align: right;
  right: unset;
  left: 4px;
}
.ic.menu,
.sm-search-icon {
  margin-right: 20px;
}
.icon-menu-top {
  margin-right: 10px !important;
}
.rtl .ic.menu,
.sm-search-icon {
  margin-right: unset;
  margin-left: 20px;
}
.rtl .icon-menu-top {
  margin-right: unset !important;
  margin-left: 10px !important;
}
.icon-menu-top > span {
  font-size: 32px;
}
.icon-menu_open_black_24dp-1:before {
  color: unset;
}
.sm-search-div {
  display: none;
  visibility: hidden;
  position: absolute;
  left: 0;
  padding: 0 15px 20px;
  width: 100%;
  background-color: var(--header-primary-color, var(--primary-color));
  transform: translateY(-100%);
  transition: all 0.3s ease;
  z-index: 1;
}
.sm-search-div.show {
  visibility: visible;
  transform: translateY(0%);
  -webkit-transform: translate3d(0, 0, 0);
}
.footer .apps-social-icons:nth-child(2) {
  padding-left: 0;
}
.rtl .footer .apps-social-icons:nth-child(2) {
  padding-right: 0;
  padding-left: 15px;
}
.footer .google-app-stores {
  margin-left: -4px;
  margin-right: -4px;
}
.footer .icons-wrapper {
  padding: 0;
}
.footer-about-us-links-div {
}
.footer-about-us-div {
  padding-right: 20%;
}
.rtl .footer-about-us-div {
  padding-right: unset;
  padding-left: 20%;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.main-slider .slick-dots {
  bottom: 12px;
}
.main-slider .slick-dots li button:before {
  font-size: 14px;
}
.features-section-img {
  max-height: 90px;
  max-width: 90px;
}
.slick-next.slick-arrow > span,
.slick-prev.slick-arrow > span {
  color: var(--primary-color);
  font-size: 3.3rem;
}
.category-item a,
.category-item img {
  display: block;
  text-align: center;
  width: 100%;
}
.category-item img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.category-item h3 {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  color: var(--primary-color);
  white-space: break-spaces;
}
.category-page-slider .category-item h3 {
  font-size: 1.2rem;
}
.categories-slider .category-item {
  width: 100%;
  max-width: 200px;
}
.slider-container {
  padding-left: 15px;
  padding-right: 15px;
}
.main-slider .slider-item {
}
.section-title {
  padding-left: 0;
  padding-right: 0;
}
.products-slider .prod-col,
.categories-slider .cat-col {
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  width: auto;
}
.category-page-slider .categories-slider.s-slider {
  margin-right: -15px;
  margin-left: -15px;
}
.category-page-slider .home-categories-section .section-title {
  margin-right: -15px;
  margin-left: -15px;
}
.category-page-slider .products-slider .prod-col,
.categories-slider .cat-col {
  padding-left: 15px;
  padding-right: 15px;
}
.categories-slider-wrapper,
.products-slider-wrapper,
.testimonials-slider-wrapper,
.partners-slider-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.products-list .prod-col,
.bundle-offer-products .prod-col {
  width: 20%;
  padding: 15px;
}
.sort-block-width {
  margin-left: 30px;
}
.rtl .sort-block-width {
  margin-left: 0;
  margin-right: 30px;
}
.select-dropdown .dropdown-item {
  padding-bottom: 7.5px;
  padding-top: 7.5px;
}
#products-list-filter-form-close {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 0;
}
.rtl #products-list-filter-form-close {
  right: unset;
  left: 0;
}
.products-pagination {
  margin-bottom: 24px;
  padding: 0 15px;
}
.products-pagination ul {
  padding: 0;
}
.products-pagination .page-link {
  color: var(--primary-color);
  font-size: 1.2rem;
}
.products-pagination .page-link.active {
  color: #fff;
  background-color: var(--primary-color);
}
.rtl .products-pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.rtl .products-pagination .page-item:last-child .page-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.products-container .products-list {
  margin-bottom: 24px;
}
.cart-header-total {
  margin-right: 10px;
  font-size: 1.6rem;
  color: var(--header-text-color-primary-bg, var(--text-color-primary-bg));
}
.rtl .cart-header-total {
  margin-right: unset;
  margin-left: 10px;
}
.form-control {
  border-radius: 3px;
}
.box-1-1 {
  position: relative;
  width: 100%;
}
.box-1-1:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.box-1-1 .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.box-1-1.ratio2_1:before {
  padding-top: 50%;
}
.box-1-1.ratio1_2:before {
  padding-top: 200%;
}
.box-1-1.ratio4_3:before {
  padding-top: 75%;
}
.box-1-1.ratio16_9:before {
  padding-top: 56.25%;
}
.box-1-1.ratio21_9:before {
  padding-top: 42.85%;
}
.product-item-out-of-stock {
  filter: grayscale(1);
}
.sm-search-div .autocomplete-items,
.lg-search-div .autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}
.sm-search-div .autocomplete-items div,
.lg-search-div .autocomplete-items div {
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.sm-search-div .autocomplete-items div:hover,
.lg-search-div .autocomplete-items div:hover {
  background-color: #e9e9e9;
}
.sm-search-div .autocomplete-items div a,
.lg-search-div .autocomplete-items div a {
  padding: 10px;
  cursor: pointer;
  color: inherit;
  display: block;
}
.product-crd-spec {
  min-height: 30px;
}
.gallery-section + .gallery-section {
  padding-top: 0;
}
.ic-menu-back {
  font-size: 22px;
  margin-right: 16px;
  font-weight: 700;
}
.rtl .ic-menu-back {
  margin-right: unset;
  margin-left: 16px;
}
@media (max-width: 768px) {
  .header-cart {
    flex-grow: 1;
    width: 30%;
  }
  .header-logo {
    width: 70%;
  }
  .search-header-bar {
    height: 64px;
  }
  .footer .apps-social-icons:nth-child(2) {
    padding-left: 15px;
  }
  .rtl .footer .apps-social-icons:nth-child(2) {
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer .icons-wrapper {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .footer-about-us-div {
    padding-right: 0;
  }
  .rtl .footer-about-us-div {
    padding-right: unset;
    padding-left: 0;
  }
  .category-page-slider .categories-slider {
    height: 225px;
  }
  .categories-slider .category-item {
    width: 190px;
  }
  .category-page-slider .categories-slider .category-item {
    width: 165px;
  }
  .category-page-slider .categories-slider.s-slider {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  .category-page-slider .products-slider .prod-col,
  .categories-slider .cat-col {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .products-slider .prod-col,
  .categories-slider .cat-col,
  .testimonials-slider .testimonials-customer-card,
  .partners-slider .partners-item {
    display: inline-block;
    vertical-align: top;
  }
  .partners-slider .partners-item {
    vertical-align: middle;
  }
  .categories-slider,
  .products-slider,
  .testimonials-slider,
  .partners-slider {
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .testimonials-slider::-webkit-scrollbar {
    width: 0 !important;
  }
  .categories-slider-wrapper,
  .products-slider-wrapper,
  .testimonials-slider-wrapper,
  .partners-slider-wrapper {
    overflow-x: hidden;
    margin-right: 0;
    margin-left: 0;
  }
  .slider-container {
    padding-left: 0;
    padding-right: 0;
  }
  .main-slider,
  .main-slider .slider-item {
  }
  .main-slider .slick-dots li button:before {
    font-size: 10px;
  }
  .main-slider .slick-dots {
    bottom: 4px;
  }
  .section-title {
    padding-right: 15px;
    padding-left: 15px;
  }
  .products-list .prod-col,
  .bundle-offer-products .prod-col {
    margin: 0 auto;
    width: auto;
  }
  .products-list .prod-col {
    width: 50%;
  }
  .product-item {
    width: 135px;
  }
  .products-list .prod-col .product-item {
    width: 100%;
  }
  .sm-search-div {
    display: block;
  }
  .icon-shopping_cart_black_36dp-1-1,
  .sm-search-icon > span {
    font-size: 28px;
  }
  .icon-menu-top {
    width: 32px;
  }
}
.btn:focus,
.btn:active,
.page-link:focus,
.page-link:active {
  outline: none !important;
  box-shadow: none;
}

/* Product cards and customer ratings */
.product-item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: 100%;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid #eceff3;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.product-item:hover {
  transform: translateY(-4px);
  border-color: #d8dde6;
  box-shadow: 0 15px 36px rgba(17, 24, 39, 0.11);
}
.product-item > a {
  flex: 1 1 auto;
  height: auto;
  padding: 12px;
  text-decoration: none !important;
}
.product-item .box-1-1 {
  overflow: hidden;
  border-radius: 13px;
  background: #f8f9fb;
}
.product-item .box-1-1::before { padding-top: 100%; }
.product-item .box-1-1 img {
  padding: 0;
  transition: transform 0.25s ease;
}
.product-item:hover .box-1-1 img {
  transform: scale(1.035);
}
.product-item .product-title {
  min-height: 48px;
  margin-top: 14px;
  line-height: 1.65;
  color: #17202a;
  font-size: 14px;
  font-weight: 800;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}
.product-item .product-price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  margin: 7px 0 0;
  color: #0c6848;
  font-size: 18px;
  font-weight: 800;
}
.product-card-tax {
  color: #89919c;
  font-size: 10px !important;
  font-weight: 500;
  white-space: nowrap;
}
.product-card-add-to-cart {
  width: 100%;
  min-height: 42px;
  padding: 10px 14px !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: #153f32 !important;
  box-shadow: none !important;
  font-weight: 700;
}
.product-card-add-to-cart:hover { background: #0c2f25 !important; }
.product-card-action {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: 100%;
  margin-top: auto;
  padding: 0 12px 12px;
}
.product-card-professional { position: relative; }
.product-card-media { position: relative; }
.product-card-stock-badge {
  position: absolute;
  z-index: 2;
  top: 6px;
  right: 10px;
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(21, 63, 50, 0.92);
  color: #fff;
  box-shadow: 0 5px 12px rgba(21, 63, 50, 0.18);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  backdrop-filter: blur(5px);
}
.product-card-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  min-height: 24px;
  margin: 5px 0 2px;
  color: #6b7280;
  font-size: 14px;
  direction: rtl;
}
.product-card-rating .rating-stars,
.reviews-stars {
  color: #f5a623;
  letter-spacing: 1px;
  direction: ltr;
  white-space: nowrap;
}

/* Professional product details */
.product-page-container { padding-top: 32px; padding-bottom: 45px; }
.product-detail-shell {
  overflow: hidden;
  padding: 22px;
  border: 1px solid #e8ebef;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(20, 30, 40, 0.07);
}
.product-media-panel {
  position: relative;
  display: flex;
  min-height: 535px;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 45px;
  border-radius: 20px;
  background: radial-gradient(circle at 50% 38%, #fff 0, #f6f8fa 55%, #eef2f4 100%);
}
.product-main-image {
  width: 100%;
  max-width: 470px;
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 22px 24px rgba(22, 28, 34, 0.12));
  transition: opacity 0.2s ease, transform 0.25s ease;
}
.product-main-image:hover { transform: scale(1.025); }
.product-media-panel--classic {
  min-height: 0;
  align-items: flex-start;
  padding: 0;
  overflow: visible;
  background: #fff;
}
.product-media-panel--classic .product-main-image {
  width: auto;
  max-width: 100%;
  max-height: none;
  object-fit: initial;
  filter: none;
}
.product-media-panel--classic .product-main-image:hover { transform: none; }
.product-availability-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #e7f7ef;
  color: #116644;
  font-size: 12px;
  font-weight: 800;
}
.product-media-note {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  color: #57606a;
  font-size: 12px;
  text-align: center;
  backdrop-filter: blur(8px);
}
.product-media-note span { color: #16845c; font-weight: 900; }
.product-purchase-panel { padding: 14px 24px 8px; }
.product-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 23px;
  border-bottom: 1px solid #edf0f2;
}
.product-eyebrow {
  display: block;
  margin-bottom: 7px;
  color: #177653;
  font-size: 12px;
  font-weight: 800;
}
.product-heading-row h1 {
  margin: 0 0 10px;
  color: #15211d;
  font-size: clamp(25px, 3vw, 35px);
  font-weight: 900;
  line-height: 1.4;
}
.product-brand-logo { width: auto; max-width: 92px; height: 40px; object-fit: contain; }
.product-inline-rating { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; color: #737b85; font-size: 12px; }
.product-inline-rating strong { color: #27312d; }
.product-option-group { padding: 21px 0; border-bottom: 1px solid #edf0f2; }
.product-option-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 13px; }
.product-option-heading strong { color: #202b27; font-size: 14px; }
.product-option-heading span { color: #7d858e; font-size: 12px; }
.product-option-heading b { color: #26342e; }
.color-selection, .storage-selection { display: flex; flex-wrap: wrap; gap: 10px; }
.color-circle {
  position: relative;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #d3d8de;
  cursor: pointer;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.color-circle:hover { transform: translateY(-2px); }
.color-circle.selected { box-shadow: 0 0 0 2px #153f32, 0 4px 9px rgba(21, 63, 50, 0.2); }
.storage-btn {
  min-width: 78px;
  padding: 9px 15px !important;
  border: 1px solid #dce1e5 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #303a36 !important;
  font-weight: 700 !important;
}
.storage-btn:hover { border-color: #8da99e !important; }
.storage-btn.selected { border-color: #153f32 !important; background: #eef6f2 !important; color: #153f32 !important; box-shadow: 0 0 0 1px #153f32; }
.product-checkout-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  padding: 17px;
  border-radius: 16px;
  background: #f6f8f7;
}
.product-price-wrap span { display: block; margin-bottom: 3px; color: #7a8380; font-size: 11px; }
.product-price-wrap strong { display: block; color: #116644; font-size: 22px; font-weight: 900; white-space: nowrap; }
.product-buy-button {
  display: flex !important;
  min-width: 190px;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 12px 18px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #153f32 !important;
  box-shadow: 0 8px 20px rgba(21, 63, 50, 0.18) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}
.product-buy-button:hover { background: #0c2f25 !important; transform: translateY(-1px); }
.product-purchase-actions {
  display: grid;
  min-width: 350px;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 9px;
}
.product-purchase-actions .product-buy-button { width: 100%; min-width: 0; }
.product-cart-button {
  min-height: 50px;
  padding: 11px 15px !important;
  border: 1px solid #153f32 !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #153f32 !important;
  font-family: inherit;
  font-size: 13px !important;
  font-weight: 800 !important;
}
.product-cart-button:hover { background: #edf5f1 !important; }
.product-cart-feedback {
  min-height: 22px;
  padding-top: 7px;
  color: #177653;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}
.product-service-points { display: flex; justify-content: space-between; gap: 8px; margin-top: 15px; color: #68716d; font-size: 11px; }
.product-service-points span::before { content: "✓"; margin-left: 5px; color: #16845c; font-weight: 900; }
.product-description-modern {
  margin-top: 26px;
  padding: 26px;
  border: 1px solid #e8ebef;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.05);
}
.product-description-heading { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; }
.product-description-icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 13px; background: #eaf6f0; color: #14714f; font-size: 20px; }
.product-description-heading span:not(.product-description-icon) { color: #16845c; font-size: 11px; font-weight: 800; }
.product-description-heading h2 { margin: 2px 0 0; color: #18241f; font-size: 22px; font-weight: 900; }
.product-description-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr); gap: 28px; }
.product-description-copy { padding: 20px; border-radius: 15px; background: #f8faf9; }
.product-description-copy p { margin: 0; color: #4b5651; font-size: 15px; line-height: 2.05; white-space: pre-line; }
.product-description-features { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.product-description-features div { padding: 14px; border: 1px solid #edf0f2; border-radius: 13px; }
.product-description-features strong, .product-description-features span { display: block; }
.product-description-features strong { margin-bottom: 5px; color: #1e2c26; font-size: 12px; }
.product-description-features span { color: #727b77; font-size: 11px; line-height: 1.7; }

.product-reviews {
  margin: 42px 0 22px;
  padding: 28px;
  border: 1px solid #e7e9ee;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.06);
}
.product-reviews__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}
.product-reviews__header h2 {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 800;
}
.product-reviews__header p,
.review-privacy-note {
  margin: 0;
  color: #6b7280;
  font-size: 13px;
}
.product-reviews__summary {
  min-width: 130px;
  padding: 12px 16px;
  border-radius: 14px;
  background: #f8f9fb;
  text-align: center;
}
.product-reviews__score {
  display: block;
  margin-bottom: 2px;
  font-size: 25px;
  font-weight: 800;
}
.product-reviews__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 22px;
}
.sample-reviews {
  display: grid;
  gap: 12px;
}
.review-card {
  padding: 16px;
  border: 1px solid #edf0f3;
  border-radius: 15px;
  background: #fbfcfd;
}
.review-card--mine {
  border-color: #bfe6d4;
  background: #f3fbf7;
}
.review-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.review-card__name {
  font-weight: 800;
}
.review-card__meta {
  color: #8a929d;
  font-size: 12px;
}
.review-card__text {
  margin: 7px 0 0;
  color: #333b46;
  line-height: 1.8;
}
.review-form-wrap {
  padding: 18px;
  border-radius: 16px;
  background: #f7f8fa;
}
.review-form-wrap h3 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 800;
}
.review-star-input {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 2px;
  margin: 14px 0;
}
.review-star-input input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.review-star-input label {
  margin: 0;
  color: #cfd4db;
  font-size: 31px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.15s ease, transform 0.15s ease;
}
.review-star-input label:hover {
  transform: scale(1.08);
}
.review-star-input label:hover,
.review-star-input label:hover ~ label,
.review-star-input input:checked ~ label {
  color: #f5a623;
}
.review-form-wrap textarea {
  width: 100%;
  min-height: 105px;
  resize: vertical;
  padding: 12px;
  border: 1px solid #dfe3e8;
  border-radius: 11px;
  background: #fff;
  font-family: inherit;
}
.review-field-label {
  display: block;
  margin: 14px 0 6px;
  color: #39423e;
  font-size: 12px;
  font-weight: 800;
}
.review-name-input {
  width: 100%;
  height: 44px;
  padding: 10px 12px;
  border: 1px solid #dfe3e8;
  border-radius: 11px;
  background: #fff;
  font-family: inherit;
}
.review-name-input:focus {
  outline: 0;
  border-color: #2f7f61;
  box-shadow: 0 0 0 3px rgba(47, 127, 97, 0.12);
}
.review-form-wrap textarea:focus {
  outline: 0;
  border-color: #2f7f61;
  box-shadow: 0 0 0 3px rgba(47, 127, 97, 0.12);
}
.review-submit {
  width: 100%;
  margin-top: 10px;
  padding: 11px 16px;
  border: 0;
  border-radius: 11px;
  background: #177653;
  color: #fff;
  font-family: inherit;
  font-weight: 800;
  cursor: pointer;
}
.review-submit:hover { background: #105d41; }
.review-feedback {
  min-height: 20px;
  margin-top: 8px;
  color: #177653;
  font-size: 13px;
}

/* Customer reviews */
.customer-reviews-section {
  position: relative;
  padding: 50px 0 44px;
  background: #f7f9f8;
  overflow: hidden;
  isolation: isolate;
}
.customer-reviews-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
  padding: 0 15px;
}
.customer-reviews-heading > div:first-child > span {
  color: #177653;
  font-size: 11px;
  font-weight: 800;
}
.customer-reviews-heading h1 {
  margin: 3px 0 5px;
  color: #19241f;
  font-size: 28px;
  font-weight: 900;
}
.customer-reviews-heading p { margin: 0; color: #737c78; font-size: 13px; }
.customer-reviews-summary {
  display: grid;
  min-width: 145px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0 8px;
  padding: 12px 16px;
  border: 1px solid #e1e7e3;
  border-radius: 14px;
  background: #fff;
  text-align: right;
}
.customer-reviews-summary strong { grid-row: 1 / 3; color: #18231e; font-size: 27px; font-weight: 900; }
.customer-reviews-summary .reviews-stars { font-size: 12px; letter-spacing: 0; }
.customer-reviews-summary small { color: #87908c; font-size: 9px; }
.customer-review-composer {
  margin: 0 15px 18px;
  border: 1px solid #dce6e1;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(18, 38, 30, 0.04);
  overflow: hidden;
}
.customer-review-composer summary {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 9px;
  padding: 13px 17px;
  color: #144d39;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}
.customer-review-composer summary::-webkit-details-marker { display: none; }
.customer-review-composer summary::after {
  margin-right: auto;
  color: #177653;
  content: "+";
  font-size: 21px;
  font-weight: 500;
}
.customer-review-composer[open] summary::after { content: "−"; }
.customer-review-composer summary span { color: #177653; font-size: 19px; }
.customer-review-form {
  display: grid;
  grid-template-columns: minmax(160px, .7fr) minmax(220px, 1.3fr) auto;
  align-items: end;
  gap: 8px 12px;
  padding: 0 17px 17px;
  border-top: 1px solid #edf1ef;
}
.customer-review-form > label { margin-top: 13px; color: #4a5751; font-size: 11px; font-weight: 800; }
.customer-review-form > label:first-child { grid-column: 1; }
.customer-review-form input,
.customer-review-form textarea {
  width: 100%;
  border: 1px solid #dce3df;
  border-radius: 10px;
  background: #fbfcfb;
  color: #26332d;
  font-size: 13px;
  outline: none;
}
.customer-review-form input { grid-column: 1; min-height: 42px; padding: 9px 11px; }
.customer-review-form > label[for="customerReviewText"] { grid-column: 2; grid-row: 1; }
.customer-review-form textarea { grid-column: 2; grid-row: 2 / 4; min-height: 91px; padding: 10px 11px; resize: vertical; }
.customer-review-form input:focus,
.customer-review-form textarea:focus { border-color: #177653; box-shadow: 0 0 0 3px rgba(23, 118, 83, .09); }
.customer-review-form fieldset { grid-column: 1; margin: 4px 0 0; padding: 0; border: 0; }
.customer-review-form legend { margin-bottom: 2px; color: #4a5751; font-size: 11px; font-weight: 800; }
.customer-review-form .review-submit { grid-column: 3; grid-row: 2; min-width: 120px; min-height: 42px; }
.customer-review-form .review-feedback { grid-column: 1 / -1; margin: 0; }
.customer-reviews-section .customer-added-review {
  border-color: #e4e9e6;
  box-shadow: 0 10px 30px rgba(18, 38, 30, 0.06);
}
.customer-added-review__top { align-items: center; }
.customer-reviews-section .customer-added-review .testimonials-customer-name::after { content: "مشتري جديد"; }
.customer-reviews-section .customer-added-review .testimonials-customer-text::before { content: attr(data-rating-stars); }
.customer-reviews-section .testimonials-slider-wrapper {
  margin: 0;
  padding-bottom: 20px;
  overflow: hidden;
}
.customer-reviews-section .testimonials-slider .slick-list { padding-bottom: 8px; }
.customer-reviews-section .testimonials-slider .slick-track { display: flex; }
.customer-reviews-section .testimonials-slider .slick-slide { height: auto; }
.customer-reviews-section .testimonials-customer-card {
  display: flex !important;
  min-height: 230px;
  height: auto;
  margin: 8px 9px 18px;
  padding: 20px;
  border: 1px solid #e4e9e6;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(18, 38, 30, 0.06);
}
.customer-reviews-section .testimonials-customer-card .card-body {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.customer-reviews-section .testimonials-customer-icon {
  display: grid;
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  place-items: center;
  border-radius: 50%;
  background: #eaf5ef;
  color: #177653;
  font-size: 31px;
  overflow: hidden;
}
.customer-reviews-section .testimonials-customer-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 2px 9px 0 0;
  color: #25312b;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
}
.customer-reviews-section .testimonials-customer-name::after {
  content: "مشتري موثّق";
  margin-top: 2px;
  color: #18815a;
  font-size: 9px;
  font-weight: 700;
}
.customer-reviews-section .testimonials-customer-date { margin-top: 5px; color: #9aa19e; font-size: 9px; }
.customer-reviews-section .testimonials-customer-text {
  margin: 17px 0 0;
  color: #49534f;
  font-size: 13px;
  line-height: 1.9;
  white-space: normal;
}
.customer-reviews-section .testimonials-customer-text::before {
  content: "★★★★★";
  display: block;
  margin-bottom: 9px;
  color: #f5a623;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  direction: ltr;
  text-align: right;
}
.customer-reviews-section .slick-dots { bottom: 0; }
.customer-reviews-section .slick-dots li button::before { color: #a9b4af; }
.customer-reviews-section .slick-dots li.slick-active button::before { color: #177653; }

/* Certificates below customer reviews */
.store-certificates-section {
  position: relative;
  padding: 24px 0;
  border-top: 1px solid #edf1ef;
  border-bottom: 1px solid #edf1ef;
  background: #fff;
}
.store-certificates {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(50px, 12vw, 150px);
}
.store-certificates a {
  display: grid;
  min-width: 105px;
  min-height: 82px;
  place-items: center;
  border-radius: 14px;
  transition: background .18s ease, transform .18s ease;
}
.store-certificates a:hover { background: #f6f9f7; transform: translateY(-2px); }
.store-certificate-qr { width: 100px; height: auto; }
.store-certificate-vat { width: 80px; height: auto; }

/* Store footer */
.footer > footer[section-id="52b58543-1f70-4b96-b163-8c2a874cb485"] { display: none !important; }
.store-footer { direction: rtl; color: #fff; }
.store-footer__main {
  padding: 54px 0 42px;
  background: linear-gradient(145deg, #171812 0%, #242319 58%, #12130f 100%);
}
.store-footer__grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.55fr) repeat(3, minmax(145px, .75fr));
  gap: 42px;
  text-align: right;
}
.store-footer__brand { max-width: 480px; }
.store-footer__brand-mark {
  display: inline-flex;
  min-width: 330px;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  padding: 11px 12px 11px 16px;
  border: 1px solid rgba(218,178,47,.24);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,.09), rgba(255,255,255,.025));
  box-shadow: 0 14px 34px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.08);
}
.store-footer__brand-mark > span {
  display: grid;
  width: 110px;
  height: 62px;
  flex: 0 0 110px;
  place-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 13px;
  background: linear-gradient(145deg, #fff 0%, #f4f2e9 100%);
  box-shadow: 0 8px 22px rgba(0,0,0,.2), inset 0 0 0 2px rgba(255,255,255,.7);
}
.store-footer__brand-mark img { max-width: 100%; max-height: 100%; object-fit: contain; }
.store-footer__brand-mark > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
  padding-right: 14px;
  border-right: 1px solid rgba(218,178,47,.28);
}
.store-footer__brand-mark small { color: #f0cd58; font-size: 16px; font-weight: 900; line-height: 1.3; }
.store-footer__brand-mark b { color: rgba(255,255,255,.78); font-size: 10px; font-weight: 700; line-height: 1.65; }
.store-footer__brand h2 { margin: 0 0 12px; color: #fff; font-size: 25px; font-weight: 900; }
.store-footer__brand p {
  max-width: 450px;
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: 13px;
  line-height: 1.95;
}
.store-footer__tax {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  padding: 9px 11px;
  border-radius: 10px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.9);
  font-size: 11px;
}
.store-footer__tax span { color: #ddb632; font-size: 17px; }
.store-footer__column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.store-footer__column h3 {
  position: relative;
  margin: 3px 0 9px;
  padding-bottom: 11px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}
.store-footer__column h3::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 27px;
  height: 2px;
  border-radius: 3px;
  background: #ddb632;
  content: "";
}
.store-footer__column > a {
  color: rgba(255,255,255,.84) !important;
  font-size: 12px;
  line-height: 1.65;
  text-decoration: none !important;
  transition: color .18s ease, transform .18s ease;
}
.store-footer__column > a:hover { color: #fff !important; transform: translateX(-3px); }
.store-footer__contact > a { display: flex; align-items: center; gap: 8px; }
.store-footer__contact > a span { color: #ddb632; font-size: 17px; }
.store-footer__contact small { margin-top: 3px; color: rgba(255,255,255,.7); font-size: 10px; line-height: 1.6; }
.store-footer__payments { border-top: 1px solid rgba(221,182,50,.13); background: #10110d; }
.store-footer__payments-inner {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.store-footer__payments-inner > div:first-child { display: flex; flex-direction: column; gap: 3px; text-align: right; }
.store-footer__payments-inner strong { display: flex; align-items: center; gap: 8px; color: #fff; font-size: 13px; }
.store-footer__payments-inner strong span { color: #ddb632; font-size: 19px; }
.store-footer__payments-inner small { color: rgba(255,255,255,.72); font-size: 10px; }
.store-footer__payment-icons { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px; }
.store-footer__payment-icons span {
  display: grid;
  width: 56px;
  height: 36px;
  place-items: center;
  padding: 6px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: #fff;
}
.store-footer__payment-icons img { max-width: 100%; max-height: 22px; object-fit: contain; }
.store-footer__bottom { background: #090a08; }
.store-footer__bottom-inner {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.7);
  font-size: 10px;
}
.store-footer__bottom p { margin: 0; }
.mobile-bottom-nav { display: none; }

/* Store information and policy pages */
.store-info-page { background: #f7f8f6; }
.store-info-hero {
  padding: 42px 0 48px;
  background: linear-gradient(140deg, #171812 0%, #29271b 64%, #141510 100%);
  color: #fff;
  text-align: right;
}
.store-info-breadcrumb { display: flex; align-items: center; gap: 5px; margin-bottom: 23px; font-size: 10px; }
.store-info-breadcrumb a { color: rgba(255,255,255,.72) !important; text-decoration: none !important; }
.store-info-breadcrumb > span:last-child { color: #dfbc45; }
.store-info-eyebrow {
  display: inline-flex;
  margin-bottom: 9px;
  padding: 6px 11px;
  border: 1px solid rgba(221,182,50,.28);
  border-radius: 999px;
  background: rgba(221,182,50,.1);
  color: #e0bd45;
  font-size: 11px;
  font-weight: 900;
}
.store-info-hero h1 { margin: 0; color: #fff; font-size: clamp(30px, 5vw, 46px); font-weight: 900; line-height: 1.35; }
.store-info-hero p { max-width: 680px; margin: 13px 0 0; color: rgba(255,255,255,.8); font-size: 14px; line-height: 1.9; }
.store-info-hero small { display: block; margin-top: 17px; color: rgba(255,255,255,.52); font-size: 9px; }
.store-info-content { padding: 36px 0 52px; }
.store-info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.store-info-card {
  position: relative;
  display: flex;
  min-height: 170px;
  gap: 14px;
  padding: 22px;
  border: 1px solid #e2e5df;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(27, 29, 23, .04);
  text-align: right;
}
.store-info-card__number {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 10px;
  background: #f4eed8;
  color: #9a7608;
  font-size: 12px;
  font-weight: 900;
}
.store-info-card h2 { margin: 2px 0 9px; color: #22251f; font-size: 16px; font-weight: 900; line-height: 1.5; }
.store-info-card p { margin: 0; color: #666d65; font-size: 12px; line-height: 1.95; }
.store-info-card p + p { margin-top: 8px; }
.store-info-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 22px;
  padding: 20px 22px;
  border: 1px solid #ded8c2;
  border-radius: 18px;
  background: #fffdf6;
  text-align: right;
}
.store-info-help > div { display: flex; align-items: center; gap: 12px; }
.store-info-help > div > span { color: #b38b0d; font-size: 30px; }
.store-info-help strong { display: block; color: #25271f; font-size: 14px; }
.store-info-help p { margin: 3px 0 0; color: #747970; font-size: 11px; }
.store-info-help > a {
  display: inline-flex;
  min-height: 42px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 15px;
  border-radius: 11px;
  background: #1c7b55;
  color: #fff !important;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none !important;
}

/* Dynamic product collections */
.store-collection-page { background: #f7f8f6; }
.store-collection-hero {
  padding: 36px 0 41px;
  background: linear-gradient(140deg, #171812 0%, #29271b 64%, #141510 100%);
  color: #fff;
  text-align: right;
}
.store-collection-hero h1 { margin: 0; color: #fff; font-size: clamp(29px, 4.5vw, 43px); font-weight: 900; }
.store-collection-hero p { max-width: 650px; margin: 10px 0 0; color: rgba(255,255,255,.8); font-size: 13px; line-height: 1.8; }
.store-collection-hero > .container > small { display: block; margin-top: 14px; color: #e0bd45; font-size: 10px; }
.store-collection-content { padding: 32px 0 48px; }
.store-collection-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.store-collection-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e2e6e1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 9px 25px rgba(24, 29, 25, .05);
  text-align: center;
}
.store-collection-card__media { position: relative; display: grid; height: 220px; place-items: center; padding: 17px; background: #f8faf8; }
.store-collection-card__media img { width: 100%; height: 100%; object-fit: contain; }
.store-collection-card__media > span { position: absolute; top: 12px; right: 12px; padding: 5px 8px; border-radius: 999px; background: #e7f3ed; color: #176b4d; font-size: 8px; font-weight: 900; }
.store-collection-card__body { display: flex; flex: 1; flex-direction: column; padding: 15px; }
.store-collection-card h2 { margin: 0; font-size: 14px; font-weight: 900; line-height: 1.55; }
.store-collection-card h2 a { color: #20241f !important; text-decoration: none !important; }
.store-collection-card__rating { display: flex; justify-content: center; gap: 6px; margin-top: 7px; font-size: 10px; }
.store-collection-card__rating span { color: #f5a623; letter-spacing: 1px; direction: ltr; }
.store-collection-card__rating b { color: #59615b; }
.store-collection-card__body > p { margin: 9px 0 0; color: #7a817b; font-size: 10px; line-height: 1.7; }
.store-collection-card__price { display: flex; align-items: baseline; justify-content: center; gap: 6px; margin: auto 0 12px; padding-top: 13px; }
.store-collection-card__price small { color: #969b97; font-size: 8px; }
.store-collection-card__price strong { color: #171a17; font-size: 16px; font-weight: 900; }
.store-collection-card__action { display: flex; min-height: 40px; align-items: center; justify-content: center; border-radius: 10px; background: #1a4e3b; color: #fff !important; font-size: 11px; font-weight: 900; text-decoration: none !important; }

.mobile-categories-sheet { display: none; }

/* Home hero slider */
.store-hero {
  padding: 20px 0 12px;
  background: #fff;
}
.store-hero__container { position: relative; }
.store-hero__slider {
  overflow: hidden;
  border-radius: 26px;
  background: #070909;
  box-shadow: 0 22px 55px rgba(12, 18, 16, 0.14);
}
.store-hero__slider .slick-track { display: flex; }
.store-hero__slider .slick-slide { height: auto; }
.store-hero__slide {
  position: relative;
  display: grid !important;
  min-height: 455px;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: stretch;
  overflow: hidden;
  color: #fff;
}
.store-hero__slide--pro { background: linear-gradient(125deg, #050606 0%, #101010 60%, #24130b 100%); }
.store-hero__slide--installment { background: linear-gradient(125deg, #0e2820 0%, #153f32 58%, #0b211a 100%); }
.store-hero__slide--value { background: linear-gradient(125deg, #151329 0%, #252044 58%, #11101e 100%); }
.store-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 56px 55px 70px 32px;
  text-align: right;
}
.store-hero__eyebrow {
  display: inline-flex;
  margin-bottom: 13px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(7px);
}
.store-hero__content h1,
.store-hero__content h2 {
  max-width: 490px;
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 4.2vw, 52px);
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: -0.6px;
}
.store-hero__content h1 b,
.store-hero__content h2 b { color: #ff9b51; font-weight: 900; }
.store-hero__slide--installment h2 b { color: #8ef0c4; }
.store-hero__slide--value h2 b { color: #c5b8ff; }
.store-hero__content > p {
  max-width: 470px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.85;
}
.store-hero__content > small {
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
}
.store-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.store-hero__primary,
.store-hero__secondary {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform 0.18s ease, background 0.18s ease;
}
.store-hero__primary { background: #fff; color: #142019 !important; }
.store-hero__secondary { border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.08); color: #fff !important; }
.store-hero__primary:hover,
.store-hero__secondary:hover { transform: translateY(-2px); }
.store-benefits-section { padding: 26px 0 30px; background: #fff; }
.store-benefits-heading { margin: 0 15px 16px; text-align: right; }
.store-benefits-heading > span { color: #177653; font-size: 11px; font-weight: 900; }
.store-benefits-heading h2 { margin: 4px 0 0; color: #17251f; font-size: 23px; font-weight: 900; }
.store-benefits-slider { margin: 0 5px; }
.store-benefits-slider .slick-track { display: flex; }
.store-benefits-slider .slick-slide { height: auto; }
.store-benefit-card {
  display: flex !important;
  min-height: 132px;
  height: auto;
  align-items: center;
  gap: 13px;
  margin: 6px 8px 17px;
  padding: 18px;
  border: 1px solid #e1e8e4;
  border-radius: 17px;
  background: linear-gradient(145deg, #fff 0%, #f6faf8 100%);
  box-shadow: 0 8px 22px rgba(17, 58, 42, .06);
  text-align: right;
}
.store-benefit-card i {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border-radius: 14px;
  background: #e7f4ed;
  color: #177653;
  font-size: 23px;
  font-style: normal;
}
.store-benefit-card div { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.store-benefit-card strong { color: #1b2a23; font-size: 14px; font-weight: 900; }
.store-benefit-card span { color: #728079; font-size: 11px; line-height: 1.7; }
.store-benefits-slider .slick-dots { bottom: -7px; }
.store-benefits-arrow { width: 36px; height: 36px; border-radius: 50%; background: #144d39 !important; color: #fff !important; }
.store-hero__visual { position: relative; min-width: 0; overflow: hidden; }
.store-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 55%, rgba(7, 9, 9, 0.82) 100%);
  pointer-events: none;
}
.store-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.store-hero__arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  background: rgba(8, 12, 10, 0.52);
  color: #fff;
  font-size: 27px;
  line-height: 1;
  transform: translateY(-50%);
  backdrop-filter: blur(6px);
}
.store-hero__arrow--prev { right: 14px; }
.store-hero__arrow--next { left: 14px; }
.store-hero__slider .slick-dots {
  bottom: 18px;
  z-index: 5;
}
.store-hero__slider .slick-dots li { width: auto; height: 8px; margin: 0 3px; }
.store-hero__slider .slick-dots li button { width: 8px; height: 8px; padding: 0; }
.store-hero__slider .slick-dots li button::before {
  width: 8px;
  height: 8px;
  color: transparent;
  border-radius: 999px;
  background: rgba(255,255,255,.42);
  opacity: 1;
  content: "";
  transition: width .2s ease, background .2s ease;
}
.store-hero__slider .slick-dots li.slick-active button,
.store-hero__slider .slick-dots li.slick-active button::before { width: 25px; }
.store-hero__slider .slick-dots li.slick-active button::before { background: #fff; }
@media (max-width: 767px) {
  .search-header-bar { position: relative; justify-content: center !important; }
  .search-header-bar > .store-header-brand {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    margin: 0 !important;
    transform: translate(-50%, -50%);
  }
  .search-header-bar > .store-header-brand .image-logo { height: 76px !important; margin: 0 !important; padding: 5px; }
  .search-header-bar .header-cart { display: none !important; }
  body { padding-bottom: calc(74px + env(safe-area-inset-bottom, 0px)); }
  .mobile-bottom-nav {
    position: fixed;
    right: 10px;
    bottom: max(8px, env(safe-area-inset-bottom, 0px));
    left: 10px;
    z-index: 9990;
    display: flex;
    height: 66px;
    align-items: stretch;
    justify-content: space-around;
    padding: 5px 6px;
    border: 1px solid rgba(31, 35, 29, .09);
    border-radius: 20px;
    background: rgba(255,255,255,.97);
    box-shadow: 0 -3px 24px rgba(24, 28, 23, .12);
    direction: rtl;
    backdrop-filter: blur(14px);
    transition: transform .2s ease, opacity .2s ease;
  }
  .mobile-bottom-nav--hidden,
  .mobile-bottom-nav--keyboard { opacity: 0; pointer-events: none; transform: translateY(120%); }
  .mobile-bottom-nav__item {
    position: relative;
    display: flex;
    min-width: 50px;
    flex: 1 1 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 4px 2px;
    border: 0;
    background: transparent;
    color: #74766f !important;
    font-family: inherit;
    text-decoration: none !important;
  }
  .mobile-bottom-nav__item > span,
  .mobile-bottom-nav__icon-wrap > span { font-size: 21px; line-height: 1; }
  .mobile-bottom-nav__item small { color: inherit; font-size: 9px; font-weight: 800; line-height: 1; }
  .mobile-bottom-nav__item.is-active { color: #b78e08 !important; }
  .mobile-bottom-nav__home-main {
    align-self: center;
    height: 54px;
    margin: 0 3px;
    border: 1px solid rgba(184,142,8,.13);
    border-radius: 16px;
    background: linear-gradient(145deg, #fbf7e9 0%, #f4ebcb 100%);
    color: #8b6900 !important;
    transform: none;
  }
  .mobile-bottom-nav__home-main > span {
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(145deg, #d5ae2d, #b88f0c);
    color: #fff;
    box-shadow: 0 4px 10px rgba(151, 116, 5, .2);
    font-size: 16px;
  }
  .mobile-bottom-nav__home-main small { color: #725600; transform: none; }
  .mobile-bottom-nav__home-main.is-active { background: #efe1ae; color: #654d00 !important; }
  .mobile-bottom-nav__support { color: #218c53 !important; }
  .mobile-bottom-nav__support > span { color: #218c53; }
  .mobile-bottom-nav__icon-wrap { position: relative; display: inline-flex; }
  .mobile-bottom-nav__icon-wrap b {
    position: absolute;
    top: -9px;
    left: -11px;
    display: grid;
    min-width: 18px;
    height: 18px;
    place-items: center;
    padding: 0 4px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #c94535;
    color: #fff;
    font-size: 8px;
    font-weight: 900;
  }
  .mobile-categories-sheet {
    position: fixed;
    inset: 0;
    z-index: 10020;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility .22s ease, opacity .22s ease;
  }
  .mobile-categories-sheet[hidden] { display: none !important; }
  .mobile-categories-sheet.is-open { visibility: visible; opacity: 1; }
  .mobile-categories-sheet__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(11,13,11,.48); backdrop-filter: blur(2px); }
  .mobile-categories-sheet__panel {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: min(78vh, 680px);
    padding: 8px 15px calc(18px + env(safe-area-inset-bottom, 0px));
    border-radius: 24px 24px 0 0;
    background: #f8f9f7;
    box-shadow: 0 -16px 44px rgba(0,0,0,.2);
    transform: translateY(105%);
    transition: transform .24s ease;
  }
  .mobile-categories-sheet.is-open .mobile-categories-sheet__panel { transform: translateY(0); }
  .mobile-categories-sheet__handle { width: 42px; height: 4px; margin: 0 auto 11px; border-radius: 99px; background: #d4d8d4; }
  .mobile-categories-sheet header { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 2px 2px 13px; text-align: right; }
  .mobile-categories-sheet header > div > span { color: #a07d0d; font-size: 9px; font-weight: 900; }
  .mobile-categories-sheet header h2 { margin: 1px 0 0; color: #1d211d; font-size: 21px; font-weight: 900; }
  .mobile-categories-sheet header > button { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid #e1e4e0; border-radius: 50%; background: #fff; color: #343934; }
  .mobile-categories-sheet__content { display: grid; max-height: calc(min(78vh, 680px) - 92px); grid-template-columns: 1fr 1fr; gap: 9px; padding-bottom: 5px; overflow-y: auto; overscroll-behavior: contain; }
  .mobile-category-card { display: grid; min-width: 0; grid-template-columns: 48px 1fr 12px; align-items: center; gap: 8px; min-height: 72px; padding: 9px; border: 1px solid #e2e6e1; border-radius: 14px; background: #fff; color: #242824 !important; text-align: right; text-decoration: none !important; }
  .mobile-category-card__image { display: grid; width: 48px; height: 52px; place-items: center; padding: 3px; border-radius: 10px; background: #f3f5f2; overflow: hidden; }
  .mobile-category-card__image img { width: 100%; height: 100%; object-fit: contain; }
  .mobile-category-card__copy { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
  .mobile-category-card__copy strong { overflow: hidden; font-size: 10px; font-weight: 900; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-category-card__copy small { color: #8a908b; font-size: 8px; }
  .mobile-category-card__arrow { color: #b18a0d; font-size: 13px; }
  .mobile-categories-sheet__loading,
  .mobile-categories-sheet__empty { grid-column: 1 / -1; padding: 36px 10px; color: #777e78; font-size: 11px; text-align: center; }
  .mobile-categories-sheet__retry { grid-column: 1 / -1; min-height: 44px; border: 0; border-radius: 11px; background: #1a4e3b; color: #fff; font-size: 11px; font-weight: 800; }
  .store-info-hero { padding: 26px 0 31px; }
  .store-info-breadcrumb { margin-bottom: 17px; }
  .store-info-hero h1 { font-size: 27px; }
  .store-info-hero p { margin-top: 9px; font-size: 12px; line-height: 1.8; }
  .store-info-content { padding: 20px 0 30px; }
  .store-info-grid { grid-template-columns: 1fr; gap: 11px; }
  .store-info-card { min-height: 0; gap: 11px; padding: 17px 15px; border-radius: 15px; }
  .store-info-card__number { width: 30px; height: 30px; flex-basis: 30px; }
  .store-info-card h2 { margin-top: 1px; font-size: 14px; }
  .store-info-card p { font-size: 11px; line-height: 1.85; }
  .store-info-help { align-items: stretch; flex-direction: column; gap: 14px; padding: 17px; }
  .store-info-help > a { width: 100%; }
  .store-collection-hero { padding: 25px 0 29px; }
  .store-collection-hero h1 { font-size: 26px; }
  .store-collection-content { padding: 18px 0 28px; }
  .store-collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .store-collection-card { border-radius: 14px; }
  .store-collection-card__media { height: 155px; padding: 11px; }
  .store-collection-card__body { padding: 11px; }
  .store-collection-card h2 { font-size: 11px; }
  .store-collection-card__body > p { display: none; }
  .store-collection-card__price strong { font-size: 14px; }
  .store-collection-card__action { min-height: 37px; font-size: 9px; }
  .store-footer__brand-mark {
    display: flex;
    width: 100%;
    min-width: 0;
    gap: 12px;
    margin-bottom: 17px;
    padding: 10px;
  }
  .store-footer__brand-mark > span { width: 96px; height: 56px; flex-basis: 96px; border-radius: 12px; }
  .store-footer__brand-mark > div { padding-right: 11px; }
  .store-footer__brand-mark small { font-size: 15px; }
  .customer-reviews-section { padding: 34px 0 34px; }
  .customer-reviews-section .slider-container { padding: 0; }
  .customer-reviews-heading { align-items: stretch; flex-direction: column; gap: 13px; margin-bottom: 12px; }
  .customer-reviews-heading h1 { font-size: 23px; }
  .customer-reviews-summary { width: 100%; min-width: 0; }
  .customer-review-composer { margin: 0 15px 14px; }
  .customer-review-form { grid-template-columns: 1fr; padding: 0 14px 14px; }
  .customer-review-form > label:first-child,
  .customer-review-form input,
  .customer-review-form > label[for="customerReviewText"],
  .customer-review-form textarea,
  .customer-review-form fieldset,
  .customer-review-form .review-submit { grid-column: 1; grid-row: auto; }
  .customer-review-form textarea { min-height: 95px; }
  .customer-reviews-section .testimonials-slider-wrapper { padding-bottom: 0; overflow: hidden; }
  .customer-reviews-section .testimonials-slider {
    display: flex;
    gap: 11px;
    padding: 4px 15px 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 15px;
    -webkit-overflow-scrolling: touch;
  }
  .customer-reviews-section .testimonials-customer-card {
    flex: 0 0 82vw;
    width: 82vw;
    min-height: 215px;
    margin: 0;
    scroll-snap-align: start;
  }
  .store-certificates-section { padding: 18px 0; }
  .store-certificates { gap: 42px; padding: 0 20px; }
  .store-certificates a { min-width: 92px; min-height: 72px; }
  .store-certificate-qr { width: 86px; }
  .store-certificate-vat { width: 72px; }
  .store-footer__main { padding: 34px 0 28px; }
  .store-footer__grid { grid-template-columns: 1fr 1fr; gap: 28px 18px; padding: 0 4px; }
  .store-footer__brand { grid-column: 1 / -1; max-width: none; }
  .store-footer__brand h2 { font-size: 21px; }
  .store-footer__brand p { font-size: 12px; line-height: 1.85; }
  .store-footer__column { gap: 8px; }
  .store-footer__column h3 { margin-bottom: 6px; font-size: 13px; }
  .store-footer__column > a { font-size: 11px; }
  .store-footer__contact { grid-column: 1 / -1; padding-top: 4px; }
  .store-footer__payments-inner { min-height: 0; flex-direction: column; align-items: stretch; padding-top: 20px; padding-bottom: 20px; }
  .store-footer__payment-icons { justify-content: flex-start; gap: 6px; }
  .store-footer__payment-icons span { width: 50px; height: 33px; }
  .store-footer__bottom-inner { min-height: 0; flex-direction: column; align-items: flex-start; gap: 5px; padding-top: 14px; padding-bottom: 14px; }
  .store-hero { padding: 10px 0 5px; }
  .store-hero__container { max-width: none; padding: 0 10px; }
  .store-hero__slider { border-radius: 20px; box-shadow: 0 14px 32px rgba(12,18,16,.14); }
  .store-hero__slide {
    min-height: 440px;
    grid-template-columns: 1fr;
    grid-template-rows: 150px auto;
  }
  .store-hero__content {
    grid-row: 2;
    min-height: 290px;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 20px 42px;
    text-align: center;
  }
  .store-hero__eyebrow { margin-bottom: 8px; padding: 5px 9px; font-size: 9px; }
  .store-hero__content h1,
  .store-hero__content h2 { max-width: 350px; font-size: clamp(24px, 7vw, 31px); line-height: 1.35; }
  .store-hero__content > p { max-width: 340px; margin-top: 8px; font-size: 12px; line-height: 1.65; }
  .store-hero__actions { justify-content: center; margin-top: 13px; }
  .store-hero__primary,
  .store-hero__secondary { min-height: 39px; padding: 8px 14px; border-radius: 10px; font-size: 10px; }
  .store-hero__content > small { max-width: 310px; margin-top: 8px; line-height: 1.5; }
  .store-hero__visual { grid-row: 1; min-height: 150px; background: #000; }
  .store-hero__visual::after { display: none; }
  .store-hero__visual img { object-fit: contain; object-position: center; }
  .store-hero__arrow { display: none !important; }
  .store-hero__slider .slick-dots { bottom: 12px; }
  .store-benefits-section { padding: 22px 0 26px; overflow: hidden; }
  .store-benefits-heading { margin-bottom: 10px; }
  .store-benefits-heading h2 { font-size: 19px; line-height: 1.5; }
  .store-benefits-slider { margin: 0 -7px; }
  .store-benefit-card { min-height: 116px; margin: 5px 7px 18px; padding: 15px; }
  .home-products-section.section-padding-space { padding-top: 26px; padding-bottom: 18px; }
  .home-products-section .section-title {
    margin: 0 0 14px;
    padding: 0 15px;
    font-size: 20px;
    line-height: 1.55;
    text-align: right;
  }
  .products-slider-wrapper { overflow: hidden; }
  .products-slider {
    display: flex !important;
    align-items: stretch;
    gap: 12px;
    padding: 6px 15px 14px;
    scroll-padding-inline: 15px;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }
  .products-slider .prod-col {
    display: flex;
    flex: 0 0 calc((100vw - 42px) / 2);
    width: calc((100vw - 42px) / 2);
    padding: 0 !important;
    scroll-snap-align: start;
  }
  .product-item { width: 100%; max-width: none; min-height: 370px; border-radius: 15px; }
  .product-item > a { padding: 9px; }
  .product-item .box-1-1::before { padding-top: 100%; }
  .product-item .product-title { min-height: 43px; margin-top: 10px; font-size: 12px; line-height: 1.7; }
  .product-card-rating { gap: 4px; font-size: 14px; }
  .product-card-rating .rating-stars { letter-spacing: 0; }
  .product-card-rating span:last-child { display: none; }
  .product-item .product-price { display: block; margin-top: 5px; font-size: 16px; text-align: center; direction: rtl; white-space: nowrap; }
  .product-card-tax { display: none; }
  .product-card-action { padding: 0 9px 9px; }
  .product-card-add-to-cart { min-height: 39px; padding: 8px !important; font-size: 12px !important; }
  .product-card-stock-badge { top: 3px; right: 7px; padding: 5px 9px; font-size: 10px; }
  .product-page-container { padding-top: 15px; }
  .product-detail-shell { padding: 10px; border-radius: 18px; }
  .product-media-panel { min-height: 370px; padding: 38px 25px; border-radius: 15px; }
  .product-media-panel--classic { min-height: 0; padding: 0; }
  .product-main-image { max-height: 290px; }
  .product-media-panel--classic .product-main-image { max-height: none; }
  .product-purchase-panel { padding: 24px 7px 8px; }
  .product-heading-row { gap: 12px; }
  .product-brand-logo { max-width: 68px; height: 30px; }
  .product-checkout-box { align-items: stretch; flex-direction: column; }
  .product-buy-button { width: 100%; min-width: 0; }
  .product-purchase-actions { width: 100%; min-width: 0; grid-template-columns: 1fr 1fr; }
  .product-cart-feedback { text-align: center; }
  .product-service-points { flex-wrap: wrap; }
  .product-description-modern { padding: 18px; border-radius: 17px; }
  .product-description-layout { grid-template-columns: 1fr; gap: 14px; }
  .product-description-features { grid-template-columns: 1fr; }
  .product-reviews { margin-top: 28px; padding: 18px; border-radius: 17px; }
  .product-reviews__header { flex-direction: column; }
  .product-reviews__summary { width: 100%; }
  .product-reviews__grid { grid-template-columns: 1fr; }
}

@media (max-width: 389px) {
  .store-hero__slide { min-height: 420px; grid-template-rows: 140px auto; }
  .store-hero__content { min-height: 280px; padding: 17px 15px 40px; }
  .store-hero__content h1,
  .store-hero__content h2 { font-size: 24px; }
  .products-slider .prod-col {
    flex-basis: 72vw;
    width: 72vw;
  }
  .product-item { min-height: 405px; }
  .product-item .product-title { font-size: 13px; }
  .product-card-rating span:last-child { display: inline; }
}
