html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

/* Product Details */
.info-product-container {
    padding: 0 !important;
    margin: 0 !important;
}

.info-product-main-image {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0.25rem 0 !important;
}

    .info-product-main-image img {
        max-width: 420px;
        width: 90vw;
        height: auto;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.07);
        background: #fff;
    }

.info-product-row {
    display: flex !important;
    gap: 1rem !important;
    margin: 0 !important;
    padding: 0 !important;
}

.info-product-col {
    flex: 1;
    padding: 0.25rem 0.5rem !important;
    margin: 0 !important;
}

.info-product-col-left {
    flex: 1;
}

.info-product-col-right {
    flex: 1;
}

/* Description ve title sıkı aralık */
.info-product-title {
    margin: 0.25rem 0 !important;
    padding: 0 !important;
}

.info-product-description {
    margin: 0.25rem 0 !important;
    line-height: 1.3 !important;
    padding: 0 !important;
}

hr.line {
    margin: 0.25rem 0 !important;
    padding: 0 !important;
}

/* Documents */
.info-product-documents {
    margin: 0.25rem 0 !important;
    padding: 0 !important;
}

/* Gallery bölümü */
.info-product-detail-gallery-section {
    margin-top: 1rem;
    padding-top: 0.5rem;
}

.info-product-gallery-scroll {
    display: flex;
    flex-direction: row;
    gap: 1.2rem;
    overflow-x: auto;
    padding-bottom: 1rem;
    scroll-snap-type: x mandatory;
    margin-top: 0.5rem;
}

.gallery-image-wrapper {
    flex: 0 0 auto;
    scroll-snap-align: center;
    border-radius: 12px;
    overflow: hidden;
    background: #f8f8f8;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    max-width: 420px;
    width: 80vw;
    min-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .gallery-image-wrapper img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
        max-height: 300px;
        background: #fff;
    }

@media (max-width: 600px) {
    /* Container */
    .info-product-container {
        padding: 0 0.5rem !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    /* Row - Force column layout - daha sıkı */
    .info-product-row {
        display: flex !important;
        flex-direction: column !important;
        gap: 0.25rem !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-bottom: 0.25rem !important;
    }

    /* Columns - daha az padding */
    .info-product-col,
    .info-product-col-left,
    .info-product-col-right {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        padding: 0.25rem 0.5rem !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    /* Main image - daha sıkı */
    .info-product-main-image {
        padding: 0.25rem 0.5rem !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0.25rem 0 !important;
    }

        .info-product-main-image img {
            width: 100% !important;
            max-width: 100% !important;
            max-height: 250px !important;
            height: auto !important;
        }

    /* Gallery - tam genişlik */
    .info-product-detail-gallery-section {
        margin-top: 0.5rem !important;
        padding: 0.5rem !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .info-product-gallery-scroll {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.5rem;
        overflow-x: visible;
        padding: 0 !important;
        scroll-snap-type: none;
        margin-top: 0.25rem;
        width: 100% !important;
        max-width: 100% !important;
    }

    .gallery-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        min-width: auto;
        padding: 0 !important;
        margin: 0 !important;
    }

        .gallery-image-wrapper img {
            width: 100% !important;
            max-width: 100% !important;
            height: auto !important;
            object-fit: contain !important;
        }

    /* Text */
    .info-product-title, .p-title {
        font-size: 1.2rem !important;
        margin-bottom: 0.25rem !important;
    }

    .info-product-description {
        font-size: 1rem !important;
        line-height: 1.4;
        margin-bottom: 0.25rem !important;
    }

    /* List items */
    .info-product-list ul {
        margin: 0.25rem 0;
        padding-left: 1rem;
    }

    .info-product-list li {
        margin-bottom: 0.25rem;
    }

    hr.line {
        margin: 0.25rem 0;
    }
}
