.store-hero {
    width: 100%;
    height: 232px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(258.29deg, rgba(8, 128, 224, 0.85) 1.32%, rgba(7, 176, 206, 0.85) 48.19%, rgba(5, 230, 187, 0.85) 99.82%), 
                url('../images/hero-bg.webp');
    background-size: cover;
    background-position: center;
    background-blend-mode: normal;
    margin-top: 0;
}

.store-hero h1  {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: #FFFFFF;
    margin: 0;
}

.store-main-content {
    max-width: 1532px;
    margin: 0 auto;
    padding: 130px 20px;
    box-sizing: border-box;
}

.product-detail-flex {
    display: flex;
    gap: 78px; 
    align-items: flex-start;
}

.product-gallery {
    display: flex;
    gap: 17px;
    width: 676px;
    flex-shrink: 0;
}

.thumbnails {
    display: flex;
    flex-direction: column;
    gap: 6.3px;
}

.thumb-img {
    width: 91.72px;
    height: 103.69px;
    border-radius: 6px;
    object-fit: cover;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    background: #F6F6F6;
    padding: 0;
    box-sizing: border-box;
    display: block;
}

.thumb-img:hover {
    opacity: 0.8;
}

.thumb-img.active {
    border-color: #05E1BD;
    border-width: 2px;
}

.main-image-container {
    width: 567px;
    height: 641px;
    background: #F6F6F6;
    border-radius: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
}

#mainProductImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
    padding: 0;
    box-sizing: border-box;
}

.product-info-column {
    flex: 1;
    max-width: 776px;
}

.product-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 138%;
    color: #222222;
    margin: 0;
    margin-bottom: 24px;
}

.price-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 46px;
}

.current-price {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 27.6px;
    color: #222222;
}

.old-price {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 27.6px;
    text-decoration: line-through;
    color: #A5A5A5;
}

.discount-badge {
    background: #05E1BD;
    padding: 4px 15px;
    border-radius: 42px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 19px;
    color: #000000;
}

.product-description {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    color: #A5A5A5;
    margin: 0;
    margin-bottom: 46px;
}

.product-specs {
    margin-bottom: 46px;
}

.product-specs h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    margin: 0;
    margin-bottom: 24px;
}

.product-specs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-specs li {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    line-height: 27px;
    color: #A5A5A5;
    margin-bottom: 12px;
    position: relative;
    padding-left: 15px;
}

.product-specs li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #A5A5A5;
}

.btn-buy-now {
    width: 650px;
    max-width: 100%;
    height: 54.66px;
    background: #05E6BB;
    border-radius: 89px;
    border: none;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    font-size: 17.8px;
    letter-spacing: 0.06em;
    color: #000000;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-bottom: 36px;
}

.btn-buy-now:hover {
    background: #04cca9;
}

.trust-info {
    width: 100%;
    max-width: 747px;
    display: flex;
    flex-direction: column;
    gap: 11px;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.trust-info-top-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 24px;
}

.trust-info-top-row > .trust-info-row:first-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
    height: 24px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.trust-info-top-row > .trust-info-row:first-child span {
    width: 335px;
    height: 16px;
}

.trust-info-payment-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.trust-info-payment-section > .trust-info-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
    width: 138px;
    height: 24px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.payment-logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    width: 215px;
    height: 23.73px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.payment-logos img {
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}

.trust-info-bottom-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 13px;
    width: 100%;
    max-width: 337px;
    height: 24px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.trust-info-bottom-row .trust-info-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
    height: 24px;
    flex: none;
    flex-grow: 0;
}

.trust-info-bottom-row .trust-info-row:first-child {
    width: 216px;
    height: 24px;
    order: 0;
}

.trust-info-bottom-row .trust-info-row:first-child span {
    width: 190px;
    height: 16px;
}

.trust-info-bottom-row .divider-v:nth-child(2) {
    width: 0px;
    height: 15.5px;
    border-left: 1px solid #656565;
    border-right: none;
    border-top: none;
    border-bottom: none;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0;
    align-self: center;
}

.trust-info-bottom-row .trust-info-row:nth-child(3) {
    width: 85px;
    height: 24px;
    order: 2;
}

.trust-info-bottom-row .trust-info-row:nth-child(3) span {
    width: 59px;
    height: 16px;
}

.trust-info-bottom-row .divider-v:nth-child(4) {
    width: 0px;
    height: 15.5px;
    border-left: 1px solid #656565;
    border-right: none;
    border-top: none;
    border-bottom: none;
    flex: none;
    order: 3;
    flex-grow: 0;
    margin: 0;
    align-self: center;
}

.trust-info-bottom-row .trust-info-row:last-child {
    width: 70px;
    height: 24px;
    order: 4;
}

.trust-info-bottom-row .trust-info-row:last-child span {
    width: 44px;
    height: 16px;
}

.trust-info-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
    height: 24px;
}

.trust-icon {
    width: 24px;
    height: 24px;
    flex: none;
    order: 0;
    flex-grow: 0;
    object-fit: contain;
}

.trust-info-row span {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.06em;
    color: #000000;
    flex: none;
    order: 1;
    flex-grow: 0;
    white-space: nowrap;
}

.trust-info-value {
    color: #A5A5A5 !important;
}

.divider-v {
    width: 0px;
    height: 15.5px;
    border-left: 1px solid #656565;
    border-right: none;
    border-top: none;
    border-bottom: none;
    flex: none;
    flex-grow: 0;
    margin: 0;
    align-self: center;
}

/* Desktop görünümü için hizalama düzeltmeleri (1920px altı) - Header ile aynı hizalama */
@media (min-width: 992px) {
    .store-main-content {
        max-width: 1532px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    
    .product-detail-flex {
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    
    .product-gallery {
        flex-shrink: 0;
        width: 676px;
    }
    
    .product-info-column {
        flex: 1;
        max-width: 776px;
        width: 100%;
        box-sizing: border-box;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    
    .product-info-column .product-title,
    .product-info-column .price-row,
    .product-info-column .product-description,
    .product-info-column .product-specs {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    
    .btn-buy-now {
        width: 650px;
        max-width: 100%;
        box-sizing: border-box;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    
    .trust-info {
        width: 100%;
        max-width: 747px;
        box-sizing: border-box;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    
    .trust-info-top-row,
    .trust-info-bottom-row {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    
    .trust-info-top-row > *,
    .trust-info-bottom-row > * {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1600px) {
    .store-main-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .product-detail-flex {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    
    .product-info-column {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    
    .product-info-column .product-title,
    .product-info-column .price-row,
    .product-info-column .product-description,
    .product-info-column .product-specs {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    
    .btn-buy-now {
        width: 650px;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    
    .trust-info {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        max-width: 747px;
    }
    
    .trust-info-top-row,
    .trust-info-bottom-row {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    
    .trust-info-top-row > *,
    .trust-info-bottom-row > * {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .store-hero {
        height: 180px;
        padding: 0 20px;
    }
    
    .store-hero h1 {
        font-size: 32px;
        line-height: 1.2;
    }
    
    .store-main-content {
        max-width: 100%;
        padding: 60px 20px;
    }
    
    .product-detail-flex { 
        flex-direction: column; 
        gap: 40px;
    }
    
    .product-gallery { 
        width: 100%; 
        flex-direction: column-reverse; 
        gap: 20px;
    }
    
    .thumbnails { 
        flex-direction: row; 
        overflow-x: auto;
        gap: 10px;
        padding-bottom: 10px;
    }
    
    .thumb-img {
        flex-shrink: 0;
    }
    
    .main-image-container { 
        width: 100%; 
        height: 400px; 
    }
    
    .product-info-column {
        max-width: 100%;
    }
    
    .product-title { 
        font-size: 32px; 
        line-height: 44px;
    }
    
    .current-price,
    .old-price {
        font-size: 24px;
    }
    
    .info-row-group {
        flex-wrap: wrap;
    }

    .trust-info {
        width: 100%;
    }
    
    .trust-info-top-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        height: auto;
    }
    
    .trust-info-top-row > .trust-info-row:first-child {
        width: 100%;
    }
    
    .trust-info-top-row > .trust-info-row:first-child span {
        width: auto;
        word-wrap: break-word;
        max-width: 100%;
    }
    
    .trust-info-payment-section {
        width: 100%;
        flex-wrap: wrap;
    }
    
    .trust-info-bottom-row {
        width: 100%;
        flex-wrap: wrap;
    }

    .trust-info-bottom-row .divider-v {
        display: none !important;
    }
    
    .payment-logos {
        width: 100%;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .store-hero {
        height: 150px;
    }
    
    .store-hero h1 {
        font-size: 28px;
        line-height: 35px;
    }
    
    .store-main-content {
        padding: 40px 20px;
    }
    
    .product-detail-flex {
        gap: 30px;
    }
    
    .main-image-container {
        height: 350px;
    }
    
    .product-title {
        font-size: 28px;
        line-height: 38px;
    }
    
    .price-row {
        gap: 12px;
        margin-bottom: 30px;
    }
    
    .current-price,
    .old-price {
        font-size: 22px;
    }
    
    .discount-badge {
        font-size: 16px;
        padding: 3px 12px;
    }
    
    .product-description {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    
    .product-specs {
        margin-bottom: 30px;
    }
    
    .product-specs h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .product-specs li {
        font-size: 14px;
        line-height: 24px;
    }
    
    .btn-buy-now {
        height: 50px;
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .trust-info {
        width: 100%;
    }
    
    .trust-info-top-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        height: auto;
    }
    
    .trust-info-top-row > .trust-info-row:first-child {
        width: 100%;
    }
    
    .trust-info-top-row > .trust-info-row:first-child span {
        width: auto;
    }
    
    .trust-info-payment-section {
        width: 100%;
        flex-wrap: wrap;
    }
    
    .trust-info-bottom-row {
        width: 100%;
        flex-wrap: wrap;
    }
    
    .trust-info-row span {
        font-size: 12px;
        width: auto;
    }
    
    .payment-logos {
        width: 100%;
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .store-main-content {
        padding: 30px 20px;
    }
    
    .main-image-container {
        height: 300px;
        border-radius: 20px;
    }
    
    .thumb-img {
        width: 70px;
        height: 80px;
    }
    
    .product-title {
        font-size: 24px;
        line-height: 32px;
    }
    
    .current-price,
    .old-price {
        font-size: 20px;
    }
    
    .product-description {
        font-size: 13px;
    }
    
    .btn-buy-now {
        height: 45px;
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .store-hero {
        height: 140px;
        padding: 0 12px;
    }
    
    .store-hero h1 {
        font-size: 24px;
        line-height: 1.2;
    }
    
    .store-main-content {
        padding: 25px 15px;
    }
    
    .main-image-container {
        height: 280px;
        border-radius: 18px;
    }
    
    .product-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    
    .current-price,
    .old-price {
        font-size: 18px;
    }
    
    .discount-badge {
        font-size: 14px;
        padding: 2px 10px;
    }
    
    .product-description {
        font-size: 12px;
        line-height: 18px;
    }
    
    .btn-buy-now {
        height: 42px;
        font-size: 13px;
    }
    
    .trust-info {
        padding: 15px 12px;
        gap: 12px;
    }

    .trust-info-top-row > .trust-info-row:first-child span {
        word-wrap: break-word;
        max-width: 100%;
        white-space: normal;
    }

    .trust-info-bottom-row .divider-v {
        display: none !important;
    }
}
