.contact-details a {
    color: unset;
}

.contact-details a:hover {
    color: #CC2121;
}

.ckeditor-content {
    font-size: 16px;
    line-height: 1.7;
    color: #2d2d2d;
    word-wrap: break-word;
}

/* Headings */
.ckeditor-content h1,
.ckeditor-content h2,
.ckeditor-content h3,
.ckeditor-content h4,
.ckeditor-content h5,
.ckeditor-content h6 {
    font-weight: 600;
    line-height: 1.3;
    color: #1a1a1a;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
}

.ckeditor-content h1 {
    font-size: 2em;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 0.3em;
}

.ckeditor-content h2 {
    font-size: 1.6em;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0.25em;
}

.ckeditor-content h3 {
    font-size: 1.35em;
}

.ckeditor-content h4 {
    font-size: 1.15em;
}

.ckeditor-content h5 {
    font-size: 1em;
}

.ckeditor-content h6 {
    font-size: 0.9em;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* First heading shouldn't have huge top margin */
.ckeditor-content> :first-child {
    margin-top: 0;
}

/* Paragraphs */
.ckeditor-content p {
    margin: 0 0 1em 0;
}

/* Lists */
.ckeditor-content ul,
.ckeditor-content ol {
    margin: 0 0 1em 0;
    padding-left: 1.75em;
}

.ckeditor-content ul {
    list-style-type: disc;
}

.ckeditor-content ul ul {
    list-style-type: circle;
    margin-bottom: 0;
}

.ckeditor-content ul ul ul {
    list-style-type: square;
}

.ckeditor-content ol {
    list-style-type: decimal;
}

.ckeditor-content ol ol {
    list-style-type: lower-alpha;
    margin-bottom: 0;
}

.ckeditor-content li {
    margin-bottom: 0.35em;
}

.ckeditor-content li>ul,
.ckeditor-content li>ol {
    margin-top: 0.35em;
}

/* Links */
.ckeditor-content a {
    color: #2563eb;
    text-decoration: underline;
    text-decoration-color: rgba(37, 99, 235, 0.4);
}

.ckeditor-content a:hover {
    color: #1d4ed8;
    text-decoration-color: currentColor;
}

/* Emphasis */
.ckeditor-content strong,
.ckeditor-content b {
    font-weight: 700;
}

.ckeditor-content em,
.ckeditor-content i {
    font-style: italic;
}

/* Blockquote */
.ckeditor-content blockquote {
    margin: 1em 0;
    padding: 0.5em 1.2em;
    border-left: 4px solid #d1d5db;
    color: #555;
    background: #f9fafb;
    font-style: italic;
}

.ckeditor-content blockquote p:last-child {
    margin-bottom: 0;
}

/* Code */
.ckeditor-content code {
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 0.9em;
    background: #f1f1f1;
    padding: 0.15em 0.4em;
    border-radius: 3px;
    color: #c7254e;
}

.ckeditor-content pre {
    background: #1e1e1e;
    color: #eaeaea;
    padding: 1em 1.25em;
    border-radius: 6px;
    overflow-x: auto;
    margin: 1em 0;
}

.ckeditor-content pre code {
    background: none;
    color: inherit;
    padding: 0;
    font-size: 0.85em;
}

/* Tables */
.ckeditor-content table {
    border-collapse: collapse;
    width: 100%;
    margin: 1em 0;
}

.ckeditor-content table td,
.ckeditor-content table th {
    border: 1px solid #ddd;
    padding: 0.5em 0.75em;
    text-align: left;
}

.ckeditor-content table th {
    background: #f5f5f5;
    font-weight: 600;
}

/* Images */
.ckeditor-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 0.5em 0;
}

.ckeditor-content figure {
    margin: 1em 0;
    text-align: center;
}

.ckeditor-content figcaption {
    font-size: 0.875em;
    color: #666;
    margin-top: 0.4em;
}

/* Horizontal rule */
.ckeditor-content hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 2em 0;
}

/* Last element shouldn't leave trailing margin */
.ckeditor-content> :last-child {
    margin-bottom: 0;
}

.ckeditor-content ul,
.ckeditor-content li {
    list-style: unset;
}

.tf-table-page-cart {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.tf-table-page-cart thead th {
    padding: 22px 12px;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    color: #111;
    border-bottom: 1px solid #e5e5e5;
}

.tf-table-page-cart tbody td {
    padding: 35px 12px;
    vertical-align: middle;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    color: #222;
}

.tf-cart-item_product img {
    max-width: 290px;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}


.tf-cart-item_price div,
.tf-cart-item_quantity div {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    color: #222;
}

.tf-cart-item_price svg,
.tf-cart-item_quantity svg {
    cursor: pointer;
    transition: .25s;
    color: #555;
    flex-shrink: 0;
}

.tf-cart-item_price svg:hover,
.tf-cart-item_quantity svg:hover {
    color: #000;
    transform: scale(1.1);
}

/* Kolon genişlikleri */
.tf-table-page-cart th:nth-child(1),
.tf-table-page-cart td:nth-child(1) {
    width: 38%;
}

.tf-table-page-cart th:nth-child(2),
.tf-table-page-cart td:nth-child(2) {
    width: 22%;
}

.tf-table-page-cart th:nth-child(3),
.tf-table-page-cart td:nth-child(3) {
    width: 28%;
}

.tf-table-page-cart th:nth-child(4),
.tf-table-page-cart td:nth-child(4) {
    width: 12%;
}

@media (max-width:768px) {

    .tf-table-page-cart thead {
        display: none;
    }

    .tf-table-page-cart,
    .tf-table-page-cart tbody,
    .tf-table-page-cart tr,
    .tf-table-page-cart td {
        display: block;
        width: 100%;
    }

    .tf-table-page-cart tr {
        border: 1px solid #e5e5e5;
        border-radius: 10px;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .tf-table-page-cart td {
        padding: 15px;
        text-align: center !important;
        border-bottom: 1px solid #eee;
    }

    .tf-table-page-cart td:last-child {
        border-bottom: none;
    }

    .tf-cart-item_product img {
        max-width: 220px;
        margin: auto;
    }
}

.price-discount {
    padding: 2px 10px;
    background-color: red;
    border-radius: 999px;
    color: #ffffff;
    letter-spacing: 0.1em;
    margin-left: 1rem;
}

:root {
    --navy: #31304D;
    --navy-soft: #5b5a78;
    --gold: #FBBA00;
    --gold-soft: #fff4d6;
    --line: #e3e1f0;
    --bg: #f7f7fb;
}

.select-address {
    width: 100%;
    border-radius: 16px;
}

.steps {
    display: flex;
    gap: 6px;
    margin-bottom: 22px;
}

.steps .dot {
    flex: 1;
    height: 4px;
    border-radius: 2px;
    background: var(--line);
    transition: background .35s ease;
}

.steps .dot.done {
    background: var(--gold);
}

.steps .dot.active {
    background: var(--navy);
}

.mb-2 {
    margin-bottom: 16px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-6px);
    transition: max-height .4s ease, opacity .35s ease, transform .35s ease, margin .4s ease;
}

.mb-2.show {
    max-height: 140px;
    opacity: 1;
    transform: none;
}

.field-label {
    display: block;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .02em;
    color: var(--navy-soft);
    margin: 0 0 6px 2px;
    text-transform: uppercase;
}

.select-wrap {
    position: relative;
}

select.text-title {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    background: #fff;
    border: 1.5px solid var(--line);
    color: var(--navy);
    font-size: 15px;
    font-weight: 500;
    padding: 6px 40px 6px 14px;
    border-radius: 10px;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease;
}

select.text-title:hover {
    border-color: var(--navy-soft);
}

select.text-title:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 4px var(--gold-soft);
}

select.text-title:disabled {
    background: #f4f4f8;
    color: #a8a7ba;
    cursor: not-allowed;
}

.select-wrap::after {
    content: "";
    position: absolute;
    right: 2rem;
    top: 50%;
    width: 9px;
    height: 9px;
    border-right: 2px solid var(--navy-soft);
    border-bottom: 2px solid var(--navy-soft);
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
}

.done-check {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    color: var(--navy-soft);
    margin-top: 6px;
    opacity: 0;
    transition: opacity .3s ease .1s;
}

.mb-2.locked .done-check {
    opacity: 1;
}

.done-check svg {
    flex: 0 0 auto;
}


/* ==================================================
   POPÜLER KATEGORİLER
================================================== */

.flower-category-section {
    position: relative;
    z-index: 1;
    isolation: isolate;
    overflow: hidden;
    padding: 90px 0;
}

.flower-category-section .container {
    position: relative;
    z-index: 3;
}

/* Dekoratif çiçekler */

.flower-decoration {
    position: absolute;
    z-index: 1;
    width: clamp(190px, 20vw, 330px);
    height: auto;
    opacity: 0.7;
    pointer-events: none;
    user-select: none;
    will-change: transform;
}

.flower-decoration-left {
    bottom: 0px;
    left: -25px;
    animation: flowerFloatLeft 7s ease-in-out infinite;
}

.flower-decoration-right {
    right: -25px;
    top: -10px;
    animation: flowerFloatRight 8s ease-in-out infinite;
}


/* Başlık alanı */

.flower-category-title {
    max-width: 650px;
    margin: 0 auto 42px;
}

.flower-category-kicker {
    display: inline-block;
    margin-bottom: 9px;
    color: #CC2121;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.flower-category-title h2 {
    margin-bottom: 12px;
    color: #2f2529;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.2;
    font-weight: 700;
}

.flower-category-title p {
    max-width: 560px;
    margin: 0 auto;
    color: #766a6f;
    font-size: 15px;
    line-height: 1.7;
}

.flower-title-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 17px;
}

.flower-title-decoration span {
    display: block;
    width: 42px;
    height: 1px;
    background: #e7a9bb;
}

.flower-title-decoration i {
    color: #CC2121;
    font-size: 16px;
    line-height: 1;
    font-style: normal;
}


/* Kategori kartı */

.flower-category-card {
    position: relative;
    height: 100%;
    padding: 10px 10px 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(222, 190, 201, 0.55);
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(82, 46, 60, 0.07);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.flower-category-card::before {
    position: absolute;
    top: -55px;
    right: -55px;
    width: 110px;
    height: 110px;
    content: "";
    background: rgba(243, 185, 205, 0.13);
    border-radius: 50%;
    transition: transform 0.4s ease;
}

.flower-category-card:hover {
    border-color: rgba(217, 79, 122, 0.28);
    box-shadow: 0 18px 40px rgba(82, 46, 60, 0.13);
    transform: translateY(-7px);
}

.flower-category-card:hover::before {
    transform: scale(1.3);
}


/* Kategori görseli */

.flower-category-image {
    position: relative;
    z-index: 1;
    margin: 0;
    overflow: hidden;
    background: #f7f2f4;
    border-radius: 14px;
    aspect-ratio: 1 / 1;
}

.flower-category-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.flower-category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform 0.65s ease,
        filter 0.45s ease;
}

.flower-category-card:hover .flower-category-image img {
    transform: scale(1.07);
}


/* Kart metinleri */

.flower-category-caption {
    position: relative;
    z-index: 2;
    padding: 17px 8px 0;
    text-align: center;
}

.flower-category-caption .product-name {
    margin: 0 0 8px;
}

.flower-category-caption .product-name a {
    color: #342a2e;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    transition: color 0.3s ease;
}

.flower-category-caption .product-name a:hover {
    color: #d94f7a;
}

.flower-category-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #a54867;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.2px;
    transition:
        color 0.3s ease,
        gap 0.3s ease;
}

.flower-category-link span {
    font-size: 15px;
    transition: transform 0.3s ease;
}

.flower-category-link:hover {
    gap: 10px;
    color: #d94f7a;
}

.flower-category-link:hover span {
    transform: translateX(2px);
}


/* Slick okları */

.flower-category-carousel .slick-arrow {
    width: 42px;
    height: 42px;
    background: #ffffff;
    border: 1px solid #f0dce3;
    border-radius: 50%;
    box-shadow: 0 7px 20px rgba(82, 46, 60, 0.1);
}

.flower-category-carousel .slick-arrow:hover {
    color: #ffffff;
    background: #d94f7a;
    border-color: #d94f7a;
}


/* Çiçek hareketleri */

@keyframes flowerFloatLeft {

    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    50% {
        transform: translate3d(13px, -12px, 0) rotate(2deg);
    }
}

@keyframes flowerFloatRight {

    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    50% {
        transform: translate3d(-12px, 11px, 0) rotate(-2deg);
    }
}


/* Tablet */
@media only screen and (max-width: 1199px) {
    .flower-decoration {
        width: 230px;
        opacity: 0.35;
    }

    .flower-decoration-left {
        left: -100px;
    }

    .flower-decoration-right {
        right: -100px;
    }
}

/* Mobil */
@media only screen and (max-width: 767px) {
    .flower-category-section {
        padding: 65px 0;
    }

    .flower-category-title {
        margin-bottom: 30px;
    }

    .flower-category-title p {
        padding: 0 15px;
        font-size: 14px;
    }

    .flower-decoration {
        display: none;
    }

    .flower-category-card {
        border-radius: 16px;
    }

    .flower-category-image {
        border-radius: 11px;
    }
}


/* Hareket azaltma tercihi */
@media (prefers-reduced-motion: reduce) {
    .flower-decoration {
        animation: none;
    }

    .flower-category-card,
    .flower-category-image img,
    .flower-category-link {
        transition: none;
    }
}

#wabutton a {
    cursor: pointer;
    height: 62px;
    width: auto;
    padding: 10px 10px 10px 10px;
    position: fixed !important;
    z-index: 999 !important;
    color: #fff;
    bottom: 20px;
    right: unset;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
    background-color: #00E785;
    box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.4);
    border-radius: 100px;
    animation: pulse 2.5s ease infinite;
    left: 20px;
}

#callbutton a {
    cursor: pointer;
    height: 62px;
    width: auto;
    padding: 10px;
    position: fixed !important;
    z-index: 999 !important;
    color: #fff;
    bottom: 95px;
    right: unset;
    left: 20px;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
    background-color: #7f477a;
    box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.4);
    border-radius: 100px;
    animation: pulse 2.5s ease infinite;
}

.hero-slider-item_3.bg-img {
    position: relative;
}

.hero-slider-item_3.bg-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.55) 100%);
    z-index: 1;
    pointer-events: none;
}

.hero-slider-item_3.bg-img .container {
    position: relative;
    z-index: 2;
}