.product-compatibility-note{margin:14px 0;padding:13px 15px;border:1px solid #dce9e9;border-radius:11px;background:#f5fafa;color:#527077;font-size:12px}.product-compatibility-note p{margin:0;line-height:1.6}.product-compatibility-note p+p{margin-top:5px}.product-compatibility-note strong{color:#1d555d}
/* —— Hesabım alanı —— */
/* Sepet: ayrı teslimat ve fatura adresi seçimi */
.checkout-addresses {
  padding: 26px;
  border: 1px solid var(--pc-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(8, 56, 78, .055);
}

.checkout-addresses__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid #edf1f3;
}

.checkout-addresses__head span {
  display: block;
  margin-bottom: 5px;
  color: var(--pc-teal);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.1px;
}

.checkout-addresses__head h3 {
  margin: 0;
  color: var(--pc-navy);
  font-size: 20px;
}

.checkout-address-section + .checkout-address-section {
  margin-top: 24px;
}

.checkout-address-section__title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.checkout-address-section__title > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: var(--pc-teal);
  background: #e9f7f8;
  font-size: 16px;
}

.checkout-address-section__title strong,
.checkout-address-section__title small {
  display: block;
}

.checkout-address-section__title strong {
  margin-bottom: 3px;
  color: var(--pc-navy);
  font-size: 13px;
}

.checkout-address-section__title small {
  color: #7c8a91;
  font-size: 9px;
}

.checkout-address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.checkout-address-option {
  position: relative;
}

.checkout-address-option > label {
  display: block;
  height: 100%;
  margin: 0;
  cursor: pointer;
}

.checkout-address-option > label > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.checkout-address-card {
  position: relative;
  display: block;
  min-height: 145px;
  padding: 18px 18px 38px;
  border: 1px solid #dfe7ea;
  border-radius: 16px;
  background: #fbfcfd;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.checkout-address-card > strong,
.checkout-address-card > small {
  display: block;
}

.checkout-address-card > strong {
  padding-right: 28px;
  color: var(--pc-navy);
  font-size: 13px;
}

.checkout-address-card > small {
  margin-top: 4px;
  color: #52646d;
  font-size: 10px;
}

.checkout-address-card p {
  margin: 11px 0 0;
  color: #718088;
  font-size: 10px;
  line-height: 1.6;
}

.checkout-address-card__check {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid #dbe4e7;
  border-radius: 50%;
  color: transparent;
  background: #fff;
}

.checkout-address-option input:checked + .checkout-address-card {
  border-color: rgba(1, 156, 169, .58);
  background: #f1fafb;
  box-shadow: 0 0 0 3px rgba(1, 156, 169, .08);
}

.checkout-address-option input:checked + .checkout-address-card .checkout-address-card__check {
  border-color: var(--pc-teal);
  color: #fff;
  background: var(--pc-teal);
}

.checkout-address-card__badge {
  display: inline-block;
  margin-bottom: 9px;
  padding: 5px 8px;
  border-radius: 999px;
  color: #477179;
  background: #e8f5f6;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .35px;
}

.checkout-address-option > a {
  position: absolute;
  right: 15px;
  bottom: 13px;
  z-index: 2;
  color: var(--pc-teal-dark);
  font-size: 9px;
  font-weight: 600;
}

.invoice-same-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 22px 0 0;
  padding: 16px 18px;
  border: 1px solid #e2eaed;
  border-radius: 14px;
  background: #f7fafb;
  cursor: pointer;
}

.invoice-same-toggle > input {
  position: absolute;
  opacity: 0;
}

.invoice-same-toggle > span {
  position: relative;
  width: 42px;
  height: 24px;
  flex: 0 0 42px;
  border-radius: 999px;
  background: #ccd6da;
  transition: background .2s ease;
}

.invoice-same-toggle > span:after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(8, 56, 78, .18);
  content: "";
  transition: transform .2s ease;
}

.invoice-same-toggle > input:checked + span {
  background: var(--pc-teal);
}

.invoice-same-toggle > input:checked + span:after {
  transform: translateX(18px);
}

.invoice-same-toggle strong,
.invoice-same-toggle small {
  display: block;
}

.invoice-same-toggle strong {
  margin-bottom: 3px;
  color: var(--pc-navy);
  font-size: 11px;
}

.invoice-same-toggle small {
  color: #7a8990;
  font-size: 9px;
}

.checkout-invoice-section {
  padding-top: 24px;
  border-top: 1px solid #edf1f3;
}

.checkout-invoice-section[hidden] {
  display: none !important;
}

.account-empty,
.account-empty-row td {
  padding: 46px 24px !important;
  text-align: center !important;
}

.account-empty {
  grid-column: 1 / -1;
  border: 1px dashed #d7e2e6;
  border-radius: 18px;
  background: #fbfdfd;
}

.account-empty i,
.account-empty-row td > i {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto 14px;
  place-items: center;
  border-radius: 17px;
  color: var(--pc-teal);
  background: #e8f7f8;
  font-size: 22px;
}

.account-empty strong,
.account-empty span,
.account-empty-row strong,
.account-empty-row span {
  display: block;
}

.account-empty strong,
.account-empty-row strong {
  margin-bottom: 7px;
  color: var(--pc-navy);
  font-size: 15px;
}

.account-empty span,
.account-empty-row span {
  margin-bottom: 18px;
  color: #75858d;
  font-size: 11px;
}

/* Adres yönetimi */
.address-form__intro {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: -6px 0 26px;
  padding: 18px;
  border: 1px solid #dfecee;
  border-radius: 16px;
  background: #f5fafb;
}

.address-form__icon {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 14px;
  color: var(--pc-teal);
  background: #e2f4f5;
  font-size: 19px;
}

.address-form__intro strong {
  display: block;
  margin-bottom: 4px;
  color: var(--pc-navy);
  font-size: 14px;
}

.address-form__intro p {
  margin: 0;
  color: #718088;
  font-size: 11px;
  line-height: 1.55;
}

.invoice-address-question {
  margin-bottom: 25px;
  padding: 19px;
  border: 1px solid #e1e9ec;
  border-radius: 16px;
  background: #fff;
}

.invoice-address-question--toggle {
  display: flex;
  align-items: center;
  gap: 13px;
  cursor: pointer;
}

.invoice-address-question--toggle > input {
  position: absolute;
  opacity: 0;
}

.invoice-address-question__check {
  display: grid;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  place-items: center;
  border: 1px solid #cfdbdf;
  border-radius: 8px;
  color: transparent;
  background: #f7fafb;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.invoice-address-question--toggle > input:checked + .invoice-address-question__check {
  border-color: var(--pc-teal);
  color: #fff;
  background: var(--pc-teal);
}

.invoice-address-question__copy strong,
.invoice-address-question__copy small {
  display: block;
}

.invoice-address-question__copy strong {
  margin-bottom: 4px;
  color: var(--pc-navy);
  font-size: 12px;
}

.invoice-address-question__copy small {
  color: #7b8990;
  font-size: 9px;
  line-height: 1.5;
}

.invoice-address-question__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.invoice-address-question__head > span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 12px;
  color: var(--pc-teal);
  background: #e8f7f8;
  font-size: 16px;
}

.invoice-address-question__head strong,
.invoice-address-question__head small {
  display: block;
}

.invoice-address-question__head strong {
  margin-bottom: 3px;
  color: var(--pc-navy);
  font-size: 12px;
}

.invoice-address-question__head small {
  color: #7b8990;
  font-size: 9px;
  line-height: 1.5;
}

.invoice-address-question__choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.invoice-address-question__choices label {
  position: relative;
  margin: 0 !important;
  cursor: pointer;
}

.invoice-address-question__choices input {
  position: absolute;
  opacity: 0;
}

.invoice-address-question__choices span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid #dfe7ea;
  border-radius: 12px;
  color: #61727a;
  background: #fafcfc;
  font-size: 10px;
}

.invoice-address-question__choices input:checked + span {
  border-color: rgba(1, 156, 169, .55);
  color: var(--pc-teal-dark);
  background: #eaf8f9;
  box-shadow: 0 0 0 3px rgba(1, 156, 169, .07);
  font-weight: 700;
}

.address-type-picker {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.address-type-picker label {
  position: relative;
  margin: 0 !important;
  cursor: pointer;
}

.address-type-picker input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.address-type-picker label > span {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  min-height: 74px;
  padding: 14px 16px;
  border: 1px solid #dfe7ea;
  border-radius: 15px;
  color: #52636c;
  background: #fbfcfd;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.address-type-picker label > span > i {
  grid-row: 1 / 3;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  color: #71838b;
  background: #edf2f4;
  font-size: 15px;
}

.address-type-picker strong,
.address-type-picker small {
  display: block;
}

.address-type-picker strong {
  color: var(--pc-navy);
  font-size: 12px;
}

.address-type-picker small {
  margin-top: 3px;
  color: #839198;
  font-size: 9px;
  font-weight: 400;
}

.address-type-picker input:checked + span {
  border-color: rgba(1, 156, 169, .55);
  background: #effafb;
  box-shadow: 0 0 0 3px rgba(1, 156, 169, .08);
}

.address-type-picker input:checked + span > i {
  color: #fff;
  background: var(--pc-teal);
}

.address-type-picker input:focus-visible + span {
  outline: 2px solid var(--pc-teal);
  outline-offset: 2px;
}

.invoice-taxpayer-picker {
  display: flex;
  gap: 9px;
}

.invoice-taxpayer-picker label {
  position: relative;
  margin: 0 !important;
  cursor: pointer;
}

.invoice-taxpayer-picker input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.invoice-taxpayer-picker span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 100px;
  justify-content: center;
  padding: 11px 16px;
  border: 1px solid #dfe7ea;
  border-radius: 12px;
  color: #60717a;
  background: #fbfcfd;
  font-size: 11px;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.invoice-taxpayer-picker input:checked + span {
  border-color: rgba(1, 156, 169, .52);
  color: var(--pc-teal-dark);
  background: #eaf8f9;
  font-weight: 700;
}

.address-form .form-hint {
  display: block;
  margin-top: 7px;
  color: #849198;
  font-size: 9px;
}

.address-form__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  padding-top: 20px;
  border-top: 1px solid #edf1f3;
}

.account-page .addresses .item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.account-page .addresses .item .center {
  width: 100%;
}

.address-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.address-card__icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 11px;
  color: var(--pc-teal);
  background: #eaf7f8;
  font-size: 15px;
}

.address-card__type {
  padding: 6px 9px;
  border-radius: 999px;
  color: #477079;
  background: #edf7f8;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .45px;
}

.account-page .addresses .item .address-card__owner {
  margin: -5px 0 8px;
  color: #334952;
  font-size: 11px;
  font-weight: 600;
}

.account-page .addresses .item .right {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  min-width: 0;
  max-width: none;
  gap: 8px;
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid #edf1f3;
}

.account-page .addresses .item .right a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  border-radius: 9px;
  background: #f1f6f7;
  font-size: 9px;
}

.account-page .addresses .item .right .address-card__delete {
  color: #a34b4b;
  background: #fff1f1;
}

body.account-page {
  background:
    radial-gradient(800px 360px at 10% 80px, rgba(1, 156, 169, .07), transparent 62%),
    #f8fafb;
}

body.account-page .hero {
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 105px 0 24px;
  background: transparent;
}

body.account-page .hero h1 {
  margin: 0 0 10px;
  color: var(--pc-navy);
  font-size: clamp(27px, 3vw, 34px);
  line-height: 1.15;
  letter-spacing: -.5px;
}

body.account-page .hero .breadcrumb {
  margin: 0;
  color: var(--pc-muted);
}

.account-shell {
  padding-top: 18px;
  padding-bottom: 48px;
}

body.account-page .footer {
  margin-top: 20px;
}

.account-layout {
  display: flex;
  align-items: flex-start;
}

.account-sidebar-col {
  flex-shrink: 0;
}

.account-page .account-nav {
  position: sticky;
  top: 118px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--pc-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(8, 56, 78, .06);
}

.account-nav__profile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
  border-bottom: 1px solid #eaf0f2;
  background: linear-gradient(145deg, #08384e, #0c4b64);
}

.account-nav__avatar {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  font-size: 17px;
  font-weight: 700;
}

.account-nav__profile strong,
.account-nav__profile small {
  display: block;
  max-width: 155px;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-nav__profile strong {
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 700;
}

.account-nav__profile small {
  color: #b9d1da;
  font-size: 10px;
}

.account-nav__scroll {
  padding: 9px;
}

.account-nav__scroll > a {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr) 14px;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 8px 10px;
  border-radius: 12px;
  color: #52616a;
  font-size: 12px;
  font-weight: 500;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.account-nav__scroll > a > i:first-child {
  color: #819098;
  font-size: 16px;
  text-align: center;
}

.account-nav__scroll > a > i:last-child {
  opacity: .35;
  text-align: right;
}

.account-nav__scroll > a:hover,
.account-nav__scroll > a.active {
  color: var(--pc-navy);
  background: #eaf7f8;
  transform: translateX(2px);
}

.account-nav__scroll > a.active > i:first-child {
  color: var(--pc-teal);
}

.account-nav__scroll > a.account-nav__logout {
  margin-top: 7px;
  border-top: 1px solid #edf1f3;
  border-radius: 0 0 12px 12px;
  color: #a83d3d;
}

.account-content {
  min-width: 0;
  padding-left: 34px;
}

.account-page .heading {
  display: flex;
  align-items: center;
  min-height: 46px;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
}

.account-page .heading .left {
  color: var(--pc-navy);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -.3px;
}

.account-page .heading .right {
  margin-left: auto;
}

.account-page .panel-default,
.account-page .panel-outline,
.account-page .account-content > form:not(.modal form) {
  padding: 26px;
  border: 1px solid var(--pc-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(8, 56, 78, .055);
}

.account-page .panel-outline .panel-heading,
.account-page .panel-default .panel-heading {
  margin: -26px -26px 22px;
  padding: 20px 26px;
  border-bottom: 1px solid var(--pc-line);
  border-radius: 20px 20px 0 0;
  background: #f7fafb;
}

.account-page .panel-title {
  color: var(--pc-navy);
  font-size: 17px;
  font-weight: 700;
}

.account-page .panel-info {
  margin: 0 0 20px;
  padding: 14px 16px;
  border: 0;
  border-radius: 12px;
  color: #5f7078;
  background: #edf7f8;
  font-size: 12px;
  line-height: 1.6;
}

.account-page .form-group {
  margin-bottom: 20px;
}

.account-page .form-group label {
  margin-bottom: 8px;
  color: #31454f;
  font-size: 11px;
  font-weight: 700;
}

.account-page .form-control {
  height: 48px;
  padding: 0 15px;
  border: 1px solid #dfe7ea;
  border-radius: 12px;
  color: var(--pc-ink);
  background: #fbfcfd;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.account-page textarea.form-control {
  min-height: 120px;
  padding-top: 13px;
  resize: vertical;
}

.account-page .form-control:focus {
  border-color: rgba(1, 156, 169, .7);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(1, 156, 169, .09);
}

.account-page .btn-secondary,
.account-page .btn-warning,
.account-page .btn-default {
  min-height: 44px;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15px;
}

.account-page .btn-warning {
  border-color: var(--pc-teal);
  color: #fff;
  background: var(--pc-teal);
}

/* Hesabım ana ekranı */
.account-dashboard .account-shell {
  padding-top: 12px;
}

.account-welcome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 26px;
  padding: 34px 38px;
  overflow: hidden;
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 0, rgba(102, 209, 216, .25), transparent 35%),
    linear-gradient(135deg, #08384e, #0b5068);
  box-shadow: var(--pc-shadow);
}

.account-eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #69d0d7;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.account-welcome h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(23px, 3vw, 32px);
}

.account-welcome p {
  max-width: 580px;
  margin: 0;
  color: #c2d5dc;
  font-size: 13px;
  line-height: 1.65;
}

.account-welcome .btn-secondary {
  flex-shrink: 0;
  border-color: #fff;
  color: var(--pc-navy);
  background: #fff;
}

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

.account-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 14px;
  min-height: 132px;
  padding: 22px;
  border: 1px solid var(--pc-line);
  border-radius: 20px;
  color: var(--pc-ink);
  background: #fff;
  box-shadow: 0 12px 32px rgba(8, 56, 78, .045);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.account-card:hover {
  border-color: rgba(1, 156, 169, .38);
  color: var(--pc-ink);
  box-shadow: 0 18px 38px rgba(8, 56, 78, .09);
  transform: translateY(-3px);
}

.account-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  color: var(--pc-teal);
  background: #eaf7f8;
  font-size: 20px;
}

.account-card strong,
.account-card small {
  display: block;
}

.account-card strong {
  margin-bottom: 6px;
  color: var(--pc-navy);
  font-size: 14px;
}

.account-card small {
  color: #728089;
  font-size: 10px;
  line-height: 1.55;
}

.account-card > i {
  color: #a9b5ba;
}

/* Sipariş, adres ve favori içerikleri */
.account-page .ordered {
  margin: 0;
}

.account-page .ordered thead th {
  padding: 14px 16px;
  border: 0;
  color: #7d8b92;
  background: #f5f8f9;
  font-size: 9px;
  letter-spacing: .7px;
}

.account-page .ordered tbody td {
  padding: 18px 16px;
  border-top: 1px solid #edf1f3;
  vertical-align: middle;
  font-size: 11px;
}

.account-page .ordered tbody tr:hover {
  background: #fbfdfd;
}

.account-page .ordered label,
.account-page .ordered .label-purple {
  display: inline-block;
  margin: 2px;
  padding: 7px 10px;
  border: 0;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
}

.account-page ul.details,
.account-page ul.address {
  padding: 20px;
  border: 1px solid var(--pc-line);
  border-radius: 17px;
  background: #fff;
}

.account-page ul.details li {
  padding: 9px 0;
  border-bottom-color: #edf1f3;
}

.account-page .baskets {
  overflow: hidden;
  border: 1px solid var(--pc-line);
  border-radius: 18px;
  background: #fff;
}

.account-page .baskets .item {
  padding: 14px 18px;
  border-bottom-color: #edf1f3;
}

.account-page .baskets .item img {
  width: 58px;
  height: 58px;
  margin-right: 13px;
  border-radius: 12px;
  object-fit: cover;
}

.account-page .addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.account-page .addresses .item {
  min-height: 180px;
  margin: 0 !important;
  padding: 22px;
  border: 1px solid var(--pc-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(8, 56, 78, .04);
}

.account-page .addresses .item .name {
  margin-bottom: 12px;
  color: var(--pc-navy);
  font-size: 15px;
  font-weight: 700;
}

.account-page .addresses .item .address {
  margin-bottom: 8px;
  color: #586a73;
  line-height: 1.65;
}

.account-page .addresses .item .right {
  margin-top: 15px;
  color: #b3bdc1;
}

.account-page .addresses .item .right a {
  color: var(--pc-teal-dark);
  font-weight: 600;
}

.account-page .single {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--pc-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(8, 56, 78, .04);
}

.account-page .single figure {
  height: 210px;
  margin: 0;
  background: #f3f7f8;
}

.account-page .single figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.account-page .single h6,
.account-page .single .pricelist {
  padding-right: 18px;
  padding-left: 18px;
}

.account-favorites-grid {
  display: flex;
  flex-wrap: wrap;
}

.account-favorites-grid > [class*="col-"] {
  display: flex;
}

.account-favorites-grid .pc-card {
  width: 100%;
}

.account-page .banks .item {
  padding: 18px;
  border: 1px solid var(--pc-line);
  border-radius: 16px;
  background: #f7fafb;
}

/* İptal ve iade talepleri */
.order-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -24px 0 34px;
}

.order-cancel-button,
.order-request-pending {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 11px 17px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
}

.order-cancel-button {
  color: #a54242;
  background: #fff0f0;
}

.order-request-pending {
  color: #8a6719;
  background: #fff7df;
}

.cancel-request-info,
.return-form__notice {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 14px;
  color: #586b73;
  background: #f2f8f9;
}

.modal-close-button {
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #263a43;
  background: transparent;
  cursor: pointer;
}

.modal-close-button:hover {
  background: #e9eff1;
}

.cancel-request-info strong,
.cancel-request-info span,
.return-form__notice strong,
.return-form__notice span {
  display: block;
}

.cancel-request-info strong,
.return-form__notice strong {
  margin-bottom: 4px;
  color: var(--pc-navy);
}

.cancel-request-info span,
.return-form__notice span {
  font-size: 10px;
  line-height: 1.55;
}

.return-items {
  margin-bottom: 22px;
}

.return-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 120px;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #edf1f3;
}

.return-item img {
  width: 58px;
  height: 58px;
  border-radius: 12px;
  object-fit: cover;
}

.return-item strong,
.return-item small {
  display: block;
}

.return-item strong {
  color: var(--pc-navy);
  font-size: 11px;
}

.return-item small,
.return-item label {
  color: #7a8990;
  font-size: 9px;
}

.return-item .form-control {
  height: 38px;
  margin-top: 5px;
}

.return-form__actions {
  display: flex;
  gap: 9px;
}

.request-list {
  display: grid;
  gap: 12px;
}

.request-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--pc-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(8,56,78,.04);
}

.request-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  color: var(--pc-teal);
  background: #eaf7f8;
  font-size: 18px;
}

.request-card__type {
  color: var(--pc-teal-dark);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.request-card h3 {
  margin: 3px 0;
  color: var(--pc-navy);
  font-size: 14px;
}

.request-card p,
.request-card small {
  margin: 0;
  color: #74838a;
  font-size: 9px;
}

.request-card__note {
  margin-top: 8px;
  padding: 8px 10px;
  border-radius: 9px;
  background: #f4f7f8;
  font-size: 9px;
}

.request-status {
  padding: 7px 10px;
  border-radius: 999px;
  color: #81621e;
  background: #fff4d7;
  font-size: 8px;
  font-weight: 700;
}

.request-status--approved,
.request-status--received,
.request-status--refunded {
  color: #277052;
  background: #e7f7ef;
}

.request-status--rejected,
.request-status--withdrawn {
  color: #994646;
  background: #fdecec;
}

/* Kargo sorgulama */
.tracking-shell {
  padding-top: 42px;
}

.tracking-page .panel-outline {
  padding: 30px;
}

.tracking-page .panel-outline .panel-heading {
  text-align: center;
}

.tracking-page .panel-info {
  text-align: center;
}

.tracking-page .table.summary td {
  padding: 15px 0;
  border-color: #edf1f3;
}

.tracking-page .table.summary td:last-child {
  color: var(--pc-navy);
  font-weight: 700;
  text-align: right;
}

@media (max-width: 991px) {
  body.account-page .hero {
    padding: 100px 0 22px;
  }

  .account-shell {
    padding-top: 16px;
    padding-bottom: 44px;
  }

  .account-layout {
    display: block;
  }

  .account-sidebar-col {
    width: 100%;
    margin-bottom: 24px;
  }

  .account-page .account-nav {
    position: static;
  }

  .account-nav__profile {
    padding: 16px 18px;
  }

  .account-nav__profile strong,
  .account-nav__profile small {
    max-width: none;
  }

  .account-nav__scroll {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
  }

  .account-nav__scroll > a {
    grid-template-columns: 24px minmax(0, 1fr);
  }

  .account-nav__scroll > a > i:last-child {
    display: none;
  }

  .account-content {
    width: 100%;
    padding-left: 15px;
  }

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

@media (max-width: 600px) {
  .checkout-addresses {
    padding: 18px;
  }

  .checkout-addresses__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .checkout-address-grid {
    grid-template-columns: 1fr;
  }

  .invoice-same-toggle {
    align-items: flex-start;
  }

  .return-item {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .return-item img {
    width: 48px;
    height: 48px;
  }

  .return-item label {
    grid-column: 1 / -1;
  }

  .request-card {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .request-card__icon {
    width: 42px;
    height: 42px;
  }

  .request-status {
    grid-column: 2;
    justify-self: start;
  }

  .address-type-picker {
    grid-template-columns: 1fr;
  }

  .invoice-address-question__choices {
    grid-template-columns: 1fr;
  }

  .address-form__intro {
    align-items: flex-start;
    padding: 15px;
  }

  .address-form__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .address-form__actions .btn-secondary,
  .address-form__actions .btn-default {
    width: 100%;
    text-align: center;
  }

  body.account-page .hero {
    padding: 88px 0 18px;
  }

  body.account-page .hero h1 {
    font-size: 26px;
  }

  .account-welcome {
    display: block;
    padding: 27px 24px;
  }

  .account-welcome .btn-secondary {
    display: inline-block;
    margin-top: 20px;
  }

  .account-grid {
    grid-template-columns: 1fr;
  }

  .account-card {
    min-height: 104px;
    padding: 18px;
  }

  .account-nav__scroll {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    padding: 10px;
    scrollbar-width: none;
  }

  .account-nav__scroll::-webkit-scrollbar {
    display: none;
  }

  .account-nav__scroll > a {
    display: flex;
    min-width: max-content;
    min-height: 40px;
    padding: 8px 13px;
    border: 1px solid #e8eef0;
    border-radius: 999px;
  }

  .account-nav__scroll > a.account-nav__logout {
    margin: 0;
    border-top: 1px solid #e8eef0;
    border-radius: 999px;
  }

  .account-page .panel-default,
  .account-page .panel-outline,
  .account-page .account-content > form:not(.modal form) {
    padding: 20px;
    border-radius: 17px;
  }

  .account-page .addresses {
    grid-template-columns: 1fr;
  }

  .account-page .ordered,
  .account-page .ordered tbody,
  .account-page .ordered tr,
  .account-page .ordered td {
    display: block;
    width: 100%;
  }

  .account-page .ordered thead {
    display: none;
  }

  .account-page .ordered tbody tr {
    padding: 17px;
    border-bottom: 1px solid #e8eef0;
  }

  .account-page .ordered tbody td {
    padding: 5px 0;
    border: 0;
    text-align: left !important;
  }

  .account-page .baskets .item {
    display: block;
  }

  .account-page .baskets .item .child {
    width: 100% !important;
    padding: 5px 0 !important;
    text-align: left !important;
  }
}
/* Parlakcam — ürün detay & sepet yenileme
   Marka: teal #019CA9, navy #08384E
*/

:root {
  --pc-teal: #019ca9;
  --pc-teal-dark: #017a84;
  --pc-navy: #08384e;
  --pc-ink: #1c2430;
  --pc-muted: #6b7280;
  --pc-line: #e6eaef;
  --pc-sand: #f3f7f8;
  --pc-amber: #c45c1a;
  --pc-radius: 18px;
  --pc-shadow: 0 22px 50px rgba(8, 56, 78, 0.07);
  --pc-brand: #0eaaa5;
  --pc-brand-strong: #019ca9;
  --pc-brand-hover: #0a9592;
  --pc-petrol: #123f49;
  --pc-petrol-deep: #083f4b;
  --pc-bg: #f5f9f9;
  --pc-bg-soft: #edf5f4;
  --pc-border: #dfeaea;
  --pc-radius-sm: 10px;
  --pc-radius-md: 14px;
  --pc-radius-lg: 20px;
  --pc-btn-h: 44px;
  --pc-focus-ring: 0 0 0 3px rgba(14, 170, 165, 0.28);
  --pc-shadow-sm: 0 10px 28px rgba(7, 56, 68, 0.07);
  --pc-shadow-md: 0 16px 42px rgba(7, 56, 68, 0.12);
}

@keyframes pc-rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

/* —— Ürün detay —— */
body.product-page {
  background:
    radial-gradient(900px 420px at 8% -5%, rgba(1, 156, 169, 0.07), transparent 55%),
    #fafbfc;
}

body.product-page .hero.product-hero {
  height: auto;
  min-height: 0;
  margin-bottom: 0;
  padding: 28px 0 8px;
  background-image: none;
  background: transparent;
}

body.product-page .hero.product-hero h1 { display: none; }

body.product-page .hero.product-hero .breadcrumb {
  margin: 0;
  font-size: 13px;
  color: var(--pc-muted);
}

.product-layout {
  padding: 8px 0 72px;
}

.product-layout .product {
  margin-bottom: 36px;
  align-items: flex-start;
}

.product-gallery {
  position: relative;
  background:
    linear-gradient(165deg, #eef6f7 0%, #ffffff 48%, #f7fafb 100%);
  border: 0;
  border-radius: 32px;
  padding: 36px 28px 28px;
  box-shadow: none;
  /* PROMPT 4.4Q: do not animate LCP gallery (pc-rise opacity:0 caused ~2s render delay) */
}

.product-gallery::before {
  content: "";
  position: absolute;
  inset: auto 18% 18px 18%;
  height: 28px;
  border-radius: 50%;
  background: rgba(8, 56, 78, 0.08);
  filter: blur(10px);
  pointer-events: none;
}

.product-gallery .lSSlideOuter {
  box-shadow: none !important;
  border-radius: 0;
  position: relative;
  z-index: 1;
}

.product-gallery .photos img {
  border-radius: 0;
  /* multiply can delay/complicate LCP paint; keep product look via gallery bg instead */
  mix-blend-mode: normal;
}

/* Pre-lightSlider: keep first image visible with reserved box (no stacked-slide CLS / LCP delay). */
.product-gallery ul.photos:not(.lSSlide) {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  aspect-ratio: 2 / 3;
  max-height: 400px;
}
.product-gallery ul.photos:not(.lSSlide) > li {
  display: none;
  margin: 0;
}
.product-gallery ul.photos:not(.lSSlide) > li:first-child {
  display: block;
  height: 100%;
}
.product-gallery ul.photos:not(.lSSlide) > li:first-child img,
.product-gallery ul.photos:not(.lSSlide) > li:first-child picture {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
  object-fit: contain;
}

/* Keep active LCP slide opaque even if lightSlider fade mode briefly applies. */
.product-gallery .lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1 !important;
}
.product-gallery .lslide.active,
.product-gallery .lslide.active img {
  opacity: 1 !important;
  visibility: visible !important;
}

.product-buy {
  padding: 4px 0 8px 28px;
  animation: pc-rise .55s ease .08s both;
}

.product-kicker {
  margin: 0 0 8px;
  font-family: "League Spartan", "Spartan", "Spartan Fallback", "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pc-teal);
}

.product-buy .name {
  font-family: "Barlow", "Barlow Fallback", "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.85rem, 2.6vw, 2.55rem);
  line-height: 1.2;
  color: var(--pc-navy);
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}

.buy-price {
  margin: 0 0 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--pc-line);
}

.product .buy-price .pricelist {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 14px;
  margin: 0;
}

.product .buy-price .pricelist .price {
  font-family: "League Spartan", "Spartan", "Spartan Fallback", "Segoe UI", Arial, sans-serif;
  font-size: clamp(2rem, 2.8vw, 2.55rem);
  font-weight: 700;
  color: var(--pc-navy);
  letter-spacing: -0.04em;
  line-height: 1;
}

.product .buy-price .pricelist .price span {
  font-size: 0.55em;
  font-weight: 600;
  letter-spacing: 0;
  margin-left: 4px;
}

.product .buy-price .pricelist .old_price {
  font-size: 1rem;
  color: #9aa3ad;
  text-decoration: line-through;
  order: -1;
  width: 100%;
  margin: 0;
}

.save-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(196, 92, 26, 0.1);
  color: var(--pc-amber);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.product .tax-note {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: var(--pc-muted);
}

.product-contact-notice {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0 0 22px;
  padding: 18px;
  border: 1px solid rgba(1, 156, 169, 0.25);
  border-radius: 16px;
  background: rgba(1, 156, 169, 0.06);
  color: var(--pc-navy);
}

.product-contact-notice > i {
  font-size: 24px;
  color: var(--pc-teal);
}

.product-contact-notice strong,
.product-contact-notice span {
  display: block;
}

.product-contact-notice span {
  margin-top: 5px;
  color: var(--pc-muted);
  line-height: 1.5;
}

.product-quote-open {
  overflow: hidden;
}

.product-quote-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  transition: opacity .22s ease, visibility .22s ease;
}

.product-quote-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.product-quote-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 56, 78, 0.62);
  backdrop-filter: blur(8px);
}

.product-quote-modal__dialog {
  position: relative;
  width: min(680px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(8, 56, 78, 0.28);
  transform: translateY(18px) scale(.98);
  transition: transform .25s ease;
}

.product-quote-modal.is-open .product-quote-modal__dialog {
  transform: translateY(0) scale(1);
}

.product-quote-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #f0f5f6;
  color: var(--pc-navy);
  font-size: 18px;
  cursor: pointer;
}

.product-quote-modal__head {
  padding-right: 48px;
}

.product-quote-modal__eyebrow {
  display: block;
  margin-bottom: 7px;
  color: var(--pc-teal);
  font: 700 11px/1.4 "League Spartan", "Spartan", "Spartan Fallback", "Segoe UI", Arial, sans-serif;
  letter-spacing: .12em;
}

.product-quote-modal__head h2 {
  margin: 0 0 8px;
  color: var(--pc-navy);
  font-family: "Barlow", "Barlow Fallback", "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.55rem, 3vw, 2rem);
  line-height: 1.2;
}

.product-quote-modal__head p {
  margin: 0;
  color: var(--pc-muted);
  font-size: 14px;
  line-height: 1.55;
}

.product-quote-modal__product {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 22px 0;
  padding: 12px;
  border: 1px solid var(--pc-line);
  border-radius: 15px;
  background: #f8fafb;
}

.product-quote-modal__product img {
  width: 58px;
  height: 66px;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
}

.product-quote-modal__product strong,
.product-quote-modal__product span {
  display: block;
}

.product-quote-modal__product strong {
  color: var(--pc-navy);
  font-size: 14px;
  line-height: 1.4;
}

.product-quote-modal__product span {
  margin-top: 4px;
  color: var(--pc-muted);
  font-size: 11px;
}

.product-quote-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.product-quote-form .form-group {
  margin: 0;
}

.product-quote-form label {
  display: block;
  margin-bottom: 6px;
  color: var(--pc-navy);
  font-size: 12px;
  font-weight: 700;
}

.product-quote-form label small {
  color: var(--pc-muted);
  font-weight: 400;
}

.product-quote-form .form-control {
  height: 46px;
  border: 1px solid #dce5e8;
  border-radius: 11px;
  background: #fff;
  box-shadow: none;
}

.product-quote-form .form-control:focus {
  border-color: var(--pc-teal);
  box-shadow: 0 0 0 3px rgba(1, 156, 169, 0.1);
}

.product-quote-form textarea.form-control {
  height: auto;
  min-height: 86px;
  resize: vertical;
}

.product-quote-form__message {
  grid-column: 1 / -1;
}

.product-quote-form__feedback {
  display: none;
  margin-top: 14px;
  padding: 11px 13px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.45;
}

.product-quote-form__feedback.is-success,
.product-quote-form__feedback.is-error {
  display: block;
}

.product-quote-form__feedback.is-success {
  background: rgba(1, 156, 169, .09);
  color: #08717a;
}

.product-quote-form__feedback.is-error {
  background: rgba(196, 92, 26, .09);
  color: #9b4615;
}

.product-quote-form .pc-field-error,
.quote-form .pc-field-error {
  margin-top: 6px;
  color: #8a1f11;
  font-size: 12px;
  line-height: 1.35;
}
.product-quote-form .form-control.is-invalid,
.quote-form .form-control.is-invalid {
  border-color: #d9534f;
  background: #fff8f7;
}

.product-quote-form__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
}

.product-quote-form__actions .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 230px;
}

.product-quote-form__actions .btn-secondary.is-loading {
  opacity: .65;
  cursor: wait;
}

.product-quote-form__actions > a {
  color: #128c7e;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 640px) {
  .product-quote-modal {
    align-items: flex-end;
    padding: 0;
  }

  .product-quote-modal__dialog {
    width: 100%;
    max-height: 92vh;
    padding: 26px 20px 22px;
    border-radius: 24px 24px 0 0;
  }

  .product-quote-form__grid {
    grid-template-columns: 1fr;
  }

  .product-quote-form__message {
    grid-column: auto;
  }

  .product-quote-form__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .product-quote-form__actions .btn-secondary {
    width: 100%;
  }

  .product-quote-form__actions > a {
    text-align: center;
  }
}

.product-specs {
  margin: 18px 0 0;
  padding: 16px 18px;
  border: 1px solid var(--pc-line);
  border-radius: 16px;
  background: #fff;
}

.product-specs summary {
  list-style: none;
  cursor: pointer;
  font-family: "League Spartan", "Spartan", "Spartan Fallback", "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pc-navy);
  padding: 0;
  line-height: 1.4;
}

.product-specs summary::-webkit-details-marker { display: none; }

.product-specs summary::after {
  content: "+";
  float: right;
  color: var(--pc-muted);
  font-weight: 400;
}

.product-specs[open] summary::after { content: "–"; }

.product-specs[open] summary {
  padding-bottom: 12px;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--pc-line);
}

.product-buy .short,
.product-specs .short {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--pc-muted);
  padding: 12px 0 0;
  border: 0;
  margin: 0;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}

.product-meta .chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--pc-sand);
  border: 0;
  font-size: 12px;
  color: var(--pc-ink);
}

.product-meta .chip span { color: var(--pc-muted); }
.product-meta .chip-ok { background: rgba(1, 156, 169, 0.1); color: var(--pc-teal-dark); }
.product-meta .chip-warn { background: rgba(196, 92, 26, 0.1); color: var(--pc-amber); }

.product-variants-block {
  margin: 4px 0 16px;
  padding: 0;
  border-top: 0;
  width: 100%;
}

.product-variants-tabs .variant-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.product-variants-tabs .variant-tab {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 10px 12px;
  border: 1px solid var(--pc-line);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  font-family: "League Spartan", "Spartan", "Spartan Fallback", "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pc-navy);
  text-align: left;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.product-variants-tabs .variant-tab em {
  font-style: normal;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: var(--pc-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.product-variants-tabs .variant-tab.active {
  border-color: var(--pc-teal);
  background: rgba(1, 156, 169, 0.06);
  box-shadow: 0 0 0 2px rgba(1, 156, 169, 0.12);
}

.product-variants-tabs .variant-tab.active em {
  color: var(--pc-teal-dark);
}

.product .rulers.variant-panel {
  display: none;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 4px;
  width: 100%;
}

.product .rulers.variant-panel.is-open {
  display: grid;
}

.product .rulers-variants a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: none;
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 12px;
  padding: 6px 4px 8px;
  margin: 0;
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.product .rulers-variants a:hover {
  border-color: var(--pc-teal);
  transform: translateY(-1px);
}

.product .rulers-variants a.active {
  background: #fff;
  border-color: var(--pc-teal);
  box-shadow: 0 0 0 2px rgba(1, 156, 169, 0.2);
}

.product .rulers-variants a .image {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-height: 72px;
  border-radius: 8px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f6f8f9;
}

.product .rulers-variants a .text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  font-size: 10px;
  line-height: 1.25;
  color: var(--pc-ink);
  text-align: center;
  padding-top: 5px;
  font-weight: 500;
}

.product .rulers-variants a .pc-swatch {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,.18);
  flex-shrink: 0;
}

.volume-prices {
  margin: 4px 0 14px;
  padding: 12px;
  border-radius: 16px;
  background: var(--pc-sand);
}

.product .prices {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6px;
  margin: 0;
}

@media (max-width: 991px) {
  .product .rulers.variant-panel.is-open {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .product .rulers.variant-panel.is-open {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }
  .product .prices {
    grid-template-columns: 1fr 1fr;
  }
  .product-variants-tabs .variant-tab {
    flex: 1 1 calc(33.333% - 6px);
  }
}

.volume-prices .volume-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px 16px;
  margin-bottom: 10px;
}

.volume-prices .volume-head strong {
  font-family: "League Spartan", "Spartan", "Spartan Fallback", "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--pc-navy);
  letter-spacing: 0.02em;
}

.volume-prices .volume-head span {
  font-size: 12px;
  color: var(--pc-muted);
}

.product .prices .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  margin: 0;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 12px 14px;
  cursor: pointer;
  text-align: left;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
  font: inherit;
  color: inherit;
}

.product .prices .item:hover {
  border-color: rgba(1, 156, 169, 0.35);
}

.product .prices .item.active {
  background: var(--pc-teal);
  border-color: var(--pc-teal);
  color: #fff;
}

.product .prices .item .range {
  font-size: 11px;
  line-height: 1.35;
  color: var(--pc-muted);
  flex: 1;
  min-width: 0;
}

.product .prices .item.active .range { color: rgba(255,255,255,0.85); }

.product .prices .item strong {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.product .form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
  justify-content: flex-start;
}

.product .buy-qty-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.product .qty {
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 999px;
  height: 56px;
  width: 168px;
  min-width: 168px;
  max-width: 168px;
  margin-right: 0;
}

.product .qty input {
  cursor: text;
  font-weight: 700;
  font-size: 16px;
  color: var(--pc-navy);
  min-width: 0;
  width: 100%;
}

.product .qty-hint {
  font-size: 11px;
  color: var(--pc-muted);
  padding-left: 4px;
  line-height: 1.3;
}

.product .form .btn-secondary {
  flex: 1;
  min-width: 200px;
  height: 56px;
  min-height: var(--pc-btn-h, 44px);
  border: 0;
  border-radius: 999px;
  background: var(--pc-action-bg, #087e80);
  color: #fff;
  font-family: "League Spartan", "Spartan", "Spartan Fallback", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 16px 34px rgba(8, 126, 128, 0.28);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.product .form .btn-secondary:hover {
  background: var(--pc-action-hover, #066966);
  transform: translateY(-1px);
  box-shadow: 0 20px 40px rgba(6, 105, 102, 0.34);
  color: #fff;
}

.product .form .btn-secondary:focus-visible {
  outline: none;
  color: #fff;
  box-shadow: var(--pc-action-focus-ring, 0 0 0 3px rgba(8, 126, 128, 0.35));
}

.product .btn-fav {
  width: 56px;
  height: 56px;
  margin-left: 0;
  border-radius: 999px;
  border: 1px solid var(--pc-line);
  background: #fff;
  color: var(--pc-muted);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.product .btn-fav.active,
.product .btn-fav:hover {
  color: #d64545;
  border-color: #f0c9c9;
  background: #fff7f7;
}

.product .contact-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--pc-line);
}

.product .contact-row > span {
  width: 100%;
  font-size: 12px;
  color: var(--pc-muted);
  margin-bottom: 2px;
}

.product .contact-row a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--pc-sand);
  font-size: 13px;
  color: var(--pc-ink);
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}

.product .contact-row a:hover {
  background: rgba(1, 156, 169, 0.12);
  color: var(--pc-teal-dark);
}

.product .contact-row .fa,
.product .contact-row .fab,
.product .contact-row .fal { margin: 0; }

body.product-page .panel-details {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  border-top: 1px solid var(--pc-line);
  padding-top: 8px;
}

body.product-page .panel-details .nav-tabs {
  border-bottom: 1px solid var(--pc-line);
  background: transparent;
  padding: 0;
}

body.product-page .panel-details .nav-tabs > li > a {
  border: 0;
  border-radius: 0;
  padding: 16px 4px;
  margin-right: 22px;
  color: var(--pc-muted);
}

body.product-page .panel-details .nav-tabs > li.active > a {
  color: var(--pc-navy);
  background: transparent;
  box-shadow: inset 0 -2px 0 var(--pc-teal);
}

body.product-page .panel-details .panel-body {
  padding: 24px 0;
}

body.product-page .showroom {
  margin-top: 56px;
  padding-top: 8px;
}

body.product-page .showroom .title h2 {
  font-family: "Barlow", "Barlow Fallback", "Segoe UI", Arial, sans-serif;
  color: var(--pc-navy);
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}

body.product-page .showroom .single {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  transition: transform .25s ease;
}

body.product-page .showroom .single:hover {
  transform: translateY(-4px);
  box-shadow: none;
}

body.product-page .showroom .single a {
  height: auto !important;
}

body.product-page .showroom .single figure {
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(160deg, #eef5f6, #fff);
  box-shadow: none !important;
  min-height: 220px;
  max-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

body.product-page .showroom .single figure img {
  max-height: 200px;
}

body.product-page .showroom .single h6 {
  color: var(--pc-ink);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  height: auto;
  -webkit-line-clamp: 2;
}

body.product-page .showroom .pricelist {
  margin-top: 8px;
}

body.product-page .showroom .pricelist .price {
  color: var(--pc-teal);
  font-weight: 700;
}

body.shopping .navbar-default,
body.shopping .site-header.navbar-default {
  position: sticky;
  margin-bottom: 24px;
  background: rgba(255, 255, 255, 0.96);
}

body.shopping .wrapper {
  max-width: 1100px;
  padding-top: 20px;
  padding-bottom: 80px;
}

body.shopping .nav-tabs {
  display: flex;
  gap: 10px;
  border: 0;
  margin: 0 0 28px;
  padding: 0;
}

body.shopping .nav-tabs li {
  display: flex !important;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 16px 12px !important;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--pc-line);
  color: var(--pc-muted);
  font-family: "League Spartan", "Spartan", "Spartan Fallback", "Segoe UI", Arial, sans-serif;
  font-size: 14px !important;
  font-weight: 600;
  box-shadow: none;
}

body.shopping .nav-tabs li.active {
  background: var(--pc-navy);
  border-color: var(--pc-navy);
  color: #fff;
}

body.shopping .checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

body.shopping .checkout > input[type="hidden"] {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

body.shopping .checkout .tab-content {
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--pc-shadow);
}

body.shopping .checkout .tab-pane {
  padding: 0;
}

body.shopping .checkout .summary {
  position: sticky;
  top: 24px;
  margin-top: 0;
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 24px;
  padding: 8px 0;
  box-shadow: var(--pc-shadow);
}

body.shopping .checkout .summary .item {
  padding: 16px 22px;
  border-bottom: 1px solid var(--pc-line);
}

body.shopping .checkout .summary .item:last-child {
  border-bottom: 0;
}

body.shopping .checkout .summary .item:last-child .left,
body.shopping .checkout .summary .item:last-child .right {
  font-size: 16px;
  font-weight: 700;
  color: var(--pc-navy);
}

.baskets .item {
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid var(--pc-line) !important;
}

.baskets .item:last-child {
  border-bottom: 0 !important;
}

.baskets .item .child:nth-child(1) img {
  width: 88px;
  border: 0;
  border-radius: 14px;
  background: var(--pc-sand);
  padding: 8px;
  margin-right: 14px;
}

.baskets .item .child:nth-child(1) a {
  font-weight: 600;
  color: var(--pc-ink);
  gap: 4px;
}

.baskets .item .child:nth-child(3) strong {
  font-size: 16px;
  color: var(--pc-navy);
}

.baskets .item .qty {
  background: var(--pc-sand);
  border: 1px solid var(--pc-line);
}

body.shopping .checkout .actions {
  padding-top: 24px;
  margin-top: 8px;
  border-top: 1px solid var(--pc-line);
}

body.shopping .checkout .actions [class*=btn-] {
  border-radius: 999px;
  min-width: 160px;
  padding: 14px 22px;
}

body.shopping .checkout .btn-secondary {
  background: linear-gradient(135deg, var(--pc-teal), var(--pc-teal-dark));
  border: 0;
  color: #fff;
  box-shadow: 0 12px 28px rgba(1, 156, 169, 0.25);
}

body.shopping .addresses .item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--pc-line);
  border-radius: 18px;
  background: #fff;
  margin-bottom: 12px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

body.shopping .addresses .item:hover {
  border-color: var(--pc-teal);
  box-shadow: 0 10px 24px rgba(1, 156, 169, 0.1);
}

body.shopping .payments .item {
  border: 1px solid var(--pc-line);
  border-radius: 18px;
  padding: 18px;
  margin-bottom: 12px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}

body.shopping .payments .item:hover {
  background: #fff;
  border-color: rgba(1, 156, 169, 0.45);
}

body.shopping .payments .item input:checked + .fa {
  color: var(--pc-teal);
}

body.shopping .agreement {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 14px;
  background: var(--pc-sand);
  border: 1px solid var(--pc-line);
  font-size: 13px;
  line-height: 1.55;
}

/* Mini sepet */
.navbar-right .cart,
.site-header .cart.dropdown-menu,
.cart-dropdown .dropdown-menu.cart,
.mobile.cart {
  border-radius: 20px;
  border: 1px solid var(--pc-line);
  box-shadow: var(--pc-shadow);
}

.navbar-right .cart,
.site-header .cart.dropdown-menu,
.cart-dropdown .dropdown-menu.cart {
  width: 420px;
  min-width: 420px;
  max-width: min(420px, calc(100vw - 24px));
  padding: 22px 22px 18px;
  left: auto !important;
  right: 0 !important;
}

.cart .item {
  align-items: flex-start;
  gap: 4px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom-color: var(--pc-line);
}

.cart .item .left {
  min-width: 64px;
  max-width: 64px;
  flex-shrink: 0;
}

.cart .item .left img {
  max-height: 72px;
  width: auto;
  object-fit: contain;
}

.cart .item .center {
  padding: 0 12px 0 10px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--pc-navy, #08384e);
  min-width: 0;
}

.cart .item .name {
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cart .item .total {
  font-size: 13px;
  line-height: 1.35;
  color: #5a6b75;
}

.cart .item .total .price {
  font-weight: 600;
  color: var(--pc-navy, #08384e);
}

.cart .item .right {
  flex-shrink: 0;
  padding-top: 2px;
}

.cart .item .right .btn {
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 999px;
  border-color: var(--pc-line, #e6eaef);
  line-height: 26px;
  text-align: center;
}

.cart .summary {
  margin-bottom: 16px;
  width: 100%;
}

.cart .summary tr td {
  padding: 7px 0 !important;
  border: none;
  font-size: 14px;
  line-height: 1.4;
  color: #5a6b75;
  vertical-align: middle;
}

.cart .summary tr td:last-child {
  text-align: right;
  font-variant-numeric: tabular-nums;
  color: var(--pc-navy, #08384e);
  font-weight: 500;
  white-space: nowrap;
  padding-left: 16px !important;
}

.cart .summary tr:last-child td {
  padding-top: 12px !important;
  border-top: 1px solid var(--pc-line, #e6eaef);
  font-size: 15px;
  font-weight: 600;
  color: var(--pc-navy, #08384e);
}

.cart .actions .btn-block,
.cart .btn-block {
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

body.shopping .empty {
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 24px;
  padding: 64px 24px;
  box-shadow: var(--pc-shadow);
}

body.shopping .empty .fal {
  color: var(--pc-teal);
}

@media (max-width: 991px) {
  body.product-page .hero.product-hero {
    padding: 16px 0 8px;
  }

  .product-layout .product {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .product-layout .product > .col-md-5,
  .product-layout .product > .col-md-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
    float: none;
  }

  .product-buy {
    padding: 24px 0 0;
  }

  .product-gallery {
    padding: 24px 16px 20px;
    border-radius: 24px;
  }

  body.shopping .checkout {
    grid-template-columns: 1fr;
  }

  body.shopping .checkout .summary {
    position: static;
    order: -1;
  }

  body.shopping .nav-tabs li {
    font-size: 12px !important;
    padding: 12px 8px !important;
  }

  .product .form .btn-secondary {
    min-width: 100%;
    order: 3;
  }

  .product .prices {
    grid-template-columns: 1fr 1fr;
  }
}

/* —— Trust / sticky / cards / quote / cart extras —— */
.trust-row {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 12px;
}
.trust-row li {
  font-size: 12px;
  color: var(--pc-muted);
  padding-left: 14px;
  position: relative;
}
.trust-row li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pc-teal);
}

.print-upsell {
  display: inline-block;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--pc-navy);
  text-decoration: none;
  border-bottom: 1px solid rgba(8,56,78,.25);
}
.print-upsell:hover { color: var(--pc-teal); border-color: var(--pc-teal); }

.mobile-buy-bar {
  display: none;
}

.card-wholesale {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
  color: var(--pc-teal-dark);
}

.ship-progress {
  display: block !important;
  flex-direction: column;
  align-items: stretch !important;
  gap: 8px;
}
.ship-progress .ship-msg {
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  color: var(--pc-navy);
  text-align: left;
}
.ship-progress .ship-msg.ok { color: var(--pc-teal-dark); }
.ship-bar {
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: #e8eef1;
  overflow: hidden;
}
.ship-bar span {
  display: block;
  height: 100%;
  background: var(--pc-teal);
  border-radius: 999px;
}

.guest-checkout { width: 100%; }
.guest-hint {
  margin: 0 0 12px;
  font-size: 13px;
  color: var(--pc-muted);
  line-height: 1.5;
}
.guest-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.btn-whatsapp-cart {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #25d366;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
}
.btn-whatsapp-cart:hover { filter: brightness(0.95); color: #fff !important; }

.inline-banks {
  margin-top: 10px;
  display: grid;
  gap: 8px;
}
.inline-bank {
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--pc-sand);
  font-size: 12px;
  line-height: 1.45;
}
.inline-bank strong { display: block; color: var(--pc-navy); }
.inline-bank code {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: var(--pc-ink);
  word-break: break-all;
}

.qty-live { width: 140px; min-width: 140px; max-width: 140px; }

/* max-width on body.quote-page collapses sticky header; constrain content only */
body.quote-page { padding: 10px 0 80px; }
.quote-page .quote-wrap { max-width: 760px; margin-left: auto; margin-right: auto; }
.quote-card {
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--pc-shadow);
}
.quote-card h1 {
  margin: 0 0 8px;
  font-family: "Barlow", "Barlow Fallback", "Segoe UI", Arial, sans-serif;
  color: var(--pc-navy);
}
.quote-card .lead {
  color: var(--pc-muted);
  margin-bottom: 22px;
}
.quote-product {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 18px;
  padding: 12px 14px;
  border-radius: 14px;
  background: var(--pc-sand);
}
.quote-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
.quote-actions .btn-secondary,
.quote-actions .btn-default {
  border-radius: 999px;
  padding: 12px 20px;
  min-height: var(--pc-btn-h, 44px);
}
.quote-actions .btn-secondary {
  background: var(--pc-action-bg, #087e80);
  color: #fff;
  border-color: transparent;
}
.quote-actions .btn-secondary:hover,
.quote-actions .btn-secondary:focus-visible {
  background: var(--pc-action-hover, #066966);
  color: #fff;
}

.product-project-cta__actions .btn-secondary {
  background: var(--pc-action-bg, #087e80);
  color: #fff;
  border-color: transparent;
  min-height: var(--pc-btn-h, 44px);
}
.product-project-cta__actions .btn-secondary:hover,
.product-project-cta__actions .btn-secondary:focus-visible {
  background: var(--pc-action-hover, #066966);
  color: #fff;
}

.btn-whatsapp-cart {
  background: #0d6b4f;
}
a.for-mobile {
  color: #fff;
}
a.for-mobile > .fa-wrap {
  background: rgba(13, 107, 79, 0.45);
}
a.for-mobile > .fab {
  background: #0d6b4f;
  color: #fff;
}

/* Mini-cart / header primary-ish solid CTAs */
.navbar .btn-secondary,
.mobile.cart .btn-secondary,
.dropdown-menu .btn-secondary {
  background: var(--pc-action-bg, #087e80);
  color: #fff;
  border-color: transparent;
}
.navbar .btn-secondary:hover,
.mobile.cart .btn-secondary:hover,
.dropdown-menu .btn-secondary:hover {
  background: var(--pc-action-hover, #066966);
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-buy-bar {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10040;
    align-items: center;
    gap: 12px;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,.96);
    border-top: 1px solid var(--pc-line);
  }
  .mobile-buy-bar__price {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }
  .mobile-buy-bar__price strong {
    font-size: 16px;
    color: var(--pc-navy);
  }
  .mobile-buy-bar__price small {
    font-size: 11px;
    color: var(--pc-muted);
  }
  .mobile-buy-bar .btn-secondary {
    margin-left: auto;
    height: 46px;
    min-height: var(--pc-btn-h, 44px);
    padding: 0 20px;
    border-radius: 999px;
    border: 0;
    background: var(--pc-action-bg, #087e80);
    color: #fff;
    font-weight: 700;
  }
  .mobile-buy-bar .btn-secondary:hover,
  .mobile-buy-bar .btn-secondary:focus-visible {
    background: var(--pc-action-hover, #066966);
    color: #fff;
  }
  .mobile-buy-bar .btn-secondary:focus-visible {
    outline: none;
    box-shadow: var(--pc-action-focus-ring, 0 0 0 3px rgba(8, 126, 128, 0.35));
  }
  body.product-page { padding-bottom: 84px; }
  body.product-page .for-mobile { bottom: 78px; }
  .trust-row { grid-template-columns: 1fr; }
}

/* ===== PROMPT 4.3 — cookie / sticky purchase / WhatsApp stacking ===== */
@media (max-width: 991px) {
  .mobile-buy-bar { z-index: 10040; }
  html.has-cookie-banner body.product-page .mobile-buy-bar {
    bottom: 230px;
  }
  html.has-cookie-banner body.product-page {
    padding-bottom: 320px;
  }
  /* Cookie undecided: hide FAB (do not lift it over category card titles). */
  html.has-cookie-banner .for-mobile {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  html.has-cookie-banner.product-quote-open .for-mobile,
  html.has-cookie-banner body.product-quote-open .for-mobile {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
}

body.product-quote-open .mobile-buy-bar,
body.product-quote-open .for-mobile {
  visibility: hidden;
  pointer-events: none;
}

/* —— Product cards —— */
.pc-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.pc-grid > [class*="col-"] {
  display: flex;
  flex-direction: column;
  float: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 24px;
}

.pc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid var(--pc-line, #e6eaef);
  border-radius: 20px;
  padding: 0 0 16px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(8, 56, 78, 0.05);
  transition: box-shadow .2s ease, transform .2s ease;
}

.pc-card:hover {
  box-shadow: 0 16px 36px rgba(8, 56, 78, 0.09);
  transform: translateY(-2px);
}

.pc-card__link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
  text-decoration: none;
  color: inherit;
}

.pc-card__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 0 14px;
  padding: 0;
  border-radius: 0;
  background:
    linear-gradient(110deg, #e8f1f2 18%, #f7fbfb 38%, #e8f1f2 58%),
    linear-gradient(165deg, #eef5f6 0%, #ffffff 55%, #f7fafb 100%);
  background-size: 220% 100%, 100% 100%;
  overflow: hidden;
  box-shadow: none !important;
  min-height: 160px !important;
  max-height: none !important;
  flex: 0 0 auto;
}

.pc-card__media.lazy {
  animation: pc-card-placeholder 1.2s ease-in-out infinite;
}

@keyframes pc-card-placeholder {
  0% { background-position: 100% 0, 0 0; }
  100% { background-position: -100% 0, 0 0; }
}

.pc-card__media img,
.pc-card__media.lazy img {
  position: absolute;
  inset: 0;
  display: block !important;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity .28s ease, transform .3s ease;
}

.pc-card__media:not(.lazy) img,
.pc-card__media img.is-loaded {
  opacity: 1;
}

.pc-card:hover .pc-card__media {
  transform: none;
}

.pc-card:hover .pc-card__media img {
  transform: scale(1.04);
}

.pc-card__stock {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(8, 56, 78, 0.88);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.pc-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 8px;
  min-height: 0;
  padding: 0 14px;
}

.pc-card__title {
  margin: 0;
  font-family: "League Spartan", "Spartan", "Spartan Fallback", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--pc-ink, #1c2430);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.4em * 2);
  max-height: calc(1.4em * 2);
}

.pc-card__meta {
  margin-top: auto;
  padding-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pc-card__meta--contact {
  padding: 11px 12px;
  border-radius: 10px;
  background: rgba(1, 156, 169, 0.08);
  color: var(--pc-teal, #019ca9);
}

.pc-card__meta--contact strong {
  font-size: 12px;
  line-height: 1.35;
}

.pc-card__meta--contact span {
  font-size: 11px;
  color: var(--pc-muted, #6b7280);
}

.basket-item-unavailable {
  border-color: rgba(196, 92, 26, 0.25) !important;
  background: rgba(196, 92, 26, 0.04);
}

.basket-contact-label {
  font-size: 12px;
  line-height: 1.45;
  color: var(--pc-muted, #6b7280);
}

.basket-contact-label a {
  color: var(--pc-teal, #019ca9);
  font-weight: 700;
}

.pc-card .pricelist {
  margin-top: 0;
  gap: 8px;
  align-items: baseline;
}

.pc-card .pricelist .price {
  font-size: 16px !important;
  font-weight: 700;
  color: var(--pc-teal, #019ca9) !important;
  line-height: 1.2 !important;
}

.pc-card .pricelist .old_price {
  font-size: 13px !important;
  line-height: 1.2 !important;
}

.pc-card .card-wholesale {
  margin-top: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.35;
  color: var(--pc-muted, #6b7280);
}

.pc-card__fav {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  border: 1px solid var(--pc-line, #e6eaef);
  color: #6b7280;
  padding: 0 !important;
}

.pc-card__fav.active,
.pc-card__fav:hover {
  color: #d64545;
  border-color: #f0c9c9;
}

/* Search panel — fixed to viewport so it stays visible after scroll */
.navbar-form {
  position: fixed !important;
  top: 84px;
  left: max(24px, calc(50% - 640px));
  right: max(24px, calc(50% - 640px));
  z-index: 10050;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

/* Search overlay cards */
.navbar-form .pc-card {
  background: #fff;
  border-radius: 14px;
  padding: 12px;
  margin-bottom: 16px;
  box-shadow: none;
  border: 1px solid var(--pc-line, #e6eaef);
  transform: none;
}
.navbar-form .pc-card:hover {
  transform: none;
  box-shadow: none;
}
.navbar-form .pc-card__media {
  aspect-ratio: 1 / 1;
  margin-bottom: 10px;
  padding: 0;
  border-radius: 10px;
}
.navbar-form .pc-card__title {
  font-size: 13px;
  min-height: 0;
  max-height: none;
  -webkit-line-clamp: 3;
}

/* —— Site header —— */
.site-header.navbar-default {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  display: block;
  padding: 0;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: var(--pc-line, #e6eaef);
  box-shadow: 0 8px 24px rgba(8, 56, 78, 0.06);
}

.site-header__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.site-header__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.site-header__menu-btn {
  display: none;
  border: 0;
  background: none;
  font-size: 22px;
  color: var(--pc-navy, #08384e);
  padding: 4px;
}

.site-header .navbar-brand {
  display: block;
  padding: 0 !important;
  line-height: 1;
}

.site-header .navbar-brand > img {
  max-width: 148px !important;
  min-width: 0 !important;
  width: auto;
  height: auto;
  max-height: 42px;
}

.site-header__nav {
  flex: 1 1 auto;
  min-width: 0;
}

.site-header__nav .nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px 6px;
  margin: 0;
  float: none;
}

.site-header__nav .nav > li {
  float: none;
}

.site-header__nav .nav > li > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px !important;
  font-family: "League Spartan", "Spartan", "Spartan Fallback", "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: normal;
  color: var(--pc-navy, #08384e) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 999px;
  white-space: nowrap;
}

.site-header__nav .nav > li > a:hover,
.site-header__nav .nav > li.open > a {
  background: var(--pc-sand, #f3f7f8) !important;
  color: var(--pc-teal, #019ca9) !important;
}

.site-header__nav .nav-service > a {
  color: var(--pc-muted, #6b7280) !important;
  font-weight: 500;
}

.site-header__nav .dropdown-menu {
  border: 1px solid var(--pc-line, #e6eaef);
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(8,56,78,.1);
  padding: 8px;
  margin-top: 8px;
}

.site-header__nav .dropdown-menu > li > a {
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 13px;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0 0 0 auto !important;
  float: none;
}

.site-header__actions > li {
  float: none;
  display: block;
}

.site-header__icon,
.site-header__actions > li > a.site-header__icon,
.site-header__contact a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0 !important;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--pc-navy, #08384e);
  position: relative;
  cursor: pointer;
}

.site-header__icon:hover,
.site-header__contact a:hover {
  background: var(--pc-sand, #f3f7f8);
  color: var(--pc-teal, #019ca9);
}

.site-header__icon .fal,
.site-header__contact .fal {
  font-size: 18px !important;
  color: inherit !important;
}

.site-header__icon .basket-count,
.site-header__actions .basket-count {
  position: absolute;
  top: 4px;
  right: 2px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--pc-teal, #019ca9);
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}

.site-header__contact a {
  background: var(--pc-sand, #f3f7f8);
}

/* Kill old İLETİŞİM pill if residual */
.navbar-default .navbar-right > li > a.go { display: none !important; }

body.index .sliders {
  margin-top: 0;
}

.popular .title h2,
.categories .title h2 {
  font-family: "Barlow", "Barlow Fallback", "Segoe UI", Arial, sans-serif;
  color: var(--pc-navy, #08384e);
  letter-spacing: -0.02em;
}

@media (max-width: 1024px) {
  .site-header.navbar-default { display: none !important; }
}

@media (min-width: 1025px) {
  .mobile-header { display: none !important; }
  body.index { padding-top: 0; }
}

/* —— Giriş / kayıt —— */
body.auth-page {
  background:
    radial-gradient(700px 360px at 10% 10%, rgba(1, 156, 169, 0.10), transparent 60%),
    radial-gradient(600px 340px at 92% 85%, rgba(8, 56, 78, 0.07), transparent 58%),
    #f7fafb;
}

.auth-shell {
  min-height: calc(100vh - 84px);
  display: flex;
  align-items: center;
  padding: 64px 0 80px;
}

.auth-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(8, 56, 78, 0.11);
}

.auth-layout--register {
  max-width: 1120px;
  grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
}

.auth-layout--recovery {
  max-width: 980px;
  grid-template-columns: minmax(0, .95fr) minmax(400px, 1.05fr);
}

.auth-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 50px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 90% 8%, rgba(255,255,255,.16) 0 3px, transparent 4px),
    radial-gradient(circle at 78% 18%, rgba(255,255,255,.12) 0 7px, transparent 8px),
    linear-gradient(145deg, var(--pc-navy) 0%, #07566a 58%, var(--pc-teal-dark) 100%);
}

.auth-intro::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -120px;
  bottom: -130px;
  border: 42px solid rgba(255,255,255,.07);
  border-radius: 50%;
}

.auth-eyebrow {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #8fe2e7;
}

.auth-intro h1 {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin: 0 0 18px;
  font-family: "Barlow", "Barlow Fallback", "Segoe UI", Arial, sans-serif;
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: -.025em;
  color: #fff;
}

.auth-intro > p {
  position: relative;
  z-index: 1;
  max-width: 430px;
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255,255,255,.75);
}

.auth-benefits {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 20px;
  margin: 40px 0 0;
  padding: 32px 0 0;
  border-top: 1px solid rgba(255,255,255,.15);
  list-style: none;
}

.auth-benefits li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
}

.auth-benefits li > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: rgba(255,255,255,.11);
  color: #a9edf0;
  font-size: 17px;
}

.auth-benefits span {
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255,255,255,.67);
}

.auth-benefits strong {
  display: block;
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

.auth-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 56px;
}

.auth-layout--register .auth-card {
  padding-top: 44px;
  padding-bottom: 44px;
}

.auth-card__head {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.auth-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 15px;
  background: rgba(1,156,169,.10);
  color: var(--pc-teal-dark);
  font-size: 19px;
}

.auth-card__head h2 {
  margin: 0 0 4px;
  font-family: "League Spartan", "Spartan", "Spartan Fallback", "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 650;
  letter-spacing: -.035em;
  color: var(--pc-navy);
}

.auth-card__head p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--pc-muted);
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.auth-fields-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.auth-field label {
  display: block;
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--pc-navy);
}

.auth-input {
  position: relative;
}

.auth-input > i {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 18px;
  text-align: center;
  font-size: 15px;
  color: #91a0a9;
  pointer-events: none;
}

.auth-input .form-control {
  width: 100%;
  height: 52px;
  padding: 0 46px;
  border: 1px solid #dce4e8;
  border-radius: 13px;
  background: #fbfcfd;
  box-shadow: none;
  font-family: "League Spartan", "Spartan", "Spartan Fallback", "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  color: var(--pc-ink);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.auth-input .form-control::placeholder {
  color: #a3adb4;
}

.auth-input .form-control:hover {
  border-color: #c6d3d8;
  background: #fff;
}

.auth-input .form-control:focus {
  border-color: var(--pc-teal);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(1,156,169,.10);
}

.auth-password-toggle {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #7c8c95;
  cursor: pointer;
}

.auth-password-toggle:hover {
  background: var(--pc-sand);
  color: var(--pc-teal-dark);
}

.auth-hint {
  display: block;
  margin-top: 7px;
  font-size: 10px;
  line-height: 1.4;
  color: var(--pc-muted);
}

.auth-form__options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.auth-form__options > a,
.auth-switch a,
.auth-consents a {
  color: var(--pc-teal-dark);
  font-weight: 600;
}

.auth-form__options > a {
  font-size: 11px;
}

.auth-check {
  width: auto;
  margin: 0 !important;
  font-size: 11px;
  line-height: 1.55;
  color: #53636c;
}

.auth-check > span {
  width: 19px;
  height: 19px;
  min-width: 19px;
  margin-right: 9px;
  border-color: #cbd6db;
  border-radius: 6px !important;
  line-height: 18px;
}

.auth-check input:checked + span {
  border-color: var(--pc-teal);
  background: var(--pc-teal);
}

.auth-check em {
  font-style: normal;
}

.auth-consents {
  display: grid;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid var(--pc-line);
  border-radius: 13px;
  background: #fafcfc;
}

.auth-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 52px;
  margin: 2px 0 0;
  border: 0;
  border-radius: 13px;
  font-family: "League Spartan", "Spartan", "Spartan Fallback", "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  font-weight: 650;
  text-transform: none;
  box-shadow: 0 12px 24px rgba(1,156,169,.18);
}

.auth-submit i {
  transition: transform .2s ease;
}

.auth-submit:hover i {
  transform: translateX(3px);
}

.auth-switch {
  margin: 2px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--pc-line);
  text-align: center;
  font-size: 11px;
  line-height: 1.5;
  color: var(--pc-muted);
}

.auth-invalid {
  text-align: center;
}

.auth-invalid__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-bottom: 22px;
  border-radius: 22px;
  background: rgba(196, 92, 26, .10);
  color: var(--pc-amber);
  font-size: 26px;
}

.auth-invalid h2 {
  margin: 0 0 10px;
  font-family: "League Spartan", "Spartan", "Spartan Fallback", "Segoe UI", Arial, sans-serif;
  font-size: 23px;
  font-weight: 650;
  letter-spacing: -.03em;
  color: var(--pc-navy);
}

.auth-invalid p {
  margin: 0 0 26px;
  font-size: 13px;
  line-height: 1.65;
  color: var(--pc-muted);
}

.auth-invalid .auth-submit {
  color: #fff;
}

.auth-back-link {
  display: inline-block;
  margin-top: 18px;
  font-size: 11px;
  font-weight: 600;
  color: var(--pc-teal-dark);
}

@media (max-width: 991px) {
  .auth-shell {
    padding: 32px 0 56px;
  }

  .auth-layout,
  .auth-layout--register,
  .auth-layout--recovery {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .auth-intro {
    padding: 40px;
  }

  .auth-intro h1 {
    font-size: 34px;
  }

  .auth-benefits {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 28px;
    padding-top: 24px;
  }

  .auth-benefits li {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .auth-benefits span {
    font-size: 11px;
  }
}

@media (max-width: 600px) {
  .auth-shell {
    align-items: flex-start;
    min-height: 0;
    padding: 16px 0 40px;
  }

  .auth-shell > .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .auth-layout,
  .auth-layout--register {
    border-radius: 22px;
  }

  .auth-intro {
    padding: 30px 24px;
  }

  .auth-intro h1 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .auth-intro > p {
    line-height: 1.6;
  }

  .auth-benefits {
    display: none;
  }

  .auth-card,
  .auth-layout--register .auth-card {
    padding: 30px 22px;
  }

  .auth-card__head {
    margin-bottom: 26px;
  }

  .auth-card__head h2 {
    font-size: 21px;
  }

  .auth-fields-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .auth-form__options {
    align-items: flex-start;
  }
}

/* Ürün videosu, karşılaştırma, SSS ve proje çağrısı */
.product-video-section,
.product-compare-section,
.product-faq-section,
.product-project-cta {
  margin-top: 58px;
}

.product-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.product-video-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dfe9e9;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(12, 70, 80, .07);
}

.product-video-card__frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at 78% 18%, rgba(25, 190, 169, .24), transparent 31%),
    linear-gradient(135deg, #073b49, #096f75);
}

.product-video-card__frame iframe,
.product-video-card__play {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.product-video-card__play {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  color: #fff;
  background: transparent;
  cursor: pointer;
}

.product-video-card__play i {
  display: grid;
  width: 68px;
  height: 50px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: #e52d27;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .24);
  font-size: 25px;
  transition: transform .2s ease;
}

.product-video-card__play span {
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .2px;
}

.product-video-card__play:hover i,
.product-video-card__play:focus i {
  transform: scale(1.07);
}

.product-video-card__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
}

.product-video-card__body h3 {
  margin: 0;
  color: #244e56;
  font-size: 13px;
  line-height: 1.45;
}

.product-video-card__body a {
  flex: 0 0 auto;
  color: #0a8587;
  font-size: 10px;
  font-weight: 700;
}

.product-content-heading {
  max-width: 720px;
  margin: 0 auto 25px;
  text-align: center;
}

.product-content-heading > span,
.product-project-cta > div > span {
  display: block;
  margin-bottom: 8px;
  color: #0b9998;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.product-content-heading h2 {
  margin: 0 0 9px;
  color: #123f49;
  font-size: 29px;
  line-height: 1.25;
}

.product-content-heading p {
  margin: 0;
  color: #72888d;
  font-size: 12px;
  line-height: 1.7;
}

.product-compare-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.product-compare-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  padding: 12px 16px 17px;
  border: 1px solid #dfe9e9;
  border-radius: 17px;
  background: #fff;
}

.product-compare-card.is-current {
  border-color: rgba(11, 153, 152, .55);
  box-shadow: 0 0 0 3px rgba(11, 153, 152, .07);
}

.product-compare-card__photo {
  position: relative;
  display: grid;
  height: 180px;
  margin: -12px -16px 14px;
  overflow: hidden;
  place-items: center;
  border-bottom: 1px solid #edf2f2;
  background: #f6f9f9;
  isolation: isolate;
}

.product-compare-card__photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.product-compare-card__badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 999px;
  color: #087d7d;
  background: #e8f6f5;
  font-size: 8px;
  font-weight: 800;
}

.product-compare-card h3 {
  min-height: 42px;
  margin: 0 0 13px;
  font-size: 13px;
  line-height: 1.55;
}

.product-compare-card h3 a {
  color: #244e56;
}

.product-compare-card dl {
  margin: 0;
}

.product-compare-card dl > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 7px 0;
  border-top: 1px solid #edf2f2;
  font-size: 10px;
}

.product-compare-card dt {
  color: #829398;
  font-weight: 500;
}

.product-compare-card dd {
  margin: 0;
  color: #365c63;
  font-weight: 700;
  text-align: right;
}

.product-compare-card__price {
  min-height: 32px;
  margin: 12px 0 8px;
  color: #0a8587;
  font-size: 10px;
  font-weight: 750;
}

.product-compare-card__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 9px;
  color: #155f68;
  font-size: 10px;
  font-weight: 750;
}

.product-faq-section {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.product-intent-links {
  max-width: 920px;
  margin: 18px auto 28px;
}

.product-intent-links > strong {
  display: block;
  margin-bottom: 10px;
  color: #315c64;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-intent-links > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.product-intent-links a {
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid #d5e4e4;
  border-radius: 10px;
  background: #fff;
  color: #23636a;
  font-size: 12px;
  font-weight: 600;
}

.product-intent-links a:hover {
  border-color: #80c6c3;
  text-decoration: none;
}

.product-faq-list details {
  overflow: hidden;
  margin-bottom: 9px;
  border: 1px solid #dfe8e8;
  border-radius: 13px;
  background: #fff;
}

.product-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 19px;
  color: #244f57;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

.product-faq-list summary::-webkit-details-marker {
  display: none;
}

.product-faq-list summary i {
  color: #0b9998;
  font-size: 11px;
  transition: transform .2s ease;
}

.product-faq-list details[open] summary i {
  transform: rotate(45deg);
}

.product-faq-list details p {
  margin: 0;
  padding: 0 19px 18px;
  color: #657e83;
  font-size: 12px;
  line-height: 1.75;
}

.product-project-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 35px 39px;
  border-radius: 20px;
  background: #083f4b;
  color: #fff;
}

.product-project-cta h2 {
  max-width: 650px;
  margin: 0 0 9px;
  color: #fff;
  font-size: 25px;
  line-height: 1.3;
}

.product-project-cta p {
  max-width: 650px;
  margin: 0;
  color: #b9d0d3;
  font-size: 12px;
  line-height: 1.7;
}

.product-project-cta__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  flex-direction: column;
  gap: 9px;
}

.product-project-cta__actions .btn-secondary,
.product-project-cta__actions .btn-default {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 220px;
  min-height: 43px;
  margin: 0;
}

.product-project-cta__actions .btn-default {
  border-color: rgba(255,255,255,.35);
  color: #fff;
  background: transparent;
}

@media (max-width: 991px) {
  .product-compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .product-video-section,
  .product-compare-section,
  .product-faq-section,
  .product-project-cta {
    margin-top: 42px;
  }

  .product-content-heading h2 {
    font-size: 24px;
  }

  .product-compare-grid {
    grid-template-columns: 1fr;
  }

  .product-video-grid {
    grid-template-columns: 1fr;
  }

  .product-video-card__body {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .product-compare-card__photo {
    height: 220px;
  }

  .product-project-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px 23px;
  }

  .product-project-cta h2 {
    font-size: 21px;
  }

  .product-project-cta__actions,
  .product-project-cta__actions .btn-secondary,
  .product-project-cta__actions .btn-default {
    width: 100%;
  }
}

/* PROMPT 2.9 — scoped mobile layout fixes (no global html/body overflow mask) */
@media (max-width: 1024px) {
  .product-layout,
  .container,
  .contact-main,
  .quote-wrap,
  .shopping {
    max-width: 100%;
  }

  .product-layout .product.row {
    margin-left: 0;
    margin-right: 0;
  }

  .product-layout .product > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Bootstrap-style negative row margins were expanding scrollWidth to ~400px */
  .pc-grid.row,
  .row.pc-grid,
  .pc-grid {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }

  a.for-mobile {
    max-width: calc(100vw - 24px);
  }

  /* Off-canvas panels only — not a page-level scroll mask */
  .mobimenu,
  .mobile.cart,
  .navbar-form {
    max-width: 100vw;
  }

  /* Carousel track is intentionally wider than the viewport */
  .home-hero,
  .home-hero .owl-carousel,
  .home-hero .owl-stage-outer,
  .sliders.owl-carousel,
  .sliders .owl-stage-outer,
  .owl-carousel .owl-stage-outer {
    overflow-x: clip;
    max-width: 100%;
  }
}

/* ===== PROMPT 4.2 — product detail / cards / compare polish ===== */
.product-layout {
  padding-top: 12px;
}

.product-gallery {
  border: 1px solid rgba(230, 234, 239, .9);
  box-shadow: var(--pc-shadow-sm, 0 10px 28px rgba(8,56,78,.05));
}

.product-buy .name {
  margin-bottom: 12px;
}

.product-kicker {
  margin-bottom: 6px;
}

.buy-price {
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid var(--pc-line);
  border-radius: var(--pc-radius-md, 14px);
  background: #f7fbfb;
  border-bottom: 1px solid var(--pc-line);
}

.product .buy-price .pricelist .price {
  color: var(--pc-navy);
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}

.product .buy-qty-wrap {
  padding: 10px 12px;
  border: 1px solid var(--pc-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(8,56,78,.04);
}

.product .qty {
  border-color: transparent;
  background: var(--pc-sand);
}

.product .form .btn-secondary {
  min-height: var(--pc-btn-h, 44px);
  background: var(--pc-action-bg, #087e80);
  color: #fff;
  box-shadow: 0 14px 30px rgba(8, 126, 128, 0.26);
}

.product .contact-row a.js-open-product-quote,
.product .contact-row a[href="#productQuoteModal"] {
  background: transparent;
  border: 1px solid var(--pc-line);
  color: var(--pc-navy);
  font-weight: 650;
}

.product .contact-row a.js-open-product-quote:hover,
.product .contact-row a[href="#productQuoteModal"]:hover {
  border-color: var(--pc-teal);
  background: rgba(1,156,169,.08);
  color: var(--pc-teal-dark);
}

.trust-row {
  margin-top: 20px;
  padding: 14px 16px;
  border: 1px solid var(--pc-line);
  border-radius: var(--pc-radius-md, 14px);
  background: #fff;
  gap: 10px 16px;
}

.trust-row li {
  font-size: 12.5px;
  color: var(--pc-ink);
  line-height: 1.45;
}

.pc-card {
  border-color: var(--pc-border, var(--pc-line));
  border-radius: var(--pc-radius-lg, 20px);
  box-shadow: var(--pc-shadow-sm, 0 10px 28px rgba(8,56,78,.05));
}

.pc-card__title {
  color: var(--pc-petrol, var(--pc-ink));
}

.pc-card .pricelist .price {
  color: var(--pc-brand-strong, var(--pc-teal)) !important;
}

.pc-card .card-wholesale {
  color: var(--pc-text-secondary, var(--pc-muted));
  font-weight: 500;
}

.product-compare-card {
  border: 1px solid var(--pc-border, #dfeaea);
  border-radius: var(--pc-radius-lg, 20px);
  box-shadow: var(--pc-shadow-sm);
  background: #fff;
}

.product-compare-card__link {
  min-height: 44px;
  padding-top: 12px;
  padding-bottom: 8px;
  color: var(--pc-brand-strong, #155f68);
  font-size: 12px;
}

@media (max-width: 767px) {
  .product-buy {
    padding-left: 0;
  }

  .product-gallery {
    border-radius: 22px;
    padding: 18px 14px 16px;
  }

  .product .form {
    gap: 10px;
  }

  .product .buy-qty-wrap {
    width: 100%;
  }

  .product .qty {
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .product .form .btn-secondary {
    min-width: 100%;
  }

  .trust-row {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-buy {
    padding-left: 12px;
  }

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