/* Blue Kimya controlled theme/product UI updates - 2026-05-27 */

.bluekimya-footer {
  clear: both;
  margin-top: 34px;
  background: #0f2f4a;
  color: #dbe8f4;
}

.bluekimya-footer,
.bluekimya-footer * {
  box-sizing: border-box;
}

.bluekimya-footer .grid-cols {
  align-items: stretch;
  gap: 22px;
}

.bluekimya-footer .grid-col,
.bluekimya-footer .grid-item,
.bluekimya-footer .grid-items {
  min-width: 0;
}

.bluekimya-footer .grid-items {
  height: 100%;
}

.bluekimya-footer .module {
  height: 100%;
  min-width: 0;
  margin: 0;
}

.bluekimya-footer .module-title {
  margin: 0 0 13px;
  padding: 0 0 11px;
  border-bottom: 1px solid rgba(181, 211, 237, 0.22);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.bluekimya-footer .links-menu .module-body {
  width: 100%;
}

.bluekimya-footer .links-menu .menu-item {
  min-height: 0;
  border: 0;
}

.bluekimya-footer .links-menu .menu-item + .menu-item {
  margin-top: 7px;
}

.bluekimya-footer .links-menu .menu-item a {
  width: 100%;
  min-width: 0;
  padding: 3px 0;
  color: #dbe8f4;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}

.bluekimya-footer .links-menu .menu-item a:hover,
.bluekimya-footer .links-menu .menu-item a:focus {
  color: #ffffff;
}

.bluekimya-footer .links-menu .menu-item a::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 8px;
  border-radius: 50%;
  background: #65b7de;
  flex: 0 0 5px;
}

.bluekimya-footer .module-newsletter,
.bluekimya-footer .module-blocks {
  border: 1px solid rgba(181, 211, 237, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  padding: 18px;
}

.bluekimya-footer .module-newsletter .module-body,
.bluekimya-footer .module-newsletter .module-body > div {
  display: block;
  width: 100%;
}

.bluekimya-footer .newsletter-text {
  margin: 0 0 12px;
  color: #cbddea;
  font-size: 13px;
  line-height: 1.5;
}

.bluekimya-footer .module-newsletter .newsletter-form,
.bluekimya-footer .module-newsletter .newsletter-form form,
.bluekimya-footer .module-newsletter .input-group {
  width: 100%;
  max-width: 100%;
}

.bluekimya-footer .module-newsletter .input-group {
  display: flex;
  align-items: stretch;
  border: 1px solid rgba(181, 211, 237, 0.35);
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}

.bluekimya-footer .module-newsletter .newsletter-email {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  height: 42px;
  min-height: 42px;
  padding: 0 12px;
  border: 0;
  border-radius: 0;
  color: #173a58;
  box-shadow: none;
}

.bluekimya-footer .module-newsletter .input-group-btn {
  display: flex;
  width: auto;
}

.bluekimya-footer .module-newsletter .btn {
  position: static;
  right: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  height: 42px;
  padding: 0 15px;
  border: 0;
  border-radius: 0;
  background: #1c78b7;
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.bluekimya-footer .module-newsletter .btn:hover,
.bluekimya-footer .module-newsletter .btn:focus {
  background: #14649d;
  color: #ffffff;
}

.bluekimya-footer .module-newsletter .btn::before {
  margin-right: 6px;
}

.bluekimya-footer .module-newsletter .checkbox label {
  color: #dbe8f4;
  font-size: 12px;
  line-height: 1.45;
}

.bluekimya-footer .module-blocks .block-body,
.bluekimya-footer .module-blocks .block-wrapper,
.bluekimya-footer .module-blocks .block-content {
  min-width: 0;
}

.bluekimya-footer .module-blocks .block-content {
  color: #dbe8f4;
  font-size: 14px;
  line-height: 1.55;
}

.bluekimya-footer .module-blocks .block-content p {
  margin: 0 0 8px;
}

.bluekimya-footer a[href*="wa.me"],
.bluekimya-footer a[href*="api.whatsapp.com"] {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin-top: 10px;
  padding: 9px 12px;
  border: 1px solid rgba(70, 181, 109, 0.45);
  border-radius: 8px;
  background: rgba(39, 174, 96, 0.12);
  color: #dcf8e7;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.bluekimya-footer a[href*="wa.me"]:hover,
.bluekimya-footer a[href*="api.whatsapp.com"]:hover,
.bluekimya-footer a[href*="wa.me"]:focus,
.bluekimya-footer a[href*="api.whatsapp.com"]:focus {
  background: rgba(39, 174, 96, 0.2);
  color: #ffffff;
}

.bluekimya-transfer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #b8d9cf;
  border-radius: 8px;
  background: #eef9f5;
  color: #17614e;
  line-height: 1.2;
}

.bluekimya-transfer-badge i {
  flex: 0 0 auto;
  color: #1b7a62;
}

.bluekimya-transfer-badge span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bluekimya-transfer-badge-card {
  width: fit-content;
  margin: 8px auto 4px;
  padding: 6px 9px;
  gap: 6px;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}

.product-thumb .price:not(.bluekimya-transfer-price-enhanced)::after {
  content: "Havale/EFT %5 Avantaj";
  display: block;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  margin: 8px auto 4px;
  padding: 6px 9px;
  border: 1px solid #b8d9cf;
  border-radius: 8px;
  background: #eef9f5;
  color: #17614e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.bluekimya-transfer-badge-product {
  width: fit-content;
  margin: 10px auto 0;
  padding: 9px 12px;
  gap: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
}

.bluekimya-transfer-badge-product small {
  margin-left: 2px;
  color: #3f7669;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

/* Blue Kimya corporate product cards - 2026-05-27 */
.main-products.product-grid,
.module-products .product-grid,
.module-products .swiper-wrapper.product-grid,
.module-products .isotope-grid {
  align-items: stretch;
}

.main-products.product-grid > .product-layout,
.module-products .product-grid > .product-layout,
.module-products .swiper-wrapper.product-grid > .product-layout,
.module-products .isotope-grid > .product-layout {
  box-sizing: border-box;
  min-width: 0;
  padding: 8px;
}

.main-products.product-grid > .product-layout > .product-thumb,
.module-products .product-grid > .product-layout > .product-thumb,
.module-products .swiper-wrapper.product-grid > .product-layout > .product-thumb,
.module-products .isotope-grid > .product-layout > .product-thumb,
.main-products.product-list > .product-layout > .product-thumb,
.module-products .product-list > .product-layout > .product-thumb {
  height: 100%;
  min-width: 0;
  border: 1px solid #d7e6f2;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(23, 63, 104, 0.08);
  overflow: hidden;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.main-products.product-grid > .product-layout > .product-thumb:hover,
.module-products .product-grid > .product-layout > .product-thumb:hover,
.module-products .swiper-wrapper.product-grid > .product-layout > .product-thumb:hover,
.module-products .isotope-grid > .product-layout > .product-thumb:hover,
.main-products.product-list > .product-layout > .product-thumb:hover,
.module-products .product-list > .product-layout > .product-thumb:hover {
  border-color: #9bc6e2;
  box-shadow: 0 10px 24px rgba(23, 63, 104, 0.12);
}

@media (hover: hover) {
  .main-products.product-grid > .product-layout > .product-thumb:hover,
  .module-products .product-grid > .product-layout > .product-thumb:hover,
  .module-products .swiper-wrapper.product-grid > .product-layout > .product-thumb:hover,
  .module-products .isotope-grid > .product-layout > .product-thumb:hover {
    transform: translateY(-2px);
  }
}

.main-products.product-grid .product-thumb .image,
.module-products .product-grid .product-thumb .image,
.module-products .swiper-wrapper.product-grid .product-thumb .image,
.module-products .isotope-grid .product-thumb .image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  padding: 12px;
  border-bottom: 1px solid #e6f0f7;
  background: #f8fbfd;
}

.main-products.product-grid .product-thumb .product-img,
.main-products.product-grid .product-thumb .product-img > div,
.module-products .product-grid .product-thumb .product-img,
.module-products .product-grid .product-thumb .product-img > div,
.module-products .swiper-wrapper.product-grid .product-thumb .product-img,
.module-products .swiper-wrapper.product-grid .product-thumb .product-img > div,
.module-products .isotope-grid .product-thumb .product-img,
.module-products .isotope-grid .product-thumb .product-img > div {
  width: 100%;
  height: 100%;
}

.main-products.product-grid .product-thumb .product-img img,
.module-products .product-grid .product-thumb .product-img img,
.module-products .swiper-wrapper.product-grid .product-thumb .product-img img,
.module-products .isotope-grid .product-thumb .product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-products.product-grid .product-thumb .caption,
.module-products .product-grid .product-thumb .caption,
.module-products .swiper-wrapper.product-grid .product-thumb .caption,
.module-products .isotope-grid .product-thumb .caption {
  flex: 1 1 auto;
  gap: 8px;
  width: 100%;
  min-width: 0;
  min-height: 176px;
  padding: 13px 13px 14px;
}

.main-products.product-grid .product-thumb .description,
.module-products .product-grid .product-thumb .description,
.module-products .swiper-wrapper.product-grid .product-thumb .description,
.module-products .isotope-grid .product-thumb .description {
  display: none;
}

.main-products.product-grid .product-thumb .name,
.module-products .product-grid .product-thumb .name,
.module-products .swiper-wrapper.product-grid .product-thumb .name,
.module-products .isotope-grid .product-thumb .name {
  align-items: flex-start;
  width: 100%;
  min-height: 40px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42;
}

.main-products.product-grid .product-thumb .name a,
.module-products .product-grid .product-thumb .name a,
.module-products .swiper-wrapper.product-grid .product-thumb .name a,
.module-products .isotope-grid .product-thumb .name a {
  display: -webkit-box;
  width: 100%;
  min-height: 40px;
  max-height: 40px;
  overflow: hidden;
  color: #173f63;
  text-align: left;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.main-products.product-grid .product-thumb .name a:hover,
.module-products .product-grid .product-thumb .name a:hover,
.module-products .swiper-wrapper.product-grid .product-thumb .name a:hover,
.module-products .isotope-grid .product-thumb .name a:hover {
  color: #0b6fae;
}

.main-products.product-grid .product-thumb .price,
.module-products .product-grid .product-thumb .price,
.module-products .swiper-wrapper.product-grid .product-thumb .price,
.module-products .isotope-grid .product-thumb .price {
  width: 100%;
  min-height: 24px;
  margin: 1px 0 0;
  color: #17804b;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
}

.main-products.product-grid .product-thumb .price > div,
.module-products .product-grid .product-thumb .price > div,
.module-products .swiper-wrapper.product-grid .product-thumb .price > div,
.module-products .isotope-grid .product-thumb .price > div {
  gap: 6px;
  justify-content: flex-start;
  min-width: 0;
}

.main-products.product-grid .product-thumb .price .price-normal,
.main-products.product-grid .product-thumb .price .price-new,
.module-products .product-grid .product-thumb .price .price-normal,
.module-products .product-grid .product-thumb .price .price-new,
.module-products .swiper-wrapper.product-grid .product-thumb .price .price-normal,
.module-products .swiper-wrapper.product-grid .product-thumb .price .price-new,
.module-products .isotope-grid .product-thumb .price .price-normal,
.module-products .isotope-grid .product-thumb .price .price-new {
  color: #17804b;
}

.main-products.product-grid .product-thumb .price .price-old,
.module-products .product-grid .product-thumb .price .price-old,
.module-products .swiper-wrapper.product-grid .product-thumb .price .price-old,
.module-products .isotope-grid .product-thumb .price .price-old {
  color: #8c9bad;
  font-size: 13px;
  font-weight: 600;
  text-decoration: line-through;
}

.main-products.product-grid .product-thumb .bluekimya-transfer-badge-card,
.module-products .product-grid .product-thumb .bluekimya-transfer-badge-card,
.module-products .swiper-wrapper.product-grid .product-thumb .bluekimya-transfer-badge-card,
.module-products .isotope-grid .product-thumb .bluekimya-transfer-badge-card,
.main-products.product-grid .product-thumb .price:not(.bluekimya-transfer-price-enhanced)::after,
.module-products .product-grid .product-thumb .price:not(.bluekimya-transfer-price-enhanced)::after,
.module-products .swiper-wrapper.product-grid .product-thumb .price:not(.bluekimya-transfer-price-enhanced)::after,
.module-products .isotope-grid .product-thumb .price:not(.bluekimya-transfer-price-enhanced)::after {
  align-self: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 6px 9px;
  border-color: #b9dfd2;
  border-radius: 999px;
  background: #eefaf5;
  color: #17624e;
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.main-products.product-grid .product-thumb .bluekimya-transfer-badge-card i,
.module-products .product-grid .product-thumb .bluekimya-transfer-badge-card i,
.module-products .swiper-wrapper.product-grid .product-thumb .bluekimya-transfer-badge-card i,
.module-products .isotope-grid .product-thumb .bluekimya-transfer-badge-card i {
  color: #1b7a62;
  font-size: 12px;
}

.main-products.product-grid .product-thumb .rating,
.module-products .product-grid .product-thumb .rating,
.module-products .swiper-wrapper.product-grid .product-thumb .rating,
.module-products .isotope-grid .product-thumb .rating {
  min-height: 0;
  margin: 0;
}

.main-products.product-grid .product-thumb .buttons-wrapper,
.module-products .product-grid .product-thumb .buttons-wrapper,
.module-products .swiper-wrapper.product-grid .product-thumb .buttons-wrapper,
.module-products .isotope-grid .product-thumb .buttons-wrapper {
  width: 100%;
  margin-top: auto;
  padding-top: 4px;
}

.main-products.product-grid .product-thumb .button-group,
.module-products .product-grid .product-thumb .button-group,
.module-products .swiper-wrapper.product-grid .product-thumb .button-group,
.module-products .isotope-grid .product-thumb .button-group {
  align-items: stretch;
  gap: 8px;
  width: 100%;
}

.main-products.product-grid .product-thumb .cart-group,
.module-products .product-grid .product-thumb .cart-group,
.module-products .swiper-wrapper.product-grid .product-thumb .cart-group,
.module-products .isotope-grid .product-thumb .cart-group {
  flex: 1 1 auto;
  gap: 8px;
  min-width: 0;
}

.main-products.product-grid .product-thumb .stepper,
.module-products .product-grid .product-thumb .stepper,
.module-products .swiper-wrapper.product-grid .product-thumb .stepper,
.module-products .isotope-grid .product-thumb .stepper {
  flex: 0 0 50px;
  max-width: 50px;
}

.main-products.product-grid .product-thumb .stepper input,
.module-products .product-grid .product-thumb .stepper input,
.module-products .swiper-wrapper.product-grid .product-thumb .stepper input,
.module-products .isotope-grid .product-thumb .stepper input {
  height: 40px;
  border-color: #d7e6f2;
  border-radius: 8px;
  color: #173f63;
  text-align: center;
}

.main-products.product-grid .product-thumb .btn-cart,
.module-products .product-grid .product-thumb .btn-cart,
.module-products .swiper-wrapper.product-grid .product-thumb .btn-cart,
.module-products .isotope-grid .product-thumb .btn-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid #0d6fa8;
  border-radius: 8px;
  background: #0f75b5;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
}

.main-products.product-grid .product-thumb .btn-cart:hover,
.main-products.product-grid .product-thumb .btn-cart:focus,
.module-products .product-grid .product-thumb .btn-cart:hover,
.module-products .product-grid .product-thumb .btn-cart:focus,
.module-products .swiper-wrapper.product-grid .product-thumb .btn-cart:hover,
.module-products .swiper-wrapper.product-grid .product-thumb .btn-cart:focus,
.module-products .isotope-grid .product-thumb .btn-cart:hover,
.module-products .isotope-grid .product-thumb .btn-cart:focus {
  border-color: #0a5d91;
  background: #0a689f;
  color: #ffffff;
}

.main-products.product-grid .product-thumb .btn-cart .btn-text,
.module-products .product-grid .product-thumb .btn-cart .btn-text,
.module-products .swiper-wrapper.product-grid .product-thumb .btn-cart .btn-text,
.module-products .isotope-grid .product-thumb .btn-cart .btn-text {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.module-products .swiper {
  overflow: hidden;
}

.module-products .swiper-container {
  padding: 2px 0 8px;
}

.module-products .swiper-buttons {
  top: 42%;
  z-index: 3;
}

.module-products .swiper-buttons > div {
  width: 32px;
  height: 32px;
  border: 1px solid #d7e6f2;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(23, 63, 104, 0.12);
  color: #176da5;
}

.module-products .swiper-button-prev {
  left: -2px;
}

.module-products .swiper-button-next {
  right: -2px;
}

.main-products.product-list > .product-layout,
.module-products .product-list > .product-layout {
  box-sizing: border-box;
  min-width: 0;
  padding: 8px 0;
}

.main-products.product-list .product-thumb .image,
.module-products .product-list .product-thumb .image {
  padding: 10px;
  border-right: 1px solid #e6f0f7;
  background: #f8fbfd;
}

.main-products.product-list .product-thumb .product-img img,
.module-products .product-list .product-thumb .product-img img {
  object-fit: contain;
}

.main-products.product-list .product-thumb .caption,
.module-products .product-list .product-thumb .caption {
  min-width: 0;
  padding: 14px;
}

.main-products.product-list .product-thumb .name a,
.module-products .product-list .product-thumb .name a {
  display: -webkit-box;
  overflow: hidden;
  color: #173f63;
  font-weight: 800;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.main-products.product-list .product-thumb .bluekimya-transfer-badge-card,
.module-products .product-list .product-thumb .bluekimya-transfer-badge-card {
  margin: 6px 0;
}

#product .bluekimya-option-modern .radio label,
#product .bluekimya-option-modern .checkbox label {
  min-height: 82px;
  padding-right: 15px;
}

#product .bluekimya-option-modern .option-value {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
}

#product .bluekimya-option-modern .option-name,
#product .bluekimya-option-modern .option-name.has-price {
  display: block;
  min-width: 0;
  width: auto;
  overflow: hidden;
  color: #163f6f;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
}

#product .bluekimya-option-modern .option-price {
  justify-self: end;
  max-width: 100%;
  white-space: nowrap;
}

.bluekimya-product-article {
  margin: 24px 0;
  color: #20364c;
  font-size: 15px;
  line-height: 1.65;
}

.bluekimya-product-article h2,
.bluekimya-product-article h3 {
  margin: 0 0 10px;
  color: #143d6b;
  font-weight: 800;
  line-height: 1.28;
}

.bluekimya-product-article h2 {
  font-size: 22px;
}

.bluekimya-product-article h3 {
  font-size: 18px;
}

.bluekimya-product-article p {
  margin: 0 0 14px;
}

.bluekimya-product-article ul {
  margin: 0 0 16px 18px;
  padding: 0;
}

.bluekimya-product-article li + li {
  margin-top: 6px;
}

.bluekimya-product-article section {
  padding: 18px 0;
  border-bottom: 1px solid #e1ebf4;
}

.bluekimya-product-article section:first-child {
  padding-top: 0;
}

.bluekimya-product-article details {
  margin: 8px 0;
  border: 1px solid #d9e7f2;
  border-radius: 8px;
  background: #f8fbfd;
}

.bluekimya-product-article summary {
  cursor: pointer;
  padding: 12px 14px;
  color: #143d6b;
  font-weight: 800;
}

.bluekimya-product-article details > div {
  padding: 0 14px 14px;
}

@media (min-width: 768px) {
  .bluekimya-footer .grid-cols {
    display: flex;
    flex-wrap: wrap;
  }

  .bluekimya-footer .grid-col {
    flex: 1 1 220px;
  }

  .bluekimya-footer .links-menu {
    padding: 18px 0;
  }
}

@media (max-width: 767px) {
  html.route-product-product:not(.popup) .scroll-top {
    display: none !important;
    pointer-events: none !important;
  }

  .bluekimya-footer {
    margin-top: 24px;
  }

  .bluekimya-footer .grid-cols {
    display: block;
  }

  .bluekimya-footer .grid-col + .grid-col,
  .bluekimya-footer .grid-item + .grid-item {
    margin-top: 14px;
  }

  .bluekimya-footer .module-title {
    position: relative;
    margin-bottom: 10px;
    padding: 14px 42px 14px 14px;
    border: 1px solid rgba(181, 211, 237, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
    font-size: 15px;
  }

  .bluekimya-footer .links-menu .module-title::before {
    right: 14px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }

  .bluekimya-footer .links-menu .module-body {
    padding: 2px 14px 6px;
  }

  .bluekimya-footer .module-newsletter,
  .bluekimya-footer .module-blocks {
    padding: 14px;
  }

  .bluekimya-footer .module-newsletter .input-group {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .bluekimya-footer .module-newsletter .btn {
    min-width: 82px;
    padding: 0 12px;
  }

  .bluekimya-footer a[href*="wa.me"],
  .bluekimya-footer a[href*="api.whatsapp.com"] {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
    text-align: center;
  }

  .bluekimya-transfer-badge-product {
    width: fit-content;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    flex-wrap: wrap;
    padding: 8px 10px;
    text-align: center;
  }

  .bluekimya-transfer-badge-product small {
    flex: 0 0 100%;
    margin-left: 0;
  }

  .main-products.product-grid > .product-layout,
  .module-products .product-grid > .product-layout,
  .module-products .swiper-wrapper.product-grid > .product-layout,
  .module-products .isotope-grid > .product-layout {
    padding: 5px;
  }

  .main-products.product-grid > .product-layout > .product-thumb,
  .module-products .product-grid > .product-layout > .product-thumb,
  .module-products .swiper-wrapper.product-grid > .product-layout > .product-thumb,
  .module-products .isotope-grid > .product-layout > .product-thumb {
    border-radius: 9px;
    box-shadow: 0 4px 14px rgba(23, 63, 104, 0.08);
  }

  .main-products.product-grid .product-thumb .image,
  .module-products .product-grid .product-thumb .image,
  .module-products .swiper-wrapper.product-grid .product-thumb .image,
  .module-products .isotope-grid .product-thumb .image {
    padding: 8px;
  }

  .main-products.product-grid .product-thumb .caption,
  .module-products .product-grid .product-thumb .caption,
  .module-products .swiper-wrapper.product-grid .product-thumb .caption,
  .module-products .isotope-grid .product-thumb .caption {
    gap: 7px;
    min-height: 165px;
    padding: 10px;
  }

  .main-products.product-grid .product-thumb .name,
  .module-products .product-grid .product-thumb .name,
  .module-products .swiper-wrapper.product-grid .product-thumb .name,
  .module-products .isotope-grid .product-thumb .name,
  .main-products.product-grid .product-thumb .name a,
  .module-products .product-grid .product-thumb .name a,
  .module-products .swiper-wrapper.product-grid .product-thumb .name a,
  .module-products .isotope-grid .product-thumb .name a {
    min-height: 38px;
    max-height: 38px;
    font-size: 13px;
    line-height: 1.45;
  }

  .main-products.product-grid .product-thumb .price,
  .module-products .product-grid .product-thumb .price,
  .module-products .swiper-wrapper.product-grid .product-thumb .price,
  .module-products .isotope-grid .product-thumb .price {
    font-size: 15px;
  }

  .main-products.product-grid .product-thumb .bluekimya-transfer-badge-card,
  .module-products .product-grid .product-thumb .bluekimya-transfer-badge-card,
  .module-products .swiper-wrapper.product-grid .product-thumb .bluekimya-transfer-badge-card,
  .module-products .isotope-grid .product-thumb .bluekimya-transfer-badge-card {
    padding: 6px 8px;
    font-size: 10.5px;
  }

  .main-products.product-grid .product-thumb .button-group,
  .module-products .product-grid .product-thumb .button-group,
  .module-products .swiper-wrapper.product-grid .product-thumb .button-group,
  .module-products .isotope-grid .product-thumb .button-group,
  .main-products.product-grid .product-thumb .cart-group,
  .module-products .product-grid .product-thumb .cart-group,
  .module-products .swiper-wrapper.product-grid .product-thumb .cart-group,
  .module-products .isotope-grid .product-thumb .cart-group {
    gap: 6px;
  }

  .main-products.product-grid .product-thumb .stepper,
  .module-products .product-grid .product-thumb .stepper,
  .module-products .swiper-wrapper.product-grid .product-thumb .stepper,
  .module-products .isotope-grid .product-thumb .stepper {
    flex-basis: 44px;
    max-width: 44px;
  }

  .main-products.product-grid .product-thumb .btn-cart,
  .module-products .product-grid .product-thumb .btn-cart,
  .module-products .swiper-wrapper.product-grid .product-thumb .btn-cart,
  .module-products .isotope-grid .product-thumb .btn-cart {
    min-height: 38px;
    padding: 0 8px;
    font-size: 12px;
  }

  .module-products .swiper-container {
    padding-bottom: 6px;
  }

  .module-products .swiper-buttons {
    top: 38%;
  }

  #product .bluekimya-option-modern .radio label,
  #product .bluekimya-option-modern .checkbox label {
    min-height: 68px;
  }

  #product .bluekimya-option-modern .option-value {
    gap: 8px;
  }

  #product .bluekimya-option-modern .option-name,
  #product .bluekimya-option-modern .option-name.has-price {
    font-size: 16px;
  }

  .bluekimya-product-article h2 {
    font-size: 20px;
  }
}

@media (max-width: 380px) {
  .bluekimya-transfer-badge-card {
    font-size: 11px;
    padding: 6px 8px;
  }

  .main-products.product-grid .product-thumb .bluekimya-transfer-badge-card,
  .module-products .product-grid .product-thumb .bluekimya-transfer-badge-card,
  .module-products .swiper-wrapper.product-grid .product-thumb .bluekimya-transfer-badge-card,
  .module-products .isotope-grid .product-thumb .bluekimya-transfer-badge-card {
    width: fit-content;
    max-width: 100%;
    justify-content: center;
  }

  .main-products.product-grid .product-thumb .stepper,
  .module-products .product-grid .product-thumb .stepper,
  .module-products .swiper-wrapper.product-grid .product-thumb .stepper,
  .module-products .isotope-grid .product-thumb .stepper {
    flex-basis: 40px;
    max-width: 40px;
  }

  .main-products.product-grid .product-thumb .btn-cart,
  .module-products .product-grid .product-thumb .btn-cart,
  .module-products .swiper-wrapper.product-grid .product-thumb .btn-cart,
  .module-products .isotope-grid .product-thumb .btn-cart {
    padding: 0 6px;
    font-size: 11.5px;
  }
}

/* Blue Kimya product card balance pass - 2026-05-27 */
.main-products.product-grid > .product-layout,
.module-products .product-grid > .product-layout,
.module-products .swiper-wrapper.product-grid > .product-layout,
.module-products .isotope-grid > .product-layout {
  display: flex;
  align-items: stretch;
}

.main-products.product-grid > .product-layout > .product-thumb,
.module-products .product-grid > .product-layout > .product-thumb,
.module-products .swiper-wrapper.product-grid > .product-layout > .product-thumb,
.module-products .isotope-grid > .product-layout > .product-thumb {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-color: #cfe1ee;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(18, 61, 98, 0.075);
}

.main-products.product-grid > .product-layout > .product-thumb:hover,
.module-products .product-grid > .product-layout > .product-thumb:hover,
.module-products .swiper-wrapper.product-grid > .product-layout > .product-thumb:hover,
.module-products .isotope-grid > .product-layout > .product-thumb:hover {
  border-color: #8fbfdd;
  box-shadow: 0 12px 26px rgba(18, 61, 98, 0.11);
}

.main-products.product-grid .product-thumb .image,
.module-products .product-grid .product-thumb .image,
.module-products .swiper-wrapper.product-grid .product-thumb .image,
.module-products .isotope-grid .product-thumb .image {
  min-height: 0;
  padding: 14px;
  background: #f8fbfd;
}

.main-products.product-grid .product-thumb .product-img,
.main-products.product-grid .product-thumb .product-img > div,
.module-products .product-grid .product-thumb .product-img,
.module-products .product-grid .product-thumb .product-img > div,
.module-products .swiper-wrapper.product-grid .product-thumb .product-img,
.module-products .swiper-wrapper.product-grid .product-thumb .product-img > div,
.module-products .isotope-grid .product-thumb .product-img,
.module-products .isotope-grid .product-thumb .product-img > div {
  min-height: 0;
}

.main-products.product-grid .product-thumb .product-img img,
.module-products .product-grid .product-thumb .product-img img,
.module-products .swiper-wrapper.product-grid .product-thumb .product-img img,
.module-products .isotope-grid .product-thumb .product-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.main-products.product-grid .product-thumb .caption,
.module-products .product-grid .product-thumb .caption,
.module-products .swiper-wrapper.product-grid .product-thumb .caption,
.module-products .isotope-grid .product-thumb .caption {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
  min-height: 188px;
  padding: 14px;
}

.main-products.product-grid .product-thumb .name,
.module-products .product-grid .product-thumb .name,
.module-products .swiper-wrapper.product-grid .product-thumb .name,
.module-products .isotope-grid .product-thumb .name {
  min-height: 42px;
  max-height: 42px;
}

.main-products.product-grid .product-thumb .name a,
.module-products .product-grid .product-thumb .name a,
.module-products .swiper-wrapper.product-grid .product-thumb .name a,
.module-products .isotope-grid .product-thumb .name a {
  min-height: 42px;
  max-height: 42px;
  color: #153f63;
  line-height: 1.45;
  word-break: normal;
  overflow-wrap: anywhere;
}

.main-products.product-grid .product-thumb .price,
.module-products .product-grid .product-thumb .price,
.module-products .swiper-wrapper.product-grid .product-thumb .price,
.module-products .isotope-grid .product-thumb .price {
  display: flex;
  align-items: center;
  min-height: 28px;
  margin: 2px 0 0;
  color: #157448;
  font-size: 18px;
  font-weight: 900;
}

.main-products.product-grid .product-thumb .price > div,
.module-products .product-grid .product-thumb .price > div,
.module-products .swiper-wrapper.product-grid .product-thumb .price > div,
.module-products .isotope-grid .product-thumb .price > div {
  max-width: 100%;
}

.main-products.product-grid .product-thumb .price .price-normal,
.main-products.product-grid .product-thumb .price .price-new,
.module-products .product-grid .product-thumb .price .price-normal,
.module-products .product-grid .product-thumb .price .price-new,
.module-products .swiper-wrapper.product-grid .product-thumb .price .price-normal,
.module-products .swiper-wrapper.product-grid .product-thumb .price .price-new,
.module-products .isotope-grid .product-thumb .price .price-normal,
.module-products .isotope-grid .product-thumb .price .price-new {
  color: #157448;
}

.main-products.product-grid .product-thumb .bluekimya-transfer-badge-card,
.module-products .product-grid .product-thumb .bluekimya-transfer-badge-card,
.module-products .swiper-wrapper.product-grid .product-thumb .bluekimya-transfer-badge-card,
.module-products .isotope-grid .product-thumb .bluekimya-transfer-badge-card,
.main-products.product-grid .product-thumb .price:not(.bluekimya-transfer-price-enhanced)::after,
.module-products .product-grid .product-thumb .price:not(.bluekimya-transfer-price-enhanced)::after,
.module-products .swiper-wrapper.product-grid .product-thumb .price:not(.bluekimya-transfer-price-enhanced)::after,
.module-products .isotope-grid .product-thumb .price:not(.bluekimya-transfer-price-enhanced)::after {
  min-height: 27px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 6px 10px;
  border-color: #b7ddcf;
  background: #eefaf5;
  color: #17614e;
  font-size: 11.5px;
  line-height: 1.15;
}

.main-products.product-grid .product-thumb .bluekimya-transfer-badge-card span,
.module-products .product-grid .product-thumb .bluekimya-transfer-badge-card span,
.module-products .swiper-wrapper.product-grid .product-thumb .bluekimya-transfer-badge-card span,
.module-products .isotope-grid .product-thumb .bluekimya-transfer-badge-card span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-products.product-grid .product-thumb .rating.no-rating,
.module-products .product-grid .product-thumb .rating.no-rating,
.module-products .swiper-wrapper.product-grid .product-thumb .rating.no-rating,
.module-products .isotope-grid .product-thumb .rating.no-rating {
  display: none;
}

.main-products.product-grid .product-thumb .buttons-wrapper,
.module-products .product-grid .product-thumb .buttons-wrapper,
.module-products .swiper-wrapper.product-grid .product-thumb .buttons-wrapper,
.module-products .isotope-grid .product-thumb .buttons-wrapper {
  margin-top: auto;
  padding-top: 6px;
}

.main-products.product-grid .product-thumb .button-group,
.module-products .product-grid .product-thumb .button-group,
.module-products .swiper-wrapper.product-grid .product-thumb .button-group,
.module-products .isotope-grid .product-thumb .button-group {
  flex-wrap: nowrap;
}

.main-products.product-grid .product-thumb .btn-cart,
.module-products .product-grid .product-thumb .btn-cart,
.module-products .swiper-wrapper.product-grid .product-thumb .btn-cart,
.module-products .isotope-grid .product-thumb .btn-cart {
  min-height: 42px;
  border-color: #0d6fa8;
  border-radius: 9px;
  background: #0f75b5;
}

.main-products.product-grid .product-thumb .wish-group,
.module-products .product-grid .product-thumb .wish-group,
.module-products .swiper-wrapper.product-grid .product-thumb .wish-group,
.module-products .isotope-grid .product-thumb .wish-group {
  flex: 0 0 auto;
  gap: 6px;
}

.main-products.product-grid .product-thumb .wish-group .btn,
.module-products .product-grid .product-thumb .wish-group .btn,
.module-products .swiper-wrapper.product-grid .product-thumb .wish-group .btn,
.module-products .isotope-grid .product-thumb .wish-group .btn {
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 9px;
}

.module-products .swiper-container {
  padding-left: 4px;
  padding-right: 4px;
}

.module-products .swiper-buttons {
  top: 45%;
}

.module-products .swiper-buttons > div {
  width: 30px;
  height: 30px;
}

.module-products .swiper-button-prev {
  left: 4px;
}

.module-products .swiper-button-next {
  right: 4px;
}

.main-products.product-list > .product-layout > .product-thumb,
.module-products .product-list > .product-layout > .product-thumb {
  border-color: #cfe1ee;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(18, 61, 98, 0.075);
}

.main-products.product-list .product-thumb .name a,
.module-products .product-list .product-thumb .name a {
  color: #153f63;
}

.main-products.product-list .product-thumb .bluekimya-transfer-badge-card,
.module-products .product-list .product-thumb .bluekimya-transfer-badge-card {
  max-width: 100%;
}

@media (min-width: 768px) {
  .main-products.product-grid .product-thumb .caption,
  .module-products .product-grid .product-thumb .caption,
  .module-products .swiper-wrapper.product-grid .product-thumb .caption,
  .module-products .isotope-grid .product-thumb .caption {
    min-height: 194px;
  }
}

@media (max-width: 767px) {
  .main-products.product-grid > .product-layout,
  .module-products .product-grid > .product-layout,
  .module-products .swiper-wrapper.product-grid > .product-layout,
  .module-products .isotope-grid > .product-layout {
    padding: 5px;
  }

  .main-products.product-grid .product-thumb .image,
  .module-products .product-grid .product-thumb .image,
  .module-products .swiper-wrapper.product-grid .product-thumb .image,
  .module-products .isotope-grid .product-thumb .image {
    padding: 9px;
  }

  .main-products.product-grid .product-thumb .caption,
  .module-products .product-grid .product-thumb .caption,
  .module-products .swiper-wrapper.product-grid .product-thumb .caption,
  .module-products .isotope-grid .product-thumb .caption {
    gap: 7px;
    min-height: 172px;
    padding: 10px;
  }

  .main-products.product-grid .product-thumb .name,
  .module-products .product-grid .product-thumb .name,
  .module-products .swiper-wrapper.product-grid .product-thumb .name,
  .module-products .isotope-grid .product-thumb .name,
  .main-products.product-grid .product-thumb .name a,
  .module-products .product-grid .product-thumb .name a,
  .module-products .swiper-wrapper.product-grid .product-thumb .name a,
  .module-products .isotope-grid .product-thumb .name a {
    min-height: 39px;
    max-height: 39px;
    font-size: 13px;
    line-height: 1.45;
  }

  .main-products.product-grid .product-thumb .price,
  .module-products .product-grid .product-thumb .price,
  .module-products .swiper-wrapper.product-grid .product-thumb .price,
  .module-products .isotope-grid .product-thumb .price {
    min-height: 25px;
    font-size: 15px;
  }

  .main-products.product-grid .product-thumb .bluekimya-transfer-badge-card,
  .module-products .product-grid .product-thumb .bluekimya-transfer-badge-card,
  .module-products .swiper-wrapper.product-grid .product-thumb .bluekimya-transfer-badge-card,
  .module-products .isotope-grid .product-thumb .bluekimya-transfer-badge-card {
    min-height: 26px;
    padding: 6px 8px;
    font-size: 10.5px;
  }

  .main-products.product-grid .product-thumb .button-group,
  .module-products .product-grid .product-thumb .button-group,
  .module-products .swiper-wrapper.product-grid .product-thumb .button-group,
  .module-products .isotope-grid .product-thumb .button-group {
    flex-wrap: wrap;
  }

  .main-products.product-grid .product-thumb .btn-cart,
  .module-products .product-grid .product-thumb .btn-cart,
  .module-products .swiper-wrapper.product-grid .product-thumb .btn-cart,
  .module-products .isotope-grid .product-thumb .btn-cart {
    min-height: 39px;
    font-size: 12px;
  }

  .main-products.product-grid .product-thumb .wish-group .btn,
  .module-products .product-grid .product-thumb .wish-group .btn,
  .module-products .swiper-wrapper.product-grid .product-thumb .wish-group .btn,
  .module-products .isotope-grid .product-thumb .wish-group .btn {
    width: 39px;
    min-width: 39px;
    height: 39px;
  }
}

@media (max-width: 380px) {
  .main-products.product-grid .product-thumb .caption,
  .module-products .product-grid .product-thumb .caption,
  .module-products .swiper-wrapper.product-grid .product-thumb .caption,
  .module-products .isotope-grid .product-thumb .caption {
    min-height: 176px;
  }

  .main-products.product-grid .product-thumb .bluekimya-transfer-badge-card,
  .module-products .product-grid .product-thumb .bluekimya-transfer-badge-card,
  .module-products .swiper-wrapper.product-grid .product-thumb .bluekimya-transfer-badge-card,
  .module-products .isotope-grid .product-thumb .bluekimya-transfer-badge-card {
    width: fit-content;
    max-width: 100%;
    justify-content: center;
  }
}
