
@media (max-width: 1400px) {
    .hero__highlighted-swiper {
     max-width: 20rem;
     gap: 0rem;
    }
    .hero__highlighted-swiper .product-card__price { 
      padding: 0rem;
    }
    .index-rugs-specs__sizes-item {
      padding: 1rem 2rem;
    }
    .index-rugs-specs__sizes-item__image {
      width: 8rem;
    }
    .index-rugs-specs__sizes-item {
      gap: 2rem;
    }
    .hero__wrapper {
      padding-top:18rem;
    }
    .header__logo img, .header__logo svg{
      max-height: 9rem;
    }
}

.mobile-menu__nav,
.mobile-menu__nav * {
  text-transform: uppercase;
}

.input-item>select {
  padding: 2rem 2rem !important;
}

.cart__table-row {
    grid-template-columns: .5fr 2fr 1fr 1fr 1fr 0rem;
}
.coupon-message .error {
    color:red !important;
}

.applied-coupons {
    margin-top: 10px;
  }
  .coupon-badge {
    display: inline-block;
    background: #eee;
    color: #333;
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 4px;
    text-transform: uppercase;
  }
  .coupon-badge button {
    background: transparent;
    border: none;
    color: black;
    margin-left: 5px;
    cursor: pointer;
  }

  .classTotal {
    font-weight: 700;
  }

  .classDiscount {
    color: #f94e36;
  }

  .text-center {
    text-align: center !important;
  }

  .yith-wcwl-add-to-wishlist-button__label {
    display: none !important;
}

.cookie-alert {
  align-items: flex-start !important;
  background: #fff !important;
  max-width: 50vh !important;
  padding: 1rem !important;
  left: 30px !important;
  transform: translateX(0);
}

.cookie-alert__headline {
  font-size: 24px !important;
  
}

.cookie-alert__content {
  text-align: left;
}

.cookie-alert a{
  cursor: pointer;
}
.cookie-alert a:hover{
  color: #f94e36 !important;
}
.cookie-alert__text{
  margin-bottom: 0px !important;
}

.about__menu-item:last-child {
    color: #e63946;
}


.bank-details {
  padding: 1.5rem;
}

.bank-details img{
  max-height: 50px;
  margin-bottom: 20px;
}

.bank-details h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #222;
}

.bank-details p {
  margin-bottom: 1.5rem;
  color: #555;
}

.bank-box {
  border-top: 1px solid #ddd;
}

.bank-row {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid #eee;
}

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

.value {
  color: #111;
  font-family: monospace;
}

.empty-cart-button{
  opacity: 0.5;
}


.product-card__badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #f94e36;
    color: #fff;
    padding: 6px 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.product-card__badge--detailpage {
    width: 100px;
    text-align: center;
    background-color: #f94e36;
    color: #fff;
    padding: 6px 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.product-card__badge--detailpage--outstock {
    width: 150px;
    text-align: center;
    background-color: #ebebeb;
    color: #403935;
    padding: 6px 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.product-card__price--old {
    color: #999;
    text-decoration: line-through;
    margin-right: 5px;
}
.product-card__price--new {
    color: #f94e36;
    font-weight: bold;
}

.product-card:hover .product-card__price--new, .product-card:hover .product-card__price--old {
  color: #fff;
}

.hero-bg__item video {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hero{
  height: 70vh;
}

.ck-content ol li, .ck-content ul li {
  margin-left:40px;
  list-style: square;
}


/* Dropdown Menüsünün Konumu ve Tasarımı */
.header__nav-item.dropdown {
    position: relative; /* Dropdown'un doğru konumlanabilmesi için */
}

.header__nav-item.dropdown .dropdown-content {
    display: none; /* Başlangıçta gizle */
    position: absolute;
    background-color: #fff; /* Arkaplan rengi */
    min-width: 260px; /* Minimum genişlik */
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); /* Gölgelendirme */
    z-index: 1; /* Diğer öğelerin üzerine gelsin */
}

/* Dropdown öğeleri */
.header__nav-item.dropdown .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Hover efekti ile menüyü göster */
.header__nav-item.dropdown:hover .dropdown-content {
    display: block;
}

.header__nav-item.dropdown .dropdown-content a:hover {
    background-color: #ddd; /* Hover rengi */
}

.countdown-timer {
    margin-right: 10px;
    font-weight: bold;
}


.index-rugs-specs__sizes-item { 
  border: .2rem solid #c6c4c2;
  cursor: pointer;
}


.size-option.out-of-stock {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}
.stock-status {
    font-size: 0.9em;
    color: #a00;
}




.orders-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
.orders-table thead {
    background-color: #f7f7f7;
}
.orders-table th,
.orders-table td {
    padding: 12px 15px;
    border: 1px solid #eee;
    text-align: left;
}
.orders-table td img {
    max-height: 60px;
    height: auto;
}
@media (max-width: 768px) {
    .orders-table,
    .orders-table thead,
    .orders-table tbody,
    .orders-table th,
    .orders-table td,
    .orders-table tr {
        display: block;
    }
    .orders-table tr {
        margin-bottom: 15px;
    }
    .orders-table td {
        padding-left: 50%;
        position: relative;
    }
    .orders-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        font-weight: bold;
    }
}


.order-detail {
  padding: 40px 20px;
}

.order-header h2 {
  font-size: 24px;
  margin-bottom: 5px;
}

.order-status span {
  color: #F94E36;
  font-weight: bold;
}

.order-summary {
  margin-top: 30px;
}

.order-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.order-card {
  display: flex;
  gap: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  align-items: center;
}

.order-card__img img {
  max-width: 80px;
}

.order-card__info h4 {
  margin: 0 0 6px;
  font-size: 16px;
}

.order-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.order-block {
  background: #f9f9f9;
  padding: 20px;
}

.order-block h3 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.order-total {
  margin-top: 40px;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}

@media (max-width: 768px) {
  .order-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-total {
    text-align: left;
  }
}


.address-box {
  background: #ebebeb;
  border: 1px solid #eee;
  padding: 20px;
  height: 100%;
}

.address-box h3 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.address-box address {
  font-style: normal;
  color: #444;
  line-height: 1.6;
  margin-bottom: 10px;
}

.products-list__pagination {
  margin-bottom: 6rem !important;
}



/** Header Lang Menu **/
.header__language {
    position: relative
}

.header__language.dropdown-opened .header__language-selected {
    background-color: var(--c-secondary);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition-delay: 0s!important;
    background: #fff;
    color: var(--c-paragraph);
}

.header__language.dropdown-opened .header__language-selected .icon {
    color: var(--c-tertiary);
    transform: rotate(180deg)
}

.header__language.dropdown-opened .header__language-dropdown {
    opacity: 1;
    pointer-events: all;
    transition-delay: 0s!important;
    visibility: visible;
    background: #fff;
    color: var(--c-paragraph);
}

.header__language-selected {
    align-items: center;
    border-radius: .6rem;
    cursor: pointer;
    display: flex;
    font-size: var(--txt-rem18);
    font-weight: 400;
    gap: .5rem;
    line-height: 1em;
    padding: .75rem 1.5rem;
    text-transform: uppercase;
    transition: var(--transition);
    transition-delay: .2s!important
}

@media (max-width: 575px) {
    .header__language-selected {
        padding:.5rem 1rem
    }
}

.header__language-selected .icon {
    font-size: 1rem;
    transition: var(--transition)
}

.header__language-dropdown {
    align-items: center;
    background-color: var(--c-secondary);
    border-radius: 0 0 .6rem .6rem;
    display: flex;
    flex-direction: column;
    height: 0;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: .5rem 1.5rem;
    pointer-events: none;
    position: absolute;
    text-transform: uppercase;
    top: 100%;
    transition-delay: .1s!important;
    transition: var(--transition);
    visibility: hidden;
    width: 100%
}

.header__language-dropdown__item {
    color: var(--c-tertiary);
    cursor: pointer;
    font-size: var(--txt-rem18);
    font-weight: 400;
    opacity: .4;
    padding: .25rem 0;
    transition: var(--transition)
}

.header__language-dropdown__item:not(:last-child) {
    border-bottom: .1rem solid var(--c-primary-dark)
}

.header__language-dropdown__item.active,.header__language-dropdown__item:hover {
    opacity: 1
}



