/* Aşı ceviz için kullanıcı tarafından istenen tam %10 görsel büyütme. */
.product-photo > img.maras-image,
.product-card:hover .product-photo > img.maras-image,
.featured-photo > img.maras-image,
.detail-photo > img.maras-image { transform: scale(1.10); transform-origin: center; }
.featured-photo { overflow: hidden; }
.product-photo-link { display: block; }
.product-photo-link:focus-visible { outline-offset: -5px; }
.product-title h2 small { display: block; margin-top: 8px; font: 16px/1.4 var(--sans); color: var(--muted); letter-spacing: 0; }
.product-title h2 a:hover { color: #8c653a; }
.product-detail-link { display: flex; justify-content: space-between; gap: 15px; color: #826035; font-size: 14px; font-weight: 600; border-bottom: 1px solid var(--line); padding-bottom: 14px; margin: -7px 0 24px; }
.product-detail-link:hover { color: var(--green); }
.product-detail-link span { font-size: 21px; line-height: 1; }
.main-nav .nav-active { color: #915918; }
.main-nav .nav-active:after { content: ''; position: absolute; width: 18px; height: 2px; background: #a66b30; bottom: 5px; left: 0; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px 13px; align-items: center; padding-block: 29px; font-size: 13px; color: var(--muted); }
.breadcrumb > span[aria-hidden] { color: #b9bcad; }
.breadcrumb > span[aria-current] { color: var(--green); }
.breadcrumb a:hover { text-decoration: underline; text-underline-offset: 4px; }
.product-detail { display: grid; grid-template-columns: 1.12fr 1fr; gap: 65px; align-items: start; padding-block: 10px 65px; }
.detail-visual { min-width: 0; }
.detail-photo { position: relative; margin: 0; aspect-ratio: 1.2; overflow: hidden; background: #e6e6d8; }
.detail-photo > img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.detail-photo-caption { display: flex; justify-content: space-between; gap: 15px; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 12px; letter-spacing: 1px; }
.detail-origin { margin-top: 17px; font-size: 14px; color: var(--muted); }
.detail-purchase { padding-top: 12px; min-width: 0; }
.detail-purchase > .eyebrow { color: #8c653a; }
.detail-purchase h1 { font-size: clamp(40px,4vw,59px); line-height: 1.08; letter-spacing: -1.7px; margin: 18px 0 23px; }
.detail-purchase h1 em { display: block; color: #8c653a; margin-top: 4px; }
.detail-intro { color: var(--muted); font-size: 16px; line-height: 1.8; }
.detail-purchase .product-traits { margin-top: 21px; margin-bottom: 25px; font-size: 13px; }
.detail-order { padding: 24px; background: #eeeee2; border: 1px solid #d5d8c5; }
.detail-order .weight-options legend { font-size: 14px; }
.detail-order .weight-options label > span { background: #fffef9; }
.detail-order .weight-options input:checked + span { background: var(--green); }
.detail-order .order-summary { font-size: 13px; padding-block: 19px 14px; }
.detail-order .order-note { font-size: 12px; line-height: 1.5; }
.detail-description-link { display: inline-flex; gap: 18px; align-items: center; margin-top: 20px; font-size: 14px; border-bottom: 1px solid #aab49e; padding-bottom: 6px; }
.detail-description-link:hover { color: #8c653a; }
.detail-description { display: grid; grid-template-columns: minmax(0,1fr) 315px; gap: 95px; padding-block: 65px 70px; border-top: 1px solid var(--line); scroll-margin-top: 30px; }
.description-copy > .eyebrow { color: #8c653a; }
.description-copy h2 { font-size: 40px; letter-spacing: -1px; line-height: 1.2; margin: 17px 0 30px; }
.description-copy > p:not(.eyebrow) { font-size: 17px; line-height: 1.9; color: #53604e; margin-bottom: 24px; }
.description-copy strong { font-weight: 600; color: var(--green); }
.product-facts { align-self: start; border: 1px solid #cdd2c0; padding: 28px; background: #eeeee2; }
.product-facts > .eyebrow { color: #8c653a; font-size: 12px; }
.product-facts h2 { font-size: 31px; margin: 16px 0 24px; }
.product-facts dl { margin: 0; }
.product-facts dl > div { padding: 15px 0; border-top: 1px solid #cdd2c0; }
.product-facts dt { color: var(--muted); font-size: 13px; margin-bottom: 5px; }
.product-facts dd { margin: 0; font-size: 15px; color: var(--green); }
.facts-packages { border-top: 1px solid #cdd2c0; padding-top: 20px; margin-top: 5px; font-size: 14px; color: #816235; }
.other-product { display: flex; gap: 25px; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-block: 36px 60px; }
.other-product .eyebrow { color: #8c653a; }
.other-product h2 { font-size: 32px; margin-top: 12px; }
.product-comparison { padding-block: 42px 75px; border-top: 1px solid var(--line); }
.product-comparison .eyebrow { color: #8c653a; }
.product-comparison h2 { font-size: 42px; line-height: 1.15; letter-spacing: -1px; margin-block: 18px; }
.comparison-intro { color: var(--muted); margin-bottom: 30px; max-width: 750px; }
.comparison-table { width: 100%; border-collapse: collapse; table-layout: fixed; font-size: 15px; line-height: 1.65; }
.comparison-table caption { text-align: left; font-size: 14px; color: var(--muted); margin-bottom: 13px; }
.comparison-table th, .comparison-table td { padding: 20px 24px; text-align: left; vertical-align: top; border: 1px solid #d8cebe; overflow-wrap: anywhere; }
.comparison-table thead th { background: var(--green); color: var(--paper); font-weight: 500; font-size: 19px; }
.comparison-table thead th:first-child { width: 22%; font-size: 15px; }
.comparison-table tbody th { color: var(--green); font-weight: 600; }
.comparison-table tbody td { color: #53604e; }
.comparison-table a { text-decoration: underline; text-underline-offset: 4px; }
.comparison-table .comparison-subtitle { display: block; font-size: 13px; margin-top: 3px; color: #dfdfcd; }
.comparison-note { font-size: 13px; color: var(--muted); line-height: 1.8; margin-top: 19px; max-width: 960px; }
@media (max-width:1100px) {
  .product-detail { gap: 35px; grid-template-columns: 1fr 1fr; }
  .detail-photo { aspect-ratio: 0.95; }
  .detail-purchase h1 { font-size: 46px; }
  .detail-description { gap: 45px; grid-template-columns: minmax(0,1fr) 280px; }
  .detail-order { padding: 20px; }
  .detail-order .button-whatsapp { font-size: 13px; padding-inline: 15px; }
}
@media (max-width:760px) {
  .breadcrumb { font-size: 12px; padding-block: 23px; gap: 6px 10px; }
  .product-detail { grid-template-columns: 1fr; gap: 28px; padding-top: 0; padding-bottom: 40px; }
  .detail-photo { aspect-ratio: 1.15; }
  .detail-photo .product-badge { left: 15px; top: 15px; }
  .detail-photo-caption { font-size: 11px; padding-block: 14px; }
  .detail-origin { font-size: 14px; margin-top: 14px; }
  .detail-purchase { padding-top: 0; }
  .detail-purchase h1 { font-size: 44px; letter-spacing: -1.3px; margin-bottom: 20px; }
  .detail-purchase > .eyebrow { font-size: 11px; letter-spacing: 1.4px; }
  .detail-purchase .product-traits { gap: 8px 13px; font-size: 12px; }
  .detail-order { padding: 20px; }
  .detail-order .button-whatsapp { font-size: 14px; padding-inline: 14px; }
  .detail-order .order-summary { font-size: 12px; }
  .detail-description { grid-template-columns: 1fr; gap: 22px; padding-block: 38px 40px; }
  .description-copy h2 { font-size: 34px; margin-bottom: 23px; }
  .description-copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.85; margin-bottom: 22px; }
  .product-facts { padding: 25px; }
  .other-product { align-items: flex-start; flex-direction: column; padding-block: 30px 45px; }
  .other-product h2 { font-size: 28px; }
  .other-product .eyebrow { font-size: 11px; }
  .product-comparison { padding-block: 32px 45px; }
  .product-comparison h2 { font-size: 32px; }
  .comparison-intro { font-size: 15px; margin-bottom: 23px; }
  .comparison-table { font-size: 13px; line-height: 1.65; }
  .comparison-table th, .comparison-table td { padding: 13px 10px; }
  .comparison-table thead th { font-size: 15px; }
  .comparison-table thead th:first-child { width: 23%; font-size: 12px; }
  .comparison-table .comparison-subtitle { font-size: 11px; }
  .comparison-table tbody th { font-size: 12px; }
  .comparison-note { font-size: 12px; }
}
