.d-mob-none {
    display: block;
}
.footer-border {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
    .d-mob-none {
        display: none;
    }
}

.closeIn {
    position: relative;
}

.closeIn:before,
.closeIn:after,
.closeIn h4:before,
.closeIn h4:after {
    content: '';
    position: absolute;
    background: #dc0012;
}

.closeIn:before,
.closeIn:after {
    height: 0;
    width: 2px;
    transition: height 0.3s;
}

.closeIn:before {
    left: 0px;
    top: 0;
}

.closeIn:after {
    right: 0;
    bottom: 0;
}

.closeIn h4:before,
.closeIn h4:after {
    width: 0;
    height: 2px;
    transition: width 0.3s;
}

.closeIn h4:before {
    top: -220px;
    left: -22px;
}
/* Product Variations Styles */
.color-option {
    border: 2px solid transparent !important;
    cursor: pointer;
}

.color-option:hover {
    transform: scale(1.1);
    transition: transform 0.2s;
}

.size-option {
    min-width: 45px;
    cursor: pointer;
}

.size-option:hover {
    transform: translateY(-2px);
    transition: transform 0.2s;
}

.variations-section .selected-value {
    color: #007bff;
    font-weight: bold;
}

.pricing-table .border {
    border: 1px solid #dee2e6 !important;
}

.pricing-table .bg-light {
    background-color: #f8f9fa !important;
}

.protection-item:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s;
}

.supplier-info {
    background-color: #f8f9fa !important;
}

.product-spotlights .badge {
    font-size: 0.75em;
}

.attribute-item {
    line-height: 1.6;
}

.closeIn h4:after {
    bottom: -24px;
    right: -22px;
}

.closeIn:hover:after,
.closeIn:hover:before {
    height: calc(50% + 1px);
}

.closeIn:hover h4:before,
.closeIn:hover h4:after {
    width: calc(50% + 1px);
}

.title-fiyat {
    position: relative;
    display: inline-block;
}

.title-fiyat::after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 3px;
    background: #d50011;
    z-index: 1;
    margin-left: 0;
    left: 0;
    bottom: -15px;
}

.form-label .text-primary {
    color: var(--primary) !important;
}

.required-star {
    color: var(--primary) !important;
}

.shop-gallery img {
    max-height: 400px;
    object-fit: contain;
}

/* Payment Form Styling */
.accordion-modern .card {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    margin-bottom: 15px;
}

.accordion-modern .card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 20px;
}

.accordion-modern .accordion-toggle {
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.accordion-modern .accordion-toggle:hover {
    text-decoration: none;
}

.accordion-modern .badge {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

.accordion-modern .card-body {
    padding: 25px;
}

/* Credit Card Input Styling */
input[name="cardNumber"] {
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
}

input[name="cardExpiry"],
input[name="cardCvv"] {
    font-family: 'Courier New', monospace;
    text-align: center;
}

/* Payment Security Icons */
.payment-icons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.payment-icon {
    width: 40px;
    height: 25px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    color: #6c757d;
}

/* Form Validation States */
.form-control.is-valid {
    border-color: #28a745;
}

.form-control.is-invalid {
    border-color: #dc3545;
}

/* Responsive Design */
@media (max-width: 768px) {
    .accordion-modern .card-header {
        padding: 15px;
    }
    
    .accordion-modern .card-body {
        padding: 20px;
    }
    
    .accordion-modern .badge {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }
}
.custom-cards {
    margin-top: -100px;
}
.banner-iletisim {
    margin-left: -90px;
}

/* Accordion Fix */
.accordion .card-header .accordion-toggle {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.accordion .card-header .accordion-toggle:hover {
    text-decoration: none;
}

.accordion .card-header .accordion-toggle:focus {
    box-shadow: none;
    outline: none;
}

.accordion .collapse {
    transition: all 0.3s ease;
}

.accordion .collapse.show {
    display: block;
}

.accordion .collapse:not(.show) {
    display: none;
}

/* Prevent accordion toggle double functionality */
.accordion .card-header .accordion-toggle[aria-expanded="true"] {
    color: inherit;
}

.accordion .card-header .accordion-toggle[aria-expanded="false"] {
    color: inherit;
}

/* Header extra info responsive */
@media (max-width: 1199px) {
    .header-extra-info li:first-child {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .header-extra-info li:first-child {
        margin-right: 2rem;
    }
}

