
.shop-by-occasion-page .shop-sidebar .shop-widget {
    background: #fff !important;
    border: 1px solid #efe8ea !important;
    border-radius: 18px !important;
    padding: 18px 18px 20px !important;
    box-shadow: 0 8px 22px rgba(0,0,0,.03) !important;
}

.shop-by-occasion-page .shop-category-list li {
    margin-bottom: 8px;
}

.shop-by-occasion-page .shop-category-list li a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    padding: 11px 12px !important;
    border-radius: 12px !important;
    color: var(--theme-color) !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    transition: .18s !important;
    background: #fff !important;
    border: 1px solid transparent !important;
}

.shop-by-occasion-page .shop-category-list li a .name {
    width: auto;
    float: none;
    white-space: normal;
}

.shop-by-occasion-page .shop-category-list li a:hover {
    background: color-mix(in srgb, var(--theme-color) 30%, white 70%) !important;
    color: var(--theme-color) !important;
    border-color:  var(--theme-color) !important;
}

.shop-by-occasion-page .shop-category-list li a.active {
    background: color-mix(in srgb, var(--theme-color) 20%, white 80%)!important;
    color: var(--theme-color) !important; /* Brand Green */
    border-color:  var(--theme-color) !important;
}

.shop-by-occasion-page .shop-category-list li a span {
    font-size: 11px !important;
    font-weight: 800 !important;
    color: #a0a4a9 !important;
    float: none;
}

.shop-by-occasion-page .product-item {
    background: #fff !important;
    border: 1px solid #efe8ea !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 22px rgba(0,0,0,.035) !important;
    padding: 0 !important;
}
.shop-by-occasion-page .product-item::before {
    display: none !important;
}

.shop-by-occasion-page .product-img {
    height: 230px !important;
    background: #f7f4f5 !important;
    border-radius: 18px 18px 0 0 !important;
}

.shop-by-occasion-page .product-img img {
    height: 100% !important;
    object-fit: cover !important;
    padding: 0 !important;
}

.shop-by-occasion-page .product-action-wrap {
    top: 12px !important;
    right: 12px !important;
    bottom: auto !important;
    left: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: auto !important;
}

.shop-by-occasion-page .wishlist-btn {
    width: 34px !important;
    height: 34px !important;
    line-height: 32px !important;
    border: 1px solid #efe8ea !important;
    background: #fff !important;
    color: #f48aaa !important;
}

.shop-by-occasion-page .product-content {
    padding: 15px 15px 16px !important;
}

.shop-by-occasion-page .product-title a {
    color: #304a61 !important;
    font-weight: 900 !important;
}

.shop-by-occasion-page .product-price .current-price {
    font-size: 17px !important;
    font-weight: 900 !important;
    color: var(--theme-color) !important;
}

.shop-by-occasion-page .product-cart-btn {
    background: var(--theme-color) !important;
    border: 2px solid var(--theme-color) !important;
    box-shadow: 0 8px 18px rgba(104,166,70,.16) !important;
    color: #fff !important;
}

.shop-by-occasion-page .occ-badge {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    z-index: 3 !important;
    background: color-mix(in srgb, var(--theme-color2) 10%, white 90%) !important;
    color: color-mix(in srgb, var(--theme-color2) 80%, white 30%) !important;
    border: 1px solid color-mix(in srgb, var(--theme-color2) 60%, white 50%) !important;
    border-radius: 999px !important;
    padding: 7px 11px !important;
    font-size: 11px !important;
    font-weight: 900 !important;
}

.shop-by-occasion-page .delivery-badge {
    position: absolute !important;
    bottom: 12px !important;
    left: 12px !important;
    z-index: 3 !important;
    background: var(--theme-color) !important;
    color: color-mix(in srgb, var(--theme-color) 0%, white 100%) !important;
    border: 1px solid color-mix(in srgb, var(--theme-color) 60%, white 40%) !important;
    border-radius: 6px !important;
    padding: 5px 9px !important;
    font-size: 10px !important;
    font-weight: 800 !important;
}

.occ-trust-section .trust-wrap {
    background: #ffffff;
    border: 1px solid #efe8ea;
    border-radius: 18px;
}
.occ-trust-section .trust-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7faf6;
    border: 1px solid #e1ebda;
    color: #68a646;
    font-weight: 900;
    flex: 0 0 auto;
}
.occ-trust-section h4 {
    font-size: 14px;
    margin: 1px 0 3px;
    color: #55585f;
}
.occ-trust-section p {
    font-size: 12px;
    color: #7a7f84;
}

.occ-cta-section .cta-wrap {
    background: #ffffff;
    border: 1px solid #efe8ea;
    border-radius: 22px;
    overflow: hidden;
}
.occ-cta-section .cta-left h2 {
    font-size: 36px;
    line-height: 1.08;
    letter-spacing: -.6px;
    margin: 0 0 14px;
    color: #304a61;
}
.occ-cta-section .cta-left p {
    font-size: 15px;
    color: #6c6f75;
    margin: 0 0 22px;
}
.occ-cta-section .occ-cta-btn {
    min-height: 44px;
    padding: 0 20px;
    border-radius: 12px;
    background: #68a646 !important;
    color: #fff !important;
    font-weight: 800;
    font-size: 14px;
    border: 2px solid #68a646 !important;
}
.occ-cta-section .cta-right {
    background: linear-gradient(135deg,#fcf8f5 0%,#fff 55%,#f8f2f5 100%);
}
.shop-area2 .shop-sort{
    border: unset;
}
.shop-area2 .shop-item-wrap{
    background: #fff !important;
    border: 1px solid #efe8ea !important;
    border-radius: 20px !important;
    padding: 18px !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .035) !important;
}

@media(max-width: 780px) {
    .shop-by-occasion-page .product-img {
        height: 250px !important;
    }
}
@media(max-width: 575px) {
    .shop-by-occasion-page .product-img {
        height: 200px !important;
    }
    .occ-cta-section .cta-left p {
        font-size: 14px;
    }
    .occ-cta-section .cta-left h2 {
        font-size: 26px;
    }
}


.support-area-badge {
    background-color: #eef7ee;
    color: #3b823e;
    border: 1px solid #d4ebd5;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 6px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    max-width: 100%;
}

.pre-order-badge {
    background-color: #fdf5df;
    color: #b78103;
    border: 1px solid #fbe6ba;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 6px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
}

.same-day-badge {
    background-color: #e8f4fd;
    color: #1a73e8;
    border: 1px solid #cce4fc;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 6px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
}

.support-area-badge span, .pre-order-badge span, .same-day-badge span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.merchant-note-box {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-left: 3px solid #3b82f6;
    color: #475569;
    font-size: 10.5px;
    padding: 6px 8px;
    border-radius: 6px;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    line-height: 1.3;
}

.merchant-note-box strong {
    color: #0f172a;
}