:root {
    --cw-black: #000;
    --cw-ink: #242424;
    --cw-muted: #777;
    --cw-white: #fff;
    --cw-soft: #f7f7f7;
    --cw-line: #ececec;
    --cw-sage: #9ccbab;
    --cw-rose: #d17172;
    --cw-gold: #c2a66d;
}

.cicekweb-home-page {
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    background: var(--cw-white);
    color: var(--cw-ink);
    font-family: "Lato", sans-serif !important;
}

.cicekweb-home-page .main-body,
.cicekweb-home-page .main-body-2 {
    background: var(--cw-white);
}

/* Header: white upper area and the original black category navigation. */
.cicekweb-home-page .header-main-div {
    background: var(--cw-white) !important;
    border-bottom: 0 !important;
    color: var(--cw-ink);
    font-family: "Lato", sans-serif !important;
    box-shadow: none !important;
}

.cicekweb-home-page .topheader-desktop-main-div {
    min-height: 42px;
    border-bottom: 1px solid var(--cw-line) !important;
    background: var(--cw-white) !important;
}

.cicekweb-home-page .topheader-html-main,
.cicekweb-home-page .topheader-html-main-in {
    border-color: var(--cw-line) !important;
    background: var(--cw-white) !important;
    color: var(--cw-black) !important;
}

.cicekweb-home-page .topheader-desktop-main-div,
.cicekweb-home-page .topheader-desktop-main-div a {
    color: #333 !important;
}

.cicekweb-home-page .topheader-desktop-main-div a:hover {
    color: var(--cw-rose) !important;
}

.cicekweb-home-page .header-desktop-main-div {
    background: var(--cw-white) !important;
}

.cicekweb-home-page .header-desktop-main-div-in {
    min-height: 111px !important;
}

.cicekweb-home-page .header-desktop-logo-div img {
    max-width: 326px !important;
    max-height: 76px !important;
}

.cicekweb-home-page .header-desktop-search1 form {
    min-height: 44px;
    overflow: hidden;
    border: 1px solid #dedede !important;
    border-radius: 25px !important;
    background: var(--cw-white) !important;
    box-shadow: none !important;
}

.cicekweb-home-page .header-desktop-search1 form input {
    padding-left: 18px !important;
    color: #333 !important;
    background: transparent !important;
    font-family: "Lato", sans-serif;
}

.cicekweb-home-page .header-desktop-search1 form button {
    width: 56px !important;
    border-radius: 0 !important;
    color: var(--cw-white) !important;
    background: var(--cw-black) !important;
}

.cicekweb-home-page .header-desktop-navbutton-box a,
.cicekweb-home-page .header-desktop-call-t-2 a {
    color: var(--cw-black) !important;
}

.cicekweb-home-page .header-desktop-navbutton-box i,
.cicekweb-home-page .header-desktop-navbutton-box svg,
.cicekweb-home-page .header-desktop-call-i {
    color: var(--cw-black) !important;
}

.cicekweb-home-page .top-level-menu-main-div {
    min-height: 48px;
    height: 48px;
    border: 0 !important;
    background: var(--cw-black) !important;
}

.cicekweb-home-page .top-level-menu {
    justify-content: space-around;
}

.cicekweb-home-page .top-level-menu > li > a {
    min-height: 48px !important;
    height: 48px !important;
    padding: 0 60px 0 0 !important;
    justify-content: flex-start !important;
    color: var(--cw-white) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: .01em;
    text-transform: uppercase;
}

.cicekweb-home-page .top-level-menu,
.cicekweb-home-page .top-level-menu > li,
.cicekweb-home-page .top-level-menu > li > a > span {
    min-height: 48px !important;
    height: 48px !important;
}

.cicekweb-home-page .top-level-menu > li > a span,
.cicekweb-home-page .top-level-menu > li > a i {
    color: var(--cw-white) !important;
}

.cicekweb-home-page .top-level-menu > li:hover > a {
    color: var(--cw-black) !important;
    background: #f4f4f4 !important;
}

.cicekweb-home-page .top-level-menu > li:hover > a span,
.cicekweb-home-page .top-level-menu > li:hover > a i {
    color: var(--cw-black) !important;
}

.cicekweb-home-page .cicekweb-delivery-strip {
    display: none !important;
    min-height: 147px;
    padding: 25px 0 36px;
    border: 0;
    background: var(--cw-white);
}

.cicekweb-home-page .cicekweb-delivery-strip-in {
    width: calc(100% - 90px);
    max-width: 1700px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(390px, 2.15fr) repeat(3, minmax(220px, 1fr));
    align-items: start;
    gap: 16px;
}

.cicekweb-home-page .cicekweb-location-card,
.cicekweb-home-page .cicekweb-benefit-card {
    position: relative;
    display: flex;
    align-items: center;
    color: #111;
    text-decoration: none;
}

.cicekweb-home-page .cicekweb-location-card {
    min-height: 65px;
    padding: 7px 18px 7px 9px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 8px 23px rgba(0, 0, 0, .055);
    gap: 15px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.cicekweb-home-page .cicekweb-location-card:hover {
    border-color: rgba(0, 0, 0, .2);
    color: #111;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .08);
    transform: translateY(-1px);
}

.cicekweb-home-page .cicekweb-location-badge {
    position: absolute;
    top: -16px;
    left: 24px;
    padding: 4px 10px;
    border-radius: 7px;
    background: #f03c3f;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.cicekweb-home-page .cicekweb-delivery-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 50%;
    background: rgba(255, 255, 255, .7);
    font-size: 19px;
}

.cicekweb-home-page .cicekweb-location-card .cicekweb-delivery-icon {
    background: rgba(0, 0, 0, .055);
    color: #111;
}

.cicekweb-home-page .cicekweb-location-text {
    overflow: hidden;
    color: #111;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cicekweb-home-page .cicekweb-benefit-card {
    min-height: 85px;
    padding: 13px 17px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 20px;
    gap: 15px;
    box-shadow: 0 10px 27px rgba(0, 0, 0, .045);
}

.cicekweb-home-page .cicekweb-benefit-copy {
    min-width: 0;
    display: block;
}

.cicekweb-home-page .cicekweb-benefit-copy strong,
.cicekweb-home-page .cicekweb-benefit-copy small {
    display: block;
}

.cicekweb-home-page .cicekweb-benefit-copy strong {
    color: #111;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.cicekweb-home-page .cicekweb-benefit-copy small {
    margin-top: 3px;
    color: rgba(0, 0, 0, .62);
    font-size: 14px;
    line-height: 1.25;
}

.cicekweb-home-page .cicekweb-benefit-card-pink {
    border-color: rgba(255, 92, 146, .25);
    background: linear-gradient(135deg, rgba(255, 92, 146, .14), rgba(255, 255, 255, .94));
}

.cicekweb-home-page .cicekweb-benefit-card-pink .cicekweb-delivery-icon {
    color: rgba(255, 92, 146, .95);
}

.cicekweb-home-page .cicekweb-benefit-card-green {
    border-color: rgba(46, 160, 67, .22);
    background: linear-gradient(135deg, rgba(46, 160, 67, .14), rgba(255, 255, 255, .94));
}

.cicekweb-home-page .cicekweb-benefit-card-green .cicekweb-delivery-icon {
    color: rgba(46, 160, 67, .94);
}

.cicekweb-home-page .cicekweb-benefit-card-gold {
    border-color: rgba(212, 175, 55, .3);
    background: linear-gradient(135deg, rgba(212, 175, 55, .14), rgba(255, 255, 255, .94));
}

.cicekweb-home-page .cicekweb-benefit-card-gold .cicekweb-delivery-icon {
    color: rgba(212, 175, 55, .96);
}

/* Homepage layout remains module driven; only its presentation changes. */
.cicekweb-home-page .florist-home {
    position: relative;
    padding: 0 0 22px !important;
    background: var(--cw-white) !important;
}

.cicekweb-home-page .florist-home + .florist-home {
    padding-top: 0 !important;
}

.cicekweb-home-page .florist-home:has(.florist-home-category-strip):not(:has(.florist-home-banners)):not(:has(.florist-home-products)) {
    display: none !important;
}

.cicekweb-home-page .florist-home-inner {
    display: flex !important;
    flex-direction: column !important;
    width: min(100% - 30px, 1320px) !important;
    max-width: 1320px !important;
    padding: 0 !important;
}

/* Category circles use the sage outline from the old homepage. */
.cicekweb-home-page .florist-home-category-strip {
    order: 3 !important;
    display: block !important;
    position: relative;
    z-index: 2;
    margin: 10px 0 24px !important;
    padding: 4px 0 14px !important;
    border: 0 !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .86) 0, rgba(255, 255, 255, .96) 42%, #fff 100%),
        radial-gradient(circle at 16% 12%, rgba(255, 142, 174, .12), transparent 28%),
        radial-gradient(circle at 86% 0%, rgba(212, 175, 55, .12), transparent 24%) !important;
    overflow: hidden !important;
    animation: cwCategoryIn .45s ease both;
}

.cicekweb-home-page .florist-home-category-list {
    gap: 22px !important;
    padding: 0 42px 7px !important;
    scroll-behavior: smooth;
    cursor: grab;
    user-select: none;
    -webkit-overflow-scrolling: touch;
}

.cicekweb-home-page .florist-home-category-list.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.cicekweb-home-page .florist-home-category {
    position: relative;
    flex-basis: 112px !important;
    color: #333 !important;
}

.cicekweb-home-page .florist-home-category:hover,
.cicekweb-home-page .florist-home-category.is-active {
    color: var(--cw-black) !important;
    transform: translateY(-4px);
}

.cicekweb-home-page .florist-home-category-img {
    position: relative;
    width: 104px !important;
    height: 104px !important;
    padding: 7px !important;
    border-radius: 50% !important;
    background: var(--cw-white) !important;
  
    z-index: 1;
}

.cicekweb-home-page .florist-home-category:hover .florist-home-category-img,
.cicekweb-home-page .florist-home-category.is-active .florist-home-category-img {
    transform: scale(1.04);
   
}

.cicekweb-home-page .florist-home-category-img img {
    border-radius: 50% !important;
    transition: transform .35s ease, filter .35s ease;
}

.cicekweb-home-page .florist-home-category:hover .florist-home-category-img img,
.cicekweb-home-page .florist-home-category.is-active .florist-home-category-img img {
    filter: saturate(1.08);
    transform: scale(1.08) rotate(-1deg);
}

.cicekweb-home-page .florist-home-category-title {
    margin-top: 3px;
    font-family: "Lato", sans-serif;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.3;
}

.cicekweb-home-page .florist-home-nav {
    width: 30px !important;
    height: 54px !important;
    border: 1px solid #e4e4e4 !important;
    border-radius: 16px !important;
    background: var(--cw-white) !important;
    color: #777 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .06) !important;
    cursor: pointer;
    transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.cicekweb-home-page .florist-home-nav:hover {
    color: var(--cw-white) !important;
    background: var(--cw-black) !important;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .18) !important;
    transform: translateY(-50%) scale(1.04);
}

@keyframes cwCategoryIn {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Banners stay dynamic but lose the replacement theme's card treatment. */
.cicekweb-home-page .florist-home-banners {
    order: 2 !important;
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    gap: 0 !important;
    margin-bottom: 0 !important;
    background: #fff !important;
}

.cicekweb-home-page .florist-home-products-head {
    order: 4 !important;
}

.cicekweb-home-page .florist-home-products {
    order: 5 !important;
}

.cicekweb-home-page .florist-home-banner {
    min-height: 300px;
    overflow: hidden;
    border: 1px solid #f0f0f0 !important;
    border-radius: 0 !important;
    background: #fbf8f7 !important;
    color: var(--cw-black) !important;
    box-shadow: none !important;
}

.cicekweb-home-page .florist-home-banner:after {
    background: linear-gradient(90deg, rgba(255, 255, 255, .32), transparent 58%) !important;
}

.cicekweb-home-page .florist-home-banner:hover {
    transform: none !important;
    box-shadow: 0 8px 26px rgba(0, 0, 0, .08) !important;
}

.cicekweb-home-page .florist-home-banner-img {
    min-height: 250px;
}

.cicekweb-home-page .florist-home-banner-img img {
    max-height: 285px;
    filter: none !important;
}

.cicekweb-home-page .florist-home-banner-image-only {
    min-height: 0 !important;
    border: 0 !important;
}

.cicekweb-home-page .florist-home-banner-image-only > img {
    display: block;
    width: 100%;
    height: auto;
}

.cicekweb-home-page .florist-home-banner-text {
    padding: 56px 15px 18px;
    color: inherit;
    font-family: "Lato", sans-serif;
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 700;
    letter-spacing: -.02em;
}

.cicekweb-home-page .florist-home-banner-spot {
    margin-top: 12px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.cicekweb-home-page .florist-home-badge {
    border-radius: 2px !important;
    background: var(--cw-rose) !important;
    color: var(--cw-white) !important;
    font-size: 11px !important;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.cicekweb-home-page .florist-home-banner-button {
    border: 1px solid var(--cw-black);
    border-radius: 0 !important;
    background: var(--cw-black) !important;
    color: var(--cw-white) !important;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
}

/* Old site's black same-day / freshness / visual approval strip. */
.cicekweb-home-page .ticaret-kutulari-main-div {
    display: none !important;
}

.cicekweb-home-page .ticaret-kutulari-inside {
    width: min(100% - 30px, 1320px);
    margin: 0 auto;
    padding: 18px 0;
    background: var(--cw-black) !important;
}

.cicekweb-home-page .ticaret-kutu-box {
    border-color: rgba(255, 255, 255, .2) !important;
}

.cicekweb-home-page .ticaret-kutu-box-i,
.cicekweb-home-page .ticaret-kutu-box-text-h,
.cicekweb-home-page .ticaret-kutu-box-text-s {
    color: var(--cw-white) !important;
}

.cicekweb-home-page .ticaret-kutu-box-i {
    color: var(--cw-white) !important;
}

.cicekweb-home-page .ticaret-kutu-box-text-h {
    font-size: 14px !important;
    font-weight: 700 !important;
}

.cicekweb-home-page .ticaret-kutu-box-text-s {
    color: #d1d1d1 !important;
    font-size: 12px !important;
}

/* Product section mirrors the old centered heading and wide four-column grid. */
.cicekweb-home-page .florist-home:has(.florist-home-products) .florist-home-inner {
    width: min(100% - 90px, 1680px) !important;
    max-width: 1680px !important;
}

.cicekweb-home-page .florist-home-products-head {
    position: relative;
    display: block !important;
    margin: 24px 0 26px !important;
    padding: 0 0 6px !important;
    border: 0 !important;
    text-align: center;
}

.cicekweb-home-page .florist-home-products-head h2 {
    margin: 0;
    color: var(--cw-black) !important;
    font-family: "Abril Fatface", Georgia, serif;
    font-size: clamp(56px, 4.8vw, 78px) !important;
    font-weight: 400 !important;
    line-height: .96;
    letter-spacing: -.025em;
}

.cicekweb-home-page .florist-home-products-head p {
    margin: 16px 0 0;
    color: var(--cw-black);
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.cicekweb-home-page .florist-home-products-head > a {
    display: inline-block;
    margin-top: 16px;
    padding: 8px 18px;
    border: 1px solid var(--cw-black);
    border-radius: 0;
    color: var(--cw-white) !important;
    background: var(--cw-black);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-decoration: none;
    text-transform: uppercase;
}

.cicekweb-home-page .florist-home-products-head > a:hover {
    color: var(--cw-black) !important;
    background: var(--cw-white);
}

.cicekweb-home-page .florist-home-products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 36px 30px !important;
}

.cicekweb-home-page .florist-product-card {
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.cicekweb-home-page .florist-product-card:hover {
    transform: none !important;
    box-shadow: none !important;
}

.cicekweb-home-page .florist-product-card-img {
    width: 100%;
    height: auto !important;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border: 0 !important;
    border-radius: 10px !important;
    background: var(--cw-soft) !important;
    box-shadow: none !important;
}

.cicekweb-home-page .florist-product-card-img:after {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(0, 0, 0, .04);
    border-radius: inherit;
    content: "";
    pointer-events: none;
}

.cicekweb-home-page .florist-product-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center 44%;
    transition: transform .25s ease;
}

.cicekweb-home-page .florist-product-card:hover .florist-product-card-img img {
    transform: scale(1.035);
}

.cicekweb-home-page .florist-product-card-body {
    align-items: flex-start !important;
    padding: 14px 0 0 !important;
    text-align: left !important;
}

.cicekweb-home-page .florist-product-card-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 34px;
    margin-bottom: 8px;
    white-space: nowrap;
}

.cicekweb-home-page .florist-product-delivery-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 13px;
    border-radius: 999px;
    color: #8a6a35;
    background: #eafff1;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
}

.cicekweb-home-page .florist-product-delivery-badge i {
    color: #8a6a35;
    font-size: 14px;
}

.cicekweb-home-page .florist-product-card-meta .florist-product-code {
    display: inline-block !important;
    margin-top: 0 !important;
    color: #8894aa !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

.cicekweb-home-page .florist-product-card-title {
    min-height: 0;
    margin-top: 0;
    color: #111 !important;
    font-family: "Lato", sans-serif;
    font-size: 19px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    text-transform: none !important;
}

.cicekweb-home-page .florist-product-card-title:hover {
    color: #8f4354 !important;
}

.cicekweb-home-page .florist-product-card-stars {
    display: none !important;
}

.cicekweb-home-page .florist-product-card-price {
    margin-top: 8px !important;
    color: var(--cw-black) !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
}

.cicekweb-home-page .florist-product-card-old {
    color: #aaa !important;
    font-size: 13px !important;
    font-weight: 400;
}

.cicekweb-home-page .florist-product-card-vat {
    color: #969696 !important;
    font-size: 11px !important;
}

.cicekweb-home-page .florist-product-card-actions {
    right: 13px !important;
    top: 13px !important;
}

.cicekweb-home-page .florist-product-card-actions a,
.cicekweb-home-page .florist-product-card-actions button {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #ece8e1 !important;
    border-radius: 10px !important;
    color: #d0d0d0 !important;
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 7px 18px rgba(0, 0, 0, .08) !important;
}

.cicekweb-home-page .florist-product-card-actions a:hover,
.cicekweb-home-page .florist-product-card-actions button:hover {
    color: var(--cw-white) !important;
    background: var(--cw-black) !important;
}

.cicekweb-home-page .florist-product-card-ribbon {
    top: 10px !important;
    left: 10px !important;
    border: 0 !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    font-size: 11px !important;
}

/* Light grey footer follows the old site's restrained footer palette. */
.cicekweb-home-page .footer-module-main-div {
    border-top: 1px solid #e0e0e0 !important;
    background: #eaeaea !important;
}

.cicekweb-home-page .footer-module-main-div,
.cicekweb-home-page .footer-module-main-div a,
.cicekweb-home-page .footer-module-header-text,
.cicekweb-home-page .footer-module-box-telif {
    color: #3b454d !important;
}

.cicekweb-home-page .footer-module-main-div a:hover {
    color: var(--cw-black) !important;
}

@media (max-width: 1180px) {
    .cicekweb-home-page .florist-home-products {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 1024px) {
    .cicekweb-home-page .cicekweb-delivery-strip {
        display: none;
    }

    .cicekweb-home-page .header-desktop-main-div-in {
        min-height: 98px !important;
    }

    .cicekweb-home-page .florist-home {
        padding: 16px 0 20px !important;
    }

    .cicekweb-home-page .florist-home-inner {
        width: min(100% - 24px, 1320px) !important;
    }

    .cicekweb-home-page .florist-home-banners {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .cicekweb-home-page .ticaret-kutulari-inside {
        width: calc(100% - 24px);
    }
}

@media (max-width: 767px) {
    .cicekweb-home-page .topheader-html-main,
    .cicekweb-home-page .topheader-html-main-in {
        min-height: 42px !important;
    }

    .cicekweb-home-page .topheader-html-main-in {
        padding: 8px 42px 8px 12px !important;
        color: #333 !important;
        background: var(--cw-white) !important;
        font-size: 12px !important;
        line-height: 1.3 !important;
    }

    .cicekweb-home-page .topheader-html-main-in p,
    .cicekweb-home-page .topheader-html-main-in strong {
        margin: 0 !important;
        font-size: 12px !important;
        line-height: 1.3 !important;
    }

    .cicekweb-home-page .topheader-html-close {
        top: 50% !important;
        right: 12px !important;
        transform: translateY(-50%);
        color: var(--cw-black) !important;
    }

    .cicekweb-home-page .florist-home {
        padding: 12px 0 18px !important;
    }

    .cicekweb-home-page .florist-home-category-strip {
        margin-top: 8px !important;
        margin-bottom: 14px !important;
        padding: 2px 4px 10px !important;
    }

    .cicekweb-home-page .florist-home-category-list {
        gap: 14px !important;
        padding: 0 24px 6px !important;
    }

    .cicekweb-home-page .florist-home-category {
        flex-basis: 86px !important;
    }

    .cicekweb-home-page .florist-home-category-img {
        width: 78px !important;
        height: 78px !important;
        padding: 5px !important;
        border-width: 4px !important;
    }

    .cicekweb-home-page .florist-home-category-title {
        font-size: 12px !important;
    }

    .cicekweb-home-page .florist-home-nav {
        width: 26px !important;
        height: 46px !important;
    }

    .cicekweb-home-page .florist-home-banners {
        gap: 10px !important;
    }

    .cicekweb-home-page .florist-home-banner {
        min-height: 190px;
        padding: 12px;
    }

    .cicekweb-home-page .florist-home-banner-text {
        padding: 42px 4px 6px;
        font-size: 23px;
    }

    .cicekweb-home-page .florist-home-banner-button {
        margin-top: 13px;
        padding: 8px 11px;
        font-size: 10px;
    }

    .cicekweb-home-page .florist-home-banner-img {
        min-height: 145px;
    }

    .cicekweb-home-page .florist-home-banner-img img {
        max-height: 165px;
    }

    .cicekweb-home-page .ticaret-kutulari-main-div {
        margin-bottom: 34px !important;
    }

    .cicekweb-home-page .ticaret-kutulari-inside {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .cicekweb-home-page .ticaret-kutulari-inside::-webkit-scrollbar {
        display: none;
    }

    .cicekweb-home-page .florist-home-products-head {
        margin-bottom: 24px !important;
    }

    .cicekweb-home-page .florist-home-products-head h2 {
        font-size: 42px !important;
    }

    .cicekweb-home-page .florist-home-products-head p {
        font-size: 13px;
    }

    .cicekweb-home-page .florist-home-products-head > a {
        margin-top: 14px;
        padding: 7px 13px;
        font-size: 10px;
    }

    .cicekweb-home-page .florist-home-products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 22px 10px !important;
    }

    .cicekweb-home-page .florist-home:has(.florist-home-products) .florist-home-inner {
        width: min(100% - 22px, 1680px) !important;
    }

    .cicekweb-home-page .florist-product-card-meta {
        gap: 6px;
        min-height: 28px;
        margin-bottom: 7px;
    }

    .cicekweb-home-page .florist-product-delivery-badge {
        padding: 6px 8px;
        font-size: 11px;
    }

    .cicekweb-home-page .florist-product-card-meta .florist-product-code {
        max-width: 82px;
        font-size: 10px !important;
    }

    .cicekweb-home-page .florist-product-card-title {
        font-size: 14px !important;
    }

    .cicekweb-home-page .florist-product-card-price {
        font-size: 17px !important;
    }

    .cicekweb-home-page .florist-product-card-img {
        border-radius: 8px !important;
    }

    .cicekweb-home-page .florist-product-card-body {
        padding-top: 9px !important;
    }

    .cicekweb-home-page .florist-product-card-title {
        min-height: 38px;
        font-size: 13px !important;
    }

    .cicekweb-home-page .florist-product-card-price {
        font-size: 15px !important;
    }

    .cicekweb-home-page .florist-product-card-actions a,
    .cicekweb-home-page .florist-product-card-actions button {
        width: 32px !important;
        height: 32px !important;
    }
}

/* Override the legacy white hover text rule loaded by site_style.css. */
@media (min-width: 1025px) {
    body.cicekweb-home-page .header-main-div .top-level-menu > li:hover > a,
    body.cicekweb-home-page .header-main-div .top-level-menu > li:focus-within > a {
        background: #f5f9ff !important;
        color: #000 !important;
    }

    body.cicekweb-home-page .header-main-div .top-level-menu > li:hover > a span,
    body.cicekweb-home-page .header-main-div .top-level-menu > li:hover > a span *,
    body.cicekweb-home-page .header-main-div .top-level-menu > li:focus-within > a span,
    body.cicekweb-home-page .header-main-div .top-level-menu > li:focus-within > a span * {
        color: #000 !important;
        fill: #000 !important;
        stroke: #000 !important;
        text-shadow: none !important;
    }
}

/* Keep category circles clear, taller, and closer together. */
.cicekweb-home-page .florist-home-category-strip {
    margin-top: 34px !important;
    padding-top: 28px !important;
    padding-bottom: 24px !important;
    background: transparent !important;
    overflow: visible !important;
}

.cicekweb-home-page .florist-home-category-list {
    gap: 12px !important;
    padding-top: 6px !important;
    padding-bottom: 10px !important;
}

.cicekweb-home-page .florist-home-category {
    flex-basis: 98px !important;
}

.cicekweb-home-page .florist-home-category-img {

}

.cicekweb-home-page .florist-home-category:hover .florist-home-category-img,
.cicekweb-home-page .florist-home-category.is-active .florist-home-category-img {

}

@media (max-width: 1024px) {
    .cicekweb-home-page .florist-home-category-strip {
        margin-top: 24px !important;
        padding-top: 24px !important;
        padding-bottom: 18px !important;
        background: transparent !important;
    }

    .cicekweb-home-page .florist-home-category-list {
        gap: 10px !important;
    }
}

/* Final storefront polish: consistent navigation and requested product density. */
.cicekweb-home-page .header-main-div,
.cicekweb-home-page .header-main-div * {
    font-family: "Open Sans", Arial, sans-serif !important;
}

.cicekweb-home-page .topheader-desktop-main-div a,
.cicekweb-home-page .cicekweb-reference-topbar a,
.cicekweb-home-page .cicekweb-reference-language,
.cicekweb-home-page .header-desktop-navbutton-box a {
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.cicekweb-home-page .top-level-menu-main-div {
    min-height: 54px !important;
    height: 54px !important;
    background: #050505 !important;
}

.cicekweb-home-page .top-level-menu-main-div-in {
    width: min(100%, 1800px) !important;
    max-width: none !important;
    height: 54px !important;
    margin: 0 auto !important;
}

.cicekweb-home-page .top-level-menu {
    display: flex !important;
    align-items: stretch !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 54px !important;
    height: 54px !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
}

.cicekweb-home-page .top-level-menu > li {
    flex: 0 1 225px !important;
    min-width: 0 !important;
    min-height: 54px !important;
    height: 54px !important;
    margin: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, .08) !important;
}

.cicekweb-home-page .top-level-menu > li:first-child {
    border-left: 1px solid rgba(255, 255, 255, .08) !important;
}

.cicekweb-home-page .top-level-menu > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 54px !important;
    height: 54px !important;
    padding: 0 18px !important;
    border: 0 !important;
    color: #fff !important;
    background: transparent !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

.cicekweb-home-page .top-level-menu > li > a > span,
.cicekweb-home-page .top-level-menu > li > a > span p,
.cicekweb-home-page .top-level-menu > li > a span,
.cicekweb-home-page .top-level-menu > li > a i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    font: inherit !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
}

.cicekweb-home-page .top-level-menu > li:hover > a,
.cicekweb-home-page .top-level-menu > li:focus-within > a,
.cicekweb-home-page .top-level-menu > li.active > a {
    color: #111 !important;
    background: #f7f7f7 !important;
}

.cicekweb-home-page .top-level-menu-main-div .florist-category-mega,
.cicekweb-home-page .top-level-menu-main-div .dropdown-menu,
.cicekweb-home-page .top-level-menu-main-div .categories_mega_side {
    font-family: "Open Sans", Arial, sans-serif !important;
}

.cicekweb-home-page .top-level-menu-main-div .florist-category-mega a,
.cicekweb-home-page .top-level-menu-main-div .dropdown-menu a,
.cicekweb-home-page .top-level-menu-main-div .categories_mega_side a {
    color: #1f2933 !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.35 !important;
    text-transform: none !important;
}

.cicekweb-home-page .top-level-menu-main-div .florist-category-mega a:hover,
.cicekweb-home-page .top-level-menu-main-div .dropdown-menu a:hover,
.cicekweb-home-page .top-level-menu-main-div .categories_mega_side a:hover {
    color: #d84c7e !important;
}

.cicekweb-home-page .florist-home:has(.florist-home-products) .florist-home-inner {
    width: min(100% - 80px, 1780px) !important;
}

.cicekweb-home-page .florist-home-products {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 28px 18px !important;
}

.cicekweb-home-page .florist-product-card {
    min-width: 0 !important;
}

.cicekweb-home-page .florist-product-card-img {
    aspect-ratio: 1 / 1.12 !important;
}

.cicekweb-home-page .florist-product-card-title {
    min-height: 42px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
}

.cicekweb-home-page .florist-product-card-price {
    font-size: 17px !important;
}

@media (max-width: 1280px) and (min-width: 1025px) {
    .cicekweb-home-page .top-level-menu > li {
        flex-basis: 190px !important;
    }

    .cicekweb-home-page .top-level-menu > li > a {
        padding: 0 12px !important;
        font-size: 13px !important;
    }

    .cicekweb-home-page .florist-home-products {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 1024px) {
    .cicekweb-home-page .top-level-menu-main-div,
    .cicekweb-home-page .top-level-menu-main-div-in,
    .cicekweb-home-page .top-level-menu,
    .cicekweb-home-page .top-level-menu > li {
        min-height: auto !important;
        height: auto !important;
    }

    .cicekweb-home-page .top-level-menu {
        overflow-x: auto !important;
        justify-content: flex-start !important;
        -webkit-overflow-scrolling: touch;
    }

    .cicekweb-home-page .top-level-menu > li {
        flex: 0 0 auto !important;
    }

    .cicekweb-home-page .top-level-menu > li > a {
        min-height: 48px !important;
        height: 48px !important;
        padding: 0 16px !important;
        font-size: 13px !important;
    }

    .cicekweb-home-page .florist-home:has(.florist-home-products) .florist-home-inner {
        width: min(100% - 22px, 1780px) !important;
    }

    .cicekweb-home-page .florist-home-products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 22px 10px !important;
    }
}

html body.cicekweb-home-page .header-main-div .top-level-menu-main-div,
html body.cicekweb-home-page .header-main-div .top-level-menu-main-div-in,
html body.cicekweb-home-page .header-main-div .top-level-menu,
html body.cicekweb-home-page .header-main-div .top-level-menu > li {
    min-height: 54px !important;
    height: 54px !important;
}

html body.cicekweb-home-page .header-main-div .top-level-menu {
    display: flex !important;
    align-items: stretch !important;
    justify-content: center !important;
    width: 100% !important;
    gap: 0 !important;
}

html body.cicekweb-home-page .header-main-div .top-level-menu > li {
    flex: 0 1 225px !important;
    width: auto !important;
    margin: 0 !important;
}

html body.cicekweb-home-page .header-main-div .top-level-menu > li > a {
    width: 100% !important;
    min-height: 54px !important;
    height: 54px !important;
    padding: 0 18px !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

html body.cicekweb-home-page .header-main-div .top-level-menu > li > a > span,
html body.cicekweb-home-page .header-main-div .top-level-menu > li > a > span p,
html body.cicekweb-home-page .header-main-div .top-level-menu > li > a span,
html body.cicekweb-home-page .header-main-div .top-level-menu > li > a i {
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    letter-spacing: 0 !important;
}

html body.cicekweb-home-page .fa,
html body.cicekweb-home-page .fa:before {
    font-family: FontAwesome !important;
    font-style: normal !important;
    font-weight: normal !important;
}

html body.cicekweb-home-page .la,
html body.cicekweb-home-page .las,
html body.cicekweb-home-page .la:before,
html body.cicekweb-home-page .las:before {
    font-family: "Line Awesome Free" !important;
    font-style: normal !important;
    font-weight: 900 !important;
}

html body.cicekweb-home-page .lar,
html body.cicekweb-home-page .lar:before {
    font-family: "Line Awesome Free" !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

html body.cicekweb-home-page .lab,
html body.cicekweb-home-page .lab:before {
    font-family: "Line Awesome Brands" !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

html body.cicekweb-home-page .header-main-div .top-level-menu > li:hover > a,
html body.cicekweb-home-page .header-main-div .top-level-menu > li:focus-within > a,
html body.cicekweb-home-page .header-main-div .top-level-menu > li.active > a {
    color: #111 !important;
    background: #fff !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

html body.cicekweb-home-page .header-main-div .top-level-menu > li:hover > a > span,
html body.cicekweb-home-page .header-main-div .top-level-menu > li:hover > a > span p,
html body.cicekweb-home-page .header-main-div .top-level-menu > li:hover > a span,
html body.cicekweb-home-page .header-main-div .top-level-menu > li:focus-within > a > span,
html body.cicekweb-home-page .header-main-div .top-level-menu > li:focus-within > a > span p,
html body.cicekweb-home-page .header-main-div .top-level-menu > li:focus-within > a span,
html body.cicekweb-home-page .header-main-div .top-level-menu > li.active > a > span,
html body.cicekweb-home-page .header-main-div .top-level-menu > li.active > a > span p,
html body.cicekweb-home-page .header-main-div .top-level-menu > li.active > a span {
    color: #111 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

@media (max-width: 1024px) {
    html body.cicekweb-home-page .header-main-div .top-level-menu-main-div,
    html body.cicekweb-home-page .header-main-div .top-level-menu-main-div-in,
    html body.cicekweb-home-page .header-main-div .top-level-menu,
    html body.cicekweb-home-page .header-main-div .top-level-menu > li {
        min-height: auto !important;
        height: auto !important;
    }

    html body.cicekweb-home-page .header-main-div .top-level-menu > li {
        flex: 0 0 auto !important;
    }

    html body.cicekweb-home-page .header-main-div .top-level-menu > li > a {
        min-height: 48px !important;
        height: 48px !important;
        padding: 0 16px !important;
        font-size: 13px !important;
    }
}

html body.cicekweb-home-page .florist-home-banners {
    align-self: center !important;
    width: min(100vw - 270px, 1640px) !important;
    max-width: min(100vw - 270px, 1640px) !important;
    margin: 12px auto 28px !important;
    padding: 0 !important;
    gap: 40px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
}

html body.cicekweb-home-page .florist-home-banner.florist-home-banner-image-only {
    overflow: hidden !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

html body.cicekweb-home-page .florist-home-banner.florist-home-banner-image-only > img {
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    display: block !important;
}

html body.cicekweb-home-page .florist-home-banner.florist-home-banner-image-only:hover {
    padding: 0 !important;
    border-radius: 0 !important;
    transform: none !important;
    box-shadow: none !important;
}

@media (max-width: 1024px) {
    html body.cicekweb-home-page .florist-home-banners {
        width: min(100vw - 20px, 1500px) !important;
        max-width: min(100vw - 20px, 1500px) !important;
        margin: 12px auto 24px !important;
        padding: 0 !important;
        gap: 12px !important;
        border-radius: 0 !important;
    }
}

html body.cicekweb-home-page .florist-home-trust-strip {
    order: 1 !important;
    align-self: center !important;
    width: min(100vw - 270px, 1640px) !important;
    max-width: min(100vw - 270px, 1640px) !important;
    margin: 20px auto 24px !important;
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 14px !important;
    background: #fff !important;
}

html body.cicekweb-home-page .florist-home-trust-card {
    position: relative !important;
    min-height: 74px !important;
    padding: 10px 14px !important;
    display: flex !important;
    align-items: center !important;
    gap: 11px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: none !important;
    overflow: hidden !important;
}

html body.cicekweb-home-page .florist-home-trust-card:not(:last-child)::after {
    content: "" !important;
    position: absolute !important;
    right: -9px !important;
    top: 50% !important;
    width: 4px !important;
    height: 20px !important;
    transform: translateY(-50%) !important;
    border-radius: 8px !important;
    background: repeating-linear-gradient(to bottom, rgba(239, 139, 128, .45) 0 4px, transparent 4px 8px) !important;
}

html body.cicekweb-home-page .florist-home-trust-icon {
    width: 44px !important;
    height: 44px !important;
    flex: 0 0 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 13px !important;
    font-size: 19px !important;
}

html body.cicekweb-home-page .florist-home-trust-copy {
    min-width: 0 !important;
    display: block !important;
    overflow: hidden !important;
}

html body.cicekweb-home-page .florist-home-trust-copy strong,
html body.cicekweb-home-page .florist-home-trust-copy small {
    display: block !important;
}

html body.cicekweb-home-page .florist-home-trust-copy strong {
    color: #4d5662 !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.18 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

html body.cicekweb-home-page .florist-home-trust-copy small {
    margin-top: 3px !important;
    color: #9aa1aa !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 12px !important;
    line-height: 1.22 !important;
    font-weight: 400 !important;
}

html body.cicekweb-home-page .florist-home-trust-pink .florist-home-trust-icon { color: #d97a9b !important; background: #fff6f9 !important; }
html body.cicekweb-home-page .florist-home-trust-sage .florist-home-trust-icon { color: #9aa079 !important; background: #f8f7f1 !important; }
html body.cicekweb-home-page .florist-home-trust-gold .florist-home-trust-icon { color: #d0a574 !important; background: #fff8f1 !important; }
html body.cicekweb-home-page .florist-home-trust-rose .florist-home-trust-icon { color: #d97a9b !important; background: #fff6f9 !important; }
html body.cicekweb-home-page .florist-home-trust-purple .florist-home-trust-icon { color: #a98ace !important; background: #faf5ff !important; }
html body.cicekweb-home-page .florist-home-trust-blue .florist-home-trust-icon { color: #8fa8c8 !important; background: #f4f8ff !important; }

@media (max-width: 1400px) {
    html body.cicekweb-home-page .florist-home-trust-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        width: min(100vw - 40px, 1180px) !important;
        max-width: min(100vw - 40px, 1180px) !important;
    }

    html body.cicekweb-home-page .florist-home-trust-card:nth-child(3)::after {
        display: none !important;
    }
}

html body.cicekweb-home-page .header-main-div .header-desktop-search1 form,
html body.cicekweb-home-page .header-main-div .header-desktop-search1 .div_form form {
    border-radius: 0 !important;
}

html body.cicekweb-home-page .header-main-div .header-desktop-search1 form input,
html body.cicekweb-home-page .header-main-div .header-desktop-search1 form button {
    border-radius: 0 !important;
}

html body.cicekweb-home-page .florist-home-category-img {
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

html body.cicekweb-home-page .florist-home-category-img img {
    border: 0 !important;
    box-shadow: none !important;
}

@media (min-width: 1025px) {
    html body.cicekweb-home-page .florist-home-category-list {
        width: 100% !important;
        display: flex !important;
        justify-content: space-between !important;
        gap: 10px !important;
        padding-left: 50px !important;
        padding-right: 50px !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }

    html body.cicekweb-home-page .florist-home-category {
        flex: 0 1 120px !important;
        max-width: 120px !important;
    }
}

html body.cicekweb-home-page .florist-home-products-head,
html body.cicekweb-home-page .florist-home-products {
    align-self: center !important;
    width: min(100vw - 270px, 1640px) !important;
    max-width: min(100vw - 270px, 1640px) !important;
}

html body.cicekweb-home-page .florist-home-products-head {
    margin: 18px auto 22px !important;
    padding: 0 !important;
    text-align: left !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 18px !important;
}

html body.cicekweb-home-page .florist-home-products-head h2 {
    color: #20232a !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
}

html body.cicekweb-home-page .florist-home-products-head p {
    margin: 6px 0 0 !important;
    color: #8a9099 !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

html body.cicekweb-home-page .florist-home-products-head > a {
    display: none !important;
}

html body.cicekweb-home-page .florist-home-products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 26px !important;
    margin: 0 auto 34px !important;
}

html body.cicekweb-home-page .florist-product-card {
    overflow: hidden !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: none !important;
}

html body.cicekweb-home-page .florist-product-card-img {
    aspect-ratio: 1 / 1.08 !important;
    border-radius: 0 !important;
    background: #fafafa !important;
}

html body.cicekweb-home-page .florist-product-card-img:after {
    display: none !important;
}

html body.cicekweb-home-page .florist-product-card-img img {
    object-fit: contain !important;
    object-position: center center !important;
    padding: 10px !important;
    background: #fff !important;
}

html body.cicekweb-home-page .florist-product-card-body {
    padding: 12px 14px 15px !important;
}

html body.cicekweb-home-page .florist-product-card-meta {
    min-height: 24px !important;
    gap: 8px !important;
    margin-bottom: 8px !important;
    flex-wrap: wrap !important;
}

html body.cicekweb-home-page .florist-product-delivery-badge {
    padding: 4px 8px !important;
    border-radius: 999px !important;
    background: #eefaf1 !important;
    color: #79935f !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
}

html body.cicekweb-home-page .florist-product-delivery-badge i {
    margin-right: 4px !important;
    font-size: 10px !important;
}

html body.cicekweb-home-page .florist-product-card-meta .florist-product-code {
    max-width: none !important;
    flex: 1 1 112px !important;
    color: #a1a8b2 !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    line-height: 1.25 !important;
}

html body.cicekweb-home-page .florist-product-card-title {
    min-height: 38px !important;
    color: #1d2025 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
}

html body.cicekweb-home-page .florist-product-card-price {
    margin-top: 8px !important;
    color: #111 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
}

html body.cicekweb-home-page .florist-product-card-actions a,
html body.cicekweb-home-page .florist-product-card-actions button {
    width: 34px !important;
    height: 34px !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 14px rgba(0, 0, 0, .06) !important;
    font-size: 13px !important;
}

@media (max-width: 1024px) {
    html body.cicekweb-home-page .florist-home-products-head,
    html body.cicekweb-home-page .florist-home-products {
        width: min(100vw - 24px, 520px) !important;
        max-width: min(100vw - 24px, 520px) !important;
    }

    html body.cicekweb-home-page .florist-home-products-head {
        display: block !important;
        text-align: center !important;
    }

    html body.cicekweb-home-page .florist-home-products-head h2 {
        font-size: 24px !important;
    }

    html body.cicekweb-home-page .florist-home-products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }
}

html body.cicekweb-home-page .cicekweb-reference-language {
    display: none !important;
}

html body.cicekweb-home-page .cicekweb-reference-topbar {
    min-height: 52px !important;
}

html body.cicekweb-home-page .cicekweb-reference-topbar-in {
    min-height: 52px !important;
    width: calc(100% - 120px) !important;
    gap: 16px !important;
}

html body.cicekweb-home-page .cicekweb-reference-badges {
    gap: 10px !important;
}

html body.cicekweb-home-page .cicekweb-reference-badge {
    min-height: 32px !important;
    padding: 0 12px !important;
    border-radius: 8px !important;
    gap: 8px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}

html body.cicekweb-home-page .cicekweb-reference-badge i {
    font-size: 13px !important;
}

html body.cicekweb-home-page .cicekweb-reference-links {
    gap: 18px !important;
    font-size: 13px !important;
}

html body.cicekweb-home-page .cicekweb-reference-links a {
    min-height: 32px !important;
    font-weight: 400 !important;
}

html body.cicekweb-home-page .cicekweb-reference-links .fa-instagram {
    font-size: 13px !important;
}

@media (max-width: 1280px) and (min-width: 1025px) {
    html body.cicekweb-home-page .cicekweb-reference-topbar-in {
        width: calc(100% - 60px) !important;
    }

    html body.cicekweb-home-page .cicekweb-reference-badge {
        padding: 0 10px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 767px) {
    html body.cicekweb-home-page .florist-home-trust-strip {
        width: min(100vw - 24px, 520px) !important;
        max-width: min(100vw - 24px, 520px) !important;
        margin: 14px auto 18px !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    html body.cicekweb-home-page .florist-home-trust-card {
        min-height: 76px !important;
        padding: 11px !important;
        gap: 10px !important;
        border-radius: 13px !important;
    }

    html body.cicekweb-home-page .florist-home-trust-card::after {
        display: none !important;
    }

    html body.cicekweb-home-page .florist-home-trust-icon {
        width: 42px !important;
        height: 42px !important;
        flex-basis: 42px !important;
        border-radius: 12px !important;
        font-size: 18px !important;
    }

    html body.cicekweb-home-page .florist-home-trust-copy strong {
        font-size: 13px !important;
        white-space: normal !important;
    }

    html body.cicekweb-home-page .florist-home-trust-copy small {
        font-size: 11px !important;
    }
}

html body.cicekweb-home-page .florist-home-banners {
    margin-bottom: 12px !important;
}

html body.cicekweb-home-page .florist-home-category-strip {
    margin: 0 auto 10px !important;
    padding-bottom: 6px !important;
}

html body.cicekweb-home-page .florist-home-category-list {
    padding-bottom: 2px !important;
}

html body.cicekweb-home-page .florist-home-trust-strip {
    margin: 8px auto 12px !important;
}

html body.cicekweb-home-page .florist-home-products-head {
    margin: 10px auto 14px !important;
    align-items: flex-start !important;
}

@media (max-width: 767px) {
    html body.cicekweb-home-page .florist-home-banners {
        margin-bottom: 10px !important;
    }

    html body.cicekweb-home-page .florist-home-category-strip {
        margin: 0 auto 8px !important;
        padding-bottom: 4px !important;
    }

    html body.cicekweb-home-page .florist-home-trust-strip {
        margin: 8px auto 10px !important;
    }

    html body.cicekweb-home-page .florist-home-products-head {
        margin: 8px auto 12px !important;
    }
}

html body.cicekweb-home-page .florist-home .florist-home-trust-strip {
    display: none !important;
}

html body.cicekweb-home-page .florist-home-products-head > a {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

html body.cicekweb-home-page .florist-home-products-head {
    margin-top: 6px !important;
}

@media (max-width: 767px) {
    html,
    body.cicekweb-home-page,
    body.cicekweb-home-page .main-body {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    html body.cicekweb-home-page .florist-home-inner {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    html body.cicekweb-home-page .florist-home-category-strip {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto 8px !important;
        padding: 0 34px 4px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        background: #fff !important;
    }

    html body.cicekweb-home-page .florist-home-category-list {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        display: flex !important;
        gap: 12px !important;
        padding: 0 2px 2px !important;
        box-sizing: border-box !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    html body.cicekweb-home-page .florist-home-category-list::-webkit-scrollbar {
        display: none !important;
    }

    html body.cicekweb-home-page .florist-home-category {
        flex: 0 0 72px !important;
        width: 72px !important;
        min-width: 72px !important;
        max-width: 72px !important;
        scroll-snap-align: start;
    }

    html body.cicekweb-home-page .florist-home-category-img {
        width: 66px !important;
        height: 66px !important;
        flex: 0 0 66px !important;
        margin-bottom: 6px !important;
    }

    html body.cicekweb-home-page .florist-home-category-title {
        min-height: 28px !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
        overflow: hidden !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    html body.cicekweb-home-page .florist-home-nav {
        width: 28px !important;
        height: 48px !important;
        border-radius: 14px !important;
    }

    html body.cicekweb-home-page .florist-home-nav.prev {
        left: 3px !important;
    }

    html body.cicekweb-home-page .florist-home-nav.next {
        right: 3px !important;
    }
}
