/* Compact professional florist product detail */
.florist-product-detail {
    padding: 18px 0 34px;
    background: linear-gradient(180deg, #fbfffc 0%, #ffffff 55%, #f8fbf9 100%);
}

.florist-detail-shell {
    max-width: 1240px;
    margin: 0 auto;
    padding: 16px;
    border: 1px solid #e5eee8;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.055);
}

.florist-detail-grid {
    grid-template-columns: minmax(360px, 0.78fr) minmax(390px, 1fr);
    gap: 28px;
    align-items: start;
}

.florist-product-gallery {
    position: sticky;
    top: 18px;
}

.florist-gallery-badge {
    display: none;
}

.florist-main-image {
    width: 100%;
    margin-bottom: 12px;
    padding: 0;
    border: 1px solid #dfe9e2;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.055);
    background: #fff;
    /* Sabit dikey oran — resim ne olursa içine sığar */
    aspect-ratio: 3 / 4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.florist-main-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}

.florist-thumbnails {
    gap: 10px;
    padding: 2px 2px 6px;
}

.florist-thumbnails .product-thumb {
    width: 64px;
    height: 64px;
    border: 1px solid #e2ece5;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: none;
}

.florist-thumbnails .product-thumb.active,
.florist-thumbnails .product-thumb:hover {
    border-color: #2f9a30;
    box-shadow: 0 8px 18px rgba(47, 154, 48, 0.14);
}

.florist-thumbnails .product-thumb img {
    padding: 0;
    object-fit: cover;
    background: #ffffff;
}

.florist-detail-info {
    padding: 4px 0 0;
}

.florist-category-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    padding: 7px 11px;
    border: 1px solid #d9ebdd;
    border-radius: 999px;
    background: #f7fbf8;
    color: #155e2f;
    font-size: 12px;
    font-weight: 800;
}

.florist-detail-info h1 {
    margin: 0 0 8px;
    color: #122018;
    font-size: clamp(26px, 2.6vw, 38px);
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.florist-detail-subtitle {
    max-width: 560px;
    margin-bottom: 10px;
    color: #5b6f63;
    font-size: 13px;
    line-height: 1.6;
}

.florist-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 12px;
}

.florist-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border: 1px solid #e4eee7;
    border-radius: 999px;
    background: #ffffff;
    color: #42584a;
    font-size: 11px;
    font-weight: 750;
}

.florist-trust-row i {
    color: #16843b;
    font-size: 10px;
}

.florist-detail-price {
    gap: 10px;
    margin-bottom: 14px;
    padding: 13px 0;
    border-top: 1px solid #edf3ef;
    border-bottom: 1px solid #edf3ef;
}

.florist-detail-price .price-current {
    color: #111827;
    font-size: clamp(24px, 2.5vw, 34px);
    font-weight: 850;
    letter-spacing: -0.03em;
}

.florist-detail-price .price-old {
    color: #9aa6a0;
    font-size: 17px;
}

.florist-detail-price .badge-sale {
    border-radius: 999px;
    background: #ffe8ec;
    color: #c82642;
    font-size: 12px;
}

.florist-short-description {
    margin-bottom: 14px;
    padding: 13px 15px;
    border: 1px solid #e4eee7;
    border-radius: 15px;
    background: #fbfdfc;
    color: #40584a;
    font-size: 13px;
    line-height: 1.65;
}

.florist-service-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0 0 12px;
}

.florist-service-card {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10px 12px;
    border: 1px solid #e4eee7;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: none;
}

.florist-service-card i {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    border-radius: 10px;
    background: #2f9a30;
    color: #ffffff;
    font-size: 13px;
}

.florist-service-card strong,
.florist-service-card span {
    display: block;
}

.florist-service-card strong {
    margin-bottom: 4px;
    color: #183626;
    font-size: 12px;
    font-weight: 850;
}

.florist-service-card span {
    color: #667a6e;
    font-size: 11px;
    line-height: 1.45;
}

.florist-product-meta {
    margin-bottom: 14px;
    border: 1px solid #e4eee7;
    border-radius: 15px;
    overflow: hidden;
    background: #ffffff;
}

.florist-product-meta .product-meta-item {
    justify-content: space-between;
    padding: 11px 14px;
    border-bottom: 1px solid #edf3ef;
    font-size: 13px;
}

.florist-product-meta .product-meta-item:last-child {
    border-bottom: 0;
}

.florist-product-meta .product-meta-item strong {
    min-width: auto;
    color: #6b7b71;
}

.florist-stock {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #16843b;
    font-weight: 800;
}

.florist-stock::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: currentColor;
}

.florist-stock.is-passive {
    color: #c82642;
}

.florist-product-options {
    margin-bottom: 14px;
}

.florist-product-options .option-label {
    color: #183626;
    font-size: 13px;
    font-weight: 800;
}

.florist-product-options .option-btn {
    padding: 7px 14px;
    border: 1px solid #dfece3;
    border-radius: 999px;
    background: #ffffff;
    color: #294235;
    font-size: 12px;
    font-weight: 700;
}

.florist-product-options .option-btn:hover,
.florist-product-options .option-btn.active {
    border-color: #2f9a30;
    background: #2f9a30;
    color: #ffffff;
}

.florist-consult-box {
    display: none;
}

.florist-detail-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    margin-bottom: 0;
}

.florist-whatsapp-btn,
.florist-phone-btn {
    min-height: 50px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 850;
}

.florist-whatsapp-btn {
    background: #16843b;
    box-shadow: 0 12px 24px rgba(22, 132, 59, 0.18);
}

.florist-whatsapp-btn:hover {
    background: #106f31;
}

.florist-phone-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 15px;
    border: 1px solid #dfece3;
    background: #ffffff;
    color: #183626;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.florist-description-card {
    max-width: 1240px;
    margin: 18px auto 0;
    padding: 22px;
    border: 1px solid #e4eee7;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.045);
}

.florist-description-card h3 {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 12px;
    color: #122018;
    font-size: 18px;
    font-weight: 850;
}

.florist-description-card h3 i {
    color: #2f9a30;
}

.florist-description-content {
    color: #4d6457;
    font-size: 13px;
    line-height: 1.75;
}

@media (max-width: 992px) {
    .florist-detail-grid {
        grid-template-columns: 1fr;
    }

    .florist-product-gallery {
        position: static;
    }

}

@media (max-width: 768px) {
    .florist-product-detail {
        padding: 14px 0 28px;
    }

    .florist-detail-shell {
        padding: 12px;
        border-radius: 18px;
    }

    .florist-main-image {
        border-radius: 16px;
    }

    .florist-service-grid,
    .florist-detail-actions {
        grid-template-columns: 1fr;
    }

    .florist-phone-btn {
        width: 100%;
    }

    .florist-description-card {
        padding: 18px;
        border-radius: 18px;
    }
}

@media (max-width: 480px) {
    .florist-thumbnails .product-thumb {
        width: 58px;
        height: 58px;
        border-radius: 12px;
    }
}
