/* Ateş Elektromarket — Journal3/OpenCart ortak ürün sayfası görünümü. */
html.route-product-product:not(.popup) {
  --aem-navy: #082f5c;
  --aem-navy-dark: #052443;
  --aem-yellow: #f4c52f;
  --aem-yellow-hover: #e9b915;
  --aem-green: #169b62;
  --aem-ink: #142033;
  --aem-muted: #647386;
  --aem-line: #dfe7f0;
  --aem-soft: #f5f8fc;
  --aem-card: #fff;
  --aem-radius: 15px;
  --aem-shadow: 0 10px 30px rgba(8, 47, 92, .08);
}

html.route-product-product:not(.popup) .site-wrapper {
  background: #f5f7fa;
}

html.route-product-product:not(.popup).boxed-layout .global-wrapper,
html.route-product-product:not(.popup) .site-wrapper > .container {
  width: 100%;
  max-width: none !important;
}

html.route-product-product:not(.popup) #product-product {
  width: 100%;
  max-width: 1600px !important;
  margin-inline: auto !important;
  padding-inline: clamp(16px, 2vw, 38px);
}

html.route-product-product:not(.popup) #product-product > .row > #content {
  min-width: 0;
}

html.route-product-product:not(.popup) .breadcrumbs {
  width: 100%;
  max-width: 1600px;
  min-height: 0;
  margin: 14px auto 0;
  padding-inline: clamp(14px, 2.2vw, 30px);
  background: transparent !important;
  box-shadow: none !important;
}

html.route-product-product:not(.popup) .breadcrumbs::before,
html.route-product-product:not(.popup) .breadcrumbs::after {
  display: none !important;
}

html.route-product-product:not(.popup) .breadcrumb {
  display: flex;
  width: 100%;
  max-width: none;
  min-width: 0;
  align-items: center;
  margin: 0;
  padding: 11px 14px;
  overflow-x: auto;
  border: 1px solid var(--aem-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(8, 47, 92, .06);
  color: var(--aem-muted);
  scrollbar-width: thin;
}

html.route-product-product:not(.popup) .breadcrumb > li {
  flex: 0 0 auto;
  margin: 0;
  word-break: normal;
  white-space: nowrap;
}

html.route-product-product:not(.popup) .breadcrumb > li a {
  color: #5d6d7f;
  text-decoration: none;
}

html.route-product-product:not(.popup) .breadcrumb > li a:hover {
  color: var(--aem-navy);
}

html.route-product-product:not(.popup) .breadcrumb > li:last-child {
  color: var(--aem-navy);
  font-weight: 650;
}

html.route-product-product:not(.popup) .product-info {
  display: grid;
  grid-template-columns: minmax(0, 40fr) minmax(0, 60fr);
  align-items: stretch;
  gap: 0;
  margin-block: 16px 30px;
  overflow: hidden;
  border: 1px solid var(--aem-line);
  border-radius: 14px;
  background: var(--aem-card);
  box-shadow: var(--aem-shadow);
}

html.route-product-product:not(.popup) .product-info .product-left,
html.route-product-product:not(.popup) .product-info .product-right {
  min-width: 0;
}

html.route-product-product:not(.popup) .product-left-wrapper,
html.route-product-product:not(.popup) .product-right-wrapper {
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

html.route-product-product:not(.popup) .product-left {
  border-right: 1px solid var(--aem-line);
}

html.route-product-product:not(.popup) .product-left-wrapper {
  padding: clamp(12px, 1.35vw, 24px);
}

html.route-product-product:not(.popup) .product-right-wrapper {
  padding: clamp(20px, 2vw, 34px);
}

html.route-product-product:not(.popup) .product-image .main-image,
html.route-product-product:not(.popup) .product-image .additional-image {
  border: 1px solid #e7edf4;
  border-radius: 12px;
  background: #fff;
}

html.route-product-product:not(.popup) .product-image .main-image {
  padding: clamp(8px, 1vw, 16px);
}

html.route-product-product:not(.popup) .product-image .additional-image {
  overflow: hidden;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

html.route-product-product:not(.popup) .product-image .additional-image:hover,
html.route-product-product:not(.popup) .product-image .additional-image.swiper-slide-active {
  border-color: #9ab5d0;
  box-shadow: 0 5px 14px rgba(8, 47, 92, .12);
  transform: translateY(-1px);
}

html.route-product-product:not(.popup) .product-details > .page-title {
  display: block;
  margin-bottom: 0 !important;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--aem-line);
  color: var(--aem-ink);
  font-size: clamp(21px, 2vw, 29px);
  font-weight: 750;
  line-height: 1.25;
}

html.route-product-product:not(.popup) .product-details > div:not(.page-title):not(:last-child) {
  margin-bottom: 0 !important;
}

html.route-product-product:not(.popup) .aem-product-status-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 14px;
  margin: 16px 0 26px !important;
  padding-bottom: 24px;
}

html.route-product-product:not(.popup) .aem-stock-badge {
  display: inline-flex;
  order: 2;
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid #bfe6d2;
  border-radius: 10px;
  background: linear-gradient(135deg, #f2fbf6 0%, #eaf8f1 100%);
  box-shadow: 0 7px 18px rgba(22, 139, 89, .1);
  color: #168b59;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

html.route-product-product:not(.popup) .product-details .product-labels-price.aem-discount-source {
  display: none !important;
}

html.route-product-product:not(.popup) .aem-product-discount-badge {
  display: inline-flex;
  order: 1;
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 14px 10px 10px;
  border: 1px solid #ffd4a3;
  border-radius: 10px;
  background: linear-gradient(135deg, #fff9ef 0%, #fff1dc 100%);
  box-shadow: 0 7px 18px rgba(201, 91, 22, .12);
  color: #7a3d11;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

html.route-product-product:not(.popup) .aem-product-discount-badge strong {
  padding-left: 1px;
  color: #d04d17;
  font-size: 15px;
  font-weight: 850;
}

html.route-product-product:not(.popup) .aem-product-discount-icon {
  display: inline-flex;
  width: 21px;
  height: 21px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #f0792d;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

html.route-product-product:not(.popup) .aem-product-status-row + .product-price-group {
  padding-top: 2px;
}

html.route-product-product:not(.popup) .aem-stock-badge-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #25a66b;
  color: #fff;
  font-size: 11px;
}

html.route-product-product:not(.popup) .rating-page.aem-empty-rating {
  display: none !important;
}

html.route-product-product:not(.popup) .product-price-group {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: flex-start;
  gap: 18px;
}

html.route-product-product:not(.popup) .product-info .price-wrapper {
  width: max-content;
  max-width: 100%;
  min-width: 0;
}

html.route-product-product:not(.popup) .product-info .price-group {
  align-items: baseline;
  gap: 10px;
}

html.route-product-product:not(.popup) .product-info .price-group .product-price,
html.route-product-product:not(.popup) .product-info .price-group .product-price-new {
  max-width: 100%;
  padding: 4px 9px 5px;
  border-radius: 9px;
  background: var(--aem-navy);
  color: #fff;
  font-size: clamp(34px, 3vw, 46px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.7px;
}

html.route-product-product:not(.popup) .product-info .price-group .product-price-old {
  color: #778393;
  font-size: clamp(17px, 1.45vw, 21px);
  text-decoration-thickness: 1.5px;
}

html.route-product-product:not(.popup) .product-info .product-stats {
  width: 100%;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid var(--aem-line);
  border-radius: 11px;
  background: var(--aem-soft);
}

html.route-product-product:not(.popup) .product-info .product-stats ul {
  gap: 6px;
}

html.route-product-product:not(.popup) .product-info .product-stats li {
  margin: 0;
  color: var(--aem-muted);
  font-size: 13px;
  line-height: 1.4;
}

html.route-product-product:not(.popup) .product-info .product-stats b {
  color: var(--aem-ink);
  font-weight: 650;
}

html.route-product-product:not(.popup) .aem-product-trust {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0 24px !important;
}

html.route-product-product:not(.popup) .aem-product-trust-item {
  min-width: 0;
  min-height: 124px;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 13px 10px;
  border-color: var(--aem-line);
  border-radius: 9px;
  box-shadow: 0 6px 18px rgba(8, 47, 92, .07);
  text-align: center;
}

html.route-product-product:not(.popup) .aem-product-trust-icon {
  width: 46px;
  height: 46px;
  flex-basis: 46px;
  font-size: 24px;
}

html.route-product-product:not(.popup) .aem-product-trust-item strong {
  color: var(--aem-navy);
  font-size: 14px;
  white-space: normal;
}

html.route-product-product:not(.popup) .aem-product-trust-item small {
  color: var(--aem-muted);
  font-size: 11.5px;
  white-space: normal;
}

html.route-product-product:not(.popup) .button-group-page {
  padding-top: 18px !important;
}

html.route-product-product:not(.popup) .button-group-page .buttons-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, .42fr);
  gap: 10px;
  align-items: stretch;
  margin: 0 !important;
}

html.route-product-product:not(.popup) .button-group-page .stepper-group {
  display: grid;
  grid-template-columns: 122px minmax(220px, 1fr);
  gap: 10px;
  min-width: 0;
}

html.route-product-product:not(.popup) .button-group-page .stepper-group > .control-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

html.route-product-product:not(.popup) .button-group-page .stepper,
html.route-product-product:not(.popup) .button-group-page .btn {
  min-height: 52px;
  border-radius: 9px;
}

html.route-product-product:not(.popup) .button-group-page #button-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-width: 180px !important;
  max-width: none !important;
  justify-self: stretch;
  border-color: var(--aem-navy);
  background: var(--aem-navy);
  color: #fff;
  font-weight: 750;
  box-shadow: 0 7px 16px rgba(8, 47, 92, .18);
}

html.route-product-product:not(.popup) .button-group-page #button-cart:hover {
  border-color: var(--aem-navy-dark);
  background: var(--aem-navy-dark);
}

html.route-product-product:not(.popup) .button-group-page .extra-group {
  min-width: 0;
}

html.route-product-product:not(.popup) .button-group-page [data-quick-buy] {
  display: flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-color: var(--aem-yellow);
  background: var(--aem-yellow);
  color: #10243b;
  font-weight: 750;
}

html.route-product-product:not(.popup) .button-group-page [data-quick-buy]:hover {
  border-color: var(--aem-yellow-hover);
  background: var(--aem-yellow-hover);
}

html.route-product-product:not(.popup) .button-group-page .wishlist-compare {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  padding-top: 4px;
}

html.route-product-product:not(.popup) .aem-purchase-assurance {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 13px;
  color: var(--aem-navy);
  font-size: 12.5px;
  font-weight: 750;
}

html.route-product-product:not(.popup) .aem-purchase-assurance span {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 8px 12px;
  border: 1px solid #d5e2ef;
  border-radius: 9px;
  background: linear-gradient(180deg, #f9fbfe 0%, #f2f7fc 100%);
  box-shadow: 0 5px 14px rgba(8, 47, 92, .055);
  text-align: center;
}

html.route-product-product:not(.popup) .aem-purchase-assurance span + span::before {
  display: none;
}

html.route-product-product:not(.popup) .aem-purchase-assurance-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: var(--aem-navy);
  color: var(--aem-yellow);
  font-size: 17px;
  font-style: normal;
}

html.route-product-product:not(.popup) .aem-purchase-assurance span:nth-child(2) .aem-purchase-assurance-icon {
  background: #168b59;
  color: #fff;
}

html.route-product-product:not(.popup) #cc-widget-main + .wishlist-compare {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
  margin: 10px 0 0;
  padding: 0;
}

html.route-product-product:not(.popup) #cc-widget-main + .wishlist-compare .btn {
  min-height: 32px;
  padding: 4px 2px;
  background: transparent;
  color: #69778a;
  font-size: 12px;
  box-shadow: none;
}

html.route-product-product:not(.popup) .aem-product-extras {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: -14px 0 24px;
  padding-inline: clamp(16px, 2vw, 38px);
}

html.route-product-product:not(.popup) .aem-product-extras .wishlist-compare {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 0;
  padding: 0;
}

html.route-product-product:not(.popup) .aem-product-extras .wishlist-compare .btn {
  min-height: 32px;
  padding: 4px 2px;
  background: transparent;
  color: #69778a;
  font-size: 12px;
  box-shadow: none;
}

html.route-product-product:not(.popup) .aem-product-extras .tags {
  justify-content: center;
  margin: 0;
}

html.route-product-product:not(.popup) #cc-widget-main {
  margin-top: 18px !important;
  margin-bottom: 0 !important;
  border: 1px solid #f2d57b !important;
  border-left: 4px solid var(--aem-yellow) !important;
  border-radius: 10px !important;
  background: #fffaf0 !important;
  box-shadow: none !important;
}

html.route-product-product:not(.popup) .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-block: 16px 26px;
}

html.route-product-product:not(.popup) .tags a {
  padding: 7px 10px;
  border: 1px solid var(--aem-line);
  border-radius: 8px;
  background: #fff;
  color: #4d5d70;
}

html.route-product-product:not(.popup) .product-blocks.blocks-default,
html.route-product-product:not(.popup) .seo-pro-faq-wrap {
  margin-block: 28px;
  padding: clamp(18px, 2.2vw, 30px);
  border: 1px solid var(--aem-line);
  border-radius: var(--aem-radius);
  background: #fff;
  box-shadow: var(--aem-shadow);
}

html.route-product-product:not(.popup) .product-blocks.blocks-default {
  clear: both;
  isolation: isolate;
}

html.route-product-product:not(.popup) .product_tabs-default > .full-tabs-bg {
  display: none !important;
}

html.route-product-product:not(.popup) .product_tabs-default > .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
  margin: -8px -8px 22px;
  padding: 8px;
  border-bottom: 1px solid var(--aem-line);
  background: #f8fafc;
}

html.route-product-product:not(.popup) .product_tabs-default > .nav-tabs > li > a {
  min-height: 42px;
  padding: 11px 15px;
  border: 0;
  border-radius: 8px;
  color: #4d5d70;
  font-weight: 650;
}

html.route-product-product:not(.popup) .product_tabs-default > .nav-tabs > li.active > a {
  background: #fff;
  color: var(--aem-navy);
  box-shadow: 0 3px 12px rgba(8, 47, 92, .1);
}

html.route-product-product:not(.popup) .product-blocks .block-content {
  color: #4d5968;
  font-size: 15px;
  line-height: 1.75;
}

html.route-product-product:not(.popup) .product-blocks .block-content h2,
html.route-product-product:not(.popup) .product-blocks .block-content h3 {
  margin-top: 30px;
  color: var(--aem-ink);
  line-height: 1.3;
}

html.route-product-product:not(.popup) .product-blocks .block-content h2:first-child,
html.route-product-product:not(.popup) .product-blocks .block-content h3:first-child {
  margin-top: 0;
}

html.route-product-product:not(.popup) .product-blocks .block-content table {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--aem-line);
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;
}

html.route-product-product:not(.popup) .product-blocks .block-content th,
html.route-product-product:not(.popup) .product-blocks .block-content td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--aem-line);
}

html.route-product-product:not(.popup) .seo-pro-faq {
  margin: 0 !important;
}

html.route-product-product:not(.popup) .seo-pro-faq > h2 {
  margin: 0 0 16px !important;
  padding: 0 0 12px !important;
  border-bottom: 1px solid var(--aem-line) !important;
  color: var(--aem-ink);
  font-size: clamp(22px, 2vw, 30px);
}

html.route-product-product:not(.popup) .seo-pro-faq-item {
  margin: 0 0 8px !important;
  overflow: hidden;
  border: 1px solid var(--aem-line);
  border-radius: 10px;
  background: #fff;
}

html.route-product-product:not(.popup) .seo-pro-faq-item > h3 {
  margin: 0 !important;
  font-size: 15px !important;
}

html.route-product-product:not(.popup) .aem-faq-question {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 16px;
  border: 0;
  background: #fff;
  color: var(--aem-ink);
  text-align: left;
  font: inherit;
  font-weight: 650;
  cursor: pointer;
}

html.route-product-product:not(.popup) .aem-faq-question:hover,
html.route-product-product:not(.popup) .aem-faq-question:focus-visible {
  background: #f7faff;
  color: var(--aem-navy);
  outline: 0;
}

html.route-product-product:not(.popup) .aem-faq-question:focus-visible {
  box-shadow: inset 0 0 0 2px #7ba4cc;
}

html.route-product-product:not(.popup) .aem-faq-icon {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #edf4fb;
  color: var(--aem-navy);
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  transition: transform .18s ease;
}

html.route-product-product:not(.popup) .aem-faq-question[aria-expanded="true"] .aem-faq-icon {
  transform: rotate(45deg);
}

html.route-product-product:not(.popup) .aem-faq-answer {
  padding: 0 16px 16px !important;
  color: var(--aem-muted) !important;
  line-height: 1.7 !important;
}

html.route-product-product:not(.popup) .module-products-868 {
  width: calc(100% - clamp(32px, 4vw, 76px));
  max-width: 1600px;
  margin: 34px auto 48px;
  padding: clamp(18px, 2vw, 28px);
  border: 1px solid var(--aem-line);
  border-radius: var(--aem-radius);
  background: #fff;
  box-shadow: var(--aem-shadow);
}

html.route-product-product:not(.popup) .module-products-868 > .module-body,
html.route-product-product:not(.popup) .module-products-868 .tab-content {
  overflow: visible;
}

html.route-product-product:not(.popup) .module-products-868 .nav-tabs {
  margin: 0 0 22px;
  border: 0;
  background: transparent;
}

html.route-product-product:not(.popup) .module-products-868 .nav-tabs > li > a {
  position: relative;
  padding: 0 0 13px;
  border: 0 !important;
  background: transparent !important;
  color: var(--aem-ink);
  font-size: clamp(20px, 1.6vw, 27px);
  font-weight: 800;
  letter-spacing: -.02em;
}

html.route-product-product:not(.popup) .module-products-868 .nav-tabs > li > a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58px;
  height: 4px;
  border-radius: 99px;
  background: var(--aem-yellow);
  content: "";
}

html.route-product-product:not(.popup) .module-products-868 .product-grid {
  display: flex !important;
  width: 100%;
  align-items: stretch;
  justify-content: stretch !important;
  gap: 16px;
}

@media (min-width: 768px) {
  html.route-product-product:not(.popup) .module-products-868 .product-grid > .auto-grid-items {
    display: grid !important;
    width: 100% !important;
    max-width: none !important;
    flex: 1 1 100% !important;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)) !important;
    grid-auto-flow: row !important;
    grid-auto-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
    padding: 0 !important;
    overflow: visible !important;
  }
}

@media (min-width: 1101px) {
  html.route-product-product:not(.popup) .module-products-868 .product-layout {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: 1 1 0 !important;
  }
}

html.route-product-product:not(.popup) .module-products-868 .product-thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--aem-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(8, 47, 92, .07);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

html.route-product-product:not(.popup) .module-products-868 .product-thumb:hover {
  border-color: #c7d6e5;
  box-shadow: 0 11px 26px rgba(8, 47, 92, .12);
  transform: translateY(-3px);
}

html.route-product-product:not(.popup) .module-products-868 .product-thumb .image-group {
  border-bottom: 1px solid #edf2f7;
  background: linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
}

html.route-product-product:not(.popup) .module-products-868 .product-thumb .caption {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 14px;
}

html.route-product-product:not(.popup) .module-products-868 .product-thumb .name a {
  display: -webkit-box;
  min-height: 2.7em;
  overflow: hidden;
  color: var(--aem-ink);
  font-weight: 650;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

html.route-product-product:not(.popup) .module-products-868 .product-thumb .price-new,
html.route-product-product:not(.popup) .module-products-868 .product-thumb .price-normal {
  color: var(--aem-navy);
  font-weight: 750;
}

html.route-product-product:not(.popup) .module-products-868 .product-thumb .button-group {
  display: grid !important;
  gap: 8px;
  padding: 12px 14px 14px;
  border-top: 1px solid #edf2f7;
}

html.route-product-product:not(.popup) .module-products-868 .product-thumb .buttons-wrapper {
  margin-top: auto;
}

html.route-product-product:not(.popup) .module-products-868 .product-thumb .cart-group {
  display: grid !important;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 8px;
  align-items: stretch;
}

html.route-product-product:not(.popup) .module-products-868 .product-thumb .stepper {
  width: 68px !important;
  min-width: 0 !important;
  min-height: 40px;
  border: 1px solid #d5e0eb;
  border-radius: 8px;
  background: #fff;
}

html.route-product-product:not(.popup) .module-products-868 .product-thumb .btn-cart {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 40px !important;
  align-items: center;
  justify-content: center;
  padding: 8px 10px !important;
  border-color: var(--aem-navy) !important;
  border-radius: 8px;
  background: var(--aem-navy) !important;
  color: #fff !important;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
}

html.route-product-product:not(.popup) .module-products-868 .product-thumb .btn-cart:hover {
  border-color: var(--aem-navy-dark) !important;
  background: var(--aem-navy-dark) !important;
  color: #fff !important;
}

html.route-product-product:not(.popup) .module-products-868 .product-thumb .wish-group {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

html.route-product-product:not(.popup) .module-products-868 .product-thumb .btn-wishlist,
html.route-product-product:not(.popup) .module-products-868 .product-thumb .btn-compare {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 40px !important;
  align-items: center;
  justify-content: center;
  padding: 7px 8px !important;
  border: 1px solid #d9e3ed !important;
  border-radius: 8px !important;
  background: #f7f9fc !important;
  color: #40556d !important;
  font-size: 10.5px !important;
  font-weight: 700;
  line-height: 1.2 !important;
  text-align: center;
  white-space: normal !important;
}

html.route-product-product:not(.popup) .module-products-868 .product-thumb .btn-wishlist:hover,
html.route-product-product:not(.popup) .module-products-868 .product-thumb .btn-compare:hover {
  border-color: #9db4ca !important;
  background: #edf4fb !important;
  color: var(--aem-navy) !important;
}

html.route-product-product:not(.popup) .module-products-868 .product-thumb .button-group .btn-text {
  display: inline !important;
  position: static !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  white-space: normal !important;
  transform: none !important;
}

html.route-product-product:not(.popup) .module-products-868 .product-thumb .extra-group,
html.route-product-product:not(.popup) .module-products-868 .product-thumb:hover .extra-group {
  display: none !important;
}

html.route-product-product:not(.popup) footer {
  margin-top: 0;
  background: linear-gradient(180deg, #092f59 0%, #061f3a 48%, #17212b 48%, #111a23 100%);
  color: #dce7f3;
}

html.route-product-product:not(.popup) footer .grid-row-1 {
  padding-block: 30px;
  background: linear-gradient(135deg, #082f5c 0%, #0b4077 100%) !important;
}

html.route-product-product:not(.popup) footer .grid-row-1 .grid-cols-wrapper,
html.route-product-product:not(.popup) footer .grid-row-2 .grid-cols-wrapper,
html.route-product-product:not(.popup) footer .grid-row-5 .grid-cols-wrapper,
html.route-product-product:not(.popup) footer .grid-row-6 .grid-cols-wrapper {
  width: calc(100% - clamp(32px, 4vw, 76px));
  max-width: 1600px;
  margin-inline: auto;
}

html.route-product-product:not(.popup) footer .module-info_blocks-781 .info_blocks-grid {
  gap: 14px;
}

html.route-product-product:not(.popup) footer .module-info_blocks-781 .module-item {
  min-width: 0;
}

html.route-product-product:not(.popup) footer .module-info_blocks-781 .info-block {
  min-height: 118px;
  padding: 19px 20px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  background: rgba(255, 255, 255, .055);
  box-shadow: inset 0 1px rgba(255, 255, 255, .04);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

html.route-product-product:not(.popup) footer .module-info_blocks-781 .info-block:hover {
  border-color: rgba(244, 197, 47, .52);
  background: rgba(255, 255, 255, .09);
  transform: translateY(-2px);
}

html.route-product-product:not(.popup) footer .module-info_blocks-781 .info-block-title {
  margin-bottom: 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

html.route-product-product:not(.popup) footer .module-info_blocks-781 .info-block-title::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--aem-yellow);
  box-shadow: 0 0 0 5px rgba(244, 197, 47, .12);
  content: "";
  vertical-align: 1px;
}

html.route-product-product:not(.popup) footer .module-info_blocks-781 .info-block-text {
  color: #c6d5e5;
  font-size: 12px;
  line-height: 1.55;
}

html.route-product-product:not(.popup) footer .grid-row-2 {
  padding-block: 36px 40px;
  background: #17212b !important;
}

html.route-product-product:not(.popup) footer .module-side_products-735 .nav-tabs {
  display: flex;
  gap: 8px;
  margin: 0 0 18px;
  border: 0;
  background: transparent;
}

html.route-product-product:not(.popup) footer .module-side_products-735 .nav-tabs > li > a {
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, .13) !important;
  border-radius: 9px;
  background: rgba(255, 255, 255, .035) !important;
  color: #aebccb;
  font-weight: 700;
}

html.route-product-product:not(.popup) footer .module-side_products-735 .nav-tabs > li.active > a,
html.route-product-product:not(.popup) footer .module-side_products-735 .nav-tabs > li > a:hover {
  border-color: var(--aem-yellow) !important;
  background: var(--aem-yellow) !important;
  color: #10243b;
}

html.route-product-product:not(.popup) footer .module-side_products-735 .side-products {
  gap: 12px;
}

html.route-product-product:not(.popup) footer .module-side_products-735 .side-product {
  height: 100%;
  min-height: 116px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .13);
  transition: transform .18s ease, box-shadow .18s ease;
}

html.route-product-product:not(.popup) footer .module-side_products-735 .side-product:hover {
  box-shadow: 0 12px 25px rgba(0, 0, 0, .2);
  transform: translateY(-2px);
}

html.route-product-product:not(.popup) footer .module-side_products-735 .side-product .image {
  border-right: 1px solid #edf2f7;
  background: #f8fafc;
}

html.route-product-product:not(.popup) footer .module-side_products-735 .side-product .caption {
  padding: 12px;
}

html.route-product-product:not(.popup) footer .module-side_products-735 .side-product .name a {
  display: -webkit-box;
  overflow: hidden;
  color: var(--aem-ink);
  font-weight: 650;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

html.route-product-product:not(.popup) footer .module-side_products-735 .side-product .price-new,
html.route-product-product:not(.popup) footer .module-side_products-735 .side-product .price-normal {
  color: var(--aem-navy);
  font-weight: 800;
}

html.route-product-product:not(.popup) footer .grid-row-4 {
  display: none !important;
}

html.route-product-product:not(.popup) footer .grid-row-5 {
  padding-block: 40px 34px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: #111a23 !important;
}

html.route-product-product:not(.popup) footer .module-catalog-453 .catalog-grid {
  gap: 24px;
}

html.route-product-product:not(.popup) footer .module-catalog-453 .catalog-title,
html.route-product-product:not(.popup) footer .module-newsletter-67 .module-title {
  display: block;
  margin-bottom: 15px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
}

html.route-product-product:not(.popup) footer .module-catalog-453 .catalog-title::after,
html.route-product-product:not(.popup) footer .module-newsletter-67 .module-title::after {
  display: block;
  width: 36px;
  height: 3px;
  margin-top: 9px;
  border-radius: 99px;
  background: var(--aem-yellow);
  content: "";
}

html.route-product-product:not(.popup) footer .module-catalog-453 .subitem a {
  display: inline-block;
  padding-block: 4px;
  color: #b9c7d5 !important;
  line-height: 1.45;
  transition: color .15s ease, transform .15s ease;
}

html.route-product-product:not(.popup) footer .module-catalog-453 .subitem a:hover {
  color: var(--aem-yellow) !important;
  transform: translateX(3px);
}

html.route-product-product:not(.popup) footer .module-newsletter-67 {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  background: rgba(255, 255, 255, .045);
}

html.route-product-product:not(.popup) footer .module-newsletter-67 .newsletter-text {
  margin-bottom: 15px;
  color: #bdcad7;
  line-height: 1.55;
}

html.route-product-product:not(.popup) footer .module-newsletter-67 .input-group {
  overflow: hidden;
  border-radius: 9px;
  background: #fff;
}

html.route-product-product:not(.popup) footer .module-newsletter-67 .newsletter-email {
  min-height: 46px;
  border: 0;
  background: #fff;
  color: var(--aem-ink);
}

html.route-product-product:not(.popup) footer .module-newsletter-67 .btn-primary {
  min-width: 54px;
  min-height: 46px;
  border: 0;
  background: var(--aem-yellow);
  color: #10243b;
}

html.route-product-product:not(.popup) footer .module-image-1168 {
  margin-top: 18px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  background: rgba(255, 255, 255, .035);
}

html.route-product-product:not(.popup) footer .grid-row-6 {
  padding-block: 18px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: #0d151e !important;
}

html.route-product-product:not(.popup) footer .grid-row-6,
html.route-product-product:not(.popup) footer .grid-row-6 a {
  color: #9fb0c1 !important;
}

@media (min-width: 1101px) {
  html.route-product-product:not(.popup) .product-left-wrapper,
  html.route-product-product:not(.popup) .product-image,
  html.route-product-product:not(.popup) .product-image .main-image,
  html.route-product-product:not(.popup) .product-image .main-image .swiper-container,
  html.route-product-product:not(.popup) .product-image .main-image .swiper-wrapper,
  html.route-product-product:not(.popup) .product-image .main-image .swiper-slide {
    height: 100%;
  }

  html.route-product-product:not(.popup) .product-image .main-image .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  html.route-product-product:not(.popup) .product-image .main-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  html.route-product-product:not(.popup) .product-image .additional-images {
    max-height: 100%;
    align-self: stretch;
  }
}

@media (max-width: 1100px) {
  html.route-product-product:not(.popup) .product-info {
    grid-template-columns: 1fr;
  }

  html.route-product-product:not(.popup) .product-left {
    border-right: 0;
    border-bottom: 1px solid var(--aem-line);
  }

  html.route-product-product:not(.popup) .product-price-group {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  html.route-product-product:not(.popup) body.aem-mobile-buybar-active {
    padding-bottom: 0 !important;
  }

  html.route-product-product:not(.popup) #aem-consent-settings {
    left: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    padding: 6px 9px;
    font-size: 11px;
    line-height: 1.2;
  }

  html.route-product-product:not(.popup) body.aem-mobile-buybar-active #aem-consent-settings {
    bottom: calc(74px + env(safe-area-inset-bottom));
  }

  html.route-product-product:not(.popup) #product-product {
    padding-inline: 10px;
  }

  html.route-product-product:not(.popup) .product-info {
    gap: 13px;
    margin-block: 12px 20px;
  }

  html.route-product-product:not(.popup) .product-price-group {
    grid-template-columns: minmax(0, 1fr);
  }

  html.route-product-product:not(.popup) .product-info .price-wrapper {
    width: auto;
  }

  html.route-product-product:not(.popup) .product-left-wrapper,
  html.route-product-product:not(.popup) .product-right-wrapper,
  html.route-product-product:not(.popup) .product-blocks.blocks-default,
  html.route-product-product:not(.popup) .seo-pro-faq-wrap {
    border-radius: 11px;
  }

  html.route-product-product:not(.popup) .product-info .product-left-wrapper,
  html.route-product-product:not(.popup) .product-info .product-right-wrapper {
    border-radius: 0;
  }

  html.route-product-product:not(.popup) .product-right-wrapper,
  html.route-product-product:not(.popup) .product-blocks.blocks-default,
  html.route-product-product:not(.popup) .seo-pro-faq-wrap {
    padding: 14px;
  }

  html.route-product-product:not(.popup) .product-details > .page-title {
    font-size: 20px;
  }

  html.route-product-product:not(.popup) .aem-product-status-row {
    grid-template-columns: 1fr;
    gap: 9px;
    margin: 13px 0 21px !important;
    padding-bottom: 18px;
  }

  html.route-product-product:not(.popup) .aem-product-discount-badge,
  html.route-product-product:not(.popup) .aem-stock-badge {
    min-height: 44px;
  }

  html.route-product-product:not(.popup) .aem-product-trust {
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }

  html.route-product-product:not(.popup) .aem-product-trust-item {
    min-height: 106px;
  }

  html.route-product-product:not(.popup) .aem-purchase-assurance {
    grid-template-columns: 1fr;
  }

  html.route-product-product:not(.popup) .aem-purchase-assurance span + span::before {
    display: none;
  }

  html.route-product-product:not(.popup) .button-group-page .buttons-wrapper,
  html.route-product-product:not(.popup) .button-group-page .stepper-group {
    grid-template-columns: 1fr;
  }

  html.route-product-product:not(.popup) .button-group-page,
  html.route-product-product:not(.popup) .button-group-page .buttons-wrapper,
  html.route-product-product:not(.popup) .button-group-page .wishlist-compare {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  html.route-product-product:not(.popup) .button-group-page {
    padding-top: 15px !important;
  }

  html.route-product-product:not(.popup) .button-group-page .buttons-wrapper {
    gap: 10px !important;
  }

  html.route-product-product:not(.popup) .button-group-page .wishlist-compare {
    gap: 7px 14px !important;
    padding-top: 2px !important;
  }

  html.route-product-product:not(.popup) .button-group-page .wishlist-compare .btn {
    min-height: 34px;
    margin: 0 !important;
  }

  html.route-product-product:not(.popup) .button-group-page .stepper {
    max-width: 132px;
  }

  html.route-product-product:not(.popup) .button-group-page #button-cart {
    min-width: 0 !important;
  }

  html.route-product-product:not(.popup) .product_tabs-default > .nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  html.route-product-product:not(.popup) .product_tabs-default > .nav-tabs > li {
    flex: 0 0 auto;
  }

  html.route-product-product:not(.popup) .product-blocks .block-content table {
    display: block;
    overflow-x: auto;
  }

  html.route-product-product:not(.popup) .module-products-868 {
    width: calc(100% - 20px);
    margin-block: 24px 32px;
    padding: 14px;
    border-radius: 12px;
  }

  html.route-product-product:not(.popup) .module-products-868 .nav-tabs {
    margin-bottom: 15px;
  }

  html.route-product-product:not(.popup) footer .grid-row-1,
  html.route-product-product:not(.popup) footer .grid-row-2,
  html.route-product-product:not(.popup) footer .grid-row-5 {
    padding-block: 24px;
  }

  html.route-product-product:not(.popup) footer .grid-row-1 .grid-cols-wrapper,
  html.route-product-product:not(.popup) footer .grid-row-2 .grid-cols-wrapper,
  html.route-product-product:not(.popup) footer .grid-row-5 .grid-cols-wrapper,
  html.route-product-product:not(.popup) footer .grid-row-6 .grid-cols-wrapper {
    width: calc(100% - 20px);
  }

  html.route-product-product:not(.popup) footer .module-info_blocks-781 .info_blocks-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  html.route-product-product:not(.popup) footer .module-info_blocks-781 .info-block {
    min-height: 112px;
    padding: 15px;
  }

  html.route-product-product:not(.popup) footer .module-side_products-735 .nav-tabs {
    overflow-x: auto;
    scrollbar-width: thin;
  }

  html.route-product-product:not(.popup) footer .module-side_products-735 .nav-tabs > li {
    flex: 0 0 auto;
  }

  html.route-product-product:not(.popup) footer .module-side_products-735 .side-products {
    gap: 9px;
  }

  html.route-product-product:not(.popup) footer .module-side_products-735 .side-product {
    min-height: 108px;
  }

  html.route-product-product:not(.popup) footer .module-catalog-453 .catalog-grid {
    gap: 18px;
  }

  html.route-product-product:not(.popup) footer .module-newsletter-67 {
    margin-top: 18px;
    padding: 16px;
  }
}

@media (max-width: 420px) {
  html.route-product-product:not(.popup) .aem-product-trust {
    grid-template-columns: 1fr;
  }

  html.route-product-product:not(.popup) footer .module-info_blocks-781 .info_blocks-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.route-product-product:not(.popup) .product-image .additional-image,
  html.route-product-product:not(.popup) .aem-product-trust-item,
  html.route-product-product:not(.popup) .module-products-868 .product-thumb,
  html.route-product-product:not(.popup) footer .module-info_blocks-781 .info-block,
  html.route-product-product:not(.popup) footer .module-side_products-735 .side-product,
  html.route-product-product:not(.popup) .aem-faq-icon {
    transition: none !important;
  }
}
