/* 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: static;
    top: auto;
}

.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;
}

.product-info-tabs {
    max-width: 1240px;
    margin: 22px auto 0;
    border: 1px solid #eeeeee;
    background: #ffffff;
}

.product-info-tab-head {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #eeeeee;
}

.product-info-tab {
    min-width: 180px;
    padding: 13px 26px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: #ffffff;
    color: #111827;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}

.product-info-tab.active {
    border-bottom-color: #16843b;
    color: #111827;
}

.product-info-tab-body {
    display: none;
    padding: 17px 38px;
    color: #111827;
    font-size: 14px;
    line-height: 1.75;
}

.product-info-tab-body.active {
    display: block;
}

.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;
    }
}

/* Pasta ürün sayfası: referans görseldeki düz gri form tasarımı */
.florist-product-detail {
    padding: 0 0 32px;
    background: #ffffff;
}

.florist-product-detail .container {
    max-width: 1180px;
}

.florist-detail-shell {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.florist-detail-grid {
    grid-template-columns: minmax(320px, 0.82fr) minmax(470px, 1fr);
    gap: 26px;
}

.florist-main-image {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: none;
    background: #fff;
    overflow: hidden;
}

.florist-thumbnails .product-thumb {
    border-radius: 4px;
    box-shadow: none;
}

.florist-thumbnails {
    display: flex !important;
    gap: 8px;
    margin-top: 10px;
    padding-bottom: 4px;
}

.florist-detail-info {
    padding-top: 0;
    color: #111827;
    font-family: Arial, Helvetica, sans-serif;
}

.florist-category-pill {
    display: none;
}

.florist-detail-info h1 {
    position: relative;
    margin: 0 0 18px;
    padding-bottom: 10px;
    color: #111111;
    font-size: 25px;
    font-weight: 750;
    line-height: 1.18;
    letter-spacing: 0;
}

.florist-detail-info h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 58px;
    height: 2px;
    border-radius: 999px;
    background: #39b455;
}

.product-share-row {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    min-height: 18px;
    margin: 2px 22px 11px 0;
}

.product-share-row a {
    color: #000000;
    font-size: 13px;
    line-height: 1;
}

.urun-kodu-satir {
    display: grid !important;
    grid-template-columns: 150px 14px 1fr;
    gap: 7px !important;
    margin: 0 0 14px !important;
    padding: 11px 0 10px !important;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    color: #111827 !important;
    font-size: 14px !important;
    line-height: 1.1;
}

.urun-kodu-satir i {
    color: #111827 !important;
    font-size: 11px;
    margin-right: 3px;
}

.urun-kodu-label {
    font-weight: 400;
    white-space: nowrap;
}

.urun-kodu-ayrac {
    color: #111827;
    font-weight: 400;
    text-align: center;
}

.urun-kodu-satir strong {
    color: #009617 !important;
    font-size: 14px;
    font-weight: 400;
}

.kisiler-baslik {
    margin: 0 0 10px !important;
    color: #111827 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.kisi-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(100px, 130px)) !important;
    gap: 6px !important;
    margin-bottom: 21px !important;
}

.kisi-kart {
    min-height: 70px;
    padding: 14px 10px 11px 40px !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: #f0f0f0 !important;
    box-shadow: none !important;
    text-align: left !important;
    transform: none !important;
}

.kisi-kart::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 24px;
    width: 18px;
    height: 18px;
    border: 2px solid #39b455;
    border-radius: 999px;
    background: #ffffff;
}

.kisi-label input[type=radio]:checked + .kisi-kart::after {
    content: "";
    position: absolute;
    left: 19px;
    top: 30px;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #39b455;
}

.kk-check {
    display: none !important;
}

.kk-baslik {
    margin: 0 0 2px !important;
    color: #111827 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

.kk-fiyat {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #111827 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.teslimat-blok,
.oz-blok {
    margin: 0 4px 13px !important;
    padding: 12px !important;
    border: 0 !important;
    border-radius: 6px !important;
    background: #f0f0f0 !important;
}

.teslimat-blok-baslik {
    margin-bottom: 8px !important;
    color: #111827 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.teslimat-blok-baslik i {
    display: none;
}

.tb-row {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 3px !important;
    margin-bottom: 13px !important;
}

.tb-group label {
    display: none !important;
}

.sf-input,
.sf-select {
    min-height: 40px;
    padding: 8px 12px !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    color: #111827 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    box-shadow: none !important;
}

.variant-choice-picker {
    position: relative;
    display: grid;
    gap: 6px;
}

.variant-choice-toggle {
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #ffffff;
    color: #111827;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

.variant-choice-toggle i {
    color: #64748b;
    font-size: 12px;
    transition: transform .15s ease;
}

.variant-choice-picker.is-open .variant-choice-toggle {
    border-color: #16a34a;
    background: #f8fff9;
}

.variant-choice-picker.is-open .variant-choice-toggle i {
    transform: rotate(180deg);
}

.variant-choice-list {
    display: none;
    max-height: 220px;
    overflow-y: auto;
    gap: 5px;
    padding: 6px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #ffffff;
}

.variant-choice-picker.is-open .variant-choice-list {
    display: grid;
}

.variant-choice-line {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 7px 9px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #ffffff;
    cursor: pointer;
    color: #111827;
    font-size: 13px;
    font-weight: 500;
    transition: border-color .15s ease, background .15s ease;
}

.variant-choice-line input {
    width: 15px;
    height: 15px;
    margin: 0;
    accent-color: #16a34a;
    flex-shrink: 0;
}

.variant-choice-line:has(input:checked) {
    border-color: #16a34a;
    background: #f0fdf4;
    color: #166534;
}

.variant-choice-line span {
    line-height: 1.25;
}

.variant-upload-box {
    min-height: 112px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 16px 14px;
    border: 1px dashed #31b95a;
    border-radius: 8px;
    background: #ffffff;
    color: #166534;
    cursor: pointer;
    text-align: center;
    transition: border-color .15s ease, background .15s ease, box-shadow .15s ease, transform .15s ease;
}

.variant-upload-box:hover {
    border-color: #16a34a;
    background: #f7fff8;
    box-shadow: 0 8px 20px rgba(22, 163, 74, .08);
    transform: translateY(-1px);
}

.variant-upload-box.has-file {
    border-style: solid;
    background: #f0fdf4;
    box-shadow: 0 0 0 2px rgba(22, 163, 74, .10);
}

.variant-upload-box input[type=file] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.variant-upload-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #eaf8ee;
    color: #16a34a;
    font-size: 18px;
}

.variant-upload-title {
    color: #111827;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.variant-upload-help {
    color: #64748b;
    font-size: 11px;
    font-weight: 600;
}

.variant-upload-file {
    max-width: 100%;
    margin-top: 2px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.variant-upload-box.has-file .variant-upload-file {
    background: #dcfce7;
    color: #15803d;
}

#tarihKartlari {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 8px !important;
    margin: 0 4px 20px !important;
}

.tarih-kart {
    min-height: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e7eb !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    color: #111827 !important;
    box-shadow: none !important;
}

.tarih-kart::before {
    display: none;
}

.tarih-kart span {
    margin-bottom: 4px;
    color: #6b7280 !important;
    font-size: 12px !important;
    font-weight: 700;
}

.tarih-kart strong {
    color: #1f2937 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.2;
}

.tarih-kart.aktif {
    border-color: #39b455 !important;
    background: #f7fff8 !important;
    box-shadow: none !important;
}

.tarih-kart.aktif::before {
    display: none;
}

#takvimKart span {
    display: inline-flex !important;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #d9dde3;
    font-size: 13px !important;
}

.oz-blok {
    padding: 24px 22px 12px !important;
}

.oz-blok-baslik {
    margin-bottom: 17px !important;
    color: #111827 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}

.oz-blok-baslik i {
    color: #333333 !important;
    font-size: 17px;
}

.sf-group {
    margin-bottom: 17px !important;
}

.sf-group label {
    margin-bottom: 8px !important;
    color: #000000 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.sf-char {
    margin-top: -23px !important;
    padding-right: 12px;
    color: #8b95a1 !important;
    font-size: 11px !important;
    pointer-events: none;
}

.sf-textarea {
    min-height: 44px !important;
    resize: none !important;
}

.oz-onay {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 11px 0 0 4px;
    color: #111827;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
}

.oz-onay input {
    width: 20px;
    height: 20px;
    accent-color: #ffffff;
}

.product-price-summary {
    display: grid;
    grid-template-columns: 140px 14px 1fr;
    align-items: center;
    gap: 10px;
    margin: 18px 0 0;
    padding: 12px 18px 13px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.price-summary-label {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #111827;
    font-size: 20px;
    font-weight: 400;
}

.price-summary-label i {
    font-size: 15px;
}

.price-summary-separator {
    color: #111827;
    font-size: 18px;
    font-weight: 700;
}

.price-summary-value {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.price-summary-value strong {
    color: #009617;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
}

.price-summary-value span {
    color: #111827;
    font-size: 12px;
    font-weight: 800;
}

.product-note-list {
    margin: 0 0 12px 18px;
    padding: 0;
}

.product-note-list li {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    color: #111827;
    font-size: 12px;
}

.product-note-list i {
    color: #1eaa3b;
    font-size: 13px;
}

.stok-satir,
.florist-short-description {
    display: none !important;
}

.btn-siparis-ac,
.btn-wa-link {
    border-radius: 4px !important;
}

@media (max-width: 992px) {
    .florist-detail-grid {
        grid-template-columns: 1fr;
    }

    .florist-main-image {
        aspect-ratio: 1 / 1;
    }
}

@media (max-width: 768px) {
    .kisi-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .tb-row {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }

    #tarihKartlari {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .oz-blok {
        padding: 24px 16px 14px !important;
    }

    .product-price-summary {
        grid-template-columns: 96px 12px 1fr;
        padding-left: 0;
        padding-right: 0;
    }

    .price-summary-label,
    .oz-blok-baslik {
        font-size: 22px !important;
    }

    .price-summary-value strong {
        font-size: 25px;
    }
}
