.three-store-page {
  background: #f5f7fa;
  color: #10233f;
}

.three-store-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.three-store-product-hero {
  padding: 44px 0 34px;
  border-bottom: 1px solid #d9e1eb;
  background: #ffffff;
}

.three-store-product-grid {
  display: grid;
  grid-template-columns:
    minmax(0, 1.02fr)
    minmax(360px, 0.98fr);
  gap: 46px;
  align-items: center;
}

.three-store-product-media {
  overflow: hidden;
  border: 1px solid #d6dee9;
  border-radius: 8px;
  background: #eef2f7;
}

.three-store-product-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.three-store-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #69778b;
  font-size: 13px;
}

.three-store-breadcrumb a {
  color: #35557d;
  text-decoration: none;
}

.three-store-eyebrow {
  margin: 22px 0 8px;
  color: #0f5ed7;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.three-store-product-summary h1 {
  margin: 0;
  color: #071a39;
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.three-store-description {
  margin: 18px 0 0;
  color: #4d5d73;
  font-size: 17px;
  line-height: 1.7;
}

.three-store-product-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 24px 0 0;
  border-top: 1px solid #dce3ec;
  border-bottom: 1px solid #dce3ec;
}

.three-store-product-meta > div {
  padding: 13px 14px 13px 0;
}

.three-store-product-meta dt {
  color: #758297;
  font-size: 12px;
  font-weight: 750;
}

.three-store-product-meta dd {
  margin: 5px 0 0;
  color: #142a49;
  font-size: 14px;
  font-weight: 800;
}

.three-store-stock {
  color: #17643a;
}

.three-store-price {
  margin-top: 23px;
  color: #071a39;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.three-store-tax-note {
  margin: 6px 0 0;
  color: #748196;
  font-size: 13px;
}

.three-store-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 22px;
}

.three-store-button {
  min-height: 50px;
  padding: 12px 17px;
  border-radius: 5px;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.three-store-button-primary {
  border: 1px solid #0f5ed7;
  background: #0f5ed7;
  color: #ffffff;
}

.three-store-button-secondary {
  border: 1px solid #b9c7d8;
  background: #ffffff;
  color: #0d315f;
}

.three-store-button:hover {
  opacity: 0.9;
}

.three-store-safe-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 15px;
  color: #617086;
  font-size: 12px;
}

.three-store-safe-line span::before {
  content: "✓";
  margin-right: 5px;
  color: #16723e;
  font-weight: 900;
}

.three-store-product-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  padding-top: 34px;
  padding-bottom: 70px;
}

.three-store-detail-main {
  display: grid;
  gap: 20px;
}

.three-store-detail-section,
.three-store-notice,
.three-store-sidebox {
  padding: 28px;
  border: 1px solid #d8e0ea;
  border-radius: 7px;
  background: #ffffff;
}

.three-store-detail-section h2,
.three-store-sidebox h2 {
  margin: 0 0 16px;
  color: #0a203e;
  font-size: 24px;
}

.three-store-feature-list,
.three-store-exclusion-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.three-store-feature-list li,
.three-store-exclusion-list li {
  position: relative;
  padding-left: 25px;
  color: #405169;
  line-height: 1.55;
}

.three-store-feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #16723e;
  font-weight: 900;
}

.three-store-exclusion-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #7a8798;
  font-weight: 900;
}

.three-store-notice strong {
  display: block;
  color: #0a203e;
}

.three-store-notice p {
  margin: 7px 0 0;
  color: #4b5a70;
  line-height: 1.65;
}

.three-store-sidebox {
  position: sticky;
  top: 98px;
  align-self: start;
}

.three-store-sidebox p {
  color: #536279;
  line-height: 1.65;
}

.three-store-sidebox a {
  display: block;
  padding: 11px 0;
  border-top: 1px solid #e0e6ee;
  color: #0f5ed7;
  font-weight: 750;
  text-decoration: none;
}

.three-store-catalog {
  padding: 46px 0 72px;
}

.three-store-catalog-head {
  max-width: 820px;
}

.three-store-catalog-head h1 {
  margin: 0;
  color: #071a39;
  font-size: clamp(36px, 5vw, 62px);
  letter-spacing: -0.05em;
}

.three-store-catalog-head p {
  color: #526176;
  font-size: 17px;
  line-height: 1.7;
}

.three-store-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0;
}

.three-store-filter button {
  padding: 10px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 5px;
  background: #ffffff;
  color: #183353;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.three-store-filter button.is-active {
  border-color: #0f5ed7;
  background: #0f5ed7;
  color: #ffffff;
}

.three-store-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.three-store-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d6dee9;
  border-radius: 7px;
  background: #ffffff;
}

.three-store-card[hidden] {
  display: none;
}

.three-store-card-media {
  display: block;
  background: #edf1f6;
}

.three-store-card-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.three-store-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.three-store-card-group {
  margin: 0 0 7px;
  color: #0f5ed7;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.three-store-card h2 {
  margin: 0;
  color: #0b203e;
  font-size: 22px;
  line-height: 1.18;
}

.three-store-card-description {
  color: #536279;
  font-size: 14px;
  line-height: 1.6;
}

.three-store-card-sku {
  margin-top: auto;
  color: #7b8798;
  font-size: 12px;
}

.three-store-card-price {
  margin-top: 12px;
  color: #071a39;
  font-size: 27px;
  font-weight: 900;
}

.three-store-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 16px;
}

.three-store-card-actions a,
.three-store-card-actions button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px;
  border-radius: 5px;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.three-store-card-actions a {
  border: 1px solid #c8d3e0;
  color: #15365f;
}

.three-store-card-actions button {
  border: 1px solid #0f5ed7;
  background: #0f5ed7;
  color: #ffffff;
  cursor: pointer;
}

.three-store-cart-page,
.three-store-checkout-page,
.three-store-result-page {
  padding: 46px 0 72px;
}

.three-store-page-title {
  margin: 0;
  color: #071a39;
  font-size: clamp(34px, 5vw, 56px);
  letter-spacing: -0.045em;
}

.three-store-page-lead {
  max-width: 720px;
  color: #526176;
  font-size: 16px;
  line-height: 1.7;
}

.three-store-cart-layout,
.three-store-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  margin-top: 28px;
}

.three-store-cart-box,
.three-store-summary-box,
.three-store-checkout-form,
.three-store-result-box {
  border: 1px solid #d8e0ea;
  border-radius: 7px;
  background: #ffffff;
}

.three-store-cart-box {
  padding: 8px 22px;
}

.three-store-cart-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #e1e6ed;
}

.three-store-cart-row:last-child {
  border-bottom: 0;
}

.three-store-cart-row h2 {
  margin: 0;
  font-size: 18px;
}

.three-store-cart-row p {
  margin: 5px 0 0;
  color: #718095;
  font-size: 12px;
}

.three-store-cart-row strong {
  white-space: nowrap;
}

.three-store-remove {
  border: 0;
  background: transparent;
  color: #a33434;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.three-store-summary-box {
  position: sticky;
  top: 98px;
  align-self: start;
  padding: 24px;
}

.three-store-summary-box h2 {
  margin: 0 0 18px;
}

.three-store-summary-line {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  border-top: 1px solid #e1e6ed;
}

.three-store-summary-total {
  font-size: 20px;
  font-weight: 900;
}

.three-store-summary-box .three-store-button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  text-decoration: none;
}

.three-store-empty {
  padding: 36px 10px;
  color: #64748b;
  text-align: center;
}

.three-store-checkout-form {
  padding: 26px;
}

.three-store-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.three-store-field {
  display: grid;
  gap: 7px;
}

.three-store-field.is-wide {
  grid-column: 1 / -1;
}

.three-store-field label {
  color: #203753;
  font-size: 13px;
  font-weight: 800;
}

.three-store-field input,
.three-store-field select,
.three-store-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #bdcad9;
  border-radius: 5px;
  background: #ffffff;
  padding: 12px;
  color: #152a47;
  font: inherit;
}

.three-store-field textarea {
  min-height: 100px;
  resize: vertical;
}

.three-store-checks {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.three-store-checks label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #49596f;
  font-size: 13px;
  line-height: 1.5;
}

.three-store-checks input {
  margin-top: 3px;
}

.three-store-checks a {
  color: #0f5ed7;
}

.three-store-form-message {
  margin-top: 14px;
  padding: 12px;
  border-radius: 5px;
  background: #f4f6f9;
  color: #3b4c63;
  font-size: 13px;
}

.three-store-form-message.is-error {
  border: 1px solid #e3b9b9;
  background: #fff6f6;
  color: #8c2f2f;
}

.three-store-result-box {
  max-width: 760px;
  margin: 0 auto;
  padding: 38px;
  text-align: center;
}

.three-store-result-icon {
  display: grid;
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #e9f7ef;
  color: #17643a;
  place-items: center;
  font-size: 30px;
  font-weight: 900;
}

.three-store-result-icon.is-error {
  background: #fff0f0;
  color: #9b2c2c;
}

.three-store-result-box h1 {
  margin: 0;
  color: #071a39;
}

.three-store-result-box p {
  color: #536279;
  line-height: 1.7;
}

.three-store-result-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.three-store-result-actions a {
  padding: 11px 16px;
  border: 1px solid #0f5ed7;
  border-radius: 5px;
  color: #0f5ed7;
  font-weight: 850;
  text-decoration: none;
}

.three-store-result-actions a:first-child {
  background: #0f5ed7;
  color: #ffffff;
}

@media (max-width: 900px) {
  .three-store-product-grid,
  .three-store-product-content,
  .three-store-cart-layout,
  .three-store-checkout-layout {
    grid-template-columns: 1fr;
  }

  .three-store-sidebox,
  .three-store-summary-box {
    position: static;
  }

  .three-store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .three-store-shell {
    width: min(calc(100% - 22px), 1180px);
  }

  .three-store-product-hero {
    padding-top: 26px;
  }

  .three-store-product-grid {
    gap: 24px;
  }

  .three-store-product-summary h1 {
    font-size: 34px;
  }

  .three-store-product-meta {
    grid-template-columns: 1fr;
  }

  .three-store-product-meta > div {
    border-bottom: 1px solid #e1e6ed;
  }

  .three-store-product-meta > div:last-child {
    border-bottom: 0;
  }

  .three-store-actions,
  .three-store-card-actions,
  .three-store-form-grid {
    grid-template-columns: 1fr;
  }

  .three-store-feature-list,
  .three-store-exclusion-list,
  .three-store-grid {
    grid-template-columns: 1fr;
  }

  .three-store-product-content {
    padding-bottom: 48px;
  }

  .three-store-detail-section,
  .three-store-notice,
  .three-store-sidebox,
  .three-store-checkout-form {
    padding: 20px;
  }

  .three-store-cart-row {
    grid-template-columns: 1fr auto;
  }

  .three-store-cart-row .three-store-remove {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

/* 3E SAME-PAGE DESIGN VARIANT START */
.three-store-variant{margin-top:22px;padding:18px;border:1px solid #ced8e5;border-radius:6px;background:#f8fafc}.three-store-variant label{display:block;margin-bottom:8px;color:#102744;font-size:14px;font-weight:850}.three-store-variant select{width:100%;min-height:46px;padding:10px 12px;border:1px solid #acbcd0;border-radius:5px;background:#fff;color:#122a48;font:inherit;font-weight:700}.three-store-variant p{margin:9px 0 0;color:#64748b;font-size:12px;line-height:1.55}.three-store-card-actions.is-single{grid-template-columns:1fr}.three-store-card-actions.is-single a{border-color:#0f5ed7;background:#0f5ed7;color:#fff}.three-store-summary-line small{display:block;margin-top:4px;color:#65758a;font-size:12px}.three-store-actions-direct{grid-template-columns:1fr!important}
/* 3E SAME-PAGE DESIGN VARIANT END */


/* 3E PRODUCT COPY BUTTON START */

.three-store-product-summary
.three-store-actions.three-store-actions-direct {
  grid-template-columns: 1fr !important;
}

.three-store-product-summary
.three-store-actions
.three-store-button-primary,
.three-store-product-summary
button[data-three-buy-now] {
  width: 100% !important;
  min-height: 52px !important;
  border: 1px solid #0f5ed7 !important;
  background: #0f5ed7 !important;
  background-color: #0f5ed7 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  box-shadow: 0 8px 20px rgba(15, 94, 215, 0.18) !important;
}

.three-store-product-summary
.three-store-actions
.three-store-button-primary:hover,
.three-store-product-summary
button[data-three-buy-now]:hover {
  border-color: #0b4eb7 !important;
  background: #0b4eb7 !important;
  background-color: #0b4eb7 !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

.three-store-about p {
  margin: 0;
  color: #405169;
  font-size: 15px;
  line-height: 1.75;
}

.three-store-about p + p {
  margin-top: 14px;
}

/* 3E PRODUCT COPY BUTTON END */


/* 3E CATALOG IMAGE FULL FIT START */

/*
 * Yalnızca Satın Al ürün kartlarını etkiler.
 * Ürün detayındaki büyük görsele dokunmaz.
 */
.three-store-catalog .three-store-card-media {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  overflow: hidden !important;
  line-height: 0 !important;
  background: #f4f6f9 !important;
}

.three-store-catalog .three-store-card-media img {
  display: block !important;
  position: static !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  transform: none !important;
}

/* Kartların alt bölümleri aynı hizada kalır. */
.three-store-catalog .three-store-card {
  align-self: stretch !important;
}

.three-store-catalog .three-store-card-body {
  flex: 1 1 auto !important;
}

/* 3E CATALOG IMAGE FULL FIT END */


/* 3E PRODUCT DETAIL FULL IMAGE START */

/*
 * Sadece ürün detayındaki büyük görseli etkiler.
 * Görselin kenarları ve üzerindeki yazılar kırpılmaz.
 */
.three-store-product-hero
.three-store-product-media {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;

  padding: 10px !important;
  box-sizing: border-box !important;

  overflow: hidden !important;

  background: #f5f7fa !important;
}

.three-store-product-hero
.three-store-product-media img {
  display: block !important;
  position: static !important;

  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;

  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;

  aspect-ratio: auto !important;

  object-fit: contain !important;
  object-position: center center !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  border-radius: 5px !important;

  transform: none !important;
  scale: 1 !important;

  clip-path: none !important;
  mask: none !important;
}

/* 3E PRODUCT DETAIL FULL IMAGE END */


/* 3E PRODUCT META TWO COLUMN START */

/*
 * Durum alanı kaldırıldığı için ürün kodu ve
 * faturalandırma alanları iki eşit sütunda gösterilir.
 */
.three-store-product-summary
.three-store-product-meta {
  grid-template-columns:
    repeat(2, minmax(0, 1fr)) !important;
}

@media (max-width: 620px) {
  .three-store-product-summary
  .three-store-product-meta {
    grid-template-columns: 1fr !important;
  }
}

/* 3E PRODUCT META TWO COLUMN END */
