:root {
  --primary: #5224f8;
  --primary-hover: #6840f8;

  --success: #1da80a;
  --warning: #f86124;
  --error: #f82424;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  padding-top: 111px;
  font-size: 12px;
  font-family: "Figtree", sans-serif;
}

input,
textarea,
select,
button {
  outline: none;
  font-family: "Figtree", sans-serif;
}

.wrapper {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
}

.button {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  height: 40px;
  background-color: var(--primary);
  border-radius: 5px;
  transition: all .2s linear;
  border: unset;
  outline: none;
  cursor: pointer;
  border: solid 2px transparent;
}

.button:hover {
  background-color: var(--primary-hover);
  transform: translateY(-2px);
}

.button.outline {
  color: var(--primary);
  background-color: transparent;
  border-color: var(--primary);
}

.button.outline:hover {
  background-color: #f1f1f1;
}

.button svg {
  width: 18px;
  height: 18px;
}

/* Header */
.header-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  background-color: #fff;
  border-bottom: solid 1px #dae1ed;
}

.header-container .header-info {
  background-color: #f1f1f1;
  border-bottom: solid 1px #dae1ed;
}

.header-container .header-info .cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12px;
  justify-content: space-between;
}

.header-container .header-info .cols ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.header-container .header-info .cols ul:nth-child(2) {
  gap: 20px;
}

.header-container .header-info .cols ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  color: #555;
}

.header-container .header-info .cols ul li svg {
  width: 16px;
  height: 16px;
  stroke: #c2c2c2;
}

.header-container .header-info .cols ul a {
  padding: 10px;
  text-decoration: none;
  color: #555;
  transition: all .3s linear;
}

.header-container .header-info .cols ul a:hover {
  color: var(--primary);
  background-color: #e7e7e7;
}

.header {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header .logo {
  flex-shrink: 0;
  line-height: 0;
}

.header .logo a {
  display: inline-block;
  line-height: 0;
}

/* logo.webp doğal oran 165×55 — esneme yok; dar alanda küçülür */
.header .logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(165px, 100%);
  max-height: 55px;
  aspect-ratio: 165 / 55;
  object-fit: contain;
  object-position: left center;
}

.header .navigation {
  margin-left: 20px;
}

.header .navigation>ul>li>a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  color: #444f5f;
  padding: 10px 10px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  text-decoration: none;
  transition: all .2s linear;
}

.header .navigation>ul>li>a svg {
  height: 14px;
  width: 14px;
}

.header .navigation>ul>li:hover>a {
  color: var(--primary);
  background-color: #f0ebff;
}

.header .navigation>ul>li {
  position: relative;
}

.header .navigation>ul>li .dropdown-container {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 10px;
}

.header .navigation>ul>li:hover .dropdown-container {
  display: block;
}

.header .navigation>ul>li .dropdown-container .dropdown li>.inner-list {
  padding-left: 10px;
}

.header .navigation>ul>li .dropdown-container .dropdown li {
  position: relative;
}

.header .navigation>ul>li .dropdown-container .dropdown li>.inner-list>ul,
.header .navigation>ul>li .dropdown-container .dropdown {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  border: solid 1px #dae1ed;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.header .navigation>ul>li .dropdown-container .dropdown li a {
  padding: 10px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  color: #555;
  min-width: 250px;
  transition: all .2s linear;
}

.header .navigation>ul>li .dropdown-container .dropdown li a svg {
  width: 16px;
  height: 16px;
  stroke: #888;
}

.header .navigation>ul>li .dropdown-container .dropdown li:hover>a {
  background-color: #f1f1f1;
}

.header .navigation>ul>li .dropdown-container .dropdown li>.inner-list {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}

.header .navigation>ul>li .dropdown-container .dropdown li:hover>.inner-list {
  display: block;
}

.header .checkout-steps {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 50px;
}

.header .checkout-steps .item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 300;
  color: #666;
}

.header .checkout-steps .item .step {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #666;
  width: 25px;
  height: 30px;
  font-size: 14px;
  font-weight: 700;
  background-color: #ccc;
  border-radius: 5px;
}

.header .checkout-steps .item .step svg {
  width: 16px;
  height: 16px;
}

.header .checkout-steps .item span {
  color: #999;
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 600;
}

.header .checkout-steps .item.active {
  color: #000;
}

.header .checkout-steps .item.active .step {
  color: #fff;
  background-color: var(--primary);
}

.header .checkout-steps .item.active span {
  color: var(--primary);
}

.header .checkout-steps .item.passed {
  color: #000;
}

.header .checkout-steps .item.passed .step {
  color: #fff;
  background-color: var(--success);
}

.header .checkout-steps .item.passed span {
  color: var(--primary);
}


.search-container {
  position: relative;
  margin-left: auto;
  margin-right: 20px;
}

.search-container {
  position: relative;
}

.search-container input {
  width: 300px;
  height: 40px;
  font-weight: 300;
  padding-left: 20px;
  padding-right: 50px;
  border-radius: 40px;
  border: unset;
  border: solid 1px #dadde3;
}

.search-container button {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  right: 6px;
  top: 50%;
  width: 30px;
  height: 29px;
  background-color: var(--primary);
  border: unset;
  border-radius: 100%;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all .2s linear;
}

.search-container button:hover {
  background-color: var(--primary-hover);
}

.search-container button svg {
  width: 14px;
  height: 14px;
  stroke: #fff;
}

.autocomplete-container {
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0.2s;
}

.autocomplete-container.autocomplete-container--open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition:
    opacity 0.2s ease,
    transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s;
}

@media (prefers-reduced-motion: reduce) {
  .autocomplete-container {
    transition: none;
  }
}

.autocomplete-container .autocomplete-inner {
  width: 350px;
  padding: 10px;
  background-color: #fff;
  border: solid 1px #dae1ed;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  height: auto;
  max-height: none;
  overflow: visible;
}

/* Sadece “tüm ürünlerde ara” satırı — kutu içeriğe göre kısa */
.autocomplete-container .autocomplete-inner:not(.autocomplete-inner--with-products) {
  padding-bottom: 8px;
}

/* Ürün listesi varken eski davranış: kaydırmalı tavan yükseklik */
.autocomplete-container .autocomplete-inner.autocomplete-inner--with-products {
  max-height: 250px;
  overflow-y: auto;
}

.autocomplete-container .autocomplete-inner .keyword {
  display: block;
  padding: 5px 0;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  color: var(--primary);
}

.autocomplete-container .autocomplete-inner .label {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  border-bottom: solid 1px #dae1ed;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.autocomplete-container .autocomplete-inner li {
  margin-top: 7px;
}

.autocomplete-container .autocomplete-inner li a {
  color: #333;
  display: grid;
  align-items: center;
  grid-template-columns: 35px 1fr;
  gap: 7px;
  font-weight: 600;
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  transition: all .2s linear;
}

.autocomplete-container .autocomplete-inner li a:hover {
  color: var(--primary);
}

.autocomplete-container .autocomplete-inner li img {
  width: 35px;
  height: 25px;
  object-fit: contain;
  object-position: center;
  display: block;
  background-color: #f3f4f6;
}

/* Banner boot: Slick oncesi yigin ve CLS — yalnizca .js-homepage-carousel (kategori .item etkilenmez) */
.homepage-slider.js-homepage-carousel:not(.slick-initialized) > .item ~ .item {
  display: none;
}

/* No :has() — wider browser support for pre-Slick min-height (CLS) */
.homepage-slider.js-homepage-carousel:not(.slick-initialized) {
  min-height: 440px;
}

.homepage-slider.js-homepage-carousel:not(.slick-initialized)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  background: rgba(0, 0, 0, 0.06);
  pointer-events: none;
}

.homepage-slider {
  position: relative;
}

/* Liste yuksekligi JS ile verilince track ve slayt ( .item ) liste ile ayni boya uzasin */
.homepage-slider.slick-initialized .slick-track {
  min-height: 100%;
}

.homepage-slider.slick-initialized .slick-slide {
  min-height: 100%;
  box-sizing: border-box;
}

/* Slick oklari: semantik <button> (Lighthouse erisilebilirlik) */
.homepage-slider button.slide-prev,
.homepage-slider button.slide-next,
.colored-tabs button.slide-prev,
.colored-tabs button.slide-next {
  margin: 0;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
}

.homepage-slider .slide-prev,
.homepage-slider .slide-next {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  z-index: 5;
  cursor: pointer;
  border-radius: 5px;
  transition: all .2s linear;
}

.homepage-slider .slide-next {
  left: auto;
  right: 20px;
}

.homepage-slider .slide-next:hover,
.homepage-slider .slide-prev:hover {
  background-color: #f0ebff;
  margin-top: -2px;
}

.homepage-slider .slide-next svg,
.homepage-slider .slide-prev svg {
  display: block;
  margin: 0 auto;
  transition: all .2s linear;
}

.homepage-slider .slide-next:hover svg,
.homepage-slider .slide-prev:hover svg {
  stroke: var(--primary);
}

.homepage-slider .slider-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 70px;
  background-image: "linear-gradient(to right, rgba(229, 231, 235, 0.8) 1px, transparent 1px), linear-gradient(to bottom, rgba(229, 231, 235, 0.8) 1px, transparent 1px), radial-gradient(circle 500px at 20% 80%, rgba(139, 92, 246, 0.3), transparent), radial-gradient(circle 500px at 80% 20%, rgba(59, 130, 246, 0.3), transparent)";
  background-size: "48px 48px, 48px 48px, 100% 100%, 100% 100%",
}

.homepage-slider .slider-item>div {
  flex: .48
}

.homepage-slider .slider-item .image {
  position: relative;
  width: 100%;
  min-height: 0;
}

/* Gömülü video: akışta kalsın; absolute + % height poster kalkınca yüksekliği sıfırlıyordu */
.homepage-slider .slider-item .image iframe.js-banner-youtube-iframe {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
}

/* Banner foto: kırpma yok; genişlik kutuya göre, yükseklik görsel oranına göre */
.homepage-slider .slider-item .image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.homepage-slider .slider-item .image img.js-banner-video-trigger {
  cursor: pointer;
}

.homepage-slider .slider-item .image img.js-banner-video-trigger:focus {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

/* Banner kapak + YouTube: ortada play; hover sadece yuvarlak buton (görsel sabit) */
.homepage-slider .slider-item .image .banner-video-poster {
  position: relative;
  display: block;
  width: 100%;
}

.homepage-slider .slider-item .image .banner-video-poster__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.52);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  pointer-events: auto;
  cursor: pointer;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.homepage-slider .slider-item .image .banner-video-poster__play:hover {
  background: rgba(0, 0, 0, 0.72);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.homepage-slider .slider-item .image .banner-video-poster__play-icon {
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 3px;
  fill: #fff;
}

.homepage-slider .slider-item .content {
  color: #fff;
}

.homepage-slider .slider-item .hero {
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.homepage-slider .slider-item p {
  max-width: 70%;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 15px 0;
  opacity: .8;
}

.homepage-slider .slider-item a.slide-button {
  color: #000;
  background-color: #fff;
}

.homepage-slider .slider-item a.slide-button:hover {
  color: var(--primary);
  background-color: #f0ebff;
}

.homepage-slider .slider-item .prices {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0;
  gap: 10px;
  margin: 20px 0;
}

.homepage-slider .slider-item .prices .old {
  opacity: .5;
  font-size: 18px;
  font-weight: 700;
  text-decoration: line-through;
}

.homepage-slider .slider-item .prices .current {
  font-size: 26px;
  font-weight: 700;
}

.homepage-slider .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
}

.homepage-slider .slick-dots button {
  text-indent: -9999px;
  overflow: hidden;
  width: 20px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  border: unset;
  outline: none;
  border-radius: 5px;
  transition: all .2s linear;
}

.homepage-slider .slick-dots .slick-active button {
  background-color: #fff;
}

.site-properties {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding: 30px 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.site-properties .col {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}

.site-properties .col .icon {
  flex: 0 0 52px;
  max-width: 52px;
  flex-shrink: 0;
}

.site-properties .col .content {
  flex: 1 1 auto;
  min-width: 0;
  padding-left: 20px;
  box-sizing: border-box;
}

.site-properties .col .icon img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.site-properties .col .hero {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 7px;
  line-height: 28px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.site-properties .col p {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.colored-tabs {
  position: relative;
  margin: 0 -10px;
  padding-right: 100px;
}

/* Kategori carousel: sabit satir yuksekligi + oklarin kesilmemesi (CLS) */
.colored-tabs.js-categories {
  min-height: 40px;
  overflow: visible;
  box-sizing: border-box;
}

.colored-tabs.js-categories.slick-initialized {
  overflow: visible;
}

.colored-tabs.js-categories .slick-list {
  min-height: 40px;
}

.colored-tabs.js-categories .slick-slide > .item {
  min-height: 40px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

/* Category tabs: horizontal row before Slick (no :has for browser support) */
.colored-tabs.js-categories:not(.slick-initialized) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  min-height: 40px;
}

.colored-tabs.js-categories:not(.slick-initialized) > .item {
  flex: 0 0 auto;
}

/* Base matches design-mock; .js-categories extends for Slick arrows below */
.colored-tabs .slide-prev,
.colored-tabs .slide-next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: var(--primary);
  z-index: 5;
  cursor: pointer;
  border-radius: 5px;
  transition: all .2s linear;
}

.colored-tabs.js-categories .slide-prev,
.colored-tabs.js-categories .slide-next {
  min-width: 40px;
  min-height: 40px;
  justify-content: center;
  color: #fff;
  z-index: 8;
  transition: background-color 0.2s linear, margin-top 0.2s linear;
}

.colored-tabs .slide-prev {
  left: auto;
  right: 55px;
}

.colored-tabs .slide-next:hover,
.colored-tabs .slide-prev:hover {
  background-color: var(--primary-hover);
  margin-top: -2px;
}

.colored-tabs .slide-next svg,
.colored-tabs .slide-prev svg {
  display: block;
  margin: 0 auto;
  transition: all .2s linear;
}

.colored-tabs .slide-next svg,
.colored-tabs .slide-prev svg {
  stroke: #fff;
}

.colored-tabs .item {
  padding: 0 10px;
}

.colored-tabs a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  color: #555;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #eee;
  text-decoration: none;
  transition: all .3s linear;
}

.colored-tabs.js-categories a {
  min-height: 40px;
  box-sizing: border-box;
}

.colored-tabs a.active {
  color: #fff;
  background-color: var(--primary);
}

.colored-tabs a:hover {
  color: #fff;
  background-color: var(--primary-hover);
}

.products-tab .hero {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.products-tab .desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  max-width: 60%;
  opacity: .6;
  margin-bottom: 20px;
}

.products-tab .hero:empty,
.products-tab .desc:empty {
  display: none;
  margin: 0;
  padding: 0;
}

.product-list-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  margin-top: 15px;
}

.product-item {
  padding: 10px;
  border: solid 1px #dae1ed;
  border-radius: 5px;
  transition: all .2s linear;
  background-color: #fff;
  border: solid 1px #dae1ed;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, .07);
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #000;
}

.product-item .image-area {
  position: relative;
}

.product-item .image-area .product-item__image-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.product-item .product-item__list-price-note {
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 1;
  font-size: 11px;
  font-weight: 600;
  color: #5b6780;
  background: rgba(255, 255, 255, 0.92);
  padding: 4px 6px;
  border-radius: 4px;
  line-height: 1.2;
}

.product-item .image-area img {
  display: block;
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 5px;
}

.product-item .info-area {}

.product-item .name {
  color: #0f1114;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 15px;
}

.product-item ul.badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  margin-top: 10px;
}

.product-item ul.badges li {
  height: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  background-color: var(--primary);
}

.product-item ul.badges li.red {
  background-color: var(--error);
}

.product-item ul.badges li.orange {
  background-color: var(--warning);
}

.product-item ul.badges li.green {
  background-color: var(--success);
}

/* Vitrin standart rozetleri (elitadmin / ProductListingBadges) */
.product-item ul.badges li.v2-badge-popular,
.list-product-item ul.badges li.v2-badge-popular {
  background-color: #5224f8;
}

.product-item ul.badges li.v2-badge-featured,
.list-product-item ul.badges li.v2-badge-featured {
  background-color: #f86124;
}

.product-item ul.badges li.v2-badge-year,
.list-product-item ul.badges li.v2-badge-year {
  background-color: #1da80a;
}

.product-item ul.badges li.v2-badge-discount,
.list-product-item ul.badges li.v2-badge-discount {
  background-color: #f82424;
}

.product-item ul.badges li.v2-badge-legacy,
.list-product-item ul.badges li.v2-badge-legacy {
  background-color: #6c757d;
}

.product-item ul.properties {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  margin-top: 10px;
}

.product-item ul.properties li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  color: #5b6780;
}

.product-item ul.properties li svg {
  width: 14px;
  height: 14px;
  stroke: #5b6780;
}

.product-item .prices {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0;
  gap: 10px;
  margin-top: 20px;
}

.product-item .prices .old {
  opacity: .5;
  font-size: 14px;
  font-weight: 700;
  text-decoration: line-through;
}

.product-item .prices .current {
  font-size: 20px;
  font-weight: 700;
}

.product-item a.more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: #999;
  border: solid 2px #9e9e9e;
  border-radius: 5px;
  transition: all .2s linear;
  text-decoration: none;
  box-sizing: border-box;
}

.product-item:hover {
  border-color: var(--primary);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.09);
}

.product-item:hover a.more {
  color: var(--primary);
  border-color: var(--primary);
}

.product-item .bottom-area {
  margin-top: auto;
}

.product-highlight {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  margin-top: 50px;
  background-color: #202230;
  border-radius: 20px;
}

.product-highlight>div {
  flex: .48;
  min-width: 0;
}

.product-highlight .image img {
  width: 100%;
  max-width: 100%;
  height: 320px;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: 5px;
}

.product-highlight .content {
  color: #fff;
  min-width: 0;
}

.product-highlight .hero {
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.product-highlight p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 15px 0;
  opacity: .8;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.product-highlight .properties {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  margin-top: 10px;
  opacity: .8;
  margin-bottom: 20px;
}

.product-highlight .properties li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  color: #fff;
  word-break: break-word;
  overflow-wrap: anywhere;
  min-width: 0;
}

.product-highlight .properties li svg {
  width: 14px;
  height: 14px;
  stroke: #fff;
}

.comments-section {
  position: relative;
  margin-top: 50px;
  padding-bottom: 50px;
}

.comments-section .list {
  margin: 0 -10px;
}

.comments-section .hero {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.comments-section .desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  max-width: 60%;
  opacity: .6;
  margin-bottom: 20px;
}

.comments-section .item-wrap {
  padding: 10px;
}

.comments-section .item {
  padding: 25px;
  background-color: #fff;
  border: solid 1px #dae1ed;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, .07);
  border-radius: 15px;
}

.comments-section .item .comment {
  font-size: 13px;
  line-height: 22px;
  font-weight: 300;
  margin-top: 10px;
}

.comments-section .item .course {
  margin-top: 20px;
}

.comments-section .item .course img {
  display: block;
  border-radius: 5px;
  margin-bottom: 10px;
  width: min(100%, 180px);
  max-height: 100px;
  aspect-ratio: 180 / 100;
  object-fit: contain;
  object-position: center;
  background-color: #f3f4f6;
}

.comments-section .item .course .name {
  color: #5a5c73;
  font-size: 14px;
  font-weight: 600;
}

.comments-section .item .course .properties {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.comments-section .item .course .properties.nomg {
  margin-bottom: 5px;
}

.comments-section .item .course .properties li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  color: #9294ac;
}

.comments-section .item .course .properties li svg {
  width: 14px;
  height: 14px;
  stroke: #9294ac;
}

.comments-section .item .course .more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
}

.comments-section .item .course .more svg {
  width: 16px;
  height: 16px;
}

.comments-section .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
}

.comments-section .slick-dots button {
  text-indent: -9999px;
  overflow: hidden;
  width: 20px;
  height: 5px;
  background-color: #ccc;
  cursor: pointer;
  border: unset;
  outline: none;
  border-radius: 5px;
  transition: all .2s linear;
}

.comments-section .slick-dots .slick-active button {
  background-color: var(--primary);
}

.example-section {
  padding: 50px;
  margin-top: 50px;
  color: #fff;
  background-color: #202230;
}

.example-section .hero {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.example-section .desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  max-width: 60%;
  opacity: .6;
  margin-bottom: 20px;
}

.example-section .items {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.example-section .items .item {
  padding: 15px;
  color: #fff;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transition: all .2s linear;
}

.example-section .items .item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.example-section .items .item .image {
  position: relative;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.12);
}

.example-section .items .item .image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.example-section .items .item .name {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.example-section .items .item .properties {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  margin-top: 10px;
}

.example-section .items .item .properties.nomg {
  margin-bottom: 5px;
}

.example-section .items .item .properties li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  color: #9294ac;
}

.example-section .items .item .properties li svg {
  width: 14px;
  height: 14px;
  stroke: #9294ac;
}

.footer-container {
  padding: 50px 0;
  padding-bottom: 25px;
  color: #fff;
  background-color: #151724;
}

.footer .cols {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.footer-container .copyright {
  color: #7c81a3;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  padding: 15px 0;
  margin-top: 30px;
}

.footer-container .logo {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.footer-container .logo a {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.footer-container .logo img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: min(374px, 100%);
  max-height: 100px;
  object-fit: contain;
}

.footer-container .label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-container ul li {
  margin-top: 10px;
}

.footer-container ul li a {
  color: #7c81a3;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s linear;
}

.footer-container ul li a:hover {
  color: #fff;
}

.modal-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.modal-container.active {
  display: flex;
}

.modal-container .backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-container .modal-content {
  width: 500px;
  max-width: 100%;
  position: relative;
  z-index: 99999;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.modal-container .modal-content--large {
  width: 700px;
}

.modal-container[data-name="comments"] .modal-content.modal-content--large {
  width: min(920px, calc(100vw - 32px));
  max-width: 100%;
}

.v2-product-comments-modal-list {
  max-height: min(60vh, 480px);
  overflow-y: auto;
  margin-top: 8px;
}

.modal-container .modal-content .close {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  background-color: var(--primary);
  border-radius: 100%;
  cursor: pointer;
}

.modal-container .modal-content .close svg {
  width: 20px;
  height: 20px;
  stroke: #fff
}

.modal-container .hero {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 10px;
}

.modal-container .desc {
  color: #333;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

.modal-container .contact-form {
  margin-top: 20px;
}

.modal-container .v2-product-demo-embed {
  margin-top: 12px;
  min-height: 120px;
}

.modal-container .v2-product-demo-embed iframe.v2-product-demo-iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 8px;
}

.modal-container .modal-content.menu-content {
  height: 100%;
  border-radius: 0;
  width: 80vw;
  margin-left: auto;
}

.modal-container .modal-content.menu-content .close {
  left: -40px;
  top: 10px;
  border-radius: 5px 0 0 5px;
}

.modal-container .modal-content.menu-content .logo {
  margin-bottom: 10px;
}

.modal-container .modal-content.menu-content .logo img {
  height: 55px;
}


.field {
  margin-bottom: 15px;
}

.field .label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.phone-field .inputs input,
.field .input {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 15px;
  border: solid 1px #dadde3;
  border-radius: 5px;
}

.field textarea {
  display: block;
  width: 290px;
  max-width: 100%;
  padding: 15px;
  border: solid 1px #dadde3;
  border-radius: 5px;
  resize: none;
}

.field select {
  display: block;
  width: 290px;
  max-width: 100%;
  padding: 0 10px;
  height: 40px;
  border: solid 1px #dadde3;
  border-radius: 5px;
}

.phone-field .inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.phone-field .inputs input {
  width: calc(100% - 90px);
}

.phone-field .inputs input:first-child {
  width: 80px;
}

.field .error {
  border-color: var(--error);
}

/* .phone-field .inputs input border shorthand daha yüksek özgüllükte; error rengi için ayrıca: */
.field .phone-field .inputs input.error {
  border-color: var(--error);
}

.field .error-msg {
  color: var(--error);
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
}

.field .card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}

.field .date-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.mobile-menu {
  position: relative;
  max-height: 60vh;
  overflow-y: scroll;
  margin: 0 -20px;
}

.mobile-menu li a {
  padding: 10px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  color: #555;
  min-width: 250px;
  transition: all .2s linear;
  border-bottom: solid 1px #dadde3;
}

.mobile-menu li a svg {
  width: 16px;
  height: 16px;
  stroke: #888;
}

.mobile-menu li:hover>a {
  background-color: #f1f1f1;
}

.mobile-menu ul li .inner-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  display: none;
}

.mobile-menu ul li.menu-active>.inner-list {
  display: block;
}

.mobile-menu ul li a.back-menu {
  justify-content: unset;
  gap: 10px;
  font-weight: 600;
}

.menu-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.menu-tabs a {
  flex: .5;
  justify-content: center;
}

.menu-tabs a.whatsapp {
  background-color: #25d366;
}

.menu-tabs a.whatsapp:hover {
  background-color: #25d366;
}

.list-page-container {
  padding-bottom: 20px;
  background-color: #f1f1f1;
}

.list-page-wrapper {
  display: grid;
  grid-template-columns: 250px 1fr;
  padding-top: 20px;
  gap: 20px;
}

.list-page-wrapper .sidebar {
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  border: solid 1px #dae1ed;
  align-self: flex-start;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, .07);
}

.list-page-wrapper .sidebar .filter-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: solid 1px #dae1ed;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.list-page-wrapper .sidebar span {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.list-page-wrapper .sidebar .clear {
  color: var(--primary);
  font-weight: 600;
  font-size: 12px;
}

.list-page-wrapper .sidebar .filter-item {
  margin-bottom: 20px;
}

.list-page-wrapper .sidebar .filter-label {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  border-bottom: solid 1px #dae1ed;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.list-page-wrapper .sidebar .filter-item ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.list-page-wrapper .sidebar .filter-item li {
  margin-top: 10px;
}

.list-page-wrapper .sidebar .filter-item li:first-child {
  margin-top: 0;
}

.list-page-wrapper .sidebar .filter-item .listing-filter-row {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 5px;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  margin: 0;
}

.list-page-wrapper .sidebar .filter-item .listing-filter-row__text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #555;
}

.list-page-wrapper .sidebar .listing-active-filters {
  padding-bottom: 10px;
  margin-top: -5px;
  margin-bottom: 10px;
}

.list-page-wrapper .sidebar .listing-active-filters__row {
  font-size: 12px;
  line-height: 16px;
  color: #555;
  font-weight: 600;
  margin-top: 6px;
}

.list-page-wrapper .sidebar .listing-active-filters__row:first-child {
  margin-top: 0;
}

.list-page-wrapper .sidebar .listing-active-filters__label {
  font-weight: 700;
  font-size: 12px;
  color: #333;
}

.list-page-wrapper .sidebar .apply {
  width: 100%;
  justify-content: center;
  margin-top: 5px;
}

.list-page-wrapper .list-area-wrap .actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.list-page-wrapper .list-area-wrap .actions .sort {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.list-page-wrapper .list-area-wrap .actions .sort a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 40px;
  background-color: #fff;
  border: solid 1px #dadde3;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, .07);
  border-radius: 0 5px 5px 0;
}

.list-page-wrapper .list-area-wrap .actions .sort a svg {
  width: 16px;
  height: 16px;
}

.list-page-wrapper .list-area-wrap .actions .sort a:first-child {
  border-radius: 5px 0 0 5px;
  border-right: unset;
}

.list-page-wrapper .list-area-wrap .actions .sort a.active {
  background-color: var(--primary);
  color: #fff;
}

.list-page-wrapper .list-area-wrap .actions select {
  display: block;
  width: 240px;
  max-width: 100%;
  padding: 0 10px;
  height: 40px;
  border: solid 1px #dadde3;
  border-radius: 5px;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, .07);
}

.list-page-wrapper .list-area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

/* Ürün demoları listesi: ızgara demo kartları (ürün kartı grid’inden ayrı) */
.list-page-wrapper .list-area .demo-listing-items {
  grid-column: 1 / -1;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.list-page-wrapper .demo-listing-items .item {
  display: block;
  padding: 15px;
  color: #3d4456;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e8eaef;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
  transition: box-shadow .2s linear, border-color .2s linear;
}

.list-page-wrapper .demo-listing-items .item:hover {
  border-color: #dadde3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .07);
}

.list-page-wrapper .demo-listing-items .item .image {
  position: relative;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #e8eaef;
}

.list-page-wrapper .demo-listing-items .item .image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.list-page-wrapper .demo-listing-items .item .name {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.list-page-wrapper .demo-listing-items .item .properties {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  margin-top: 10px;
  padding: 0;
  list-style: none;
}

.list-page-wrapper .demo-listing-items .item .properties li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  color: #7c8499;
}

.list-page-wrapper .demo-listing-items .item .properties li svg {
  width: 14px;
  height: 14px;
  stroke: #7c8499;
}

.list-page-wrapper .listing-empty-state {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 24px;
  margin: 12px 0 24px;
  background: #f6f7f9;
  border: 1px solid #e8eaef;
  border-radius: 12px;
  gap: 14px;
}

.list-page-wrapper .listing-empty-state__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  color: #7c8499;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
}

.list-page-wrapper .listing-empty-state__icon svg {
  width: 28px;
  height: 28px;
}

.list-page-wrapper .listing-empty-state__text {
  margin: 0;
  max-width: 360px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  color: #3d4456;
}

.list-page-wrapper .list-area-wrap--list .listing-empty-state {
  width: 100%;
}

.list-page-wrapper .filter-head a.clear {
  text-decoration: none;
}

.list-page-wrapper .list-area-list {
  display: none;
}

.list-page-wrapper .list-area-wrap--list .list-area {
  display: none;
}

.list-page-wrapper .list-area-wrap--list .list-area-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Kategori/arama — sadece liste görünümü: vitrin 360×200 (ızgara görünümü etkilenmez) */
.list-page-wrapper .list-area-list .list-product-item {
  grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
}

.list-page-wrapper .list-area-list .list-product-item .image {
  width: 100%;
  max-width: 360px;
}

.list-page-wrapper .list-area-list .list-product-item .image img {
  display: block;
  width: 100%;
  height: 200px;
  max-width: 360px;
  object-fit: cover;
  aspect-ratio: 360 / 200;
  border-radius: 5px;
}

.list-page-wrapper .list-area-wrap .actions .listing-sort-form {
  display: contents;
}

.list-page-wrapper .hero {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.list-page-wrapper .desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  max-width: 60%;
  opacity: .6;
  margin-bottom: 20px;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 5px;
}

.pagination a {
  width: 40px;
  height: 40px;
  display: flex;
  color: #666;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 5;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;
  transition: all .2s linear;
  background-color: #ccc;
  text-align: center;
}

.pagination a.active {
  color: #fff;
  background: var(--primary);
}

.detail-hero-container {
  padding: 30px 0;
  background-color: #151724;
}

.detail-hero .name {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.detail-hero .desc {
  color: #b7c8ee;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  opacity: .7;
  margin-top: 15px;
}

.detail-hero ul.badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  margin-bottom: 15px;
}

.detail-hero ul.badges li {
  height: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  color: #151724;
  font-weight: 700;
  background-color: #fff;
}

.detail-hero ul.badges li.red,
.detail-hero ul.badges li.orange,
.detail-hero ul.badges li.green,
.detail-hero ul.badges li.v2-badge-popular,
.detail-hero ul.badges li.v2-badge-featured,
.detail-hero ul.badges li.v2-badge-year,
.detail-hero ul.badges li.v2-badge-discount,
.detail-hero ul.badges li.v2-badge-legacy {
  background-color: #fff;
  color: #151724;
}

.detail-hero ul.properties {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-top: 15px;
}

.detail-hero ul.properties li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  color: #5b6780;
}

.detail-hero ul.properties li svg {
  width: 14px;
  height: 14px;
  stroke: #5b6780;
}

.detail-hero .jq-star svg {
  width: 20px !important;
  height: 20px !important;
}

.detail-hero {
  padding-right: 370px;
}

.detail-content {
  display: grid;
  grid-template-columns: 1fr 350px;
}

.detail-content .sidebar {
  position: sticky;
  top: 120px;
  padding: 20px;
  background-color: #fff;
  border: solid 1px #dae1ed;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  margin-top: -300px;
  align-self: flex-start;
  min-width: 0;
}

/* Vitrin/mock ile aynı slot: 360×200 oranı; img + YouTube iframe bu kutuyu doldurur.
   Masaüstü: padding 20+20 iken width:100% + negatif margin kutuyu genişletmez, sağda boşluk kalır → calc ile tam kart genişliği */
.detail-content .sidebar .image,
.checkout-container .sidebar .image {
  margin: -20px -20px 0;
  margin-bottom: 20px;
  position: relative;
  width: calc(100% + 40px);
  max-width: none;
  aspect-ratio: 360 / 200;
  overflow: hidden;
  background-color: #e5e7eb;
}

.detail-content .sidebar .image img,
.checkout-container .sidebar .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.detail-content .sidebar .image iframe.js-sidebar-youtube-embed,
.checkout-container .sidebar .image iframe.js-sidebar-youtube-embed,
.detail-content .sidebar .image iframe.js-banner-youtube-iframe,
.checkout-container .sidebar .image iframe.js-banner-youtube-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.detail-content .sidebar .image img.js-banner-video-trigger,
.checkout-container .sidebar .image img.js-banner-video-trigger {
  cursor: pointer;
}

.detail-content .sidebar .image img.js-banner-video-trigger:focus,
.checkout-container .sidebar .image img.js-banner-video-trigger:focus {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

/* Kapak + YouTube önizleme: ortada yuvarlak play, altta gradient + metin (tıklama img üzerinden; katmanlar pointer-events: none) */
.detail-content .sidebar .image .sidebar-video-poster,
.checkout-container .sidebar .image .sidebar-video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.detail-content .sidebar .image .sidebar-video-poster .js-banner-video-trigger,
.checkout-container .sidebar .image .sidebar-video-poster .js-banner-video-trigger {
  z-index: 0;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.detail-content .sidebar .image .sidebar-video-poster:hover .js-banner-video-trigger,
.checkout-container .sidebar .image .sidebar-video-poster:hover .js-banner-video-trigger {
  transform: scale(1.04);
  filter: brightness(0.92);
}

.detail-content .sidebar .image .sidebar-video-poster .sidebar-video-poster__play,
.checkout-container .sidebar .image .sidebar-video-poster .sidebar-video-poster__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.52);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  transition: transform 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.detail-content .sidebar .image .sidebar-video-poster:hover .sidebar-video-poster__play,
.checkout-container .sidebar .image .sidebar-video-poster:hover .sidebar-video-poster__play {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(0, 0, 0, 0.68);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

.detail-content .sidebar .image .sidebar-video-poster .sidebar-video-poster__play-icon,
.checkout-container .sidebar .image .sidebar-video-poster .sidebar-video-poster__play-icon {
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 3px;
  fill: #fff;
  transition: transform 0.28s ease;
}

.detail-content .sidebar .image .sidebar-video-poster:hover .sidebar-video-poster__play-icon,
.checkout-container .sidebar .image .sidebar-video-poster:hover .sidebar-video-poster__play-icon {
  transform: scale(1.05);
}

.detail-content .sidebar .image .sidebar-video-poster .sidebar-video-poster__bottom,
.checkout-container .sidebar .image .sidebar-video-poster .sidebar-video-poster__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  min-height: 28px;
  height: 5%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 6px 10px 8px;
  box-sizing: border-box;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.72) 35%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
  pointer-events: none;
  transition: background 0.28s ease;
}

.detail-content .sidebar .image .sidebar-video-poster:hover .sidebar-video-poster__bottom,
.checkout-container .sidebar .image .sidebar-video-poster:hover .sidebar-video-poster__bottom {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.78) 40%, rgba(0, 0, 0, 0.45) 65%, transparent 100%);
}

.detail-content .sidebar .image .sidebar-video-poster .sidebar-video-poster__label,
.checkout-container .sidebar .image .sidebar-video-poster .sidebar-video-poster__label {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  font-family: "Figtree", sans-serif;
  transition: transform 0.28s ease;
}

.detail-content .sidebar .image .sidebar-video-poster:hover .sidebar-video-poster__label,
.checkout-container .sidebar .image .sidebar-video-poster:hover .sidebar-video-poster__label {
  transform: translateY(-1px);
}

/* Ürün demo kartları (vitrin / ürün demoları listesi): ortada play, hover’da hafif zoom — alt gradient şerit yok */
.example-section .items .item .product-demo-poster,
.list-page-wrapper .demo-listing-items .item .product-demo-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.example-section .items .item .product-demo-poster img,
.list-page-wrapper .demo-listing-items .item .product-demo-poster img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  z-index: 0;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.example-section .items .item .product-demo-poster:hover img,
.list-page-wrapper .demo-listing-items .item .product-demo-poster:hover img {
  transform: scale(1.04);
  filter: brightness(0.92);
}

.example-section .items .item .product-demo-poster .product-demo-poster__play,
.list-page-wrapper .demo-listing-items .item .product-demo-poster .product-demo-poster__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.52);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  transition: transform 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.example-section .items .item .product-demo-poster:hover .product-demo-poster__play,
.list-page-wrapper .demo-listing-items .item .product-demo-poster:hover .product-demo-poster__play {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(0, 0, 0, 0.68);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

.example-section .items .item .product-demo-poster .product-demo-poster__play-icon,
.list-page-wrapper .demo-listing-items .item .product-demo-poster .product-demo-poster__play-icon {
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 3px;
  fill: #fff;
  transition: transform 0.28s ease;
}

.example-section .items .item .product-demo-poster:hover .product-demo-poster__play-icon,
.list-page-wrapper .demo-listing-items .item .product-demo-poster:hover .product-demo-poster__play-icon {
  transform: scale(1.05);
}

/* Liste satırı demo kartı (list-demo-item): görsel hücresi */
.list-product-item.list-demo-item .image .list-product-item__image-link {
  display: block;
  position: relative;
  aspect-ratio: 360 / 200;
  overflow: hidden;
  border-radius: 5px;
}

.list-product-item.list-demo-item .image .list-product-item__image-link > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  display: block;
}

.list-product-item.list-demo-item .product-demo-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.list-product-item.list-demo-item .product-demo-poster img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 5px;
  z-index: 0;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.list-product-item.list-demo-item .product-demo-poster:hover img {
  transform: scale(1.04);
  filter: brightness(0.92);
}

.list-product-item.list-demo-item .product-demo-poster .product-demo-poster__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.52);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  transition: transform 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.list-product-item.list-demo-item .product-demo-poster:hover .product-demo-poster__play {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(0, 0, 0, 0.68);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

.list-product-item.list-demo-item .product-demo-poster .product-demo-poster__play-icon {
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 3px;
  fill: #fff;
  transition: transform 0.28s ease;
}

.list-product-item.list-demo-item .product-demo-poster:hover .product-demo-poster__play-icon {
  transform: scale(1.05);
}

.detail-content .sidebar .prices {
  display: block;
  gap: 10px;
}

.detail-content .sidebar .prices .old {
  opacity: .3;
  font-size: 18px;
  font-weight: 700;
  text-decoration: line-through;
}

.detail-content .sidebar .prices .current {
  margin-top: 5px;
  color: var(--primary);
  font-size: 30px;
  font-weight: 700;
}

.detail-content .sidebar .note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 300;
  margin-top: 10px;
}

.detail-content .sidebar .note svg {
  width: 20px;
  height: 20px;
  stroke: var(--primary);
}

.detail-content .sidebar .actions {
  margin-top: 20px;
}

.detail-content .sidebar .actions a {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 10px;
}

.detail-content .promo-code {
  margin-top: 20px;
}

.detail-content .promo-code .label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.detail-content .promo-code .field {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 80px;
  position: relative;
}

.detail-content .promo-code input {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 15px;
  border: solid 1px #dadde3;
  border-radius: 5px;
}

.detail-content .applied-coupon {
  cursor: default;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 15px;
  font-size: 14px;
  font-weight: 300;
  border: dashed 1px #dae1ed;
}

.detail-content .applied-coupon__dismiss {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
  flex-shrink: 0;
}

.detail-content .applied-coupon svg {
  width: 20px;
  height: 20px;
  color: var(--error);
}

.detail-content .applied-coupon__dismiss svg {
  width: 20px;
  height: 20px;
  color: var(--error);
}

.detail-content .payment-types {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 300;
  margin-top: 20px;
  color: #555;
}

.detail-content .payment-types>div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex: .5
}

.detail-content .payment-types svg {
  width: 20px;
  height: 20px;
  color: var(--success);
}

.detail-content .features {
  padding: 20px 0;
  display: grid;
  background-color: #fff;
  border-radius: 5px;
  grid-template-columns: 1fr 1fr 1fr;
  border: solid 1px #dae1ed;
  margin-bottom: 30px;
}

.detail-content .features .icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: var(--success);
  border-radius: 100%;
}

.detail-content .features .icon svg {
  stroke: #fff;
  width: 20px;
  height: 20px;
}

.detail-content .features p {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}

.detail-content .features .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-left: solid 1px #dae1ed;
}

.detail-content .features .item:first-child {
  border-left: unset;
}

.detail-content .content {
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 100px;
}

.detail-content .detail-description .content-wrap {
  position: relative;
  max-height: 200px;
  overflow: hidden;
}

.detail-content .detail-description .content-wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(transparent, #fff);
}

.detail-content .detail-description.section-active .content-wrap {
  max-height: unset;
  overflow: auto;
}

.detail-content .detail-description.section-active .content-wrap::before {
  display: none !important;
}

.detail-content .section-hero {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 15px;
}

.detail-content .section-hero--comments-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.detail-content .section-hero--comments-header .section-hero__title {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

.detail-content .product-comments__empty {
  font-size: 14px;
  line-height: 22px;
  color: #5b6780;
  margin-bottom: 12px;
}

.js-product-comment-errors {
  color: #c62828;
  font-size: 14px;
  margin-bottom: 12px;
}

.js-product-comment-errors.is-success {
  color: #1a7f37;
}

.js-product-comment-errors ul {
  margin: 0;
  padding-left: 1.2em;
}

/* Yorum modalı: select class="input" .field .input padding yüksekliği bozuyor; textarea çok satır */
.js-product-comment-form select.input {
  padding: 0 10px;
  height: 40px;
  line-height: normal;
  box-sizing: border-box;
}

.js-product-comment-form .field textarea.input {
  width: 100%;
  max-width: 100%;
  min-height: 72px;
  height: auto;
  padding: 10px 12px;
  line-height: 1.45;
  resize: vertical;
  box-sizing: border-box;
}

.detail-content .detail-description p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 15px;
}

/* Prose içi HTML (admin Detay HTML): reset’i bu blokta telafi — yalnız ürün detay “Ders Ayrıntıları” */
.detail-content .detail-description .content-wrap h1,
.detail-content .detail-description .content-wrap h2,
.detail-content .detail-description .content-wrap h3,
.detail-content .detail-description .content-wrap h4,
.detail-content .detail-description .content-wrap h5,
.detail-content .detail-description .content-wrap h6 {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.35;
  margin-bottom: 10px;
}

.detail-content .detail-description .content-wrap h1 {
  font-size: 24px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 14px;
}

.detail-content .detail-description .content-wrap h2 {
  font-size: 21px;
  line-height: 29px;
  margin-top: 22px;
}

.detail-content .detail-description .content-wrap h3 {
  font-size: 18px;
  line-height: 26px;
  margin-top: 20px;
}

.detail-content .detail-description .content-wrap h4 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 18px;
}

.detail-content .detail-description .content-wrap h5,
.detail-content .detail-description .content-wrap h6 {
  font-size: 15px;
  line-height: 23px;
  margin-top: 16px;
}

.detail-content .detail-description .content-wrap > :first-child {
  margin-top: 0;
}

.detail-content .detail-description .content-wrap b,
.detail-content .detail-description .content-wrap strong {
  font-weight: 600;
}

.detail-content .detail-description .content-wrap ul,
.detail-content .detail-description .content-wrap ol {
  margin: 0 0 15px;
  padding-left: 1.35em;
}

.detail-content .detail-description .content-wrap ul {
  list-style: disc;
  list-style-position: outside;
}

.detail-content .detail-description .content-wrap ol {
  list-style: decimal;
  list-style-position: outside;
}

.detail-content .detail-description .content-wrap li {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 8px;
}

.detail-content .detail-description .content-wrap li:last-child {
  margin-bottom: 0;
}

.detail-content .detail-description .content-wrap ul ul,
.detail-content .detail-description .content-wrap ol ol,
.detail-content .detail-description .content-wrap ul ol,
.detail-content .detail-description .content-wrap ol ul {
  margin-top: 8px;
  margin-bottom: 8px;
}

.detail-content .detail-description .content-wrap ul ul {
  list-style: circle;
}

.detail-content .detail-description .content-wrap blockquote {
  margin: 0 0 15px;
  padding: 12px 0 12px 16px;
  border-left: 3px solid #dae1ed;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #444;
}

.detail-content .detail-description .content-wrap a {
  color: var(--primary);
  text-decoration: underline;
  font-weight: 500;
}

.detail-content .detail-description .content-wrap a:hover {
  color: var(--primary-hover);
}

.see-more {
  border-bottom: solid 1px #dae1ed;
  text-align: center;
}

.see-more span {
  position: relative;
  bottom: -20px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  gap: 5px;
  color: #999;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  background-color: #fff;
  border: solid 1px #dae1ed;
  border-radius: 5px;
  transition: all .2s linear;
}

.see-more span:hover {
  color: var(--primary);
  border-color: var(--primary);
}

.see-more span svg {
  width: 20px;
  height: 20px;
}

.see-more .hide {
  display: none;
}

.section-active .see-more .hide {
  display: inline-flex;
}

.section-active .see-more .normal {
  display: none;
}

.detail-content .course-content {
  margin-top: 50px;
}

/* Ders seçici: liste sayfası .list-area-wrap .actions select ile aynı görünüm */
.detail-content .course-content .course-content-ders-head .actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.detail-content .course-content .course-content-ders-head .actions .section-hero {
  margin-bottom: 0;
}

.detail-content .course-content .course-content-ders-head .actions .curriculum-ders-select {
  display: block;
  width: 320px;
  max-width: 100%;
  padding: 0 10px;
  height: 40px;
  border: solid 1px #dadde3;
  border-radius: 5px;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, .07);
  font-size: 14px;
  color: #1a1a1a;
  background-color: #fff;
  cursor: pointer;
}

.detail-content .course-content .row {
  border: solid 1px #dae1ed;
  background-color: #f1f1f1;
  margin-top: -1px;
}

.detail-content .course-content .label span,
.detail-content .course-content .label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.detail-content .course-content .label {
  padding: 15px 15px;
  cursor: pointer;
}

.detail-content .course-content .label span svg {
  width: 16px;
  height: 16px;
}

.detail-content .course-content .label span:nth-child(1) {
  font-size: 14px;
  font-weight: 600;
}

.detail-content .course-content .label span:nth-child(2) {
  font-size: 10px;
  font-weight: 300;
}

.detail-content .course-content .details {
  display: none;
  padding: 20px;
  padding-top: 1px;
  background-color: #fff;
}

.detail-content .course-content .active .label {
  border-bottom: solid 1px #dae1ed;
}

.detail-content .course-content .active .label svg {
  transform: rotate(180deg);
}

.detail-content .course-content .active .details {
  display: block;
}

.detail-content .course-content .details li {
  font-size: 13px;
  font-weight: 300;
  margin-top: 20px;
}

.detail-content .course-content .details li span,
.detail-content .course-content .details li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.detail-content .course-content .details li span svg {
  width: 16px;
  height: 16px;
  stroke: var(--primary);
}

.other-products {
  margin-top: 50px;
}

.list-product-item {
  color: #000;
  text-decoration: none;
  padding: 10px;
  display: grid;
  grid-template-columns: 250px 1fr;
  border: solid 1px #dae1ed;
  border-radius: 5px;
  margin-bottom: 15px;
  background-color: #fff;
  border: solid 1px #dae1ed;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, .07);
  transition: all .2s linear;
}

.list-product-item:hover {
  border-color: var(--primary);
}

.list-product-item .image {
  position: relative;
}

.list-product-item .image .list-product-item__image-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.list-product-item .image img {
  border-radius: 5px;
  display: block;
  object-fit: cover;
}

/* Ürün detayı — Diğer Dersler: vitrin görseli en fazla 250×140 (liste sayfası list-product-item aynı kalmaz) */
.detail-content .other-products .list-product-item .image img {
  width: min(100%, 250px);
  max-width: 250px;
  max-height: 140px;
  aspect-ratio: 250 / 140;
  object-fit: cover;
}

.list-product-item .info {
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.list-product-item .name {
  color: #0f1114;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.list-product-item ul.badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  margin-top: 10px;
}

.list-product-item ul.badges li {
  height: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  background-color: var(--primary);
}

.list-product-item ul.badges li.red {
  background-color: var(--error);
}

.list-product-item ul.badges li.orange {
  background-color: var(--warning);
}

.list-product-item ul.badges li.green {
  background-color: var(--success);
}

.list-product-item ul.properties {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  margin-top: 10px;
}

.list-product-item ul.properties li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  color: #5b6780;
}

.list-product-item ul.properties li svg {
  width: 14px;
  height: 14px;
  stroke: #5b6780;
}

.list-product-item .prices {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0;
  gap: 10px;
  margin-top: 10px;
}

.list-product-item .prices .old {
  opacity: .5;
  font-size: 14px;
  font-weight: 700;
  text-decoration: line-through;
}

.list-product-item .prices .current {
  font-size: 20px;
  font-weight: 700;
}

.list-product-item__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.list-product-item a.list-product-item__more {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 40px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 700;
  color: #999;
  border: solid 2px #9e9e9e;
  border-radius: 5px;
  transition: all .2s linear;
  text-decoration: none;
  box-sizing: border-box;
}

.list-product-item:hover a.list-product-item__more {
  color: var(--primary);
  border-color: var(--primary);
}

.product-comments {
  margin-top: 50px;
}

.product-comments .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.product-comments .item {
  border-bottom: solid 1px #dae1ed;
}

.product-comments .items .properties {
  margin-top: 5px;
  margin-bottom: 15px;
}

.product-comments .items .properties li,
.product-comments .items .properties {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: #555;
}

.product-comments .items .user {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.product-comments .items .user a {
  font-weight: 600;
  color: #888;
  text-decoration: none;
  font-size: 14px;
  transition: all .2s linear;
}

.product-comments .items .user a:hover {
  color: var(--primary);
}

.product-comments .items .username {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.product-comments .items .location {
  color: #777;
  font-size: 12px;
  font-weight: 300;
}

.product-comments .items p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 15px;
}

/* Yorum yıldızları salt okunur; tıklama/hover ile etkileşim yok */
.product-comments .product-rating-comment,
.product-comments .product-rating-comment * {
  pointer-events: none;
  cursor: default;
  user-select: none;
}

/* 2 sütun: 3. ve 4. kök thread — alt çizgi yok (her kök .comment-thread > .item) */
.product-comments:not(.product-comments--modal) .items > :nth-child(3) > .item:first-child,
.product-comments:not(.product-comments--modal) .items > :nth-child(4) > .item:first-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.v2-comments-modal-scroll-wrap {
  position: relative;
}

.v2-comments-modal-loader {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(2px);
}

.v2-comments-modal-loader[hidden] {
  display: none !important;
}

.v2-comments-modal-loader__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.v2-comments-modal-loader__spinner {
  width: 28px;
  height: 28px;
  border: 3px solid #e8edf5;
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: v2-comments-loader-spin 0.75s linear infinite;
}

.v2-comments-modal-loader__text {
  font-size: 14px;
  font-weight: 600;
  color: #555;
}

@keyframes v2-comments-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

.comment-thread__replies {
  margin-left: 14px;
  padding-left: 16px;
  border-left: 2px solid #dae1ed;
  margin-top: 6px;
  margin-bottom: 10px;
}

.product-comments .item--nested {
  border-bottom: none;
  padding-top: 6px;
  margin-top: 2px;
}

.product-comments .item--nested .user {
  justify-content: flex-start;
}

.product-comments .item--staff .username {
  color: var(--primary);
}

.product-comments--modal {
  margin-top: 15px;
  margin-bottom: 10px;
}

.product-comments--modal .items {
  grid-template-columns: 1fr;
  max-height: min(55vh, 420px);
  min-height: 80px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.product-comments--modal .comment-thread {
  margin-bottom: 4px;
}

.product-comments--modal .comment-thread__replies {
  margin-left: 16px;
  padding-left: 18px;
  border-left: 2px solid #dae1ed;
}

.product-comments--modal .see-more {
  margin-top: 8px;
  border-bottom: none;
  padding-bottom: 4px;
}

.product-comments--modal .see-more span {
  bottom: 0;
}

.product-comments--modal .js-product-comments-load-more.is-disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.55;
}

.product-comments--modal .js-product-comments-load-more.is-loading {
  pointer-events: none;
  opacity: 0.7;
}

.detail-hero.detail-hero--mobile {
  display: none;
  padding-right: 0;
}

.detail-hero.detail-hero--mobile .name,
.detail-hero.detail-hero--mobile .desc {
  color: #000;
}

.fixed-buy-area {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 90;
  padding: 15px;
  background-color: #fff;
  border: solid 1px #dae1ed;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.fixed-buy-area .name {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: solid 1px #dae1ed;
}

.fixed-buy-area .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fixed-buy-area .prices {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 4px;
}

.fixed-buy-area .prices .old {
  opacity: .5;
  font-size: 12px;
  font-weight: 700;
  text-decoration: line-through;
}

.fixed-buy-area .prices .current {
  color: var(--primary);
  font-size: 18px;
  font-weight: 700;
}

.page-hero {
  padding: 30px 0;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  background-color: #151724;
}

.page-hero p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-top: 15px;
}

.page-hero.success {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center;
  background-color: var(--success);
}

.static-page-wrapper {
  background-color: #f1f1f1;
}

.static-page-container {
  display: grid;
  grid-template-columns: 250px 1fr;
  padding: 25px 0;
  gap: 20px;
}

.static-page-container .sidebar {
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  border: solid 1px #dae1ed;
  align-self: flex-start;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, .07);
}

.static-page-container .sidebar .label {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-top: 25px;
}

.static-page-container .sidebar .label:first-of-type {
  margin-top: 0;
}

.static-page-container .sidebar ul {
  padding-left: 10px;
}

.static-page-container .sidebar li {
  position: relative;
  margin-top: 15px;
}

.static-page-container .sidebar li a::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #555;
  transition: all .2s linear;
}

.static-page-container .sidebar ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  color: #555;
  font-size: 12px;
  line-height: 16px;
  transition: all .2s linear;
}

.static-page-container .sidebar ul li a:hover,
.static-page-container .sidebar ul li a.active {
  color: var(--primary);
}

.static-page-container .sidebar ul li a:hover::before,
.static-page-container .sidebar ul li a.active::before {
  background-color: var(--primary);
}

.static-page-container .content {
  padding: 20px;
  background-color: #fff;
  border: solid 1px #dae1ed;
  align-self: flex-start;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, .07);
  border-radius: 5px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

/* CMS / admin HTML: reset font:inherit on semantic tags inside prose */
.static-page-container .content strong,
.static-page-container .content b {
  font-weight: 700;
}

.static-page-container .content em,
.static-page-container .content i {
  font-style: italic;
}

.static-page-container .content u {
  text-decoration: underline;
}

.static-page-container .content a {
  color: var(--primary);
  text-decoration: underline;
}

.static-page-container .content a:hover {
  text-decoration: none;
}

.static-page-container .content img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.static-page-container .content h1,
.static-page-container .content h2,
.static-page-container .content h3 {
  font-weight: 700;
  line-height: 1.25;
  margin-top: 22px;
}

.static-page-container .content h1:first-child,
.static-page-container .content h2:first-child,
.static-page-container .content h3:first-child {
  margin-top: 0;
}

.static-page-container .content h1 {
  font-size: 28px;
}

.static-page-container .content h2 {
  font-size: 24px;
}

.static-page-container .content h3 {
  font-size: 20px;
}

.static-page-container .content ul,
.static-page-container .content ol {
  margin-top: 15px;
  padding-left: 1.5em;
}

.static-page-container .content ul {
  list-style: disc;
}

.static-page-container .content ol {
  list-style: decimal;
}

.static-page-container .content li {
  margin-top: 8px;
  display: list-item;
}

.static-page-container .content .hero {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.static-page-container .content .hero.wbutton {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.static-page-container .content p {
  margin-top: 15px;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.static-page-container .content p:first-of-type {
  margin-top: 0;
}

.static-page-container .content p strong {
  font-weight: 700;
}

.static-page-container .content .reply {
  padding: 15px;
  background-color: #dae1ed;
  border-radius: 5px;
  margin-bottom: 10px;
}

.static-page-container .content .reply p:first-of-type {
  margin-top: 0;
}

.static-page-container .content .replied {
  font-weight: 600;
}

.static-page-container .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 28px;
}

.static-page-container .content h4:first-child {
  margin-top: 0;
}

.contact-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.contact-actions .item {
  display: grid;
  align-items: center;
  grid-template-columns: 30px 1fr;
  gap: 20px;
  border: solid 2px var(--primary);
  padding: 15px;
  border-radius: 5px;
}

.contact-actions a.item {
  text-decoration: none;
  color: inherit;
}

.contact-actions .item .icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.contact-actions .item .details p {
  font-size: 14px;
  font-weight: 300;
  color: #555;
}

.contact-actions .item .details p:nth-child(2) {
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
}

.contact-actions .item .icon img {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.contact-actions .item.whatsapp {
  border-color: #128C7E;
}

.contact-actions .item.whatsapp .icon {
  color: #128C7E;
}

.contact-cols .field input,
.contact-cols .field select,
.contact-cols .field textarea {
  width: 100%;
}

.contact-cols .phone-field .inputs input:nth-child(2) {
  width: calc(100% - 90px);
}

.v2-contact .contact-flash {
  margin-bottom: 1rem;
  padding: 12px 16px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.45;
}

.v2-contact .contact-flash--basari {
  background: #e8f5e9;
  border: 1px solid #c8e6c9;
  color: #1b5e20;
}

.v2-contact .contact-flash--hata {
  background: #ffebee;
  border: 1px solid #ffcdd2;
  color: #b71c1c;
}

.v2-contact .js-contact-form-errors {
  color: #c62828;
  font-size: 14px;
  margin-bottom: 12px;
}

.v2-contact .js-contact-form-errors ul {
  margin: 0;
  padding-left: 1.2em;
}

.v2-contact .contact-inline-alert--error {
  color: #c62828;
  margin-bottom: 12px;
  font-size: 14px;
}

/* İletişim: checkout ile aynı .fields / select.input / phone-field (tek sütun) */
.v2-contact .static-contact .fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.v2-contact .static-contact .fields .field {
  margin-bottom: 0;
}

.v2-contact .static-contact .fields input,
.v2-contact .static-contact .fields textarea,
.v2-contact .static-contact .fields select {
  width: 100%;
}

.v2-contact .static-contact .fields select.input {
  padding: 0 10px;
  height: 40px;
  line-height: normal;
  box-sizing: border-box;
}

.v2-contact .static-contact .fields .field textarea.input {
  width: 100%;
  max-width: 100%;
  min-height: 120px;
  height: auto;
  padding: 10px 12px;
  line-height: 1.45;
  resize: vertical;
  box-sizing: border-box;
}

.v2-contact .static-contact .fields .phone-field .inputs {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 10px;
}

.v2-contact .static-contact .fields .phone-field .inputs input:first-child {
  flex: 0 0 20%;
  max-width: 20%;
  min-width: 0;
  width: auto !important;
}

.v2-contact .static-contact .fields .phone-field .inputs input:nth-child(2) {
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
}

.v2-contact .static-contact > .button[type="submit"] {
  margin-top: 12px;
}

.checkout-wrapper {
  padding: 20px 0;
  background-color: #f1f1f1;
  margin-top: -36px;
}

.checkout-wrapper.completed {
  padding-top: 0;
}

.checkout-container {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 20px;
}

.checkout-container .sidebar {
  padding: 20px;
  background-color: #fff;
  border: solid 1px #dae1ed;
  align-self: flex-start;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, .07);
  border-radius: 5px;
}

.checkout-container .sidebar .prices {
  display: block;
  gap: 10px;
}

.checkout-container .sidebar .prices .old {
  opacity: .3;
  font-size: 18px;
  font-weight: 700;
  text-decoration: line-through;
}

.checkout-container .sidebar .prices .current {
  margin-top: 5px;
  color: var(--primary);
  font-size: 30px;
  font-weight: 700;
}

.checkout-container .sidebar .note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 300;
  margin-top: 10px;
}

.checkout-container .sidebar .note svg {
  width: 20px;
  height: 20px;
  stroke: var(--primary);
}

.checkout-container .sidebar .actions {
  margin-top: 20px;
}

.checkout-container .sidebar .actions a {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 10px;
}

.checkout-container .promo-code {
  margin-top: 20px;
}

.checkout-container .promo-code .label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.checkout-container .promo-code .field {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 80px;
  position: relative;
}

.checkout-container .promo-code input {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 15px;
  border: solid 1px #dadde3;
  border-radius: 5px;
}

.checkout-container .applied-coupon {
  cursor: default;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 15px;
  font-size: 14px;
  font-weight: 300;
  border: dashed 1px #dae1ed;
}

.checkout-container .applied-coupon__dismiss {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
  flex-shrink: 0;
}

.checkout-container .applied-coupon svg {
  width: 20px;
  height: 20px;
  color: var(--error);
}

.checkout-container .applied-coupon__dismiss svg {
  width: 20px;
  height: 20px;
  color: var(--error);
}

.checkout-container .payment-types {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 300;
  margin-top: 20px;
  color: #555;
}

.checkout-container .payment-types>div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex: .5
}

.checkout-container .payment-types svg {
  width: 20px;
  height: 20px;
  color: var(--success);
}

.checkout-container .content {
  padding: 20px;
  align-self: flex-start;
  background-color: #fff;
  border: solid 1px #dae1ed;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, .07);
  border-radius: 5px;
}

.checkout-container .content .hero {
  font-size: 30px;
  font-weight: 600;
  border-bottom: solid 1px #dae1ed;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.checkout-container .checkout-info-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 16px;
  border-bottom: solid 1px #dae1ed;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.checkout-container .checkout-info-head .hero {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.checkout-container .checkout-info-head .check-area {
  justify-self: end;
  margin-bottom: 0;
}

.checkout-container .content .js-checkout-yurt-disi-info {
  margin-top: 0;
}

.checkout-container .content .fields {
  display: grid;
  /* minmax(0,1fr): uzun select/textarea min-content ile sütun dengesini bozmaz (mobil yatay vb.) */
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.checkout-container .content .fields > .field {
  min-width: 0;
}

.checkout-container .content .fields > div[aria-hidden="true"] {
  min-width: 0;
}

.checkout-container .content .fields input,
.checkout-container .content .fields textarea,
.checkout-container .content .fields select {
  width: 100%;
}

.checkout-container .content .fields select.input {
  padding: 0 10px;
  height: 40px;
  line-height: normal;
  box-sizing: border-box;
}

.checkout-container .content .fields .field textarea.input {
  width: 100%;
  max-width: 100%;
  min-height: 120px;
  height: auto;
  padding: 10px 12px;
  line-height: 1.45;
  resize: vertical;
  box-sizing: border-box;
}

.checkout-container .content .fields .field--grid-full {
  grid-column: 1 / -1;
}

/*
 * Yatay + dar yükseklik: form iki sütunda sıkışıyor; tek sütun.
 * Eşik: telefon / küçük tablet yatay ve benzeri (yüksek masaüstü pencereler hariç).
 */
@media (orientation: landscape) and (max-height: 720px) and (max-width: 1366px) {
  .checkout-container .content .fields,
  .corporate-area .fields {
    grid-template-columns: 1fr !important;
  }

  /* 2 sütunda e-posta hizası için kullanılan boş hücre — tek sütunda satır kaybı olmasın */
  .checkout-container .content .fields > div[aria-hidden="true"] {
    display: none;
  }

  .checkout-container .card-payment-cols {
    grid-template-columns: 1fr !important;
  }
}

.checkout-container .content .phone-field .inputs {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 10px;
}

.checkout-container .content .phone-field .inputs input:first-child {
  flex: 0 0 20%;
  max-width: 20%;
  min-width: 0;
  width: auto !important;
}

.checkout-container .content .phone-field .inputs input:nth-child(2) {
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
}

.checkout-container .sidebar .actions .button {
  display: flex;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
}

.checkout-container .content>p {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  margin-top: 5px;
}

.checkout-container .content>p strong {
  font-weight: 700;
}

.corporate-area {
  margin-bottom: 30px;
}

.check-area {
  display: grid;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  grid-template-columns: 15px 1fr;
}

.check-area input {
  width: 15px;
  height: 15px;
}

.check-area.error {
  color: var(--error);
}

.corporate-area .fields {
  display: none !important;
  margin-top: 20px;
  grid-template-columns: 1fr 1fr 1fr !important;
}

.corporate-area.active .fields {
  display: grid !important;
}

.checkout-container .tab-item {
  display: none;
}

.checkout-container .tab-item.active {
  display: block;
}

.checkout-container .payment-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 10px;
  background-color: var(--primary);
  border-radius: 5px;
  margin-bottom: 20px;
}

.checkout-container .payment-tabs span {
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
}

.checkout-container .payment-tabs span.active {
  color: var(--primary);
  background-color: #fff;
}

.checkout-container .payment-fields {
  grid-template-columns: 1fr !important;
}

/* iOS Safari: odakta yakınlaştırmayı önlemek için min. 16px (yalnızca ödeme kartı alanı) */
.checkout-container .payment-fields .input,
.checkout-container .payment-fields .card .input {
  font-size: 16px;
}

.checkout-container .card-payment-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 20px;
}

.checkout-container .card-payment-cols .field:last-child {
  margin-bottom: 0 !important;
}

.checkout-container .card-payment-cols .installments {
  padding: 15px;
  background-color: #f1f1f1;
  border-radius: 5px;
}

.checkout-container .card-payment-cols .installments .label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.checkout-container .card-payment-cols .installments table {
  width: 100%;
  background-color: #fff;
  border: solid 1px #dae1ed;
}

.checkout-container .card-payment-cols .installments table td,
.checkout-container .card-payment-cols .installments table th {
  border: solid 1px #dae1ed;
  border-top: unset;
  padding: 7px;
  vertical-align: middle;
  text-align: left;
}

.checkout-container .card-payment-cols .installments table th {
  font-size: 12px;
  font-weight: 600;
}

.checkout-container .card-payment-cols .installments table td {
  font-weight: 300;
}

.checkout-container .card-payment-cols > .card-info {
  grid-column: 1 / -1;
}

.checkout-container .card-info {
  position: relative;
  padding: 20px;
  color: #333;
  background-color: #dae1ed;
  border-radius: 5px;
  margin-top: 25px;
  padding-top: 70px;
  border: solid 1px #87a0c9;
}

.checkout-container .card-info svg {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 35px;
  height: 35px;
}

.checkout-container .card-info .label {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 5px;
}

.checkout-container .card-info p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-top: 15px;
}

.checkout-container .card-info p:first-of-type {
  margin-top: 0;
}

/* Opsiyonel 3D ödeme: satır üzerine gelince / odakta bilgi balonu (checkout card-info çizgisi) */
.checkout-container .checkout-3d-opt-wrap {
  position: relative;
  display: block;
  max-width: 100%;
}

.checkout-container .checkout-3d-opt-label {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
}

.checkout-container .checkout-3d-opt-label input {
  margin-top: 2px;
  flex-shrink: 0;
}

.checkout-container .checkout-3d-tooltip {
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
  z-index: 40;
  width: min(100%, 380px);
  max-width: calc(100vw - 32px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(4px);
  transition:
    opacity 0.18s ease,
    visibility 0.18s ease,
    transform 0.18s ease;
}

.checkout-container .checkout-3d-tooltip::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 12px;
}

.checkout-container .checkout-3d-opt-wrap:hover .checkout-3d-tooltip,
.checkout-container .checkout-3d-opt-wrap:focus-within .checkout-3d-tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.checkout-container .checkout-3d-opt-wrap:focus-within .checkout-3d-tooltip {
  outline: none;
}

.checkout-container .checkout-3d-tooltip__inner {
  padding: 14px 16px;
  background-color: #fff;
  border: solid 1px #87a0c9;
  border-radius: 8px;
  box-shadow:
    0 4px 18px rgba(15, 34, 58, 0.12),
    0 0 0 1px rgba(218, 225, 237, 0.9);
  max-height: min(70vh, 420px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.checkout-container .checkout-3d-tooltip__lead {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: #333;
  padding-bottom: 8px;
  border-bottom: 1px solid #dae1ed;
}

.checkout-container .checkout-3d-tooltip__inner p {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.55;
  color: #333;
}

.checkout-container .checkout-3d-tooltip__inner p:last-child {
  margin-bottom: 0;
}

.checkout-container .checkout-3d-tooltip__inner strong {
  font-weight: 600;
}

@media (prefers-reduced-motion: reduce) {
  .checkout-container .checkout-3d-tooltip {
    transition: none;
    transform: none;
  }

  .checkout-container .checkout-3d-opt-wrap:hover .checkout-3d-tooltip,
  .checkout-container .checkout-3d-opt-wrap:focus-within .checkout-3d-tooltip {
    transform: none;
  }
}

.checkout-container .customer-info {
  padding: 10px 20px;
  margin: 15px -20px 5px;
  background-color: #f1f1f1;
}

.checkout-container .customer-info__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}

.checkout-container .customer-info__head p {
  margin-top: 0;
}

.checkout-container .customer-info__edit {
  font-size: 12px;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}

.checkout-container .customer-info__edit:hover {
  text-decoration: underline;
}

.modal-container .modal-content.v2-checkout-contract-modal {
  display: flex;
  flex-direction: column;
  max-height: min(90vh, 720px);
  overflow: hidden;
  padding-top: 24px;
}

.modal-container .modal-content.v2-checkout-contract-modal .hero {
  flex-shrink: 0;
  padding-right: 52px;
}

.modal-container .modal-content.v2-checkout-contract-modal .close {
  right: 12px;
  top: 12px;
  z-index: 2;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.modal-container .modal-content.v2-checkout-3d-modal {
  display: flex;
  flex-direction: column;
  max-height: min(92vh, 800px);
  width: min(96vw, 720px);
  overflow: hidden;
  padding: 20px 20px 16px;
}

.modal-container .modal-content.v2-checkout-3d-modal .hero {
  flex-shrink: 0;
  margin-bottom: 12px;
}

.v2-checkout-3d-iframe {
  flex: 1;
  min-height: min(78vh, 560px);
  width: 100%;
  border: 0;
  background: var(--bg-white, #fff);
}

.v2-checkout-payment-lock {
  position: fixed;
  inset: 0;
  z-index: 9990;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
}

.v2-checkout-payment-lock[hidden] {
  display: none !important;
}

.v2-checkout-payment-lock__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 28px 32px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  max-width: min(92vw, 360px);
  text-align: center;
}

.v2-checkout-payment-lock__spinner {
  width: 32px;
  height: 32px;
  border: 3px solid #e8edf5;
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: v2-comments-loader-spin 0.75s linear infinite;
}

.v2-checkout-payment-lock__inner p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}

.v2-checkout-contract-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 8px;
}

.checkout-container p strong {
  font-size: 14px;
  font-weight: 600;
}

.checkout-container p {
  font-size: 12px;
  font-weight: 300;
  margin-top: 5px;
}

.checkout-container .sidebar .check-area {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  align-items: flex-start;
  margin: 10px -4px 0;
}

.checkout-container .sidebar .check-area a {
  color: var(--primary);
  text-decoration: none;
}

/* Hata yokken sarmalayıcı görünmez; üstteki kampanya checkbox’ı ile aynı hizaya */
.checkout-container .sidebar .checkout-mss-consent {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.checkout-container .sidebar .checkout-mss-consent > .check-area {
  margin: 10px -4px 0;
}

.checkout-container .sidebar .checkout-mss-consent.error {
  margin: 10px -4px 0;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid var(--error);
  background-color: rgba(248, 36, 36, 0.06);
  box-shadow: 0 0 0 1px var(--error);
}

.checkout-container .sidebar .checkout-mss-consent.error > .check-area {
  margin: 0;
}

.checkout-container .sidebar .checkout-mss-consent .error-msg {
  color: var(--error);
  font-size: 12px;
  font-weight: 600;
  margin-top: 8px;
}

/* Ödeme adımı: flash / sunucu ödeme hata kutuları */
.checkout-container .message-row.error.checkout-payment-alert {
  color: #fff;
  font-weight: 700;
  background-color: var(--error);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.checkout-container .message-row.error.checkout-payment-alert p {
  color: #fff;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

.checkout-container .transfer-content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.checkout-container .transfer-content .transfer-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background-color: #f1f1f1;
  margin-top: 20px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.checkout-container .transfer-content .transfer-item .iban {
  font-size: 16px;
  font-weight: 600;
}

.checkout-container .transfer-content .transfer-item p {
  margin-top: 2px;
}

.checkout-container .transfer-content .note {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.checkout-container .transfer-content .new-price {
  gap: 5px;
}

.checkout-container .transfer-content .new-price p {
  margin: 0;
  font-weight: 300;
  font-size: 12px;
}

.checkout-container .transfer-content .new-price div {
  font-size: 26px;
  font-weight: 700;
  color: var(--primary);
  margin-top: 5px;
}

.result-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background-color: var(--primary);
  border-radius: 100%;
}

.result-icon svg {
  width: 25px;
  height: 25px;
  stroke: #fff;
}

.result-icon.success {
  background-color: var(--success);
}

.result-icon.failed {
  background-color: var(--error);
}

.checkout-container .sidebar .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.checkout-container .sidebar ul.properties {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.checkout-container .sidebar ul.properties li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  color: #5b6780;
}

.checkout-container .sidebar ul.properties li svg {
  width: 14px;
  height: 14px;
  stroke: #5b6780;
}

.not-found {
  padding: 100px 0;
  text-align: center;
}

.not-found .hero {
  font-size: 200px;
  font-weight: 700;
  color: var(--primary);
}

.not-found p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  margin-top: 5px;
}

.v2-checkout-page {
  padding: 80px 20px 100px;
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}

.v2-checkout-page .hero {
  font-size: 36px;
  font-weight: 700;
  color: var(--primary);
}

.v2-checkout-page p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  margin-top: 12px;
}

.v2-checkout-page .checkout-page__meta {
  font-size: 14px;
  opacity: 0.85;
}

.product-comments--page {
  margin-top: 10px;
}

.product-comments--page .items {
  grid-template-columns: 1fr;
}

.product-comments--page .info {
  position: relative;
  padding: 20px;
  color: #fff;
  background-color: var(--primary);
  border-radius: 5px;
  padding-top: 70px;
  margin-bottom: 20px;
}

.product-comments--page .info svg {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
}

.product-comments--page .info .label {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.product-comments--page .info p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-top: 20px;
}

.product-comments--page .info p:first-of-type {
  margin-top: 0;
}

/* Aktivasyon (şifre hatırlat / sıfırla) — product-comments--page .info ile aynı görünüm */
.v2-activation .activation-info {
  position: relative;
  padding: 20px;
  color: #fff;
  background-color: var(--primary);
  border-radius: 5px;
  padding-top: 70px;
  margin-bottom: 20px;
}

.v2-activation .activation-info svg {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
}

.v2-activation .activation-info p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-top: 20px;
}

.v2-activation .activation-info p:first-of-type {
  margin-top: 0;
}

.v2-activation .activation-info p.activation-info__legal {
  margin-top: 20px;
  color: #ffd6d6;
  font-weight: 400;
}

.v2-activation .activation-info a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}

.v2-activation .activation-info a:hover {
  opacity: 0.92;
}

.v2-activation .activation-results {
  margin-bottom: 20px;
  padding: 0;
  background: transparent;
}

.v2-activation .activation-results__title {
  display: block;
  color: #ff5400;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 15px;
}

.v2-activation .activation-results__legend {
  margin-bottom: 16px;
  padding: 12px 14px;
  background: #fff;
  border: solid 1px #dae1ed;
  border-radius: 5px;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, .07);
  font-size: 13px;
  line-height: 1.45;
  color: #334155;
}

.v2-activation .activation-results__legend-title {
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 8px;
  font-size: 14px;
}

.v2-activation .activation-results__legend ul {
  margin: 0;
  padding-left: 1.2em;
}

.v2-activation .activation-results__legend li {
  margin-bottom: 6px;
}

.v2-activation .activation-results__legend li:last-child {
  margin-bottom: 0;
}

/* Liste görünümü: kategori sayfası .list-product-item ile aynı border / gölge / hover */
.v2-activation .activation-results__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.v2-activation .activation-result-card {
  display: grid;
  grid-template-columns: minmax(0, 38%) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 16px;
  margin-bottom: 15px;
  color: #000;
  background-color: #fff;
  border: solid 1px #dae1ed;
  border-radius: 5px;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, .07);
  transition: all .2s linear;
}

.v2-activation .activation-result-card:last-child {
  margin-bottom: 0;
}

.v2-activation .activation-result-card:hover {
  border-color: var(--primary);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.09);
}

.v2-activation .activation-result-card__owner {
  min-width: 0;
  padding-right: 8px;
  border-right: 1px solid #eef2f7;
}

.v2-activation .activation-result-card__name {
  color: #0f1114;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
  word-break: break-word;
}

.v2-activation .activation-result-card__line {
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 8px;
  color: #0f1114;
  word-break: break-word;
}

.v2-activation .activation-result-card__line:last-child {
  margin-bottom: 0;
}

.v2-activation .activation-result-card__lbl {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #5b6780;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 2px;
}

.v2-activation .activation-result-card__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 8px;
}

.v2-activation .activation-result-card__key {
  font-size: 22px;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  color: #0f1114;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.v2-activation .activation-result-card__status {
  margin: 0;
}

.v2-activation .activation-result-card__pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.v2-activation .activation-result-card__pill i,
.v2-activation .activation-result-card__icon-btn i,
.v2-activation .activation-result-card__icon-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.v2-activation .activation-result-card__pill--fresh {
  background: rgba(29, 168, 10, 0.12);
  color: var(--success);
}

.v2-activation .activation-result-card__pill--partial {
  background: rgba(248, 97, 36, 0.12);
  color: #b45309;
}

.v2-activation .activation-result-card__pill--reset {
  background: rgba(248, 97, 36, 0.15);
  color: var(--warning);
}

.v2-activation .activation-result-card__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}

.v2-activation .activation-result-card__icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  border: solid 2px var(--primary);
  color: var(--primary);
  background-color: #fff;
  text-decoration: none !important;
  transition: all .2s linear;
  box-sizing: border-box;
}

.v2-activation .activation-result-card__icon-btn:hover {
  background-color: var(--primary);
  color: #fff;
  transform: translateY(-1px);
}

.v2-activation .activation-result-card__icon-btn svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

.v2-activation .activation-result-card__action-hint {
  flex: 1;
  min-width: 140px;
  font-size: 12px;
  line-height: 1.4;
  color: #5b6780;
}

@media (max-width: 767px) {
  .v2-activation .activation-result-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
  }

  .v2-activation .activation-result-card__owner {
    padding-right: 0;
    padding-bottom: 14px;
    border-right: none;
    border-bottom: 1px solid #eef2f7;
  }

  .v2-activation .activation-result-card__body {
    padding-left: 0;
  }

  .v2-activation .activation-result-card__actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .v2-activation .activation-result-card__action-hint {
    max-width: 100%;
  }
}

.v2-activation .activation-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0;
  margin: 0;
  padding: 0;
  border-bottom: none;
}

/* Gri çizgi: sekme şeridinin sağında, pasif alanın devamı (tam genişlik şerit yok) */
.v2-activation .activation-tabs::after {
  content: '';
  flex: 1 1 auto;
  min-width: 8px;
  align-self: flex-end;
  border-bottom: 2px solid #dae1ed;
}

.v2-activation .activation-tabs__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  margin: 0 6px 0 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  color: var(--primary);
  background: #fff;
  border: 2px solid var(--primary);
  border-bottom: 2px solid #dae1ed;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  transition: background 0.2s linear, color 0.2s linear;
}

.v2-activation .activation-tabs__tab:hover {
  text-decoration: none !important;
  background: #f1f4fa;
  color: var(--primary);
}

.v2-activation .activation-tabs__tab.is-active {
  color: #fff !important;
  background: var(--primary);
  border-color: var(--primary);
  border-bottom-color: var(--primary);
  position: relative;
  padding-bottom: 12px;
}

.v2-activation .activation-tabs__tab.is-active:hover {
  color: #fff !important;
  background: var(--primary-hover);
  border-color: var(--primary-hover);
  border-bottom-color: var(--primary-hover);
}

.v2-activation .js-activation-form-errors {
  color: #c62828;
  font-size: 14px;
  margin-bottom: 12px;
}

.v2-activation .js-activation-form-errors ul {
  margin: 0;
  padding-left: 1.2em;
}

.v2-activation .contact-form {
  margin-top: 4px;
  max-width: 480px;
}

.v2-activation .activation-tabs + .contact-form {
  margin-top: 20px;
}

/* Sadece aktivasyon şifre hatırlat sekmeli form: tam genişlik, üst köşe yuvarlak değil */
.v2-activation .activation-tabs + .contact-form.activation-forgot-contact-panel {
  margin-top: -2px;
  margin-bottom: 24px;
  padding: 20px 20px 22px;
  max-width: none;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #dae1ed;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 1px 6px rgba(15, 23, 42, 0.07);
  position: relative;
  z-index: 1;
}

.v2-activation .activation-helper-text {
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 8px 0;
  color: #333;
  line-height: 1.4;
}

.v2-activation .contact-form .field .phone-field .inputs input {
  width: calc(100% - 90px);
}

.v2-activation .contact-form .field .phone-field .inputs input:first-child {
  width: 80px;
}

.v2-activation .activation-flash {
  margin-bottom: 1rem;
  padding: 12px 16px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.45;
}

.v2-activation .activation-flash--basari {
  background: #e8f5e9;
  border: 1px solid #c8e6c9;
  color: #1b5e20;
}

.v2-activation .activation-flash--hata {
  background: #ffebee;
  border: 1px solid #ffcdd2;
  color: #b71c1c;
}

.list-page-wrapper .product-comments--page .reply {
  padding: 15px;
  background-color: #dae1ed;
  border-radius: 5px;
  margin-bottom: 10px;
}

.list-page-wrapper .product-comments--page .reply p:first-of-type {
  margin-top: 0;
}

.list-page-wrapper .product-comments--page .replied {
  font-weight: 600;
}

.list-page-wrapper .product-comments--page .comments-page__user-reply {
  margin-top: 12px;
  padding: 12px;
  background-color: #f4f6fa;
  border-radius: 5px;
}

.list-page-wrapper .product-comments--page .comments-page__product-ref {
  font-size: 14px;
  margin: 8px 0 4px;
}

.list-page-wrapper .product-comments--page .comments-page__product-ref a {
  font-weight: 600;
}

/* Kullanıcı yorumları: sağ kolon — mock’taki .content beyaz kutu */
.list-page-wrapper.list-page--comments .list-area-wrap > .content {
  padding: 20px;
  background-color: #fff;
  border: solid 1px #dae1ed;
  align-self: flex-start;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}

.list-page-wrapper.list-page--comments .list-area-wrap > .content > .hero.wbutton {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0;
}

.list-page-wrapper.list-page--comments .comments-page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.list-page-wrapper.list-page--comments .comments-page-pagination {
  margin-top: 24px;
}

.v2-comments-fp-ac-wrap {
  position: relative;
}

.v2-comments-fp-ac__dropdown {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 40;
  max-height: 220px;
  overflow: auto;
  background: #fff;
  border: 1px solid #dae1ed;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.v2-comments-fp-ac__item {
  padding: 10px 12px;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}

.v2-comments-fp-ac__item:hover {
  background: #f0f3f8;
}

/* Ürün yorumları sol sidebar: autocomplete satırları daha sıkı (modal etkilenmez) */
.list-page-wrapper .sidebar .v2-comments-fp-ac__item {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 14px;
}

.comment-form {
  margin-top: 20px;
}


.message-row {
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  border: solid 1px transparent;
  margin: 15px 0;
}

.message-row.info {
  color: #1E3A8A;
  border-color: #3B82F6;
  background-color: #DBEAFE;
}

.message-row.warning {
  color: #B45309;
  border-color: #F59E0B;
  background-color: #FEF3C7;
}

.message-row.error {
  color: #B91C1C;
  border-color: #EF4444;
  background-color: #FEE2E2;
}

.message-row.success {
  color: #065F46;
  border-color: #10B981;
  background-color: #D1FAE5;
}

.message-row p:only-child {
  margin-top: 0;
}

.checkbox-wrap {
  position: relative;
}

.checkbox-wrap input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.checkbox-wrap .area div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #fff;
  border: solid 1px #dae1ed;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, .07);
}

.checkbox-wrap .area div.checked {
  display: none;
  color: #fff;
  border-color: var(--success);
  background-color: var(--success);
}

.checkbox-wrap .area div.checked svg {
  width: 15px;
  height: 15px;
}

.checkbox-wrap input:checked+.area .normal {
  display: none;
}

.checkbox-wrap input:checked+.area .checked {
  display: flex;
}


.filterable-sidebar {
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  border: solid 1px #dae1ed;
  align-self: flex-start;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, .07);
}

.filterable-sidebar .filter-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: solid 1px #dae1ed;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.filterable-sidebar span {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.filterable-sidebar .clear {
  cursor: pointer;
  color: var(--primary);
  font-weight: 600;
  font-size: 12px;
}

.filterable-sidebar a.clear {
  text-decoration: none;
}

.filterable-sidebar .filter-item {
  margin-top: 20px;
}

.filterable-sidebar .filter-label {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  border-bottom: solid 1px #dae1ed;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.filterable-sidebar .filter-item ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.filterable-sidebar .filter-item li {
  margin-top: 10px;
}

.filterable-sidebar .filter-item li:first-child {
  margin-top: 0;
}

.filterable-sidebar .filter-item .listing-filter-row {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 5px;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  margin: 0;
}

.filterable-sidebar .filter-item .listing-filter-row__text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #555;
}

.filterable-sidebar .listing-active-filters {
  border-bottom: solid 1px #dae1ed;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: -5px;
}

.filterable-sidebar .listing-active-filters__row {
  font-size: 12px;
  line-height: 16px;
  color: #555;
  font-weight: 600;
  margin-top: 6px;
}

.filterable-sidebar .listing-active-filters__row:first-child {
  margin-top: 0;
}

.filterable-sidebar .listing-active-filters__label {
  font-weight: 700;
  color: #333;
}

.filterable-sidebar .apply {
  width: 100%;
  justify-content: center;
  margin-top: 25px;
}

.result-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.result-text p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 20px;
}

.checkout-container .content .result-text .col .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}

.faq-wrapper .row {
  border: solid 1px #dae1ed;
  background-color: #f1f1f1;
  margin-top: -1px;
}

.faq-wrapper .label span,
.faq-wrapper .label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.faq-wrapper .label {
  padding: 15px 15px;
  cursor: pointer;
}

.faq-wrapper .label span svg {
  width: 16px;
  height: 16px;
}

.faq-wrapper .label span:nth-child(1) {
  font-size: 14px;
  font-weight: 600;
}

.faq-wrapper .label span:nth-child(2) {
  font-size: 10px;
  font-weight: 300;
}

.faq-wrapper .details {
  display: none;
  padding: 20px;
  background-color: #fff;
}

.faq-wrapper .active .label {
  border-bottom: solid 1px #dae1ed;
}

.faq-wrapper .active .label svg {
  transform: rotate(180deg);
}

.faq-wrapper .active .details {
  display: block;
}

.auto-promo-urgency {
  margin: 0;
  padding-top: 10px;
  font-size: 12px;
  line-height: 1.35;
  color: #c62828;
  font-weight: 600;
}

.important-note {
  display: grid;
  padding: 10px;
  align-items: center;
  grid-template-columns: 30px 1fr;
  gap: 5px;
  color: #333;
  font-size: 14px;
  background-color: #dae1ed;
  border-radius: 5px;
  margin-top: 20px;
  border: solid 1px #87a0c9;
}

.important-note strong {
  font-weight: 700;
}

.important-note p {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  margin-top: 5px;
}

.important-note p strong {
  font-size: 12px;
}

@media (max-width: 1140px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .homepage-slider .slide-prev,
  .homepage-slider .slide-next {
    display: none !important;
  }

  .header-container .header-info .cols ul {
    margin-left: auto;
  }

  .header-container .header-info .cols ul li {
    padding: 10px 0;
  }

  .header-container .header-info .cols ul:nth-child(1) {
    display: none;
  }

  .product-list-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .product-highlight {
    padding: 30px;
  }

  .list-page-wrapper .hero,
  .homepage-slider .slider-item .hero,
  .product-highlight .hero {
    font-size: 30px;
    line-height: 40px;
  }

  .list-page-wrapper .desc,
  .homepage-slider .slider-item p,
  .product-highlight p {
    font-size: 14px;
    line-height: 20px;
  }

  .homepage-slider .slider-item p {
    max-width: unset;
  }

  .example-section .items {
    grid-template-columns: 1fr 1fr;
  }

  .footer .cols {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .example-section {
    padding: 30px 0;
  }

}


.filter-button {
  display: none;
}

.show-mobile {
  display: none !important;
}

@media (max-width: 768px) {
  body {
    padding-top: 159px;
  }

  /* Ürün detay: üst şerit + logo satırı + mobil arama ~122px; 159px fazla boşluk bırakıyordu */
  body:has(.detail-content) {
    padding-top: 124px;
  }

  /* Ana sayfa banner: aynı header–içerik boşluğu (sabit header yüksekliğine yakın padding) */
  body:has(.js-homepage-carousel) {
    padding-top: 124px;
  }

  /*
   * Ana sayfa mobil yatay taşma: .colored-tabs ve .comments-section .list tasarımda margin:0 -10px;
   * wrapper + padding ile birleşince document genişliği > viewport (sağda boşluk + scroll).
   * Uzun kırılmayan vitrin başlıkları da aynı etkiyi yapabilir.
   */
  .colored-tabs {
    margin-left: 0;
    margin-right: 0;
  }

  .comments-section .list {
    margin-left: 0;
    margin-right: 0;
  }

  .homepage-slider {
    overflow-x: hidden;
    max-width: 100%;
  }

  .homepage-slider .slider-item .hero {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .product-item .name {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /*
   * Anasayfa: :has() desteklemeyen tarayıcılarda da yatay scroll kilitli kalsın.
   * body.page-home yalnızca HomeController → home.php (head.php) ile set edilir.
   */
  body.page-home {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }

  body.page-home .header-container {
    max-width: 100%;
    left: 0;
    right: 0;
  }

  .show-mobile {
    display: block !important;
  }

  .hide-mobile {
    display: none !important;
  }

  .header .logo img {
    max-height: 40px;
    max-width: min(120px, 100%);
  }

  .header .mobile-toggle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #151724;
    font-size: 14px;
    font-weight: 600;
    gap: 5px;
    margin-left: 10px;
    text-decoration: none;
  }

  .header .mobile-toggle svg {
    width: 18px;
    height: 18px;
    stroke: var(--primary);
  }

  .header .navigation {
    display: none;
  }

  .header .logo {
    margin-right: auto;
  }

  .search-container {
    padding: 10px;
    margin: unset;
    border-top: solid 1px #dae1ed;
  }

  .search-container input {
    width: 100%;
  }

  .search-container button {
    right: 16px;
  }

  .homepage-slider .slider-item {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 56px;
    min-height: 500px;
    box-sizing: border-box;
  }

  .homepage-slider.js-homepage-carousel:not(.slick-initialized) {
    min-height: 560px;
  }

  .product-highlight>div,
  .homepage-slider .slider-item>div {
    flex: content
  }

  /* Banner + vitrin: mobilde tek sütun — flex çocukları min-width:0 ile metin kırılsın (iOS Chrome) */
  .homepage-slider .slider-item > div,
  .product-highlight > div {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .product-highlight .content,
  .homepage-slider .slider-item .content {
    order: 2
  }

  .product-highlight .image,
  .homepage-slider .slider-item .image {
    order: 1;
    margin-bottom: 16px;
    min-height: 0;
  }

  .product-highlight .image img {
    height: 200px;
  }

  .homepage-slider .slider-item .image img {
    height: auto;
  }

  .homepage-slider .slider-item .image iframe.js-banner-youtube-iframe {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .list-page-wrapper .hero,
  .product-highlight .hero {
    font-size: 24px;
    line-height: 32px;
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .homepage-slider .slider-item .hero {
    font-size: 24px;
    line-height: 1.35;
    margin: 0 0 10px 0;
    padding: 0;
    max-width: 100%;
  }

  .list-page-wrapper .desc,
  .product-highlight p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .homepage-slider .slider-item p {
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 12px 0;
    max-width: 100%;
    opacity: 0.9;
    display: block;
  }

  .list-page-wrapper .desc {
    max-width: 100%;
  }

  .homepage-slider .slider-item .prices {
    margin: 0 0 12px 0;
  }

  .homepage-slider .slider-item a.slide-button {
    width: 100%;
  }

  .homepage-slider .slider-item a.slide-button svg {
    margin-left: auto;
  }

  .site-properties {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 20px 0;
  }

  .site-properties .col {
    flex: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .site-properties .col .content {
    padding-left: 16px;
  }

  .example-section .hero,
  .comments-section .hero,
  .products-tab .hero {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
  }

  .example-section .desc,
  .comments-section .desc,
  .products-tab .desc {
    max-width: 100%;
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
  }

  .product-list-wrap {
    grid-template-columns: 1fr;
  }

  /* Ürün listeleri (grid kart): mobilde görsel tam genişlik, sabit 360:200 kutu — masaüstü height:140px kuralına dokunulmaz */
  .product-item .image-area {
    width: 100%;
    align-self: stretch;
    margin-bottom: 15px;
  }

  .product-item .name {
    margin-top: 0;
  }

  .product-item .image-area img {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 360 / 200;
    object-fit: cover;
  }

  /* Liste görünümü + vitrin satırı: aynı oran; görsel–başlık arası nefes */
  .list-product-item .image {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .list-product-item .image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 360 / 200;
    object-fit: cover;
  }

  .list-product-item.list-demo-item .image .list-product-item__image-link > img,
  .list-product-item.list-demo-item .image .list-product-item__image-link .product-demo-poster img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    aspect-ratio: unset;
    object-fit: cover;
  }

  .detail-content .other-products .list-product-item .image img {
    width: 100%;
    max-width: 100%;
    max-height: none;
    height: auto;
    aspect-ratio: 360 / 200;
    object-fit: cover;
  }

  .example-section {
    padding: 15px 0;
  }

  .example-section .items {
    grid-template-columns: 1fr;
  }

  .footer .cols {
    grid-template-columns: 1fr 1fr;
  }

  .footer .col {
    margin-bottom: 20px;
  }

  .footer-container .copyright {
    line-height: 20px;
  }

  .homepage-slider .slider-item .prices .old {
    font-size: 14px;
  }

  .homepage-slider .slider-item .prices .current {
    font-size: 20px;
  }

  .modal-container .modal-content {
    margin-top: auto;
    border-radius: 10px 10px 0 0;
  }

  .modal-container .modal-content .close {
    right: 10px;
    top: -40px;
    border-radius: 10px 10px 0 0;
  }

  .modal-container .modal-content.v2-checkout-contract-modal {
    padding-top: 20px;
  }

  .modal-container .modal-content.v2-checkout-contract-modal .close {
    right: 12px;
    top: 12px;
    border-radius: 100%;
  }

  .modal-container .modal-content.v2-checkout-contract-modal .hero {
    padding-right: 48px;
  }

  .field .input {
    width: 100%;
  }

  .phone-field .inputs input {
    width: calc(100% - 90px);
  }

  .checkout-container .content .phone-field .inputs input:first-child,
  .checkout-container .content .phone-field .inputs input:nth-child(2) {
    width: auto !important;
  }

  .field+button {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .list-page-wrapper .list-area {
    grid-template-columns: 1fr;
  }

  .list-page-wrapper .list-area .demo-listing-items {
    grid-template-columns: 1fr;
  }

  .pagination a {
    width: 30px;
    height: 30px;
  }

  .detail-hero-container {
    display: none;
  }

  .detail-hero.detail-hero--mobile {
    display: block;
  }

  .detail-content {
    padding-top: 10px;
    grid-template-columns: 1fr;
  }

  .detail-content .sidebar {
    position: relative;
    order: 1;
    top: 0;
    margin-top: 0;
    border: unset;
    box-shadow: unset;
    padding: 0;
  }

  .detail-content .content {
    order: 2
  }

  .detail-content .course-content .course-content-ders-head .actions {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
  }

  .detail-content .course-content .course-content-ders-head .actions .curriculum-ders-select {
    width: 100%;
    max-width: 100%;
  }

  .detail-content .sidebar .image,
  .checkout-container .sidebar .image {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }

  /* Görsel ile mobil başlık bloğu arası (masaüstü .image margin-bottom:20px ile aynı hizada) */
  .detail-content .sidebar .detail-hero.detail-hero--mobile {
    margin-top: 20px;
  }

  .detail-content .sidebar .image .sidebar-video-poster .sidebar-video-poster__play,
  .checkout-container .sidebar .image .sidebar-video-poster .sidebar-video-poster__play {
    width: 44px;
    height: 44px;
  }

  .detail-content .sidebar .image .sidebar-video-poster .sidebar-video-poster__play-icon,
  .checkout-container .sidebar .image .sidebar-video-poster .sidebar-video-poster__play-icon {
    width: 36px;
    height: 36px;
    margin-left: 0;
  }

  .detail-content .sidebar .image .sidebar-video-poster .sidebar-video-poster__bottom,
  .checkout-container .sidebar .image .sidebar-video-poster .sidebar-video-poster__bottom {
    min-height: 30px;
    padding: 5px 8px 7px;
  }

  .detail-content .sidebar .image .sidebar-video-poster .sidebar-video-poster__label,
  .checkout-container .sidebar .image .sidebar-video-poster .sidebar-video-poster__label {
    font-size: 12px;
  }

  .example-section .items .item .product-demo-poster .product-demo-poster__play,
  .list-page-wrapper .demo-listing-items .item .product-demo-poster .product-demo-poster__play,
  .list-product-item.list-demo-item .product-demo-poster .product-demo-poster__play {
    width: 44px;
    height: 44px;
  }

  .example-section .items .item .product-demo-poster .product-demo-poster__play-icon,
  .list-page-wrapper .demo-listing-items .item .product-demo-poster .product-demo-poster__play-icon,
  .list-product-item.list-demo-item .product-demo-poster .product-demo-poster__play-icon {
    width: 36px;
    height: 36px;
    margin-right: 0;
  }

  .detail-hero.detail-hero--mobile ul.badges {
    margin-top: 15px;
    margin-bottom: 15px;
    gap: 5px;
    font-size: 12px;
  }

  /*
   * Mobil: masaüstü hero rozetinin inversi — aynı kutu ölçüsü (25px, 10px yatay padding, 5px radius),
   * renkler ters (koyu zemin / beyaz yazı). border-box ile 1px çerçeve toplam yüksekliği büyütmez.
   */
  .detail-hero.detail-hero--mobile ul.badges li {
    box-sizing: border-box;
    height: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 10px;
    border-radius: 5px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    background-color: #151724;
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .detail-hero.detail-hero--mobile ul.badges li.red,
  .detail-hero.detail-hero--mobile ul.badges li.orange,
  .detail-hero.detail-hero--mobile ul.badges li.green,
  .detail-hero.detail-hero--mobile ul.badges li.v2-badge-popular,
  .detail-hero.detail-hero--mobile ul.badges li.v2-badge-featured,
  .detail-hero.detail-hero--mobile ul.badges li.v2-badge-year,
  .detail-hero.detail-hero--mobile ul.badges li.v2-badge-discount,
  .detail-hero.detail-hero--mobile ul.badges li.v2-badge-legacy {
    background-color: #151724;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .detail-hero .name {
    font-size: 24px;
    line-height: 32px;
  }

  .detail-hero .jq-star svg {
    width: 14px !important;
    height: 14px !important;
  }

  .detail-content .sidebar .prices {
    margin-top: 15px;
  }

  .detail-content .sidebar .prices .old {
    margin-bottom: 7px;
  }

  .detail-content .features p {
    font-size: 12px;
    line-height: 16px;
  }

  .detail-content .course-content .details li,
  .detail-content .course-content .label {
    position: relative;
    padding-left: 35px;
    padding-right: 90px;
  }

  .detail-content .course-content .details li svg,
  .detail-content .course-content .label svg {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .detail-content .course-content .details li span:nth-child(2),
  .detail-content .course-content .label span:nth-child(2) {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .detail-content .course-content .details li span:nth-child(1),
  .detail-content .course-content .label span:nth-child(1) {
    line-height: 16px;
  }

  .faq-wrapper .label {
    position: relative;
    padding-left: 35px;
  }

  .faq-wrapper .label svg {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .faq-wrapper .label span:nth-child(2) {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .faq-wrapper .label span:nth-child(1) {
    line-height: 16px;
  }

  .faq-wrapper .details {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-product-item {
    grid-template-columns: 1fr;
  }

  .list-page-wrapper .list-area-list .list-product-item {
    grid-template-columns: 1fr;
  }

  .list-page-wrapper .list-area-list .list-product-item .image {
    width: 100%;
    max-width: 100%;
  }

  .list-page-wrapper .list-area-list .list-product-item .image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 360 / 200;
    object-fit: cover;
  }

  .list-product-item .info {
    padding-left: 5px;
    padding-top: 0;
  }

  .detail-content .content {
    padding-right: 0;
  }

  .product-comments .items {
    grid-template-columns: 1fr;
  }

  .fixed-buy-area {
    display: block;
  }

  .static-page-container {
    padding: 15px 0;
    grid-template-columns: 1fr;
  }


  .static-page-container .content {
    order: 1;
  }

  .static-page-container .sidebar {
    order: 2;
    margin-top: 20px;
  }

  .static-page-container .filterable-sidebar {
    display: none !important;
  }

  .contact-cols {
    grid-template-columns: 1fr;
  }

  .menu-tabs {
    margin: 0 -20px;
    padding: 0 20px;
    padding-top: 15px;
    margin-top: 15px;
  }


  .faq-wrapper .active .label svg,
  .detail-content .course-content .active .label svg {
    margin-top: -7px;
  }

  .checkout-container {
    grid-template-columns: 1fr;
  }

  .checkout-container .checkout-info-head {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .checkout-container .checkout-info-head .check-area {
    justify-self: start;
  }

  .corporate-area .fields,
  .checkout-container .card-payment-cols,
  .checkout-container .content .fields {
    grid-template-columns: 1fr !important;
  }

  .header .checkout-steps .item div:nth-child(2) {
    display: none;
  }

  .header .checkout-steps {
    gap: 10px;
  }

  .checkout-wrapper {
    margin-top: -96px;
  }

  .checkout-container .card-info {
    padding-left: 15px;
    padding-top: 60px;
    padding-right: 15px;
  }

  .checkout-container .card-info svg {
    top: 15px;
    transform: unset;
  }

  .field textarea,
  .field select {
    width: 100%;
  }

  .page-hero {
    padding: 20px 0;
    font-size: 20px;
  }

  .not-found .hero {
    font-size: 100px;
  }

  .not-found p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    margin-top: 5px;
  }

  .list-page-wrapper {
    grid-template-columns: 1fr;
  }

  .list-page-wrapper .sidebar {
    display: none;
  }

  .page-hero p {
    font-size: 12px;
    line-height: 18px;
  }

  .list-page-wrapper .list-area-wrap .actions .sort {
    display: none;
  }

  .filter-button {
    display: flex;
  }

  .list-page-wrapper .list-area-wrap .actions select {
    order: 1
  }

  .list-page-wrapper .list-area-wrap .actions .filter-button {
    order: 3
  }

  .static-page-container .content .hero.wbutton {
    justify-content: flex-end;
  }

  .static-page-container .content .hero.wbutton span {
    margin-right: auto;
  }

  .static-page-container .content .hero {
    font-size: 18px;
    line-height: 22px;
  }

  .static-page-container .content .hero.wbutton .button {
    margin-left: 5px;
  }

  .list-page-wrapper.list-page--comments .list-area-wrap > .content .hero.wbutton {
    justify-content: flex-end;
  }

  .list-page-wrapper.list-page--comments .list-area-wrap > .content .hero.wbutton span {
    margin-right: auto;
  }

  .list-page-wrapper.list-page--comments .list-area-wrap > .content > .hero.wbutton {
    font-size: 18px;
    line-height: 22px;
  }

  .list-page-wrapper.list-page--comments .list-area-wrap > .content .hero.wbutton .button {
    margin-left: 5px;
  }

  .filterable-sidebar {
    padding: 0;
    box-shadow: unset;
    border-radius: 0;
    border: unset;
  }

  .modal-content .filterable-sidebar {
    max-height: 70vh;
    overflow-y: scroll;
  }

  .checkout-wrapper.completed {
    padding-top: 10px;
  }

  .result-text {
    grid-template-columns: 1fr;
  }

  .autocomplete-container {
    width: 100%;
    padding-top: 0;
    padding: 0 10px;
  }

  .autocomplete-container .autocomplete-inner {
    width: 100%;
  }

}

/* --- v2 boot loader (ana sayfa, V2_BOOT_LOADER veya ?boot=1) --- */
html.v2-boot-loader-on,
body.v2-boot-loader-on {
  overflow: hidden;
}

.v2-boot-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.97);
  transition:
    opacity 0.35s ease,
    visibility 0s linear 0.35s;
}

.v2-boot-loader--done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.v2-boot-loader__progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  overflow: hidden;
  background: #e8eaef;
}

.v2-boot-loader__progress::after {
  content: "";
  position: absolute;
  top: 0;
  left: -35%;
  width: 35%;
  height: 100%;
  background: var(--primary, #5224f8);
  animation: v2BootIndeterminate 1.1s ease-in-out infinite;
}

@keyframes v2BootIndeterminate {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(400%);
  }
}

.v2-boot-loader__logo-wrap {
  padding: 24px;
}

.v2-boot-loader__logo {
  display: block;
  width: 160px;
  max-width: min(160px, 70vw);
  height: auto;
}

@media (prefers-reduced-motion: reduce) {
  .v2-boot-loader {
    transition: none;
  }

  .v2-boot-loader__progress::after {
    animation: none;
    left: 0;
    width: 100%;
    opacity: 0.45;
  }
}

/* Çerez bilgilendirme — design-mock seslial-cookie-policy */
html.v2-cookie-consent-dismissed .cookie-policy-fixed {
  display: none !important;
}

.cookie-policy-fixed {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 90;
  padding: 20px;
  background-color: #fff;
  border: solid 1px #dae1ed;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  width: 450px;
  max-width: 100%;
}

.cookie-policy-fixed .label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cookie-policy-fixed p {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 15px;
}

.cookie-policy-fixed p a {
  color: var(--primary);
  text-decoration: underline;
}

.cookie-policy-fixed p a:hover {
  color: var(--primary-hover);
}

@media (max-width: 480px) {
  .cookie-policy-fixed {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    max-width: none;
  }
}
