.wd-whatsapp-buy-button {
    text-decoration: none;
}

.wd-whatsapp-buy-button__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 22px;
}

.wd-whatsapp-buy-button__icon svg {
    display: block;
    width: 22px;
    height: 21px;
}

body .wd-product .wd-add-btn.wd-add-btn-replace {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: visible;
    box-sizing: border-box;
}

body .wd-product .wd-add-btn.wd-add-btn-replace > .quantity,
body .wd-product .wd-add-btn.wd-add-btn-replace > .add-to-cart-loop,
body .wd-product .wd-add-btn.wd-add-btn-replace > .wd-whatsapp-buy-button--loop {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
}

body .wd-product button.wci-accordion-header,
body .wd-product .wci-accordion-header {
    display: none !important;
}

body .wd-product .wd-add-btn.wd-add-btn-replace > .quantity {
    grid-column: 1;
    display: inline-grid;
    grid-template-columns: 36px 48px 36px;
    width: 120px;
    min-width: 120px;
    margin: 0;
    overflow: hidden;
    border: 1px solid #dddff1;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(31, 53, 86, 0.08);
    align-self: stretch;
}

body .wd-product .wd-add-btn.wd-add-btn-replace > .quantity input[type="button"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin: 0;
    padding: 0;
    border: 0;
    background: #f6f4ff;
    color: var(--tools-devmob-quantity-color, #5d34c6);
    font-size: 20px;
    font-weight: 700;
    box-shadow: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body .wd-product .wd-add-btn.wd-add-btn-replace > .quantity input[type="button"]:hover,
body .wd-product .wd-add-btn.wd-add-btn-replace > .quantity input[type="button"]:focus {
    background: #ede8ff;
    color: var(--tools-devmob-quantity-hover, #452694);
}

body .wd-product .wd-add-btn.wd-add-btn-replace > .quantity input[type="button"]:active {
    transform: scale(0.97);
}

body .wd-product .wd-add-btn.wd-add-btn-replace > .quantity input.qty {
    width: 48px;
    min-width: 48px;
    min-height: 46px;
    margin: 0;
    padding: 0;
    border: 0;
    border-inline: 1px solid #ece8fb;
    background: #ffffff;
    color: #24324a;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    box-shadow: none;
    -moz-appearance: textfield;
}

body .wd-product .wd-add-btn.wd-add-btn-replace > .quantity input.qty::-webkit-outer-spin-button,
body .wd-product .wd-add-btn.wd-add-btn-replace > .quantity input.qty::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

body .wd-product .wd-add-btn.wd-add-btn-replace > .quantity:focus-within {
    border-color: #a18bff;
    box-shadow: 0 10px 22px rgba(79, 44, 171, 0.12), 0 0 0 3px rgba(100, 56, 209, 0.1);
}

body .wd-product .wd-add-btn.wd-add-btn-replace > .add-to-cart-loop {
    grid-column: 2;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-width: 78px;
    min-height: 46px;
    padding: 0 16px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--tools-devmob-buy-color, #6438d1) 0%, var(--tools-devmob-buy-mid-color, #4f2cab) 52%, var(--tools-devmob-buy-hover, #452694) 100%);
    background-size: 160% 160%;
    background-position: 0 50%;
    color: var(--tools-devmob-buy-text-color, #ffffff);
    box-shadow: 0 10px 24px rgba(79, 44, 171, 0.18), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    transition: box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1), background-position 0.4s ease, filter 0.28s ease;
    will-change: box-shadow, background-position, filter;
    overflow: hidden;
}

body .wd-product .wd-add-btn.wd-add-btn-replace > .add-to-cart-loop:first-child {
    grid-column: 1 / -1;
}

body .wd-product .wd-add-btn.wd-add-btn-replace > a::before,
body .wd-product .wd-add-btn.wd-add-btn-replace > a::after,
body .wd-product .wd-add-btn.wd-add-btn-replace > .add-to-cart-loop::before,
body .wd-product .wd-add-btn.wd-add-btn-replace > .add-to-cart-loop::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
    animation: none !important;
    opacity: 0 !important;
    transform: none !important;
}

body .wd-product .wd-add-btn.wd-add-btn-replace > a span {
    transform: none !important;
}

body .wd-product .wd-add-btn.wd-add-btn-replace > .add-to-cart-loop span {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 100%;
    min-height: 0;
    padding: 0;
    overflow: visible;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
    transform: none !important;
    transition: none !important;
}

body .wd-product .wd-add-btn.wd-add-btn-replace > .add-to-cart-loop:hover span,
body .wd-product .wd-add-btn.wd-add-btn-replace > .add-to-cart-loop:focus span,
body .wd-product .wd-add-btn.wd-add-btn-replace > .wd-whatsapp-buy-button--loop:hover span,
body .wd-product .wd-add-btn.wd-add-btn-replace > .wd-whatsapp-buy-button--loop:focus span {
    transform: none !important;
}

body .wd-product .wd-add-btn.wd-add-btn-replace > .add-to-cart-loop .wd-action-icon {
    display: none !important;
    pointer-events: none;
}

body .wd-product .wd-add-btn.wd-add-btn-replace > .add-to-cart-loop .wd-action-icon::before,
body .wd-product .wd-add-btn.wd-add-btn-replace > .add-to-cart-loop .wd-action-icon::after,
body .wd-product .wd-add-btn.wd-add-btn-replace > .add-to-cart-loop .wd-action-icon > * {
    content: none !important;
    display: none !important;
    pointer-events: none !important;
    animation: none !important;
    opacity: 0 !important;
    transform: none !important;
}

body .wd-product .wd-add-btn.wd-add-btn-replace > .product_type_simple.add_to_cart_button .wd-action-icon,
body .wd-product.product-type-variable.wd-variation-active .wd-add-btn.wd-add-btn-replace > .product_type_variable.add-to-cart-loop .wd-action-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 22px;
    flex: 0 0 42px;
    overflow: hidden;
    background: transparent url("../images/cart-plus-icon.svg") center/42px 22px no-repeat !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-shadow: none !important;
}

body .wd-product .wd-add-btn.wd-add-btn-replace > .product_type_simple.add_to_cart_button,
body .wd-product.product-type-variable.wd-variation-active .wd-add-btn.wd-add-btn-replace > .product_type_variable.add-to-cart-loop {
    gap: 0;
    justify-content: center;
    font-size: 0;
    line-height: 0;
}

body .wd-product .wd-add-btn.wd-add-btn-replace > .product_type_simple.add_to_cart_button .wd-action-text,
body .wd-product .wd-add-btn.wd-add-btn-replace > .product_type_simple.add_to_cart_button .wd-check-icon,
body .wd-product.product-type-variable.wd-variation-active .wd-add-btn.wd-add-btn-replace > .product_type_variable.add-to-cart-loop .wd-action-text,
body .wd-product.product-type-variable.wd-variation-active .wd-add-btn.wd-add-btn-replace > .product_type_variable.add-to-cart-loop .wd-check-icon {
    display: none !important;
}

body .wd-product.product-type-variable:not(.wd-variation-active) .wd-add-btn.wd-add-btn-replace > .product_type_variable.add-to-cart-loop .wd-action-text {
    overflow: hidden;
    text-overflow: ellipsis;
}

body .wd-product .wd-add-btn.wd-add-btn-replace > .add-to-cart-loop:hover,
body .wd-product .wd-add-btn.wd-add-btn-replace > .add-to-cart-loop:focus {
    color: var(--tools-devmob-buy-text-color, #ffffff);
    background-position: 100% 50%;
    filter: saturate(1.08) brightness(1.04);
    transform: none;
    box-shadow: 0 16px 30px rgba(79, 44, 171, 0.24), 0 0 0 3px rgba(100, 56, 209, 0.12);
}

body .wd-product .wd-add-btn.wd-add-btn-replace > .add-to-cart-loop:active {
    transform: none;
    box-shadow: 0 8px 18px rgba(79, 44, 171, 0.18);
}

body .wd-product .wd-add-btn.wd-add-btn-replace > .wd-whatsapp-buy-button--loop {
    grid-column: 1 / -1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #bfe7ca;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f3fff7 100%);
    color: var(--tools-devmob-whatsapp-color, #178b43);
    box-shadow: 0 8px 18px rgba(60, 186, 84, 0.1);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

body .wd-product .wd-add-btn.wd-add-btn-replace > .wd-whatsapp-buy-button--loop:hover,
body .wd-product .wd-add-btn.wd-add-btn-replace > .wd-whatsapp-buy-button--loop:focus {
    color: var(--tools-devmob-whatsapp-hover, #14783a);
    border-color: var(--tools-devmob-whatsapp-border, #3cba54);
    background: linear-gradient(180deg, #ffffff 0%, #ecfff2 100%);
    box-shadow: 0 12px 22px rgba(60, 186, 84, 0.14);
    transform: none;
}

body.search-results .woocommerce-products-header__title.page-title,
body.search-results .wd-woo-page-title .title,
body.search-results .wd-page-title .title,
body.single-product .related-products .wd-el-title.title.element-title,
body.single-product .related.products > h2 {
    margin-bottom: 24px;
    color: var(--tools-devmob-buy-mid-color, #4f2cab);
    font-size: clamp(32px, 4.4vw, 58px);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: 0;
    text-wrap: balance;
}

body.single-product .related-products .wd-el-title.title.element-title,
body.single-product .related.products > h2 {
    text-align: center;
}

body.search-results .woocommerce-products-header,
body.search-results .wd-woo-page-title {
    margin-bottom: 28px;
}

body .wd-products-element.wd-carousel-container .wd-nav-pagin-item span {
    background-color: #efeafe;
    border-color: #ccbdf6;
}

body .wd-products-element.wd-carousel-container .wd-nav-pagin-item.wd-active span {
    background-color: var(--tools-devmob-carousel-color, #5d34c6);
    border-color: var(--tools-devmob-carousel-color, #5d34c6);
    transform: scale(1.25);
    box-shadow: 0 0 0 4px rgba(93, 52, 198, 0.14);
}

body .wd-products-element.wd-carousel-container .wd-nav-pagin-item:not(.wd-active):hover span {
    background-color: #e2d8fb;
    border-color: var(--tools-devmob-carousel-hover, #452694);
}

body .wd-products-element.wd-carousel-container .wd-nav-arrows .wd-arrow-inner {
    width: 46px;
    height: 46px;
    color: #ffffff;
    background: var(--tools-devmob-carousel-color, #5d34c6);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 12px 24px rgba(79, 44, 171, 0.22);
}

body .wd-products-element.wd-carousel-container .wd-nav-arrows .wd-arrow-inner:hover {
    color: #ffffff;
    background: var(--tools-devmob-carousel-hover, #452694);
    box-shadow: 0 16px 28px rgba(79, 44, 171, 0.28);
}

body .wd-products-element.wd-carousel-container .wd-nav-arrows .wd-disabled .wd-arrow-inner {
    color: rgba(255, 255, 255, 0.68);
    background: #b8a6ea;
}

body .elementor-widget-media-carousel.elementor-arrows-yes .elementor-swiper-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    color: #ffffff !important;
    background: var(--tools-devmob-carousel-color, #5d34c6);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 12px 24px rgba(79, 44, 171, 0.22);
    opacity: 1;
    transition: background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

body .elementor-widget-media-carousel.elementor-arrows-yes .elementor-swiper-button:hover,
body .elementor-widget-media-carousel.elementor-arrows-yes .elementor-swiper-button:focus {
    color: #ffffff !important;
    background: var(--tools-devmob-carousel-hover, #452694);
    box-shadow: 0 16px 28px rgba(79, 44, 171, 0.28);
}

body .elementor-widget-media-carousel.elementor-arrows-yes .elementor-swiper-button.swiper-button-disabled {
    color: rgba(255, 255, 255, 0.68) !important;
    background: #b8a6ea;
    box-shadow: 0 10px 20px rgba(79, 44, 171, 0.16);
    opacity: 1;
}

body .elementor-widget-media-carousel.elementor-arrows-yes .elementor-swiper-button svg {
    display: block;
    width: 18px;
    height: 18px;
    color: currentColor;
    fill: currentColor;
}

body .elementor-widget-media-carousel.elementor-arrows-yes .elementor-swiper-button svg * {
    fill: currentColor;
    stroke: currentColor;
}

body .elementor .swiper-pagination,
body .elementor .swiper-pagination-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
}

body .elementor .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
    border: 1px solid #ccbdf6;
    border-radius: 999px;
    background-color: #d6d0e8 !important;
    opacity: 1 !important;
    transform: none;
    transition: width 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body .elementor .swiper-pagination-bullet-active {
    width: 18px;
    background-color: var(--tools-devmob-carousel-color, #5d34c6) !important;
    border-color: var(--tools-devmob-carousel-color, #5d34c6);
    box-shadow: 0 0 0 4px rgba(93, 52, 198, 0.14);
}

body .elementor .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    background-color: #e2d8fb !important;
    border-color: var(--tools-devmob-carousel-hover, #452694);
}

body .metaslider .flex-direction-nav a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 46px !important;
    height: 46px !important;
    color: #ffffff !important;
    background: var(--tools-devmob-carousel-color, #5d34c6) !important;
    border: 0;
    border-radius: 999px;
    box-shadow: 0 12px 24px rgba(79, 44, 171, 0.22);
    opacity: 1 !important;
    overflow: hidden;
    text-indent: -9999px;
    transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

body .metaslider .flex-direction-nav a:hover,
body .metaslider .flex-direction-nav a:focus {
    background: var(--tools-devmob-carousel-hover, #452694) !important;
    box-shadow: 0 16px 28px rgba(79, 44, 171, 0.28);
}

body .metaslider .flex-direction-nav a::before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-color: currentColor;
    border-style: solid;
    border-width: 0 3px 3px 0;
    text-indent: 0;
}

body .metaslider .flex-direction-nav .flex-prev::before {
    transform: rotate(135deg);
    margin-left: 4px;
}

body .metaslider .flex-direction-nav .flex-next::before {
    transform: rotate(-45deg);
    margin-right: 4px;
}

body .metaslider .flex-control-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

body .metaslider .flex-control-nav li {
    margin: 0;
}

body .metaslider .flex-control-paging li a {
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #ccbdf6;
    border-radius: 999px;
    background: #d6d0e8 !important;
    box-shadow: none !important;
    opacity: 1;
    transition: width 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body .metaslider .flex-control-paging li a.flex-active {
    width: 18px !important;
    background: var(--tools-devmob-carousel-color, #5d34c6) !important;
    border-color: var(--tools-devmob-carousel-color, #5d34c6);
    box-shadow: 0 0 0 4px rgba(93, 52, 198, 0.14) !important;
}

body .metaslider .flex-control-paging li a:not(.flex-active):hover {
    background: #e2d8fb !important;
    border-color: var(--tools-devmob-carousel-hover, #452694);
}

.single-product .summary form.cart .single_add_to_cart_button.button,
.single-product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    width: 100%;
    gap: 12px;
    min-height: 60px;
    padding: 0 28px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--tools-devmob-buy-color, #6438d1) 0%, var(--tools-devmob-buy-mid-color, #4f2cab) 52%, var(--tools-devmob-buy-hover, #452694) 100%);
    background-size: 160% 160%;
    background-position: 0 50%;
    color: var(--tools-devmob-buy-text-color, #ffffff);
    box-shadow: 0 14px 28px rgba(79, 44, 171, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: -10px;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1), background-position 0.4s ease, filter 0.28s ease;
    will-change: transform, box-shadow, background-position;
}

.single-product .summary form.cart .single_add_to_cart_button.button::before,
.single-product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button.button::before {
    content: "";
    display: inline-block;
    position: static;
    inset: auto;
    opacity: 1;
    z-index: auto;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border-radius: 0;
    background-color: transparent;
    background: url("../images/add-to-cart-icon.svg") center/20px 20px no-repeat;
    box-shadow: none;
}

.single-product .summary form.cart .single_add_to_cart_button.button::after,
.single-product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button.button::after {
    display: none;
}

.single-product .summary form.cart,
.single-product .summary .woocommerce-variation-add-to-cart {
    align-items: stretch;
}

.single-product .summary form.cart div.quantity,
.single-product .summary .woocommerce-variation-add-to-cart div.quantity {
    flex: 0 0 auto;
    margin-inline-end: 12px;
}

.single-product .summary form.cart .wd-whatsapp-buy-button,
.single-product .summary .woocommerce-variation-add-to-cart .wd-whatsapp-buy-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex: 1 1 100%;
    width: 100%;
    min-height: 54px;
    margin-top: 12px;
    padding: 0 22px;
    border: 1px solid #bfe7ca;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f3fff7 100%);
    color: var(--tools-devmob-whatsapp-color, #178b43);
    box-shadow: 0 10px 22px rgba(60, 186, 84, 0.1);
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.single-product .summary form.cart .wd-whatsapp-buy-button:hover,
.single-product .summary form.cart .wd-whatsapp-buy-button:focus,
.single-product .summary .woocommerce-variation-add-to-cart .wd-whatsapp-buy-button:hover,
.single-product .summary .woocommerce-variation-add-to-cart .wd-whatsapp-buy-button:focus {
    color: var(--tools-devmob-whatsapp-hover, #14783a);
    border-color: var(--tools-devmob-whatsapp-border, #3cba54);
    background: linear-gradient(180deg, #ffffff 0%, #ecfff2 100%);
    box-shadow: 0 14px 26px rgba(60, 186, 84, 0.14);
    transform: translateY(-1px);
}

.single-product .summary form.cart .single_add_to_cart_button.button:hover,
.single-product .summary form.cart .single_add_to_cart_button.button:focus,
.single-product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button.button:hover,
.single-product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button.button:focus {
    color: var(--tools-devmob-buy-text-color, #ffffff);
    background-position: 100% 50%;
    filter: saturate(1.08) brightness(1.04);
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(79, 44, 171, 0.28), 0 0 0 3px rgba(100, 56, 209, 0.12);
}

.single-product .summary form.cart .single_add_to_cart_button.button:active,
.single-product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button.button:active {
    transform: translateY(0);
    box-shadow: 0 10px 20px rgba(79, 44, 171, 0.22);
}

@media (max-width: 767px) {
    body .wd-product .wd-add-btn.wd-add-btn-replace {
        grid-template-columns: minmax(0, 1fr) minmax(64px, 0.72fr);
        gap: 6px;
    }

    body .wd-product .wd-add-btn.wd-add-btn-replace > .quantity {
        width: 100%;
        min-width: 0;
        grid-template-columns: 30px minmax(0, 1fr) 30px;
        border-radius: 10px;
    }

    body .wd-product .wd-add-btn.wd-add-btn-replace > .quantity input[type="button"],
    body .wd-product .wd-add-btn.wd-add-btn-replace > .quantity input.qty,
    body .wd-product .wd-add-btn.wd-add-btn-replace > .add-to-cart-loop,
    body .wd-product .wd-add-btn.wd-add-btn-replace > .wd-whatsapp-buy-button--loop {
        min-height: 42px;
    }

    body .wd-product .wd-add-btn.wd-add-btn-replace > .quantity input[type="button"] {
        font-size: 18px;
    }

    body .wd-product .wd-add-btn.wd-add-btn-replace > .quantity input.qty {
        width: auto;
        min-width: 0;
        font-size: 15px;
    }

    body .wd-product .wd-add-btn.wd-add-btn-replace > .add-to-cart-loop {
        padding: 0 7px;
        min-width: 64px;
        border-radius: 10px;
    }

    body .wd-product .wd-add-btn.wd-add-btn-replace > .product_type_simple.add_to_cart_button .wd-action-icon,
    body .wd-product.product-type-variable.wd-variation-active .wd-add-btn.wd-add-btn-replace > .product_type_variable.add-to-cart-loop .wd-action-icon {
        width: 36px;
        height: 20px;
        flex: 0 0 36px;
        background-size: 36px 20px !important;
    }

    body .wd-product .wd-add-btn.wd-add-btn-replace > .add-to-cart-loop,
    body .wd-product .wd-add-btn.wd-add-btn-replace > .wd-whatsapp-buy-button--loop {
        font-size: 11px;
    }

    body.search-results .woocommerce-products-header__title.page-title,
    body.search-results .wd-woo-page-title .title,
    body.search-results .wd-page-title .title,
    body.single-product .related-products .wd-el-title.title.element-title,
    body.single-product .related.products > h2 {
        margin-bottom: 18px;
        font-size: clamp(26px, 9vw, 40px);
    }

    body .wd-products-element.wd-carousel-container .wd-nav-arrows.wd-pos-sep {
        --wd-arrow-offset-h: -36px;
        --wd-arrow-size: 34px;
        --wd-arrow-width: 34px;
        --wd-arrow-height: 34px;
        --wd-arrow-icon-size: 14px;
    }

    body .wd-products-element.wd-carousel-container .wd-nav-arrows .wd-arrow-inner {
        width: 34px;
        height: 34px;
        box-shadow: 0 10px 20px rgba(79, 44, 171, 0.2);
    }

    body .elementor-widget-media-carousel.elementor-arrows-yes .elementor-swiper-button,
    body .metaslider .flex-direction-nav a {
        width: 34px !important;
        height: 34px !important;
        box-shadow: 0 10px 20px rgba(79, 44, 171, 0.2);
    }

    body .elementor-widget-media-carousel.elementor-arrows-yes .elementor-swiper-button-prev {
        right: auto !important;
        left: -8px !important;
        z-index: 3;
    }

    body .elementor-widget-media-carousel.elementor-arrows-yes .elementor-swiper-button-next {
        right: -8px !important;
        left: auto !important;
        z-index: 3;
    }

    body .elementor-widget-media-carousel.elementor-arrows-yes .elementor-swiper-button svg {
        width: 14px;
        height: 14px;
    }

    body .metaslider .flex-direction-nav a::before {
        width: 10px;
        height: 10px;
        border-width: 0 2px 2px 0;
    }

    .single-product .summary form.cart .single_add_to_cart_button.button,
    .single-product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button.button {
        width: 100%;
        min-height: 56px;
        padding: 0 22px;
    }

    .single-product .summary form.cart .wd-whatsapp-buy-button,
    .single-product .summary .woocommerce-variation-add-to-cart .wd-whatsapp-buy-button {
        min-height: 52px;
        padding: 0 18px;
    }
}
