.elementor-14 .elementor-element.elementor-element-a993798 .elementor-element-populated a {
    color: #000 !important;
}

.elementor-14 .elementor-element.elementor-element-a993798 .elementor-element-populated a:hover {
    color: #CED0BB !important;
}

.elementor-14 .elementor-element.elementor-element-0f8cd1a .elementor-element-populated a:hover {
    color: #CED0BB !important;
}


/*.elementor-kit-4 input:not([type="button"]):not([type="submit"]), .elementor-kit-4 textarea, .elementor-kit-4 .elementor-field-textual{*/
/*    padding: 0;*/
/*}*/


#billing_purchaser_name_field label,
#billing_purchaser_email_address_field label,
#billing_purchaser_phone_number_field label,
#billing_pick_up_date_field label,
#billing_delivery_date_field label,
#billing_delivery_time_field label,
#billing_pick_up_time_field label,
#billing_delivery_address_field label,
#billing_apartment_floor_suite_optional_field label,
#billing_delivery_phone_number_field label,
#cfw-customer-info-address h3,
main.checkoutwc input[type=checkbox]:after {
    display: none !important;
}

#cfw .form-row {
    font-size: 14px;
    line-height: 18px;
}

#cfw h4.form-row {
    font-size: 24px;
    line-height: 30px;
}

#cfw .form-row a {
    color: #C48490;
}

#cfw-cart-summary-content h3 {
    padding-top: 32px;
}

.custom-shipping-methods {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 32px;
}

.custom-shipping-method {
    position: relative;
}

.custom-shipping-method input,
.custom-shipping-method label {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.custom-shipping-method-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-shipping-method-text {
    margin-top: 10px;
}

.custom-shipping-method.active {
    background-color: #EAD8D6;
    border-color: #EAD8D6;
}

.custom-shipping-method {
    border-radius: 20px;
    padding: 20px;
    border: 1px solid rgb(0, 0, 0);
    transition: all .3s ease-in;
}

.cfw-input-wrap-row #billing_state_field,
.cfw-input-wrap-row #billing_pickup_delivery_field {
    display: none !important;
}

.cart-spec-address:before {
    display: none;
}

.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr .cart-spec-address {
    text-align: left !important;
}


body #cfw-cart-summary ::-webkit-input-placeholder,
body .checkoutwc .form-row ::-webkit-input-placeholder {
    color: #080303 !important;
}

.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
    top: -3px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

body .checkoutwc .form-row select {
    height: 48px !important;
}

.wpcot-tips .wpcot-tip .wpcot-tip-name {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: .6em;
}

.wpcot-tips .wpcot-tip .wpcot-tip-custom .wpcot-tip-custom-form .wpcot-tip-custom-form-inner {
    display: flex;
    align-items: stretch;
}

.wpcot-tips .wpcot-tip .wpcot-tip-custom .wpcot-tip-custom-form .wpcot-tip-custom-add {
    height: auto;
    background-color: rgb(51, 51, 51) !important;
}

.wpcot-tips .wpcot-tip .wpcot-tip-custom .wpcot-tip-custom-form .wpcot-tip-custom-add:hover {
    background-color: #555555 !important;
}

.shipping-tooltip {
    margin-top: 32px;
    color: rgb(51, 51, 51);
    display: inline-block;
    text-decoration: underline;
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    cursor: pointer;
    transition: all .2s ease-in;
}

.shipping-tooltip:hover {
    color: #C48490;
}

.shipping-tooltip:hover .shipping-tooltip__icon {
    background-color: #C48490;
}

.shipping-tooltip__icon {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: black;
    display: inline-flex;
    color: white;
    font-size: 8px;
    line-height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 2px;
    transition: all .2s ease-in;
}


.woocommerce-LoopProduct-link.woocommerce-loop-product__link h2 {
    display: none;
}

.product-price-block span {
    font-size: 18px;
}

.product-price-block {
    margin: 20px 0;
}


#scroll-to-top {
    bottom: 120px;
}

.quick-order {
    position: fixed;
    bottom: 55px;
    right: 0;
    z-index: 1000;
}

.quick-order__link {
    position: relative;
    width: 48px;
    height: 48px;
    background-color: #6b6d4d;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.quick-order__tolltip {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-family: 'NimbusRomanD';
    color: #6b6d4d;
    background-color: #fff;
    transform: translateX(80px);
    opacity: 0;
    transition: .2s;
    z-index: 1;
    min-width: 120px;
    padding-inline: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    text-transform: uppercase;
}

.quick-order__tolltip:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 14px 0 0 10px;
    border-color: transparent transparent transparent #fff;
    transform: rotate(0deg);
    position: absolute;
    bottom: 0;
    right: -9px;
}

.quick-order__link:hover+.quick-order__tolltip {
    transform: translateX(-70px);
    opacity: 1;
}

@media (max-width: 1180px) {
    .footer-menus nav ul li a:after {
        display: none;
    }
}

@media (max-width: 1024px) {
    .quick-order {
        bottom: 135px;
    }
}

/* INSTAGRAM BUTTON CUSTOMIZE */

#sb_instagram .sbi_follow_btn a {
    background: transparent !important;
    border: 1px solid var(--e-global-color-vamtam_accent_6);
    color: var(--e-global-color-vamtam_accent_6);
    border-radius: 50px;
    padding: 11px 23px;
    box-shadow: none !important;
}

#sb_instagram .sbi_follow_btn a:hover,
#sb_instagram .sbi_follow_btn a:focus {
    background: var(--e-global-color-vamtam_accent_6) !important;
    color: #fff;
}

/* HIDE POST DESCRIPTION ON MOBILE SCREEN */

@media(max-width: 768px) {
    .elementor-posts-container .elementor-post__excerpt {
        display: none !important;
    }
}

/* BODY CUSTOM */

body {
    margin: 0 !important;
}

/* MAIN HERO IMAGE ABSOLUTE */

.main-hero-row .elementor-container,
.main-hero-column,
.main-hero-column .elementor-widget-wrap,
.main-hero-item {
    position: static !important;
}

.main-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: right;
    z-index: -1;
    transition: opacity .1s ease-in-out;
    opacity: 1 !important;
}

@media (max-width: 768px) {
    .main-hero-image {
        opacity: 0.4 !important
    }
}

/* POST PAGE UPDATE */

/* tags */

.elementor-post-info__terms-list {
    display: flex;
    flex-wrap: wrap;
}

.elementor-post-info__terms-list a {
    margin-left: 4px;
}

section[data-id="46336c6"] {
    padding-bottom: 42px !important;
}

/* comments */
section[data-id="3ab221c"] {
    display: none;
}

/* CASTOM PRODUCT CAT DESCRIPTION */

.wc-tab-blocks {
    margin: 24px 0;
    display: grid;
    grid-gap: 6px;
}

.wc-tab-title {
    display: block;
    width: 100%;
    text-align: left;
    padding: 16px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: background 0.2s ease;
    border-color: #F1EFEB !important;
    background-color: #F1EFEB !important;
    color: var(--e-global-color-vamtam_accent_6) !important;
    justify-content: space-between;
    display: flex;
    border-radius: 0 !important;
}

.wc-tab-title:hover {
    background: #f0f0f0;
}

/* Контент с анимацией */
.wc-tab-content {
    overflow: hidden;
    height: 0;
    transition: height 0.35s ease;
    background: #fff;
}

.wc-tab-inner {
    padding: 16px 20px;
}

/* Иконка плюсика */
.wc-tab-icon {
    position: relative;
    width: 16px;
    height: 16px;
}

.wc-tab-icon::before,
.wc-tab-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #333;
    transform: translate(-50%, -50%);
    transition: all 0.25s ease;
}

.wc-tab-icon::before {
    width: 2px;
    height: 12px;
}

.wc-tab-icon::after {
    width: 12px;
    height: 2px;
}

/* Когда таб активен — вертикальная линия исчезает (остаётся минус) */
.wc-tab-title.active .wc-tab-icon::before {
    opacity: 0;
    transform: translate(-50%, -50%) scaleY(0);
}

/* PRODUCT UTP */

.product-utp {
    margin: 120px 0 0;
}

.product-utp img {
    width: 85px !important;
}

.product-utp .e-grid {
    align-items: center !important
}

/*  */

.vamtam-limit-wrapper {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px
}

/* Закруглення карток товарів */
.woocommerce ul.products li.product {
    border-radius: 20px !important;
    /* Міняйте 20px на потрібне значення */
    overflow: hidden;
    /* Це важливо: обрізає фото по формі картки */
    border: 0px solid #f0f0f0;
    /* Опціонально: легка рамка, якщо треба */
}

/* Якщо треба закруглити саме картинку окремо */
.woocommerce ul.products li.product img {
    border-radius: 20px !important;
}


/* CUSTOM */

body {
    font-size: 1rem !important;
}

body.home.wp-singular .e-con>.e-con-inner {
    max-width: unset !important;
}

@media (max-width: 1024px) and (orientation:portrait) {
    .container {
        --bg-container-padding-inline: .3em !important;
    }
}

/* shop line */
.home .elementor-widget-container .container {
    overflow: hidden !important;
}

/* 
@media (min-width: 1280px) and (max-width: 1500px) {
    .home .elementor-widget-container .container {
        padding-inline: var(--bg-container-padding-inline, 3em) !important;
    }
} */

/* TYPOGRAPHY */
.elementor-5742 .elementor-element.elementor-element-ac19e36 .elementor-heading-title {
    margin-left: 15px !important;
}

/* h1 */
.main-banner__heading h1 {
    color: #ffffff !important;
    font-family: Nimbus Roman D !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
}

/* h2 */
.flower-category__heading h2,
.shop-with-us__heading h2,
.special__heading h2,
.banners__heading h2,
.store__heading h2,
.reviews__heading h2,
.blog__heading h2,
.faq__heading h2 {
    font-family: Nimbus Roman D !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;

    font-size: 2em !important;
    line-height: 1.1 !important;
}

/* footer */
.footer {
    padding-bottom: 2em !important;
}