/** Shopify CDN: Minification failed

Line 290:0 Unexpected "/"

**/
/* Adding split-screen login design styles */


.customer.login > h1#recover:target ~ h1#login,
.customer.login > h1#recover:target ~ h1#login + div {
  display: none;
}

/* Hide recover form by default */
.customer.login > h1#recover + div {
  display: none;
}

/* Custom heading for login */
.customer.login > h1#login + div::before {
  content: "Merhaba,";
  display: block;
  font-size: 32px;
  font-weight: 400;
  color: #2d2d2d;
  margin-bottom: 8px;
}

.customer.login > h1#login + div > p:first-of-type::before {
  content: "Giriş yapın ve alışverişe hemen başlayın";
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin-bottom: 32px;
}

.customer.login > h1#login + div > p:first-of-type {
  font-size: 0;
  margin: 0;
}

/* Custom heading for recover password */
.customer.login > h1#recover + div::before {
  content: "Şifremi Unuttum";
  display: block;
  font-size: 32px;
  font-weight: 400;
  color: #2d2d2d;
  margin-bottom: 8px;
}

.customer.login > h1#recover + div > p::before {
  content: "E-posta adresinizi girin, size şifre sıfırlama bağlantısı gönderelim";
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 32px;
}

.customer.login > h1#recover + div > p {
  font-size: 0;
  margin: 0;
}

/* Form field styling */
.customer.login .field {
  margin: 0 0 20px 0;
  position: relative;
}

.customer.login .field label {
  position: absolute;
  left: 16px;
  top: 14px;
  font-size: 14px;
  color: #666;
  pointer-events: none;
  transition: all 0.2s;
  background: white;
  padding: 0 4px;
}

.customer.login .field input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
  transition: border-color 0.2s;
  box-sizing: border-box;
  background: white;
  height: 55px;
  box-shadow: none;
}

.customer.login .field input:focus {
  outline: none;
  border-color: #143c74;
}

.customer.login .field input:focus + label,
.customer.login .field input:not(:placeholder-shown) + label {
  top: -8px;
  left: 12px;
  font-size: 12px;
  color: #143c74;
}

/* Password field with eye icon */
.customer.login .field:has(#CustomerPassword) {
  position: relative;
}

.customer.login .field:has(#CustomerPassword)::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  pointer-events: none;
}

/* Forgot password link */
.customer.login a[href="#recover"] {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #2d2d2d;
  text-decoration: none;
  margin: -10px 0 24px 0;
}

.customer.login a[href="#recover"]:hover {
  text-decoration: underline;
}

/* Submit button */
.customer.login button,
.customer.login button[type="submit"] {
  width: 100%;
  padding: 16px;
  background: #143c74;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  margin: 0 0 24px 0;
  transition: background 0.2s;
  min-height: 50px;
}

.customer.login button:hover {
  background: #143c74;
}

/* Create account link */
.customer.login a[href*="register"] {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #2d2d2d;
  text-decoration: none;
  font-weight: 400;
  margin: 0;
}

.customer.login a[href*="register"]::before {
  content: "Hesabınız yok mu? ";
  font-weight: 400;
}

.customer.login a[href*="register"]::after {
  content: " ";
  font-weight: 500;
}

.customer.login a[href*="register"]:hover {
    padding-left: 10px;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Cancel/back link for recover form */
.customer.login a[href="#login"] {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #2d2d2d;
  text-decoration: none;
  margin-top: 16px;
}

.customer.login a[href="#login"]:hover {
  text-decoration: underline;
}

/* Error and success messages */
.customer.login .form__message,
.customer.login h2.form__message,
.customer.login h3.form__message {
  padding: 12px 16px;
  margin: 0 0 20px 0;
  border-radius: 8px;
  font-size: 14px;
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
}

.customer.login h3.form__message {
  background: #f0fdf4;
  color: #16a34a;
  border: 1px solid #bbf7d0;
}

.customer.login .form__message .svg-wrapper,
.customer.login h2.form__message .svg-wrapper,
.customer.login h3.form__message .svg-wrapper {
  display: none;
}

.customer.login small.form__message {
  display: block;
  margin-top: 8px;
}

/* Hide guest login section */
.customer.login > div:has(form[action*="guest"]) {
  display: none;
}

/* Shop login button styling */
.customer.login section[name="sign-in-with-shop-provider"] {
  margin-bottom: 20px;
}

.customer.login section[name="sign-in-with-shop-provider"] p {
  text-align: center;
  margin: 16px 0;
  color: #999;
  font-size: 14px;
}


/* Responsive design for mobile */
@media screen and (max-width: 768px) {
  .customer.login {
    flex-direction: column;
  }

  .customer.login::before {
    position: absolute;
  }

  .customer.login::after {
    position: relative;
    width: 100%;
    height: 200px;
  }

  .customer.login > div {
    width: 100%;
    margin-left: 0;
    padding: 40px 24px;
    min-height: auto;
  }

  .customer.login > div > form {
    max-width: 100%;
  }
}

/* End of split-screen login styles */

/* ===================================
   REGISTER PAGE SPLIT-SCREEN STYLES
   =================================== */

/

.customer.register form::after {
  content: "Hesap oluşturun ve alışverişe hemen başlayın";
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin-bottom: 32px;
}

/* Two-column layout for first and last name */
.customer.register .field:has(#RegisterForm-FirstName),
.customer.register .field:has(#RegisterForm-LastName) {
  width: calc(50% - 8px);
  display: inline-block;
  vertical-align: top;
}

.customer.register .field:has(#RegisterForm-FirstName) {
  margin-right: 16px;
}

/* Form field styling */
.customer.register .field {
  margin: 0 0 20px 0;
  position: relative;
}

.customer.register .field label {
  position: absolute;
  left: 16px;
  top: 14px;
  font-size: 14px;
  color: #666;
  pointer-events: none;
  transition: all 0.2s;
  background: white;
  padding: 0 4px;
}

.customer.register .field input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
  transition: border-color 0.2s;
  box-sizing: border-box;
  background: white;
  height: 55px;
  box-shadow: none;
}

.customer.register .field input:focus {
  outline: none;
  border-color: #143c74;
}

.customer.register .field input:focus + label,
.customer.register .field input:not(:placeholder-shown) + label {
  top: -8px;
  left: 12px;
  font-size: 12px;
  color: #143c74;
}

/* Phone field with Turkey flag */
.customer.register .field:has(input[type="tel"])::before {
  content: "🇹🇷";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  z-index: 2;
}

.customer.register .field:has(input[type="tel"]) input {
  padding-left: 48px;
}

.customer.register .field:has(input[type="tel"]) label {
  left: 48px;
}

/* Password field with eye icon */
.customer.register .field:has(#RegisterForm-password)::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  pointer-events: none;
}

/* Collapsible sections styling */
.customer.register details {
  margin: 20px 0;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0;
  background: #fafafa;
}

.customer.register details summary {
  padding: 16px;
  cursor: pointer;
  font-size: 14px;
  color: #2d2d2d;
  font-weight: 400;
  user-select: none;
  list-style: none;
  position: relative;
}

.customer.register details summary::-webkit-details-marker {
  display: none;
}

.customer.register details summary::after {
  content: "›";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 20px;
  transition: transform 0.2s;
}

.customer.register details[open] summary::after {
  transform: translateY(-50%) rotate(270deg);
}

.customer.register details > div {
  padding: 0 16px 16px 16px;
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

/* Checkbox styling for privacy agreements */
.customer.register .checkbox-wrapper {
  margin: 16px 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.customer.register .checkbox-wrapper input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin: 2px 0 0 0;
  cursor: pointer;
  accent-color: #143c74;
}

.customer.register .checkbox-wrapper label {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  cursor: pointer;
  position: static;
  background: none;
  padding: 0;
}

.customer.register .checkbox-wrapper a {
  color: #2d2d2d;
  text-decoration: underline;
}

/* Submit button */
.customer.register button,
.customer.register button[type="submit"] {
  width: 100%;
  padding: 16px;
  background: #143c74;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  margin: 0 0 24px 0;
  transition: background 0.2s;
  min-height: 50px;
}

.customer.register button:hover {
  background: #143c74;
}

.customer.register button:disabled {
  background: #e5e5e5;
  color: #999;
  cursor: not-allowed;
}

/* Sign in link at bottom */
.customer.register form ~ a,
.customer.register a[href*="login"] {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #2d2d2d;
  text-decoration: none;
  font-weight: 400;
  margin-top: 20px;
}

.customer.register form ~ a::before,
.customer.register a[href*="login"]::before {
  content: "Hesabınız var mı? ";
  font-weight: 400;
}

.customer.register form ~ a::after,
.customer.register a[href*="login"]::after {
  content: " →";
  font-weight: 500;
}

.customer.register form ~ a:hover,
.customer.register a[href*="login"]:hover {
  text-decoration: underline;
}

/* Error and success messages */
.customer.register .form__message,
.customer.register h2.form__message {
  padding: 12px 16px;
  margin: 0 0 20px 0;
  border-radius: 8px;
  font-size: 14px;
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
}

.customer.register .form__message .svg-wrapper,
.customer.register h2.form__message .svg-wrapper {
  display: none;
}

.customer.register .form__message ul {
  margin: 8px 0 0 20px;
  padding: 0;
}

.customer.register .form__message li {
  margin: 4px 0;
}

/* Privacy notice at bottom */
.customer.register form ~ p,
.customer.register > div:last-child {
  font-size: 12px;
  color: #999;
  text-align: center;
  line-height: 1.6;
  margin-top: 24px;
  max-width: 520px;
}

/* Responsive design for mobile */
@media screen and (max-width: 768px) {
  .customer.register {
    flex-direction: column;
  }

  .customer.register::before {
    position: absolute;
  }

  .customer.register::after {
    position: relative;
    width: 100%;
    height: 200px;
  }

  .customer.register > form,
  .customer.register > div {
    width: 100%;
    margin-left: 0;
    padding: 40px 24px;
    min-height: auto;
  }

  .customer.register form {
    padding: 32px 24px;
    max-width: 100%;
  }

  .customer.register .field:has(#RegisterForm-FirstName),
  .customer.register .field:has(#RegisterForm-LastName) {
    width: 100%;
    display: block;
    margin-right: 0;
  }
}

/* End of register page styles */




/* Hesabım ve Adresler Sayfası Başlangıç */

.customer-wrapper {
  display: flex;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
}

.customer-account-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .customer-account-wrapper {
    grid-template-columns: 280px 1fr;
    gap: 2.5rem;
  }
}

.customer-sidebar {
  background: #f8f8f8;
  border-radius: 12px;
  padding: 1.5rem;
  height: fit-content;
  position: sticky;
  top: 20px;
}

.customer-sidebar__header {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
}

.customer-sidebar__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  color: #333;
}

.customer-sidebar__title strong {
  font-weight: 700;
}

.customer-sidebar__email {
  font-size: 0.875rem;
  color: #666;
  margin: 0;
}

.customer-sidebar__nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.customer-sidebar__nav-item {
  margin: 0.5rem 0;
}

.customer-sidebar__nav-item a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  color: #333;
  text-decoration: none;
  font-size: 0.95rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.customer-sidebar__nav-item a:hover {
  background-color: #e8e8e8;
  color: #1a1a1a;
}

.customer-sidebar__logout {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e5e5;
}

.customer-sidebar__logout a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  color: #c00;
  text-decoration: none;
  font-size: 0.95rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.customer-sidebar__logout a:hover {
  background-color: #ffe5e5;
}

.customer-main {
  flex: 1;
}

.customer__title {
  font-size: 1.75rem;
  font-weight: 500;
  margin: 0 0 1.5rem 0;
  color: #333;
}

.customer-section {
  margin-bottom: 2rem;
}

.customer-section h2 {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  color: #333;
  font-weight: 600;
}

.sidebar-profile {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}

.profile-name {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 8px 0;
  color: #333;
}

.profile-name strong {
  font-weight: 700;
}

.profile-email {
  font-size: 13px;
  color: #666;
  margin: 0;
}

.sidebar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-nav li {
  margin-bottom: 12px;
}

.nav-link {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 12px 16px !important;
  color: #333 !important;
  text-decoration: none !important;
  border-radius: 8px !important;
  transition: all 0.3s ease !important;
  font-size: 14px !important;
}

.nav-link:hover {
  background-color: #e8e8e8;
  color: #1a1a1a;
}

.nav-link.active {
  background-color: #143c74;
  color: #fff !important;
  font-weight: 600;
}
.nav-icon {
  display: inline-block;
  width: 18px;
  text-align: center;
}

.page-title {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 32px 0;
  color: #333;
}

.addresses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}


.add-address-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  background: #fafafa;
  border: 2px dashed #143c74;
}

.add-address-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: #143c74;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.add-address-btn:hover {
  color: #c09a6f;
}

.plus-icon {
  font-size: 32px;
  display: block;
}

.address-content {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.address-name {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 12px 0;
  color: #333;
}

.address-detail {
  font-size: 13px;
  color: #666;
  margin: 4px 0;
  line-height: 1.5;
}

.address-phone {
  font-size: 13px;
  color: #666;
  margin: 8px 0 0 0;
}

.address-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-edit,
.btn-delete {
  flex: 1;
  min-width: 120px;
  padding: 10px 16px;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-edit {
  background-color: #143c74;
  color: #fff;
}

.btn-edit:hover {
  background-color: #092041;
}

.btn-delete {
  background-color: transparent;
  color: #666;
  border: 1px solid #e5e5e5;
}

.btn-delete:hover {
  background-color: #f5f5f5;
  color: #333;
}

.address-edit-form {
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-row {
  margin-bottom: 16px;
}

.form-row label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

.form-row input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.form-row input:focus {
  outline: none;
  border-color: #143c74;
  box-shadow: 0 0 0 3px rgba(212, 175, 138, 0.1);
}

.form-actions {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.btn-save,
.btn-cancel {
  flex: 1;
  padding: 10px 16px;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-save {
  background-color: #143c74;
  color: #fff;
}

.btn-save:hover {
  background-color: #092041;
}

.btn-cancel {
  background-color: #f5f5f5;
  color: #666;
  border: 1px solid #e5e5e5;
}

.btn-cancel:hover {
  background-color: #e8e8e8;
}

.empty-state {
  text-align: center;
  padding: 3rem 2rem;
  background: #fafafa;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
}

.empty-state__icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.empty-state__text {
  color: #666;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.empty-state__btn {
  text-decoration: none !important;
  display: inline-block !important;
  padding: 0.75rem 1.5rem !important;
  background-color: #143c74 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

.empty-state__btn:hover {
  background-color: #092041 !important;
}

.btn-primary {
  display: inline-block;
  padding: 12px 32px;
  background-color: #143c74;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #092041;
}

.address-form-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.form-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.form-container {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  max-width: 500px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  margin: 50px auto;
}

.form-container h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 24px 0;
  color: #333;
}

.close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #999;
  transition: color 0.3s ease;
}

.close-btn:hover {
  color: #333;
}

@media (max-width: 768px) {
  .customer-wrapper {
    flex-direction: column;
    gap: 24px;
  }
  .sidebar-nav ul {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }

  .sidebar-nav li {
    flex: 1;
    min-width: 150px;
    margin-bottom: 0;
  }

  .nav-link {
    justify-content: center;
    flex-direction: column;
  }

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

  .page-title {
    font-size: 24px;
  }

  .form-container {
    width: 95%;
    padding: 24px;
  }
}

.orders-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.order-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.order-card:hover {
  border-color: #143c74;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.order-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
}

.order-card__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: #333;
}

.order-card__date {
  font-size: 0.875rem;
  color: #999;
}

.order-card__details {
  margin-bottom: 1rem;
}

.order-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.75rem 0;
  font-size: 0.95rem;
}

.order-detail__label {
  color: #666;
  font-weight: 500;
}

.order-detail__value {
  color: #333;
  font-weight: 600;
}

.order-detail--total {
  padding-top: 0.75rem;
  border-top: 1px solid #e5e5e5;
  margin-top: 1rem;
}

.order-card__footer {
  padding-top: 1rem;
  border-top: 1px solid #e5e5e5;
}

.order-card__link {
  display: inline-block;
  color: #143c74;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.order-card__link:hover {
  color: #c09a6f;
}

.address-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.address-card:hover {
  border-color: #143c74;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.address-card__content {
  margin-bottom: 1rem;
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
}

.address-card__footer {
  padding-top: 1rem;
  border-top: 1px solid #e5e5e5;
}

.address-card__link {
  display: inline-block;
  color: #143c74;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.address-card__link:hover {
  color: #c09a6f;
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

.pagination ul {
  display: flex;
  list-style: none;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}

.pagination a:hover {
  background-color: #e8e8e8;
  color: #333;
}

.pagination span {
  background-color: #143c74;
  color: #fff;
  border-color: #143c74;
}

@media screen and (max-width: 750px) {
  .customer-account-wrapper {
    grid-template-columns: 1fr;
  }

  .customer-sidebar {
    position: static;
  }

  .customer-sidebar__nav {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
  }

  .customer-sidebar__nav-item {
    flex: 1;
    min-width: 120px;
    margin-bottom: 0;
  }

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

  .order-card__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .order-detail {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }

  .customer__title {
    font-size: 1.5rem;
  }
}
/* Hesabım ve Adresler Sayfası Bitiş */



/* ANA KART */
.account-order-box {
  background: #ffffff !important;
  border-radius: 18px !important;
  border: 1px solid #ececec !important;
  padding: 25px !important;
  margin-bottom: 35px !important;
  width: 100% !important;
}

/* ÜST TABLO GRİ ARKA PLAN */
.order-top-row {
  display: grid !important;
  grid-template-columns: 170px 170px 170px 170px 170px 220px !important;
  background: #f3efec !important;
  border-radius: 16px !important;
  padding: 20px 25px !important;
  gap: 15px !important;
  align-items: center !important;
}

/* HÜCRELER */
.order-cell {
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
}

.cell-label {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #7f7f7f !important;
}

.cell-value {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #2b2b2b !important;
}

/* SAĞDAKİ BUTONLAR */
.order-buttons {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  justify-content: center !important;
  align-items: flex-end !important;
}

/* DOLGULU BUTON */
.order-btn {
  background: #143c74 !important;
  padding: 10px 18px !important;
  border-radius: 25px !important;
  color: #fff !important;
  font-size: 16px !important;
  display: inline-block !important;
  text-align: center !important;
  text-decoration: none !important;
}


/* ALT SATIR */
.order-bottom-row {
  margin-top: 20px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.order-status-icon {
  font-size: 20px !important;
  color: #143c74 !important;
}

.order-status-text {
  font-size: 16px !important;
  color: #555 !important;
}



/* SAYFA YAPISI */
.order-page {
  display: flex;
  gap: 30px;
}

.order-sidebar {
  width: 260px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* SOL MENÜ KUTULARI */
.sidebar-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #eee;
}

.sidebar-box a {
  color: #333;
  font-size: 15px;
  text-decoration: none;
}

/* ANA İÇERİK */
.order-content {
  flex: 1;
}

.order-title {
  font-size: 32px;
  margin-bottom: 25px;
}

/* GRID YAPISI */
.order-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-bottom: 25px;
}

/* KART TASARIMI */
.order-card {
  background: #fff;
  padding: 22px;
  border-radius: 16px;
  border: 1px solid #eee;
}

.order-card h2 {
  font-size: 18px;
  margin-bottom: 15px;
}

/* SATIR TASARIMI */
.info-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 15px;
  border-bottom: 1px solid #eee;
}

.info-row:last-child {
  border-bottom: 0;
}

.info-row strong {
  font-weight: 600;
}

.orange {
  color: #d48a15;
}

/* ÜRÜN SATIRI */
.product-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  align-items: center;
}

.product-row img {
  width: 70px;
  height: auto;
  border-radius: 8px;
}

.product-info p {
  margin: 0 0 5px 0;
}

/* ÖDEME BÖLÜMÜ */
.total strong {
  font-size: 18px;
}

/* MOBİL */
@media (max-width: 900px) {
  .order-page {
    flex-direction: column;
  }

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

  .order-sidebar {
    width: 100%;
  }
}


/* Arka plan karartması */
.satis-form-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* İçerik kutusu */
.satis-form-modal .form-container {
  background: #fff;
  width: 80%;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 25px;
  border-radius: 8px;
  position: relative;
}

/* Kapatma butonu */
.satis-form-modal .close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
}