/* Dega Tasarım - ürün görselleri dinamik oran (yatay/dikey) */

:root {
    --product-media-bg: #f7f7f5;
    --product-media-card-max: 420px;
    --product-media-gallery-max: min(75vh, 760px);
}

.product-media-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: var(--product-media-bg);
    overflow: hidden;
}

.product-media-frame img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}

.product-media-frame--card {
    min-height: 220px;
    max-height: var(--product-media-card-max);
    border-radius: 12px;
}

.product-media-frame--card img {
    max-height: var(--product-media-card-max);
}

.product-media-frame--gallery {
    min-height: 280px;
    max-height: var(--product-media-gallery-max);
    border-radius: 12px;
    cursor: zoom-in;
}

.product-media-frame--gallery img {
    max-height: var(--product-media-gallery-max);
}

.product-media-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    width: 100%;
    background: var(--product-media-bg);
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.product-media-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* Ana sayfa slider - banner görselleri cover kalır */
.tf-slideshow.style-default .wrap-slider {
    height: clamp(380px, 75vh, 820px) !important;
    aspect-ratio: unset;
}

.tf-slideshow.style-default .wrap-slider .img-style,
.tf-slideshow.style-default .wrap-slider .img-style.ratio-21-9 {
    height: 100%;
    aspect-ratio: unset;
    overflow: hidden;
}

.tf-slideshow.style-default .wrap-slider .img-style img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Ürün kartları */
.card-product .card-product-wrapper .image-wrap {
    aspect-ratio: unset;
    height: auto;
    overflow: hidden;
}

.card-product .card-product-wrapper .image-wrap img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.card-product .card-product-wrapper > .image-wrap,
.card-product .card-product-info > .title.link {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

@media (hover: none), (pointer: coarse) {
    .card-product .card-product-wrapper:hover .image-wrap .img-product,
    .card-product .card-product-wrapper .image-wrap .img-product {
        opacity: 1 !important;
    }

    .card-product .card-product-wrapper:hover .image-wrap .img-hover,
    .card-product .card-product-wrapper .image-wrap .img-hover {
        opacity: 0 !important;
        transform: none !important;
    }

    .card-product.style-1 .list-product-btn,
    .card-product.style-1 .list-btn-main,
    .card-product.style-3 .list-product-btn,
    .card-product.style-3 .list-btn-main,
    .card-product.style-5 .list-product-btn,
    .card-product.style-5 .list-btn-main {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: none !important;
    }

    .card-product.style-1:hover .list-product-btn,
    .card-product.style-1:hover .list-btn-main,
    .card-product.style-3:hover .list-product-btn,
    .card-product.style-3:hover .list-btn-main,
    .card-product.style-5:hover .list-product-btn,
    .card-product.style-5:hover .list-btn-main,
    .card-product.style-1:hover .list-product-btn .box-icon,
    .card-product.style-3:hover .list-product-btn .box-icon,
    .card-product.style-5:hover .list-product-btn .box-icon {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: none !important;
    }
}

/* Ana sayfa ürün şeridi */
.wrap-cls-img .cls-img-item .image,
.wrap-cls-img .cls-img-item .img-style {
    width: 100% !important;
    max-width: 280px;
    height: auto !important;
    border-radius: 12px;
    overflow: hidden;
}

.wrap-cls-img .cls-img-item .image img,
.wrap-cls-img .cls-img-item .img-style img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

/* Ürün detay galeri */
.thumbs-bottom .thumbs-slider {
    flex-direction: column;
}

.thumbs-bottom .tf-product-media-main {
    width: 100%;
}

.thumbs-bottom .tf-product-media-main .swiper-slide {
    height: auto;
}

.thumbs-bottom .tf-product-media-thumbs {
    width: 100%;
    max-height: none;
}

.thumbs-bottom .tf-product-media-thumbs .swiper-slide {
    width: 72px;
    height: 72px;
}

.tf-product-media-main .product-gallery-item {
    aspect-ratio: unset;
    max-height: none !important;
    height: auto;
    position: relative;
    display: block;
    cursor: zoom-in;
}

@media (min-width: 992px) {
    .tf-zoom-main .drift-zoom-pane,
    .drift-bounding-box {
        pointer-events: none;
    }
}

.tf-product-media-main .swiper-button-next,
.tf-product-media-main .swiper-button-prev {
    color: var(--Onsurface, #111);
    background: rgba(255, 255, 255, 0.9);
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

/* Mobil: galeri kaydırma + sayfa scroll birlikte çalışsın */
@media (max-width: 991.98px) {
    .tf-product-media-wrap.sticky-top {
        position: relative;
        top: auto;
        z-index: auto;
    }

    .tf-product-media-main,
    .tf-product-media-main .swiper-wrapper,
    .tf-product-media-main .swiper-slide,
    .tf-product-media-main .product-gallery-item,
    .tf-product-media-main .product-gallery-item img {
        touch-action: pan-x pan-y pinch-zoom;
    }

    .product-media-frame--gallery {
        cursor: pointer;
    }
}

/* Ürün açıklama HTML */
.product-html-content :is(p, ul, ol, li, h1, h2, h3, h4, h5, h6) {
    margin-bottom: 0.75rem;
}

.product-html-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.product-html-content table {
    width: 100%;
    margin-bottom: 1rem;
}

/* Ürün detay - özet alanı */
.product-summary {
    top: 100px;
}

.product-title {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    line-height: 1.3;
    margin-bottom: 1.25rem;
}

.product-price-panel {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
    padding: 1rem 1.25rem;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 12px;
}

.product-price-panel-left {
    flex: 1 1 auto;
    min-width: 0;
}

.product-price-panel-right {
    flex: 0 0 190px;
    display: flex;
    align-items: center;
    border-left: 1px solid #ececec;
    padding-left: 1.25rem;
}

.product-add-to-cart {
    width: 100%;
}

.product-add-to-cart-label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #666;
}

.product-add-to-cart .product-qty {
    margin-bottom: 0.75rem;
}

.product-add-to-cart .wg-quantity {
    width: 100%;
}

.product-add-to-cart .quantity-product {
    width: 100%;
    text-align: center;
    border: 0;
    background: transparent;
    font-weight: 600;
}

.btn-add-to-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    min-height: 44px;
    padding: 0.625rem 1rem;
    border: 0;
    border-radius: 10px;
    background: #111;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.btn-add-to-cart:hover {
    opacity: 0.88;
    color: #fff;
}

.product-price-old {
    color: #e53935;
    text-decoration: line-through;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0.35rem;
}

.product-price-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.product-price-current {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    color: #111;
    line-height: 1;
}

.product-discount-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    background: #e53935;
    color: #fff;
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 600;
}

.product-short-desc {
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.product-buy-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.btn-marketplace {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex: 1 1 calc(50% - 0.375rem);
    min-height: 48px;
    padding: 0.625rem 1rem;
    border-radius: 10px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.btn-marketplace:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
    color: #fff;
    opacity: 0.96;
}

.btn-marketplace-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.2);
    font-size: 0.8125rem;
    font-weight: 800;
    flex-shrink: 0;
}

.btn-marketplace-text {
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.btn-shopier {
    background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%);
    color: #fff;
}

.btn-trendyol {
    background: linear-gradient(135deg, #ff8a2a 0%, #f27a1a 100%);
    color: #fff;
}

.btn-contact {
    background: linear-gradient(135deg, #2f855a 0%, #276749 100%);
    color: #fff;
    justify-content: center;
}

.product-buy-note {
    margin-top: 0.75rem;
}

/* Ürün açıklama */
.product-description-section {
    padding: 3rem 0 4rem;
    background: #fff;
}

.product-description-inner {
    max-width: 860px;
}

.product-description-title {
    margin: 0 0 1.75rem;
    padding-bottom: 0.875rem;
    border-bottom: 1px solid #ebebeb;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #111;
}

.product-prose {
    color: #555;
    font-size: 0.9375rem;
    line-height: 1.8;
}

.product-prose :is(h1, h2, h3, h4) {
    color: #111;
    margin-top: 1.5rem;
    margin-bottom: 0.625rem;
    line-height: 1.4;
    font-weight: 500;
}

.product-prose :is(h1, h2, h3, h4):first-child {
    margin-top: 0;
}

.product-prose :is(p, ul, ol) {
    margin-bottom: 0.875rem;
}

.product-prose ul,
.product-prose ol {
    padding-left: 1.125rem;
}

.product-prose li {
    margin-bottom: 0.375rem;
}

.product-prose strong {
    color: #111;
    font-weight: 600;
}

.product-prose img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1.25rem 0;
    border-radius: 4px;
}

.product-prose table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.25rem 0;
    font-size: 0.875rem;
}

.product-prose table :is(th, td) {
    padding: 0.625rem 0;
    border-bottom: 1px solid #ebebeb;
    text-align: left;
}

.product-prose table th {
    color: #111;
    font-weight: 500;
}

/* Logo */
.logo-header .logo {
    max-height: 48px;
    width: auto;
}

.footer-logo-img {
    max-width: 120px;
    height: auto;
}

.tf-payment ul img {
    height: 28px;
    width: auto;
    max-width: 48px;
    object-fit: contain;
}

/* İletişim sayfası */
.contact-info-box,
.contact-form-box {
    height: 100%;
}

.contact-logo img {
    max-width: 110px;
    height: auto;
}

.contact-title {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    margin-bottom: 1rem;
}

.contact-form-title {
    font-size: 1.35rem;
    margin-bottom: 0.5rem;
}

.contact-info-item {
    margin-bottom: 1.25rem;
}

.contact-info-item h6 {
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 0.35rem;
}

.contact-info-item p {
    margin: 0;
    color: #222;
}

.contact-info-item a {
    color: inherit;
    text-decoration: none;
}

.contact-info-item a:hover {
    text-decoration: underline;
}

.contact-alert {
    border-radius: 10px;
}

.contact-form-box {
    padding: clamp(1.5rem, 3vw, 2rem);
    border: 1px solid #ececec;
    border-radius: 16px;
    background: #fff;
}

.contact-info-box {
    padding-right: 1rem;
}

@media (max-width: 991px) {
    .contact-info-box {
        padding-right: 0;
        margin-bottom: 1rem;
    }
}

.faqs-page-title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    margin-bottom: 0.75rem;
}

.faqs-sidebar-box {
    padding: 1.5rem;
    border: 1px solid #ececec;
    border-radius: 14px;
    background: #fafafa;
}

.faqs-page .list-faqs > div[id] {
    scroll-margin-top: 120px;
}

/* Hakkımızda sayfası */
.about-logo img {
    max-width: 110px;
    height: auto;
}

.about-title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    margin-bottom: 1rem;
    line-height: 1.25;
}

.about-intro {
    font-size: 1.0625rem;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.about-hero-image {
    border-radius: 16px;
}

.about-block {
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: 1px solid #ececec;
}

.about-block-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.about-block-text {
    max-width: 780px;
    line-height: 1.8;
    margin: 0;
}

.about-mission-vision {
    margin-top: 2.5rem;
}

.about-card {
    height: 100%;
    padding: 1.5rem;
    border: 1px solid #ececec;
    border-radius: 14px;
    background: #fafafa;
}

.about-card h3 {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
}

.about-values {
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: 1px solid #ececec;
}

.about-value-item {
    height: 100%;
    padding: 1.25rem;
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #fff;
}

.about-value-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
    border-radius: 12px;
    background: #f7f7f5;
    font-size: 1.25rem;
}

.about-value-item h4 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.about-cta {
    margin-top: 3.5rem;
    padding: 2.5rem 1.5rem;
    border-radius: 16px;
    background: #fafafa;
    border: 1px solid #ececec;
}

.about-cta-title {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    margin-bottom: 0.75rem;
}

.about-cta-text {
    max-width: 520px;
    margin: 0 auto 1.5rem;
}

.about-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.about-cta-buttons .tf-btn {
    min-width: 180px;
}

.about-cta-buttons .tf-btn.btn-outline {
    background: transparent;
    border: 1px solid #111;
    color: #111;
}

.about-cta-buttons .tf-btn.btn-outline:hover {
    background: #111;
    color: #fff;
}

/* Mega menü öne çıkan görsel */
.mega-menu .collection-position .img-style {
    aspect-ratio: unset;
    min-height: 140px;
    max-height: 220px;
    height: auto !important;
    overflow: hidden;
    background: var(--product-media-bg);
}

.mega-menu .collection-position .img-style img {
    width: 100%;
    height: auto;
    max-height: 220px;
    object-fit: contain;
    object-position: center;
}

/* Banner / slider için isteğe bağlı yatay oran */
.ratio-21-9 {
    aspect-ratio: 21 / 9;
    overflow: hidden;
}

.ratio-21-9 > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 767px) {
    .tf-slideshow.style-default .wrap-slider {
        height: clamp(260px, 48vh, 520px) !important;
    }

    .wrap-cls-img .cls-img-item .image,
    .wrap-cls-img .cls-img-item .img-style {
        max-width: 100%;
    }

    .product-buy-panel {
        flex-direction: row;
    }

    .btn-marketplace {
        flex: 1 1 calc(50% - 0.375rem);
    }

    .product-price-panel {
        flex-direction: column;
    }

    .product-price-panel-right {
        flex: 1 1 auto;
        width: 100%;
        border-left: 0;
        border-top: 1px solid #ececec;
        padding-left: 0;
        padding-top: 1rem;
    }
}

/* Footer abone ol — hata mesajları koyu arka planda okunabilir olsun */
footer .footer-newsletter #subscribe-msg .notification_error,
footer .footer-newsletter #subscribe-msg .notification_error strong {
    color: #fff;
}

.search-modal-suggestions {
    margin-top: 1.5rem;
}

.search-modal-suggestions .list-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.cart-summary-box {
    padding: 1.5rem;
    border: 1px solid #ececec;
    border-radius: 16px;
    background: #fafafa;
}

.cart-summary-title {
    margin: 0 0 1.25rem;
    font-size: 1.125rem;
}

.cart-summary-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #ececec;
}

.cart-summary-row:last-of-type {
    border-bottom: 0;
}

.cart-summary-total {
    margin-top: 0.5rem;
    padding-top: 1rem;
    font-size: 1.0625rem;
}

.cart-empty {
    border: 1px solid #ececec;
    border-radius: 16px;
    background: #fafafa;
}

.cart-page-items .remove-cart .remove {
    cursor: pointer;
}

.checkout-form-box,
.checkout-summary-box {
    padding: clamp(1.5rem, 3vw, 2rem);
    border: 1px solid #ececec;
    border-radius: 16px;
    background: #fff;
}

.checkout-page,
.checkout-page .container,
.checkout-page .row {
    overflow: visible;
}

@media (min-width: 1200px) {
    .checkout-page .checkout-summary-col {
        position: -webkit-sticky;
        position: sticky;
        top: calc(var(--checkout-sticky-top, 96px) + 1rem);
        align-self: flex-start;
        z-index: 20;
    }
}

.checkout-summary-box {
    background: #fafafa;
}

.checkout-form-section {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ececec;
}

.checkout-form-section.mb-0 {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.checkout-form-section-title {
    margin: 0 0 1.25rem;
    font-size: 1.125rem;
}

.checkout-label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    color: #555;
}

.checkout-form fieldset {
    margin-bottom: 1rem;
}

.checkout-form textarea {
    width: 100%;
    min-height: 110px;
    padding: 0.875rem 1rem;
    border: 1px solid #ececec;
    border-radius: 10px;
    resize: vertical;
}

.checkout-payment-options {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.checkout-payment-option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    border: 1px solid #ececec;
    border-radius: 10px;
    cursor: pointer;
    margin: 0;
}

.checkout-payment-option input {
    margin: 0;
    flex-shrink: 0;
}

.checkout-payment-option-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.checkout-payment-option-text small {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.4;
}

.checkout-select {
    width: 100%;
    height: 48px;
    padding: 0 1rem;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
}

.checkout-select:disabled {
    background: #f5f5f5;
    color: #888;
}

.checkout-location-row .checkout-location-field {
    margin-bottom: 0;
}

.checkout-location-field .bootstrap-select {
    width: 100% !important;
}

.checkout-location-field .checkout-selectpicker-toggle,
.checkout-location-field .checkout-selectpicker-toggle:focus,
.checkout-location-field .checkout-selectpicker-toggle:active,
.checkout-location-field .checkout-selectpicker-toggle:hover {
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    padding: 0 2.5rem 0 1rem;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
    color: #111;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    box-shadow: none;
    outline: none;
}

.checkout-location-field .bootstrap-select.disabled .checkout-selectpicker-toggle,
.checkout-location-field .checkout-selectpicker-toggle.disabled {
    background: #f5f5f5;
    color: #888;
    opacity: 1;
}

.checkout-location-field .bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}

.checkout-location-field .bootstrap-select .dropdown-toggle::after {
    border-top-color: #111;
    margin-left: auto;
}

.checkout-location-field .dropdown-menu {
    border: 1px solid #ececec;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0;
    margin-top: 0.35rem;
}

.checkout-location-field .bs-searchbox {
    padding: 0.5rem 0.75rem 0.35rem;
}

.checkout-location-field .bs-searchbox .form-control {
    height: 42px;
    padding: 0 0.875rem;
    border: 1px solid #ececec;
    border-radius: 8px;
    box-shadow: none;
    font-size: 0.9375rem;
}

.checkout-location-field .bs-searchbox .form-control:focus {
    border-color: #111;
    box-shadow: none;
}

.checkout-location-field .dropdown-item {
    padding: 0.625rem 1rem;
    font-size: 0.9375rem;
}

.checkout-location-field .dropdown-item.active,
.checkout-location-field .dropdown-item:active {
    background: #111;
    color: #fff;
}

.checkout-location-field .no-results {
    padding: 0.75rem 1rem;
    color: #666;
    font-size: 0.875rem;
}

.checkout-bank-info,
.checkout-payment-note {
    margin-top: 1rem;
    padding: 1rem 1.125rem;
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #fafafa;
}

.checkout-bank-info-title {
    margin: 0 0 1rem;
    font-size: 1rem;
}

.checkout-bank-details {
    display: grid;
    gap: 0.75rem;
    margin: 0 0 1rem;
}

.checkout-bank-details div {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 0.75rem;
    align-items: start;
}

.checkout-bank-details dt {
    margin: 0;
    font-size: 0.875rem;
    color: #666;
    font-weight: 500;
}

.checkout-bank-details dd {
    margin: 0;
    font-weight: 600;
    color: #111;
}

.checkout-bank-iban {
    letter-spacing: 0.04em;
    word-break: break-word;
}

.checkout-bank-note,
.checkout-payment-note p {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #444;
}

.checkout-bank-note {
    padding-top: 0.875rem;
    border-top: 1px solid #ececec;
}

@media (max-width: 575px) {
    .checkout-bank-details div {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }
}

.checkout-summary-title {
    margin: 0 0 1.25rem;
    font-size: 1.125rem;
}

.checkout-summary-items {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

.checkout-summary-item {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    gap: 0.875rem;
    align-items: start;
    padding: 0.875rem 0;
    border-bottom: 1px solid #ececec;
}

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

.checkout-summary-item-image img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: 8px;
    background: #f7f7f5;
}

.checkout-summary-item-name {
    display: block;
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0.25rem;
}

.checkout-summary-item-info {
    min-width: 0;
}

.checkout-summary-item-info .checkout-qty.wg-quantity {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem;
    width: 108px;
    height: 36px;
    flex-shrink: 0;
}

.checkout-summary-item-info .checkout-qty input {
    width: 44px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    pointer-events: none;
}

.checkout-summary-item-info .checkout-qty .btn-quantity {
    width: 32px;
    height: 32px;
    font-size: 24px;
    line-height: 1;
    flex-shrink: 0;
}

.checkout-summary-item-meta,
.checkout-summary-item-total {
    font-size: 0.875rem;
    color: #666;
}

.checkout-summary-item-total {
    font-weight: 600;
    color: #111;
    white-space: nowrap;
    padding-top: 0.125rem;
}

.checkout-summary-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #ececec;
}

.checkout-summary-total {
    margin-top: 0.5rem;
    padding-top: 1rem;
    border-bottom: 0;
    font-size: 1.0625rem;
}

.checkout-notice {
    margin-top: 1rem;
    padding: 0.875rem 1rem;
    border-radius: 10px;
    background: #f0f7ff;
    color: #1e4b7a;
    font-size: 0.9375rem;
}

.checkout-notice-error {
    background: #fff1f0;
    color: #9b1c1c;
}

.checkout-error-summary-title {
    font-weight: 600;
}

.checkout-error-list {
    padding-left: 1.25rem;
}

.checkout-error-list li {
    margin-bottom: 0.25rem;
}

.checkout-field-error {
    display: block;
    margin-top: 0.375rem;
    font-size: 0.875rem;
    color: #9b1c1c;
}

.checkout-form input.is-invalid,
.checkout-form textarea.is-invalid {
    border-color: #d92d20 !important;
}

.checkout-location-field.is-invalid .checkout-selectpicker-toggle {
    border-color: #d92d20 !important;
}

.checkout-payment-options.is-invalid {
    padding: 0.75rem;
    border: 1px solid #d92d20;
    border-radius: 12px;
}

.checkout-success-box {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.checkout-success-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ecfdf3;
    color: #067647;
    font-size: 2rem;
}

.checkout-success-order-no {
    display: inline-flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    background: #f7f7f5;
}

.checkout-success-order-no-label {
    font-size: 0.875rem;
    color: #666;
}

.checkout-success-order-no-value {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
}

.checkout-success-mail-info {
    font-size: 0.9375rem;
    color: #067647;
}

.checkout-success-mail-info-warning {
    color: #9b1c1c;
}

.siparis-takip-box {
    max-width: 100%;
}

.siparis-takip-result {
    padding-top: 1.5rem;
    border-top: 1px solid #ececec;
}

.siparis-takip-status {
    display: inline-flex;
    flex-direction: column;
    gap: 0.375rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1.25rem;
    border-radius: 12px;
    background: #f7f7f5;
}

.siparis-takip-status-label {
    font-size: 0.875rem;
    color: #666;
}

.siparis-takip-status-value {
    font-size: 1.25rem;
    color: #111;
}

.siparis-takip-details {
    display: grid;
    gap: 0.75rem;
    margin: 0 0 1.5rem;
}

.siparis-takip-details div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #ececec;
}

.siparis-takip-details dt {
    margin: 0;
    font-weight: 600;
    color: #666;
}

.siparis-takip-details dd {
    margin: 0;
    text-align: right;
}

.siparis-takip-items-title {
    margin: 0 0 1rem;
    font-size: 1.0625rem;
}

.siparis-takip-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.siparis-takip-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: start;
    padding: 1rem 0;
    border-bottom: 1px solid #ececec;
}

.siparis-takip-item:last-child {
    border-bottom: 0;
}

.siparis-takip-item-info {
    min-width: 0;
}

.siparis-takip-item-name {
    display: block;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 0.25rem;
    word-break: break-word;
}

.siparis-takip-item-meta {
    font-size: 0.875rem;
    color: #666;
}

.siparis-takip-item-total {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #111;
    white-space: nowrap;
    text-align: right;
    padding-top: 0.125rem;
}
