body {
  background:
    radial-gradient(circle at top left, rgba(58, 112, 196, 0.12), transparent 32%),
    linear-gradient(180deg, #f5f8fc 0%, #eef3f8 100%);
  color: #17324d;
}

body.current-page-default-entry {
  background-attachment: fixed;
  overflow-x: hidden;
}

.header-top-bar {
  background: linear-gradient(90deg, #0c365c, #0e5b8f);
  color: #f4fbff;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 11px;
  padding: 10px 0;
  position: relative;
  z-index: 120;
  cursor: pointer;
}

.header-top-bar a {
  color: inherit;
  text-decoration: none;
  display: block;
  text-align: center;
}

.header-top-bar a[data-selector="whatsapp-consultation"] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 40px;
  padding: 0 16px;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

.header-top-bar a[data-selector="whatsapp-consultation"] i {
  font-size: 16px;
  line-height: 1;
}

.header-top-bar a:hover,
.header-top-bar a:focus {
  color: inherit;
  text-decoration: none;
}

.product-whatsapp-consultation {
  margin-top: 14px;
}

.product-whatsapp-consultation a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 12px 14px;
  border-radius: 18px;
  background: #25d366;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.22);
}

.product-whatsapp-consultation a:hover,
.product-whatsapp-consultation a:focus {
  color: #ffffff;
  text-decoration: none;
}

.product-whatsapp-consultation a i {
  font-size: 18px;
  line-height: 1;
}

.cart-menu {
  display: none !important;
}

.product-cart-buttons {
  display: none !important;
}

.header-sticky {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid rgba(17, 58, 92, 0.08);
  box-shadow: 0 16px 40px rgba(17, 58, 92, 0.08);
}

.header-sticky .container {
  max-width: 1380px;
}

.header-sticky .row {
  min-height: 92px;
}

.logo img {
  max-height: 48px;
  width: auto;
  filter: saturate(1.02);
  mix-blend-mode: multiply;
  background: transparent;
}

.navigation-container .openbox,
.navigation-container .navigation-trigger {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #eff6ff, #dceefe);
  box-shadow: inset 0 0 0 1px rgba(14, 91, 143, 0.1);
}

.navigation-container .openbox svg path,
.navigation-container .navigation-trigger svg path,
.search button svg path,
.header-right svg path {
  fill: #0c4c79 !important;
}

@media (min-width: 1200px) {
  .navigation-container.navigation-static {
    position: relative;
  }

  .navigation-container.navigation-static > a {
    cursor: pointer;
  }

  .navigation-container.navigation-static > .navigation-content {
    display: block !important;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 320px;
    max-width: 360px;
    max-height: none;
    min-height: 430px;
    overflow-y: auto;
    padding: 12px 0 10px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(17, 58, 92, 0.08);
    box-shadow: 0 24px 54px rgba(17, 58, 92, 0.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 1001;
  }

  .navigation-container.navigation-static > .navigation-content::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    height: 18px;
  }

  .navigation-container.navigation-static:hover > .navigation-content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .navigation-container.navigation-static.navigation-open > .navigation-content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .navigation-container.navigation-static #navigation .category-level-1 > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .navigation-container.navigation-static #navigation .category-level-1 > ul > li > a {
    display: block;
    padding: 12px 22px;
    color: #17324d;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .navigation-container.navigation-static #navigation .category-level-1 > ul > li > a:hover {
    background: rgba(15, 117, 188, 0.08);
    color: #0c4c79;
  }
}

.search form {
  position: relative;
}

.search input {
  height: 58px;
  border-radius: 22px;
  border: 1px solid rgba(17, 58, 92, 0.1);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 10px 24px rgba(17, 58, 92, 0.08);
  padding: 0 64px 0 22px;
}

.search button {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0f75bc, #0c4c79);
}

.search button svg path {
  fill: #fff !important;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.header-right .user-menu a,
.header-right .cart-menu a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 58, 92, 0.08);
  box-shadow: 0 10px 24px rgba(17, 58, 92, 0.08);
}

#main {
  padding-top: 26px;
}

body.current-page-default-entry #main > .container {
  max-width: 1380px;
}

#entry-slider {
  margin-bottom: 36px;
  overflow: hidden;
}

#entry-slider .slick-list,
#entry-slider .slick-track,
#entry-slider .slick-slide,
#entry-slider .slick-slide > div,
#entry-slider .theme-slider-item {
  height: auto !important;
}

.theme-slider-item > a {
  display: flex;
  flex-direction: row !important;
  justify-content: flex-start;
  align-items: center;
  gap: 42px;
  min-height: 540px;
  width: 100%;
  max-width: 100%;
  padding: 42px;
  box-sizing: border-box;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(15, 117, 188, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.96));
  box-shadow: 0 24px 70px rgba(17, 58, 92, 0.12);
  border: 1px solid rgba(17, 58, 92, 0.08);
}

.theme-slider-image {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  align-self: stretch;
  width: auto;
  max-width: none;
  min-width: 0;
  min-height: 420px;
}

.theme-slider-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: none;
  min-height: 420px;
  object-fit: cover;
  object-position: 72% center;
  filter: drop-shadow(0 25px 45px rgba(0, 0, 0, 0.28));
}

.theme-slider-content {
  order: 1;
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  flex: 0 0 380px;
  width: auto !important;
  max-width: 380px;
  min-width: 0;
  align-self: center;
  padding-top: 0;
  z-index: 2;
}

.theme-slider-texts-wrapper {
  text-align: left !important;
  width: 100% !important;
  max-width: 520px;
  margin: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#entry-slider .theme-slider-item > a {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
}

#entry-slider .theme-slider-item > a > .theme-slider-content,
#entry-slider .theme-slider-item > a > .theme-slider-content.content-type-2 {
  position: relative !important;
  inset: auto !important;
  margin: 0 !important;
  order: 1 !important;
  flex: 0 0 380px !important;
  width: 380px !important;
  max-width: 380px !important;
}

#entry-slider .theme-slider-item > a > .theme-slider-image {
  order: 2 !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

@media (min-width: 1200px) {
  #entry-slider .theme-slider-item > a {
    display: grid !important;
    grid-template-columns: 380px minmax(0, 1fr) !important;
    align-items: center !important;
    column-gap: 42px !important;
    row-gap: 0 !important;
  }

  #entry-slider .theme-slider-item > a > .theme-slider-content,
  #entry-slider .theme-slider-item > a > .theme-slider-content.content-type-2 {
    grid-column: 1 !important;
    width: 380px !important;
    max-width: 380px !important;
    min-width: 0 !important;
    align-self: center !important;
  }

  #entry-slider .theme-slider-item > a > .theme-slider-image {
    grid-column: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
  }
}

.theme-slider-title {
  color: #0c365c !important;
  font-size: clamp(34px, 4vw, 58px) !important;
  line-height: 1.04 !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em;
}

.theme-slider-sub-title {
  color: rgba(12, 54, 92, 0.72) !important;
  font-size: 18px !important;
  line-height: 1.75 !important;
  max-width: 480px;
  margin-top: 18px !important;
}

.theme-slider-button .btn,
.theme-banner-button span,
.popular-banner-button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: none !important;
  box-shadow: 0 18px 30px rgba(238, 108, 77, 0.22);
}

body.current-page-default-entry .theme-banner-button,
body.current-page-default-entry .popular-banner-button {
  display: none !important;
}

body.current-page-default-entry .theme-banner-4 {
  display: none !important;
}

.theme-banner-wrapper,
.default-products,
.theme-banner-4,
.popular-products,
.newsletter,
.footer-row-2,
.footer-row-3,
.footer-row-4 {
  margin-top: 28px;
}

.theme-banner-wrapper .row > div {
  margin-bottom: 16px;
}

.theme-banner,
.theme-banner-4,
.popular-banner,
.showcase {
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 58, 92, 0.07);
  box-shadow: 0 20px 45px rgba(17, 58, 92, 0.08);
}

.theme-banner-image img,
.popular-banner-image img {
  width: 100%;
  min-height: 260px;
  object-fit: cover;
}

.theme-banner-content,
.theme-banner-content-wrapper,
.popular-banner-content-wrapper {
  background: linear-gradient(180deg, transparent, rgba(7, 39, 67, 0.82));
}

.theme-banner-content {
  padding: 28px !important;
}

.theme-banner-content div,
.theme-banner-title span,
.popular-banner-title span {
  color: #fff !important;
  font-size: 28px !important;
  font-weight: 700;
  line-height: 1.15;
}

.theme-banner-content span,
.theme-banner-sub-title span,
.popular-banner-sub-title span {
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 15px !important;
  margin-top: 8px;
}

.products-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.products-header span {
  font-size: 28px;
  font-weight: 700;
  color: #12314a;
}

.home-products .products-content,
.popular-products .products-content {
  position: relative;
}

.home-products .products-content .slick-prev,
.home-products .products-content .slick-next,
.popular-products .products-content .slick-prev,
.popular-products .products-content .slick-next {
  z-index: 60 !important;
  pointer-events: auto !important;
}

.showcase {
  padding: 18px;
  height: calc(100% - 16px);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.showcase:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 55px rgba(17, 58, 92, 0.12);
}

.showcase-image-container {
  position: relative !important;
  border-radius: 22px;
  overflow: hidden !important;
  background: linear-gradient(180deg, #eef6ff, #f8fbff);
}

.showcase-label-container {
  position: absolute !important;
  inset: 0 !important;
  z-index: 10 !important;
  display: block !important;
}

.showcase-image {
  padding: 18px;
  position: relative;
  z-index: 1;
  border-radius: 22px;
  overflow: hidden;
}

.showcase-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.showcase-content {
  padding-top: 18px;
  min-width: 0;
}

.showcase-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  min-width: 0;
}

.showcase-title a {
  font-size: 17px !important;
  line-height: 1.5;
  color: #12314a !important;
  font-weight: 700;
}

body.current-page-product-list-filter .showcase-title a {
  font-size: 15px !important;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.showcase-brand a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  margin-top: 10px;
  border-radius: 999px;
  background: #edf5fb;
  color: #0f618f !important;
  font-size: 12px !important;
  font-weight: 600;
}

.showcase-price-new {
  color: #0f618f !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.25;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sold-out-label {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute !important;
  top: 30px !important;
  left: 30px !important;
  z-index: 12 !important;
  pointer-events: none !important;
}

.sold-out-label span {
  border-radius: 999px !important;
  background: rgba(12, 54, 92, 0.88) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  min-height: 60px !important;
  padding: 7px !important;
  text-align: center !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  letter-spacing: 0.02em !important;
  white-space: normal !important;
  word-break: break-word !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28) !important;
  box-sizing: border-box !important;
  transform: none !important;
}

.product-zero-price-active .product-zero-price-row,
.product-zero-price-active .product-zero-price-block {
  display: none !important;
}

.product-zero-price-badge {
  margin: 18px 0 22px;
}

.product-zero-price-badge span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  min-width: 76px;
  min-height: 76px;
  padding: 10px;
  border-radius: 999px;
  background: rgba(12, 54, 92, 0.88);
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.08em;
  box-sizing: border-box;
}

.newsletter {
  padding: 40px;
  border-radius: 32px;
  background: linear-gradient(135deg, #0c365c, #0f75bc);
  box-shadow: 0 28px 60px rgba(12, 54, 92, 0.16);
}

.newsletter-title span {
  color: #fff !important;
  font-size: 34px !important;
  font-weight: 700;
}

.newsletter-sub-title span {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 16px !important;
}

.newsletter-content form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  margin-top: 22px;
}

.newsletter-content input {
  min-height: 58px;
  border-radius: 18px;
  border: none;
  padding: 0 18px;
}

.newsletter-content button {
  min-height: 58px;
  border-radius: 18px;
  padding: 0 24px;
  background: #ee6c4d;
  color: #fff;
  font-weight: 700;
}

#footer {
  margin-top: 44px;
  padding-top: 0;
  background: linear-gradient(180deg, rgba(8, 34, 56, 0.96), #071a2b);
  color: #dbe7f1;
}

#footer .container {
  max-width: 1380px;
}

.footer-menu-content li:has(> a[href*="havale-bildirim"]),
.footer-menu-content li:has(> a[href*="siparis-sorgula"]),
.footer-menu-content li:has(> a[href*="kargo-takibi"]),
.footer-menu-content li:has(> a[href*="Iptal-ve-Iade-Sartlari"]),
.footer-menu-content li:has(> a[href*="Iptal-ve-Iade-Sartlari,DP-3"]) {
  display: none !important;
}

.footer-menu-content a[href*="havale-bildirim"],
.footer-menu-content a[href*="siparis-sorgula"],
.footer-menu-content a[href*="kargo-takibi"],
.footer-menu-content a[href*="Iptal-ve-Iade-Sartlari"],
.footer-menu-content a[href*="Iptal-ve-Iade-Sartlari,DP-3"] {
  display: none !important;
}

#ideasoft,
a[href*="ideasoft.com.tr"] {
  display: none !important;
}

.footer-row-1,
.footer-row-2,
.footer-row-3,
.footer-row-4 {
  border: none !important;
}

.footer-menu,
.footer-social,
.footer-logo,
.secure {
  color: #dbe7f1;
}

.footer-menu-title,
.footer-social-title span,
.copyright {
  color: #dbe7f1 !important;
}

.footer-menu-content a,
.footer-social-content a {
  color: rgba(219, 231, 241, 0.76) !important;
}

#scroll-top {
  background: linear-gradient(135deg, #ee6c4d, #f0895f);
  box-shadow: 0 18px 32px rgba(238, 108, 77, 0.24);
}

@media (max-width: 1199px) {
  .header-sticky .row {
    row-gap: 12px;
    padding: 14px 0;
  }

  .theme-slider-item > a {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 28px 24px;
  }

  .theme-slider-image,
  .theme-slider-content {
    order: initial;
  }

  .header-right {
    justify-content: center;
    flex-wrap: wrap;
  }

  .newsletter-content form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .header-top-bar {
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .search input {
    height: 52px;
  }

  .theme-slider-title {
    font-size: 32px !important;
  }

  .products-header span {
    font-size: 22px;
  }

  .newsletter {
    padding: 28px 18px;
  }

  .newsletter-title span {
    font-size: 28px !important;
  }

  #footer [data-menu-type="accordion"] .footer-menu {
    margin-bottom: 14px;
  }

  #footer [data-menu-type="accordion"] .footer-menu-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 0 18px;
    border-radius: 18px;
    background: #ffffff;
    color: #12314a !important;
    font-size: 18px !important;
    font-weight: 700;
    box-shadow: 0 12px 28px rgba(5, 24, 40, 0.16);
  }

  #footer [data-menu-type="accordion"] .footer-menu-title,
  #footer [data-menu-type="accordion"] .footer-menu-title a,
  #footer [data-menu-type="accordion"] .footer-menu-title span,
  #footer [data-menu-type="accordion"] .footer-menu-title *:not(i) {
    color: #000000 !important;
    font-weight: 800 !important;
    opacity: 1 !important;
    text-shadow: none !important;
  }

  #footer [data-menu-type="accordion"] .footer-menu-title::after {
    color: #000000 !important;
    font-weight: 800;
    opacity: 1 !important;
  }

  #footer [data-menu-type="accordion"] .footer-menu-content {
    margin-top: 8px;
    padding: 14px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
  }

  #footer [data-menu-type="accordion"] .footer-menu-content a {
    color: #17324d !important;
    font-size: 14px !important;
    font-weight: 600;
  }
}

body:not(.current-page-default-entry) #main > .container {
  max-width: 1380px;
}

#breadcrumbs {
  margin-bottom: 22px;
}

#breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 58, 92, 0.08);
  box-shadow: 0 16px 36px rgba(17, 58, 92, 0.06);
}

#breadcrumbs li,
#breadcrumbs a,
#breadcrumbs span {
  color: #537089 !important;
  font-size: 14px;
}

#breadcrumbs li:last-child span,
#breadcrumbs li:last-child a {
  color: #12314a !important;
  font-weight: 700;
}

body.current-page-product-list-filter #product-list-container,
body.current-page-product-detail #product-detail-container,
body.current-page-default-contact-us .contentbox-header,
body.current-page-default-contact-us .contentbox-body {
  position: relative;
  border-radius: 30px;
}

body.current-page-product-list-filter #product-list-container::before,
body.current-page-product-detail #product-detail-container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.92));
  box-shadow: 0 24px 54px rgba(17, 58, 92, 0.08);
  pointer-events: none;
}

body.current-page-product-list-filter #product-list-container > *,
body.current-page-product-detail #product-detail-container > * {
  position: relative;
  z-index: 1;
}

body.current-page-product-list-filter #product-list-container,
body.current-page-product-detail #product-detail-container {
  padding: 24px;
}

body.current-page-product-list-filter .category-list {
  margin-bottom: 24px;
}

body.current-page-product-list-filter .category-list .col-4,
body.current-page-product-list-filter .category-list [class*="col-lg-"] {
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 16px;
}

body.current-page-product-list-filter .category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 13px 14px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(238, 245, 251, 0.95));
  border: 1px solid rgba(17, 58, 92, 0.08);
  box-shadow: 0 16px 34px rgba(17, 58, 92, 0.06);
  color: #12314a !important;
  font-weight: 700;
  font-size: 11px;
}

body.current-page-product-list-filter .category-list a > span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
  min-width: 0;
}

body.current-page-product-list-filter .category-list a > span > span,
body.current-page-product-detail .category-list a > span > span {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 46px;
  line-height: 1.2;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.current-page-product-list-filter .category-list a:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(17, 58, 92, 0.1);
}

body.current-page-product-list-filter .category-list a strong,
body.current-page-product-detail .category-list a strong {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  min-width: 22px;
  height: 22px;
  margin-left: 0;
  padding: 0 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f75bc, #0c4c79);
  color: #fff;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
}

body.current-page-product-list-filter .category-list a i,
body.current-page-product-detail .category-list a i {
  display: none !important;
}

body.current-page-product-list-filter .showcase {
  padding: 18px;
  min-height: calc(100% - 18px);
}

body.current-page-product-list-filter .products-toolbar,
body.current-page-product-list-filter .pagination-container,
body.current-page-product-list-filter .sorting-area {
  margin-bottom: 18px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 58, 92, 0.08);
}

body.current-page-product-list-filter .pagination a,
body.current-page-product-list-filter .pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(17, 58, 92, 0.1);
}

body.current-page-product-detail .product-area-top {
  display: grid;
  gap: 24px;
}

body.current-page-product-detail .product-area-top > .row {
  align-items: stretch;
}

body.current-page-product-detail,
body.current-page-product-detail #main,
body.current-page-product-detail #product-detail-container {
  overflow-x: hidden;
}

body.current-page-product-detail .product-left,
body.current-page-product-detail .product-right,
body.current-page-product-detail #product-thumb-image,
body.current-page-product-detail .products-tabs,
body.current-page-product-detail .product-information {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(17, 58, 92, 0.08);
  box-shadow: 0 20px 44px rgba(17, 58, 92, 0.08);
}

body.current-page-product-detail .product-left,
body.current-page-product-detail .product-right {
  height: 100%;
}

body.current-page-product-detail #product-thumb-image {
  padding: 12px 8px;
}

body.current-page-product-detail .thumb-item a {
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, #eef6ff, #f7fbff);
}

body.current-page-product-detail .product-left {
  padding: 24px;
}

body.current-page-product-detail .product-image {
  border-radius: 24px;
  background: linear-gradient(180deg, #eef6ff, #f9fbff);
  padding: 24px;
}

body.current-page-product-detail #product-primary-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

body.current-page-product-detail #primary-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  cursor: zoom-in;
}

body.current-page-product-detail .product-right {
  padding: 28px;
}

body.current-page-product-detail .product-name,
body.current-page-product-detail h1 {
  font-size: clamp(28px, 2.4vw, 40px) !important;
  line-height: 1.1 !important;
  color: #12314a !important;
  font-weight: 700 !important;
}

body.current-page-product-detail .product-title {
  margin-bottom: 12px;
}

body.current-page-product-detail .product-list-container,
body.current-page-product-detail .product-options,
body.current-page-product-detail .product-price {
  margin-top: 14px;
}

body.current-page-product-detail .product-list-row {
  padding: 6px 0;
}

body.current-page-product-detail .product-brand a,
body.current-page-product-detail .brand-name {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: #edf5fb;
  color: #0f618f !important;
  font-weight: 700;
}

body.current-page-product-detail .product-brand.product-brand-image {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 12px;
  align-items: center !important;
}

body.current-page-product-detail .product-brand.product-brand-image > a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(17, 58, 92, 0.08);
  min-height: 62px;
  width: auto !important;
  flex: 0 0 auto;
}

body.current-page-product-detail .product-brand.product-brand-image > a > img {
  display: block;
  max-height: 48px;
  width: auto;
  height: auto;
}

body.current-page-product-detail .product-brand.product-brand-image > a:not(.product-catalog-link) {
  min-height: 54px;
  min-width: 124px;
  padding: 0 14px;
}

body.current-page-product-detail .product-brand.product-brand-image > a.product-catalog-link {
  display: inline-flex !important;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0f75bc, #0c4c79);
  color: #fff !important;
  font-size: 11px;
  letter-spacing: 0.12em;
  font-weight: 800;
  text-decoration: none !important;
  margin: 0 !important;
  white-space: nowrap;
}

body.current-page-product-detail .product-brand.product-brand-image > a.product-catalog-link:hover {
  filter: brightness(1.03);
}

body.current-page-product-detail .product-price,
body.current-page-product-detail .product-price-new,
body.current-page-product-detail .discounted-price {
  color: #0f618f !important;
  font-size: 20px !important;
  font-weight: 800 !important;
}

body.current-page-product-detail .product-price-old,
body.current-page-product-detail .product-price-old * {
  font-size: 20px !important;
  line-height: 1.1 !important;
}

body.current-page-product-detail .product-price-note {
  margin-top: 8px;
  color: #6b7b88;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

@media (min-width: 992px) {
  body.current-page-product-detail .product-area-top > .row {
    align-items: flex-start;
  }

  body.current-page-product-detail .product-area-top > .row > div:nth-child(1) {
    flex: 0 0 10.5%;
    max-width: 10.5%;
  }

  body.current-page-product-detail .product-area-top > .row > div:nth-child(2) {
    flex: 0 0 43.5%;
    max-width: 43.5%;
  }

  body.current-page-product-detail .product-area-top > .row > div:nth-child(3) {
    flex: 0 0 46%;
    max-width: 46%;
  }

  body.current-page-product-detail #product-thumb-image {
    padding: 16px 10px;
  }

  body.current-page-product-detail .thumb-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 92px;
  }

  body.current-page-product-detail .thumb-item img {
    width: 100%;
    height: auto;
  }

  body.current-page-product-detail #primary-image {
    max-height: 300px;
  }
}

body.current-page-product-detail .product-right .btn,
body.current-page-product-detail .product-right button,
body.current-page-product-detail .add-to-cart-button {
  border-radius: 18px !important;
}

body.current-page-product-detail .product-inline-description {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 58, 92, 0.1);
  color: #355067;
  font-size: 14px;
  line-height: 1.7;
}

body.current-page-product-detail .product-inline-description-column {
  width: 100%;
}

body.current-page-product-detail .product-inline-description-column .product-inline-description {
  margin-top: 0;
  padding: 24px;
  border-top: none;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(17, 58, 92, 0.08);
  box-shadow: 0 20px 44px rgba(17, 58, 92, 0.08);
  height: 100%;
}

body.current-page-product-detail .product-inline-description > *:first-child {
  margin-top: 0;
}

body.current-page-product-detail .product-inline-description > *:last-child {
  margin-bottom: 0;
}

body.current-page-product-detail #product-user-buttons {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(17, 58, 92, 0.08);
  position: relative;
  z-index: 6;
}

body.current-page-product-detail #product-user-buttons.product-whatsapp-bottom {
  display: block;
  padding: 0;
  background: transparent;
  border: none;
}

body.current-page-product-detail #product-user-buttons.product-whatsapp-bottom a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 16px;
  border-radius: 18px;
  background: #25d366;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.22);
}

body.current-page-product-detail #product-user-buttons.product-whatsapp-bottom a:hover,
body.current-page-product-detail #product-user-buttons.product-whatsapp-bottom a:focus {
  color: #ffffff;
  text-decoration: none;
}

body.current-page-product-detail #product-user-buttons.product-whatsapp-bottom i {
  font-size: 18px;
  line-height: 1;
}

body.current-page-product-detail .product-left,
body.current-page-product-detail .product-image,
body.current-page-product-detail #product-primary-image {
  position: relative;
  z-index: 1;
}

body.current-page-product-detail #product-user-buttons > div {
  min-width: 0;
}

body.current-page-product-detail #product-user-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 26px;
}

body.current-page-product-detail #product-user-buttons [data-toggle="tooltip"] {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.current-page-product-detail #product-user-buttons [data-toggle="tooltip"] svg {
  width: 16px;
  height: 16px;
}

body.current-page-product-detail #product-user-buttons [data-toggle="tooltip"] i {
  font-size: 14px;
}

body.current-page-product-detail .product-cart-buttons .product-favorites,
body.current-page-product-detail .product-cart-buttons .add-my-favorites {
  display: none !important;
}

body.current-page-product-detail .products-tabs,
body.current-page-product-detail .product-information {
  margin-top: 24px;
  padding: 24px;
}

body.current-page-product-detail .products-tabs .nav,
body.current-page-product-detail .product-tabs .nav {
  gap: 12px;
  margin-bottom: 18px;
}

body.current-page-product-detail .products-tabs .nav a,
body.current-page-product-detail .product-tabs .nav a,
body.current-page-product-detail .products-tabs .nav button,
body.current-page-product-detail .product-tabs .nav button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #edf5fb;
  color: #0c4c79 !important;
  font-weight: 700;
}

body.current-page-default-contact-us .contentbox-header,
body.current-page-default-contact-us .contentbox-body {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 58, 92, 0.08);
  box-shadow: 0 20px 44px rgba(17, 58, 92, 0.08);
}

body.current-page-default-contact-us .contentbox-header {
  padding: 24px 28px 0;
  border-bottom: none;
}

body.current-page-default-contact-us .contentbox-header h4 {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
  color: #12314a;
}

body.current-page-default-contact-us .contentbox-body {
  padding: 24px 28px 30px;
}

body.current-page-default-contact-us .list-group-item,
body.current-page-default-contact-us .contact-us > div,
body.current-page-default-contact-us .contact-us .row {
  border: none !important;
}

body.current-page-default-contact-us .list-group-item {
  margin-bottom: 14px;
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(238, 245, 251, 0.95));
  box-shadow: inset 0 0 0 1px rgba(17, 58, 92, 0.06);
}

body.current-page-default-contact-us .list-group-item .col-lg-3 {
  font-weight: 700;
  color: #537089;
}

body.current-page-default-contact-us .list-group-item .col-lg-4,
body.current-page-default-contact-us .list-group-item a {
  color: #12314a !important;
  font-weight: 600;
}

body.current-page-default-contact-us form,
body.current-page-default-contact-us .form-area,
body.current-page-default-contact-us .contact-form {
  margin-top: 24px;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f7fbff, #eef5fb);
}

body.current-page-default-contact-us input,
body.current-page-default-contact-us textarea,
body.current-page-default-contact-us select {
  min-height: 54px;
  border-radius: 16px !important;
  border: 1px solid rgba(17, 58, 92, 0.1) !important;
  box-shadow: none !important;
}

body.current-page-default-contact-us textarea {
  min-height: 160px;
}

body.current-page-default-contact-us button,
body.current-page-default-contact-us .btn {
  min-height: 52px;
  border-radius: 18px !important;
}

body.current-page-default-contact-us iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 28px;
  box-shadow: 0 20px 44px rgba(17, 58, 92, 0.1);
}

@media (max-width: 991px) {
  body.current-page-product-list-filter #product-list-container,
  body.current-page-product-detail #product-detail-container,
  body.current-page-default-contact-us .contentbox-body {
    padding: 18px;
  }

  body.current-page-product-detail .product-right,
  body.current-page-product-detail .product-left,
  body.current-page-product-detail .products-tabs,
  body.current-page-product-detail .product-information {
    padding: 18px;
  }
}

@media (min-width: 1200px) {
  body.current-page-product-detail #primary-image {
    max-height: 300px !important;
  }

  body.current-page-product-detail .product-right {
    padding: 22px;
    justify-content: flex-start;
    align-items: stretch;
    text-align: left;
  }

  body.current-page-product-detail .product-area-top > .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 24px !important;
    margin: 0 !important;
    align-items: start !important;
  }

  body.current-page-product-detail .product-area-top > .row > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    min-width: 0 !important;
    flex: none !important;
  }

  body.current-page-product-detail .product-area-top > .row > .order-2.order-md-1 {
    flex: 0 0 128px !important;
    max-width: 128px !important;
  }

  body.current-page-product-detail .product-area-top > .row > .order-1.order-md-2 {
    flex: 0 0 clamp(220px, 20vw, 290px) !important;
    max-width: clamp(220px, 20vw, 290px) !important;
  }

  body.current-page-product-detail .product-area-top > .row > .order-3 {
    flex: 0 0 clamp(250px, 22vw, 320px) !important;
    max-width: clamp(250px, 22vw, 320px) !important;
    min-width: 250px !important;
    display: flex !important;
    align-items: stretch !important;
  }

  body.current-page-product-detail .product-area-top > .row > .product-inline-description-column {
    order: 4 !important;
    flex: 0 0 clamp(220px, 20vw, 300px) !important;
    max-width: clamp(220px, 20vw, 300px) !important;
    min-width: 220px !important;
  }

  body.current-page-product-detail .product-right > * {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  body.current-page-product-detail .product-right {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  body.current-page-product-detail .product-left,
  body.current-page-product-detail #product-thumb-image,
  body.current-page-product-detail .product-image {
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  body.current-page-product-detail #product-thumb-image {
    padding: 16px 10px !important;
  }

  body.current-page-product-detail .thumb-item a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 118px !important;
    padding: 8px !important;
  }

  body.current-page-product-detail .thumb-item img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  body.current-page-product-detail .product-price,
  body.current-page-product-detail .product-cart-buttons,
  body.current-page-product-detail .product-detail-tab {
    width: 100%;
  }

  body.current-page-product-detail .product-title,
  body.current-page-product-detail .product-brand,
  body.current-page-product-detail .product-list-container,
  body.current-page-product-detail .product-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  body.current-page-product-detail .product-list-row,
  body.current-page-product-detail .product-list-content,
  body.current-page-product-detail .product-categories span {
    justify-content: flex-start;
    text-align: left;
  }

  body.current-page-product-detail .product-cart-buttons {
    margin-top: 18px;
  }

  body.current-page-product-detail .product-detail-tab {
    margin-top: 22px;
  }
}

@media (max-width: 767px) {
  a,
  button,
  .btn,
  [role="button"],
  .header-top-bar a,
  .showcase a,
  .products-toolbar a,
  .pagination a,
  .footer-menu-content a,
  .navigation-content a,
  #mobile-navigation a {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  #breadcrumbs ol {
    padding: 14px 16px;
  }

  body {
    background-attachment: scroll;
  }

  #main {
    padding-top: 18px;
  }

  #main > .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .header-top-bar {
    padding: 8px 0;
  }

  .header-top-bar a[data-selector="whatsapp-consultation"] {
    min-height: 44px;
    padding: 0 12px;
    gap: 8px;
  }

  .header-sticky .row {
    min-height: 0;
    padding: 10px 0;
  }

  .logo img {
    max-height: 40px;
  }

  .navigation-container .openbox,
  .navigation-container .navigation-trigger {
    width: 46px;
    height: 46px;
    border-radius: 16px;
  }

  .search form {
    width: 100%;
  }

  .search input {
    width: 100%;
    padding-left: 18px;
    padding-right: 56px;
  }

  .search button {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    right: 7px;
    top: 7px;
  }

  #entry-slider {
    margin-bottom: 24px;
  }

  .theme-slider-item > a {
    padding: 22px 18px;
    border-radius: 26px;
    gap: 18px;
    flex-direction: column !important;
  }

  .theme-slider-image {
    min-height: 0;
    width: 100%;
  }

  .theme-slider-image img {
    min-height: 0;
    height: auto;
    max-height: 320px;
    object-position: center;
  }

  .theme-slider-content,
  #entry-slider .theme-slider-item > a > .theme-slider-content,
  #entry-slider .theme-slider-item > a > .theme-slider-content.content-type-2 {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .products-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .showcase {
    border-radius: 24px;
  }

  .showcase,
  .showcase-image-container,
  .showcase-label-container,
  .showcase-content {
    transform: translateZ(0);
  }

  .showcase-title a {
    font-size: 15px !important;
  }

  .showcase-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .showcase-price {
    display: block;
    width: 100%;
  }

  .showcase-price-new {
    display: block;
    width: 100%;
    font-size: clamp(15px, 4.3vw, 18px) !important;
    line-height: 1.2;
    letter-spacing: -0.02em;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  body.current-page-product-list-filter .category-list a {
    min-height: 64px;
    padding: 14px 16px;
  }

  body.current-page-product-list-filter .category-list .col-4,
  body.current-page-product-list-filter .category-list [class*="col-lg-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }


  body.current-page-product-detail .product-name,
  body.current-page-product-detail h1,
  body.current-page-default-contact-us .contentbox-header h4 {
    font-size: 28px !important;
  }

  body.current-page-product-detail #product-detail-container {
    padding: 16px !important;
  }

  body.current-page-product-detail .product-area-top > .row {
    display: block !important;
    margin: 0 !important;
  }

  body.current-page-product-detail .product-area-top > .row > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  body.current-page-product-detail #product-thumb-image {
    padding: 12px !important;
    overflow-x: auto;
  }

  body.current-page-product-detail #product-thumb-image .thumb-list {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  body.current-page-product-detail #product-thumb-image .thumb-item {
    flex: 0 0 74px;
    max-width: 74px;
  }

  body.current-page-product-detail #product-thumb-image .thumb-item a {
    min-height: 74px !important;
  }

  body.current-page-product-detail .product-left {
    padding: 16px;
  }

  body.current-page-product-detail .product-image {
    padding: 18px;
  }

  body.current-page-product-detail #primary-image {
    max-height: 320px;
  }

  body.current-page-product-detail .product-right {
    padding: 18px;
  }

  body.current-page-product-detail .product-brand.product-brand-image {
    flex-wrap: wrap !important;
    row-gap: 10px;
  }

  body.current-page-product-detail .product-brand.product-brand-image > a.product-catalog-link {
    width: 100%;
    justify-content: center;
  }

  body.current-page-product-detail #product-user-buttons {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 14px;
  }
}

@media (max-width: 480px) {
  .showcase {
    padding: 14px;
  }

  .showcase-content {
    gap: 8px;
  }

  .showcase-price-new {
    font-size: clamp(14px, 4vw, 16px) !important;
    line-height: 1.18;
  }
}

/* urun sayfasinda buyuk custom whatsapp'i gizle */
.current-page-product-detail #product-whatsapp-cta,
.current-page-product-detail .product-whatsapp-cta {
  display: none !important;
}

/* kucuk theme whatsapp'i sabit goster */
.current-page-product-detail .product-social {
  position: relative !important;
}

.current-page-product-detail .product-social > .product-social-icon {
  display: none !important;
}

.current-page-product-detail .product-social .product-social-content {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  transform: none !important;
  pointer-events: auto !important;
  margin-top: 12px !important;
}

.current-page-product-detail .product-social .product-social-content > div {
  display: flex !important;
  align-items: center !important;
}

.current-page-product-detail .product-social .product-social-facebook,
.current-page-product-detail .product-social .product-social-twitter,
.current-page-product-detail .product-social .product-social-pinterest {
  display: none !important;
}

.current-page-product-detail .product-social .product-social-whatsapp {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 56px !important;
  height: 56px !important;
  border-radius: 50% !important;
  background: #25D366 !important;
  color: #fff !important;
  font-size: 28px !important;
  text-decoration: none !important;
  pointer-events: auto !important;
  position: relative !important;
  z-index: 9999 !important;
}

/* urun detayda theme ikon alanini komple kapat */
.current-page-product-detail #product-user-buttons,
.current-page-product-detail .product-social,
.current-page-product-detail .product-compare,
.current-page-product-detail .price-warning,
.current-page-product-detail .recommend-product,
.current-page-product-detail .add-comment {
  display: none !important;
}

/* theme whatsapp dahil tum eski ikonlari gizle */
.current-page-product-detail .product-social-content,
.current-page-product-detail .product-social-whatsapp,
.current-page-product-detail .product-social-facebook,
.current-page-product-detail .product-social-twitter,
.current-page-product-detail .product-social-pinterest {
  display: none !important;
}

/* bizim whatsapp'i tekrar goster */
.current-page-product-detail #product-whatsapp-cta,
.current-page-product-detail .product-whatsapp-cta {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 9999 !important;
  pointer-events: auto !important;
  margin-top: 16px !important;
}

.current-page-product-detail #product-whatsapp-cta .product-whatsapp-cta-link,
.current-page-product-detail .product-whatsapp-cta .product-whatsapp-cta-link {
  display: flex !important;
  width: 100% !important;
  min-height: 56px !important;
  align-items: center !important;
  justify-content: center !important;
  background: #25D366 !important;
  color: #fff !important;
  border-radius: 18px !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  position: relative !important;
  z-index: 9999 !important;
  pointer-events: auto !important;
}

.current-page-product-detail #product-whatsapp-cta,
.current-page-product-detail .product-whatsapp-cta {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 9999 !important;
  pointer-events: auto !important;
  margin-top: 16px !important;
}

.current-page-product-detail #product-whatsapp-cta .product-whatsapp-cta-link,
.current-page-product-detail .product-whatsapp-cta .product-whatsapp-cta-link {
  display: flex !important;
  width: 100% !important;
  min-height: 56px !important;
  align-items: center !important;
  justify-content: center !important;
  background: #25D366 !important;
  color: #fff !important;
  border-radius: 18px !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  position: relative !important;
  z-index: 9999 !important;
  pointer-events: auto !important;
}
