/*
Theme Name: DS Themes
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

img.emoji{
	width: 12px;
	height: 12px;
}
#header .header-wrapper.stuck {
    box-shadow: rgb(0, 0, 0) 5px 2px 18px;
}

body {
    font-size: 14px !important;
}

a:not(.button) {
    outline: none !important;
}

.button {
    font-weight: 500 !important;
    font-size: 16px;
}

.container-width,
.full-width .ubermenu-nav,
.container,
.row {
    width: 100%;
    max-width: 100% !important;
}

.ds-row {
    display: flex;
    flex-wrap: wrap;
}

.header-nav-main svg,
.header-cart-link svg,
.account-link-mobile svg {
    height: 24px;
    width: auto;
    color: black;
}


.header-main .flex-col.hide-for-medium.flex-left,
.header-main .flex-col.hide-for-medium.flex-left .header-nav-main,
.header-main .flex-col.hide-for-medium.flex-left .header-nav-main>li {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-main .nav-right {
    align-items: flex-start !important;
}

.header-main .nav-left {
    justify-content: flex-end !important;
    padding-right: 15px;
}

.header-main .flex-right {
    min-width: calc(100% / 6);
}

.header-main .flex-right .nav>li.html {
    height: 44px;
}

#woocommerce-product-search-field-0 {
    background-color: #eee !important;
    border: none !important;
    height: 40px !important;
}

[data-icon-label]:after {
    content: none !important;
}

/* DS Notification Shortcode */
.ds-notification-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
    z-index: 99;
}

.ds-notify-icon-link {
    display: flex;
    align-items: center;
    position: relative;
    color: currentColor;
}

.ds-notify-icon {
    position: relative;
    display: inline-flex;
}

.ds-notify-icon svg {
    height: 24px;
    width: auto;
}

/* Badge styling based on the provided image */
.ds-notify-badge,
.header-cart-count {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: #000;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    z-index: 2;
}

/* Dropdown styling */
.ds-notify-dropdown,
.nav-dropdown {
    position: absolute;
    top: 100%;
    right: 0 !important;
    left: auto !important;
    width: 320px;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    pointer-events: none;
    padding: 0;
    text-align: left;
}

.cart-item .nav-dropdown {
    width: 340px;
    padding: 5px;
    padding-right: 0;
    border-radius: 5px;
    box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1) !important;
}

.nav-dropdown#ux-search-dropdown {
    background-color: transparent !important;
    box-shadow: none !important;
}

.nav-dropdown.sub-menu {
    width: 220px;
    min-width: 220px;
    padding: 10px;
    left: 0 !important;
    right: auto !important;
    border-radius: 0 0 5px 5px;
    transform: perspective(600px) rotateX(-90deg);
    transform-origin: 0% 0%;
    transition: transform 0.5s ease, opacity 0.3s ease, visibility 0s 0.5s, max-height 0.5s step-end, max-width 0.5s step-end, padding 0.5s step-end;
}

.header-nav-main>li:hover .nav-dropdown.sub-menu {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end
}

.ds-notification-wrapper:hover .ds-notify-dropdown,
.header-main .header-nav-main li:hover .nav-dropdown:not(.sub-menu) {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.header-nav-main.nav-left>li {
    margin: 0 !important;
}

.header-nav-main.nav-left>li>a {
    padding: 10px 15px;
    font-size: 16px;
}

.header-nav-main.nav-left>li:last-child>a {
    padding-right: 0;
}

.ds-notify-dropdown-inner {
    padding: 15px;
}

.nav-dropdown.sub-menu li a {
    color: #000;
    border: none;
    padding: 6px 0;
    font-size: 16px;
}

/* Mini cart */
.woocommerce-mini-cart-item.mini_cart_item a:not(.remove) {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.nav-dropdown ul.woocommerce-mini-cart {
    padding: 15px;
    scrollbar-width: thin;
    scrollbar-color: #000 #fff;
}

.nav-dropdown ul.woocommerce-mini-cart .price-wrapper {
    font-size: 14px;
    opacity: 1;
}

.woocommerce-mini-cart-item.mini_cart_item .variation {
    display: flex;
}

.woocommerce-mini-cart-item.mini_cart_item .variation dd:not(:last-child) {
    margin-right: 15px;
    position: relative;
    padding-right: 15px;
}

.woocommerce-mini-cart-item.mini_cart_item .variation dd:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #232323;
}

.woocommerce-mini-cart-item.mini_cart_item {
    padding-left: 90px;
    padding-right: 0 !important;
    border-top: none !important;
}

.woocommerce-mini-cart-item.mini_cart_item:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.woocommerce-mini-cart-item.mini_cart_item a img {
    width: 75px;
    height: 75px;
}

.woocommerce-mini-cart-item.mini_cart_item:first-child a img {
    top: 0;
}

.woocommerce-mini-cart-item .ux-mini-cart-qty {
    margin-right: 0;
}

.woocommerce-mini-cart-item .remove {
    position: relative !important;
    color: rgb(143, 0, 0) !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    order: 2;
}

.woocommerce-mini-cart-item.mini_cart_item {
    display: flex;
    flex-direction: column;
}

.woocommerce-mini-cart-item.mini_cart_item .ux-mini-cart-qty {
    order: 3;
}

.woocommerce-mini-cart-item.mini_cart_item .ux-mini-cart-qty .quantity {
    border: 1px solid black;
    border-radius: 5px;
    overflow: hidden;
    font-size: 14px !important;
    opacity: 1 !important;
}

.woocommerce-mini-cart-item.mini_cart_item .ux-mini-cart-qty .quantity>* {
    border: none;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    box-shadow: none !important;
    height: 30px;
    min-height: unset;
}

.ux-mini-cart-footer {
    padding: 10px 15px 10px 10px;
}

.woocommerce-mini-cart__buttons.buttons a:not(.checkout) {
    display: none;
}

.woocommerce-mini-cart__buttons.buttons a.checkout {
    display: block;
    text-align: center;
    width: 100%;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 500;
}

.widget_shopping_cart p.total {
    border-bottom: 0;
    border-top: 0;
}

.ds-mini-cart-subtotal {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    margin-bottom: 10px;
}

dl.variation dt {
    display: none;
}

/* DS Topbar Marquee - Pure CSS */
.ds-marquee-container {
    overflow: hidden;
    width: 100%;
}

.ds-marquee-track {
    display: flex;
    width: max-content;
    animation: ds-marquee-scroll 20s linear infinite;
}

.ds-marquee-slide {
    width: calc((100vw - 20px) / 3);
    flex-shrink: 0;
    display: flex;
    align-items: center;
}



.ds-marquee-text {
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.ds-marquee-text::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    position: relative;
    border-radius: 50%;
}

@media (max-width: 1023px) {
    .header-main .nav-left {
        justify-content: flex-start !important;
    }
}

@media (max-width: 767px) {
    .ds-marquee-slide {
        width: auto;
        padding: 0 15px;
    }

    .ds-marquee-text {
        font-size: 14px;
    }

    .ds-marquee-text::before {
        margin-right: 30px;
    }



    #cart-popup,
    #main-menu.mobile-sidebar {
        background-color: #fff;
        height: 100%;
    }

    #main-menu.mobile-sidebar a {
        color: #000 !important;
    }
}

@keyframes ds-marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.ds-notify-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
}

.ds-notify-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #333;
    text-decoration: none;
    transition: background-color 0.2s ease;
    padding: 5px;
    border-radius: 4px;
}

.ds-notify-item:hover {
    background-color: #f7f7f7;
    color: #333;
}

.ds-notify-thumb {
    width: 60px;
    height: auto;
    flex-shrink: 0;
    background: #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
}

.ds-notify-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ds-notify-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.ds-notify-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 4px;
    color: #000;
}

.ds-notify-date {
    font-size: 12px;
    color: #888;
}

.ds-notify-empty {
    text-align: center;
    color: #888;
    margin: 0;
    padding: 10px 0;
}

.ds-notify-footer {
    padding-top: 12px;
}

.ds-notify-footer>a {
    padding: 4px 24px;
    border-radius: 50em;
    font-size: 14px !important;
    font-weight: 500 !important;
    min-height: unset !important;
}

/* Topbar */
#top-bar .flex-col,
#top-bar .flex-col>ul,
#top-bar .flex-col>ul>li {
    width: 100%;
}

h2 {
    font-size: 32px;
}

/* Homepage */
.ds-fs-header-wrap {
    margin-bottom: 25px;
    padding: 0 15px;
}

.ds-fs-header-wrap .col {
    display: flex;
    align-items: center;
}

.ds-fs-title {
    display: flex;
    align-items: center;
}

.ds-fs-title {
    margin-bottom: 0;
}

.ds-fs-title a {
    color: #000;
}

.ds-fs-dot {
    width: 15px;
    height: 15px;
    background: #000;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

.ds-fs-dot::after {
    content: "";
    border-radius: 100%;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: transparent;
    animation: pulseSmall2 1.25s linear infinite;
}

.ds-fs-text {
    color: #FD7D21;
    border-top: 1px dashed #acacac;
    border-bottom: 1px dashed #acacac;
    padding: 5px 0;
}

.ds-fs-text::before {
    background: linear-gradient(90deg, #e4ecff 0%, rgba(228, 236, 255, 0) 30%, rgba(228, 236, 255, 0) 70%, #e4ecff 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    bottom: -10px;
    width: 100%;
    content: '';
    z-index: 9;
}

@keyframes pulseSmall2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(25, 79, 219, 0.3);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(25, 79, 219, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(25, 79, 219, 0.3);
    }
}

.ds-fs-label {
    font-size: 18px;
}

@media screen and (max-width: 1023px) {
    .ds-fs-title a {
        font-size: 25px;
    }

    .ds-fs-text::before {
        content: none;
    }

    .ds-fs-title {
        justify-content: center;
        margin-bottom: 10px;
    }

    .ds-fs-label {
        text-align: center !important;
    }

    .ds-fs-text {
        margin-bottom: 10px !important;
    }

    .ds-sp-header,
    .ds-home-signature-wrap {
        flex-wrap: nowrap !important;
    }

    .ds-sp-view-all {
        white-space: nowrap !important;
    }

    .ds-home-signature-wrap {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: thin;
    }

    .ds-home-signature-wrap>.col {
        flex-shrink: 0;
        max-width: 80% !important;
    }
}

/* DS Product Card Customization */
.product-small .box-text {
    text-align: left;
    padding: 10px 0;
}

.product-small .title-wrapper {
    margin-bottom: 5px;
}

.product-small .title-wrapper {
    margin-bottom: 10px;
}

.product-small .title-wrapper .woocommerce-loop-product__title {
    font-size: 18px;
    font-weight: 700;
    color: black;
    line-height: 1.4;
    margin: 0 !important;
}

.product-small .title-wrapper .woocommerce-loop-product__title a {
    color: #000;
    -webkit-line-clamp: 2;
    height: calc(1em * 1.4 * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important;
    margin: 0 !important;
}

.product-small .swatches-wrapper {
    margin-bottom: 12px;
}

.ds-custom-swatches {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 5px;
}

.ds-swatch {
    width: 26px;
    height: 26px;
    border: 1.5px solid #000;
    border-radius: 50%;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    flex-shrink: 0;
}

.ds-swatch img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #f5f5f5;
}

.ds-swatch-more {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-left: 2px;
}

/* Hide default plugin swatches to avoid duplication */
.swatches-wrapper .vi-wpvs-variation-wrap,
.swatches-wrapper .xt_woovs-swatches,
.swatches-wrapper .woo-variation-swatches,
.swatches-wrapper .ux-swatches {
    display: none !important;
}

.product-small .price-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
}

.product-small .price-wrapper .price {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
}

.product-small .price-wrapper .price>span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-small .price-wrapper .price ins {
    order: 1;
    text-decoration: none;
    font-size: 20px;
    font-weight: 800;
    color: #000;
}

.product-small .price-wrapper .price del {
    order: 2;
    font-size: 16px;
    color: #999;
    font-weight: 500;
    margin-left: 0 !important;
}

.product-small .ds-discount-badge {
    background: url(/wp-content/uploads/2026/03/union.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 6px;
    white-space: nowrap;
    line-height: 1.2;
}

.product-small .badge-container .onsale {
    display: none !important;
}

@media screen and (max-width: 767px) {

    .product-small .price-wrapper .price,
    .product-small .price-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .ds-new-products-wrapper .swiper-button-next,
    .ds-new-products-wrapper .swiper-button-prev,
    .ds-flash-sale-wrapper .swiper-button-next,
    .ds-flash-sale-wrapper .swiper-button-prev,
    .ds-related-products-slider .swiper-button-next,
    .ds-related-products-slider .swiper-button-prev {
        top: 33%;
        width: 36px !important;
        height: 36px !important;
    }

    .ds-new-products-wrapper .swiper-button-next,
    .ds-flash-sale-wrapper .swiper-button-next,
    .ds-related-products-slider .swiper-button-next {
        right: 5px;
    }

    .ds-new-products-wrapper .swiper-button-prev,
    .ds-flash-sale-wrapper .swiper-button-prev,
    .ds-new-products-wrapper .swiper-button-prev,
    .ds-related-products-slider .swiper-button-prev {
        left: 5px;
    }

    .ds-home-2banner-1 {
        padding-bottom: 15px !important;
    }
}

/* DS Flash Sale Swiper */
.ds-flash-sale-wrapper,
.ds-new-products-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0 15px;
}

.ds-flash-sale-wrapper .swiper-slide .col,
.ds-new-products-wrapper .swiper-slide .col {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0;
}

.ds-flash-sale-wrapper .swiper-button-next,
.ds-flash-sale-wrapper .swiper-button-prev,
.ds-new-products-wrapper .swiper-button-next,
.ds-new-products-wrapper .swiper-button-prev,
.ds-related-products-slider .swiper-button-next,
.ds-related-products-slider .swiper-button-prev {
    color: #000;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.ds-flash-sale-wrapper .swiper-button-next:after,
.ds-flash-sale-wrapper .swiper-button-prev:after,
.ds-new-products-wrapper .swiper-button-next:after,
.ds-new-products-wrapper .swiper-button-prev:after,
.ds-related-products-slider .swiper-button-next:after,
.ds-related-products-slider .swiper-button-prev:after {
    font-size: 16px;
}

/* Hide pagination if not needed or tweak spacing */
.ds-flash-sale-wrapper .swiper-pagination,
.ds-new-products-wrapper .swiper-pagination {
    position: relative;
    margin-top: 15px;
}

.ds-fs-see-more {
    display: flex;
    margin: 0 auto;
    width: max-content;
    align-items: center;
    padding: 10px 20px;
    border-radius: 50em;
    font-weight: 500;
    font-size: 16px;
    min-height: unset !important;
    margin-top: 20px;
    line-height: 1.5;
}

.ds-fs-see-more span {
    line-height: 1.5;
}

.ds-fs-header-wrap .ds-fs-see-more {
    padding: 6px 24px;
}

/* Home Categories Slider */
.ds-home-categories-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0 15px;
    margin-bottom: 30px;
}

/* Fix CSS FOUC / Swiper vỡ layout trước khi init */
.swiper {
    list-style: none;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    transition-property: transform;
}

/* Fade in mượt mà cho swiper khi load xong JS */
.swiper {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.swiper.swiper-initialized {
    opacity: 1;
    visibility: visible;
}

.ds-home-categories-wrapper .swiper-slide .col {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0;
}

.ds-hc-item {
    position: relative;
    display: block;
    padding-bottom: 50px;
}

.ds-hc-content {
    display: block;
    position: relative;
    color: currentColor;
    text-decoration: none;
}

.ds-hc-large-img {
    position: relative;
    width: 100%;
}

.ds-hc-large-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.ds-hc-btn {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    padding: 8px 24px;
    border-radius: 50em;
    font-size: 14px;
    font-weight: 500;
    z-index: 3;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
}

.ds-hc-btn:hover {
    background: #333;
    color: #fff;
}

.ds-hc-small-img {
    position: absolute;
    bottom: -50px;
    right: 15px;
    width: 250px;
    height: 250px;
    z-index: 2;
}

.ds-hc-small-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ds-home-categories-wrapper .swiper-button-next,
.ds-home-categories-wrapper .swiper-button-prev {
    color: #000;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.ds-home-categories-wrapper .swiper-button-next:after,
.ds-home-categories-wrapper .swiper-button-prev:after {
    font-size: 16px;
}

.ds-home-categories-wrapper .swiper-pagination {
    position: relative;
    margin-top: 15px;
}

/* DS Product Hover Tools */
.ds-product-hover-tools {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 15px;
}

.ds-tool-btn {
    width: 42px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6F768A;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.ds-tool-btn:hover {
    background-color: #fff;
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.ds-tool-btn svg {
    max-width: 20px;
    max-height: 20px;
    display: block;
}

.ds-tool-btn.ds-opt-btn svg path,
.ds-tool-btn.ds-opt-btn svg rect {
    stroke: currentColor !important;
}

.ds-tool-btn.ds-view-btn svg path {
    fill: currentColor !important;
}

.ds-tool-btn.ds-wish-btn svg path {
    stroke: currentColor !important;
}

/* DS Product Box Actions (hover icons on product card) */
.image-tools.grid-tools {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    top: 50% !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(0, -50%) !important;
    width: 100% !important;
    margin-bottom: 0 !important;
}

.image-tools.grid-tools.hover-slide-in {
    transform: translate(0, -50%) !important;
}

.product-small:hover .image-tools.grid-tools.hover-slide-in {
    opacity: 1;
}

.ds-action-btn {
    width: 44px !important;
    height: 44px !important;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.95) !important;
    border-radius: 50%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #6F768A;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    cursor: pointer;
    border: none;
    padding: 0;
    line-height: 0;
    transform: translateY(15px);
    opacity: 0;
}

/* Base transition delays for when hover out */
.ds-action-btn:nth-child(1) {
    transition-delay: 0.15s !important;
}

.ds-action-btn:nth-child(2) {
    transition-delay: 0.1s !important;
}

.ds-action-btn:nth-child(3) {
    transition-delay: 0.05s !important;
}

.ds-action-btn:nth-child(4) {
    transition-delay: 0s !important;
}

.ds-action-btn:hover {
    background-color: black !important;
    color: #fff !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    transition-delay: 0s !important;
    transition: all .1s ease !important;
}

.ds-action-btn:hover svg path,
.ds-action-btn:hover svg rect {
    stroke: #fff !important;
    fill: #fff !important;
}

.product-small:hover .image-tools.grid-tools.hover-slide-in .ds-action-btn {
    transform: translateY(0) !important;
    opacity: 1;
}

/* Stagger transition delay for slide up sequentially */
.product-small:hover .image-tools.grid-tools.hover-slide-in .ds-action-btn:nth-child(1) {
    transition-delay: 0.05s !important;
}

.product-small:hover .image-tools.grid-tools.hover-slide-in .ds-action-btn:nth-child(2) {
    transition-delay: 0.1s !important;
}

.product-small:hover .image-tools.grid-tools.hover-slide-in .ds-action-btn:nth-child(3) {
    transition-delay: 0.15s !important;
}

.product-small:hover .image-tools.grid-tools.hover-slide-in .ds-action-btn:nth-child(4) {
    transition-delay: 0.2s !important;
}


.ds-action-btn svg {
    width: 24px;
    height: 24px;
    display: block;
    color: #6F768A;
    stroke: #6F768A;
}

/* Quick View icon: fill-based SVG */
.ds-quick-view-btn svg path {
    fill: currentColor !important;
}

/* View Detail (sort) icon: stroke-based SVG */
.ds-view-detail-btn svg path,
.ds-view-detail-btn svg rect {
    stroke: currentColor !important;
}

/* Wishlist (heart) icon: stroke-based SVG */
.ds-wishlist-btn svg path {
    stroke: currentColor !important;
    fill: none !important;
}

/* Custom Tooltip for action buttons */
.ds-action-btn {
    position: relative;
}

.ds-action-btn[data-tooltip]::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    background: black;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 10;
    line-height: 1.4;
    text-transform: capitalize;
}

.ds-action-btn[data-tooltip]::after {
    content: '';
    position: absolute;
    bottom: calc(100% - 6px);
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-top-color: black;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 10;
}

.ds-action-btn[data-tooltip]:hover::before,
.ds-action-btn[data-tooltip]:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.ds-image-effect {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.ds-image-effect:before,
.ds-image-effect:after {
    background: rgba(255, 255, 255, 0.1);
    content: '';
    z-index: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    pointer-events: none;
}

.ds-image-effect:before {
    left: -100%;
    top: -100%;
    z-index: 1;
}

.ds-image-effect:after {
    left: 100%;
    top: 100%;
    z-index: 1;
}

.ds-image-effect:hover:before,
.ds-image-effect:hover:after {
    left: 0;
    top: 0
}

/* --- Suggested Products Shortcode --- */
.ds-suggested-products-wrapper {
    padding: 0 15px;
}

.ds-sp-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #ddd;
    border-top: 1px dashed #ddd;
    padding: 10px 0;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
}

.ds-sp-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
}

.ds-sp-tab {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 99px;
    padding: 8px 20px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    box-shadow: none;
    line-height: 1.5;
    margin-bottom: 0;
    margin-right: 0;
    white-space: nowrap;
    flex-shrink: 0;
}

.ds-sp-tab:hover {
    border-color: #999;
}

.ds-sp-tab.active {
    border-color: #000;
    color: #000;
}

.ds-sp-view-all {
    background-color: #000;
    color: #fff;
    border-radius: 99px;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    line-height: 1.5;
}

.ds-sp-view-all:hover {
    background-color: #333;
    color: #fff;
}

.ds-sp-panel {
    display: none;
    animation: dsFadeIn 0.3s ease-in-out;
}

.ds-sp-panel.active {
    display: block;
}

.ds-sp-panel .product-small.col {
    padding: 0 5px 10px !important;
}

.ds-sp-loader {
    text-align: center;
    padding: 20px 0;
    color: black;
    font-size: 14px;
}

@keyframes dsFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ds-sp-empty {
    text-align: center;
    padding: 20px 0;
    color: black;
    font-size: 14px;
    width: 100%;
}

.ds-home-signature-wrap img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.ds-vid-title {
    margin-bottom: 25px;
    line-height: 1.5;
}

.ds-vid-inner {
    background: #EDF7FF;
    position: relative;
}

.ds-vid-content {
    padding: 0 15px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 100%;
    right: 0;
    margin: auto;
    z-index: 1;
    max-width: 1620px;
}

.ds-vid-row {
    width: 750px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.ds-vid-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    -ms-flex: 0 0 calc(7/12 * 100%);
    flex: 0 0 calc(7/12 * 100%);
    max-width: calc(7/12 * 100%);
    padding: 0 15px;
    position: relative;
}

.ds-vid-text::before {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 5px solid #bfcef5;
    top: -46%;
    right: -46%;
    content: '';
    position: absolute;
    transform: translate(-46%, 46%);
}

.ds-vid-text::after {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 5px solid #bfcef5;
    bottom: -46%;
    left: -46%;
    content: '';
    position: absolute;
    transform: translate(46%, -46%);
}

.ds-vid-subtitle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.ds-vid-desc p {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 0;
}

.ds-vid-img {
    -ms-flex: 0 0 calc(5/12 * 100%);
    flex: 0 0 calc(5/12 * 100%);
    max-width: calc(5/12 * 100%);
}

.ds-vid-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.ds-vid-highlight {
    display: block;
    color: #FF4B00;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.ds-vid-player {
    display: flex;
}

.ds-vid-player-left {
    -ms-flex: 0 0 calc(5/12 * 100%);
    flex: 0 0 calc(5/12 * 100%);
    max-width: calc(5/12 * 100%);
}

.ds-vid-player-right {
    -ms-flex: 0 0 calc(7/12 * 100%);
    flex: 0 0 calc(7/12 * 100%);
    max-width: calc(7/12 * 100%);
}

.ds-vid-player-thumb {
    padding-bottom: 50%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
}

.ds-vid-player-thumb video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: cover;
}

.ds-vid-btn a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 40px;
    background: #000;
    color: #fff;
    font-size: 14px;
}

@media screen and (max-width: 1023px) {
    .ds-vid-row {
        flex-direction: column;
        width: 100%;
    }

    .ds-vid-text {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ds-vid-img {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ds-vid-player {
        flex-direction: column;
    }

    .ds-vid-player-left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ds-vid-player-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ds-vid-content {
        position: relative;
        transform: unset;
        top: auto;
        margin-bottom: 24px;
    }

    .ds-vid-inner {
        padding-top: 15px;
    }

    .ds-vid-img {
        margin-top: 15px;
    }
}

/* --- Feedbacks Shortcode --- */
.ds-feedbacks-wrapper {
    padding: 60px 0;
}

.ds-feedbacks-wrapper .swiper-slide::before {
    content: '';
    background: #E9EFFF;
    border-radius: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: rotate(-2deg);
}

.ds-feedbacks-wrapper .swiper-slide:nth-child(even)::before {
    transform: rotate(2deg);
}

.ds-fb-wrap {
    background: #fff;
    border-radius: 30px;
    padding: 30px;
    height: 100%;
    display: flex;
}

.ds-fb-item {
    display: flex;
    position: relative;
    width: 100%;
    min-height: 250px;
}

.ds-fb-item.is-reversed {
    flex-direction: row-reverse;
}

.ds-fb-tape {
    position: absolute;
    z-index: 10;
    right: -20px;
    top: -20px;
}

.ds-fb-item.is-reversed .ds-fb-tape {
    left: -25px;
    right: auto;
    transform: scaleX(-1);
}

.ds-fb-content-wrap {
    width: calc((7/12) * 100%);
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ds-fb-quote-icon {
    font-size: 80px;
    line-height: 0.8;
    color: #000;
    margin-bottom: 10px;
    font-family: Georgia, serif;
    font-weight: 900;
}

.ds-fb-text {
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 25px;
}

.ds-fb-text p {
    margin-bottom: 0;
}

.ds-fb-author {
    margin-bottom: 20px;
}

.ds-fb-name {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.ds-fb-job {
    font-size: 14px;
    color: #FF9800;
    font-weight: 500;
}

.ds-fb-socials {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 15px 10px;
    width: 100%;
}

.ds-fb-social {
    color: #000;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    transition: all 0.3s;
}

.ds-fb-social:hover {
    color: #000;
}

.ds-fb-social svg {
    color: black;
    width: 16px;
    height: 16px;
}

.ds-fb-image-wrap {
    width: calc((5/12) * 100%);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.ds-fb-image {
    flex: 1;
    overflow: hidden;
    padding-bottom: 120%;
    height: auto;
    display: block;
    position: relative;
}

.ds-fb-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

/* Feedbacks Navigation */
.ds-feedbacks-wrapper .swiper-button-next,
.ds-feedbacks-wrapper .swiper-button-prev {
    color: #000;
    background: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.ds-feedbacks-wrapper .swiper-button-next:after,
.ds-feedbacks-wrapper .swiper-button-prev:after {
    font-size: 16px;
}

@media (max-width: 767px) {
    .ds-fb-item {
        flex-direction: column !important;
    }

    .ds-fb-image-wrap {
        width: 100%;
    }

    .ds-fb-image {
        height: 250px;
        flex: none;
    }

    .ds-fb-content-wrap {
        width: 100%;
    }

    .ds-fb-item .ds-fb-tape {
        right: -10px;
        left: auto;
    }
}

.ds-insta-header {
    display: block;
    margin-bottom: 30px;
    background-image: url(/wp-content/uploads/2026/03/rectangle_102.webp);
    background-size: 100% 80%;
    background-repeat: no-repeat;
    padding: 0 64px 20px;
    background-position-y: 17px;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    text-align: center;
}

.ds-insta-title {
    font-size: 30px;
    text-align: center;
}

.ds-insta-title img {
    margin: 0 10px;
}

.ds-insta-header>* {
    margin-bottom: 0;
}

.ds-insta-header a {
    font-size: 16px;
    color: #000;
}

/* --- Instagram Images Shortcode --- */
.ds-instagram-wrapper {
    position: relative;
    padding: 0 15px;
}

.ds-ig-slide {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ds-ig-item {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.ds-ig-img {
    position: relative;
    width: 100%;
    padding-bottom: 125%;
    /* 4:5 aspect ratio */
    overflow: hidden;
}

.ds-ig-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ds-ig-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 54%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 2;
}

.ds-ig-overlay svg {
    color: #fff;
    transform: scale(0.5);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 40px;
    height: 40px;
}

.ds-ig-link:hover .ds-ig-img img {
    transform: scale(1.05);
}

.ds-ig-link:hover .ds-ig-overlay {
    opacity: 1;
}

.ds-ig-link:hover .ds-ig-overlay svg {
    transform: scale(1);
}

.ds-instagram-wrapper .swiper-button-next,
.ds-instagram-wrapper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.ds-instagram-wrapper .swiper-button-next:after,
.ds-instagram-wrapper .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .ds-insta-header {
        padding: 0 40px 20px;
        max-width: 286px;
    }

    .ds-insta-title {
        font-size: 20px;
    }
}

/* --- Policy List Shortcode --- */
.ds-policy-wrapper {
    padding: 25px 0;
}

.ds-policy-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.ds-policy-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 12px;
}

.ds-policy-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ds-policy-content {
    display: flex;
    flex-direction: column;
}

.ds-policy-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 2px;
    line-height: 1.2;
}

.ds-policy-desc {
    font-size: 13px;
    color: #000;
    line-height: 1.4;
}

/* Footer */
.ds-footer-logo .ds-footer-logo--img {
    width: 168px !important;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
}

#footer p,
#footer a {
    color: #B4B4B4;
}

#footer a:hover {
    color: #fff;
}

.absolute-footer {
    padding: 15px 0;
    border-top: 1px solid #535353;
    color: #B4B4B4;
    font-size: 16px;
}

#footer h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

.ds-footer-bct {
    margin-top: 10px;
}

/* --- Footer Shortcode (ds_footer) --- */
.ds-footer-wrapper {
    background-color: #000;
    color: #b4b4b4;
    padding-bottom: 20px;
    font-size: 14px;
}

.ds-footer-wrapper a {
    color: #b4b4b4;
    transition: color 0.3s ease;
}

.ds-footer-wrapper a:hover {
    color: #fff;
}

.ds-footer-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.ds-footer-text {
    margin-bottom: 20px;
    line-height: 1.6;
}

.ds-contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.ds-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    line-height: 1.5;
}

.ds-contact-icon {
    flex-shrink: 0;
    color: #fff;
    margin-top: 3px;
}

.ds-social-heading {
    margin-bottom: 15px;
    color: #fff !important;
}

.ds-social-icons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ds-social-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: transform 0.8s ease;
}

.ds-social-btn:hover {
    transform: translateY(-3px);
}

.ds-social-btn svg {
    width: 32px;
    height: 32px;
}

.ds-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ds-footer-menu li {
    margin-bottom: 15px;
}

.ds-newsletter-form {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #444;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.ds-newsletter-form input {
    background: transparent;
    border: none;
    color: #fff;
    flex: 1;
    padding: 5px 0;
    font-size: 14px;
    box-shadow: none !important;
    outline: none !important;
    min-height: 35px;
    margin-bottom: 0;
}

.ds-newsletter-form input::placeholder {
    color: #777;
}

.ds-newsletter-form button {
    background: transparent;
    border: none;
    color: #fff;
    padding: 5px;
    cursor: pointer;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ds-newsletter-form button:hover {
    color: #ccc;
}

.ds-extra-heading {
    margin-bottom: 15px;
    color: #fff !important;
}

.ds-payment-methods,
.ds-ecommerce-platforms {
    margin-bottom: 25px;
}

.ds-payment-icons,
.ds-ecommerce-icons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.ds-payment-icon {
    background: #fff;
    border-radius: 3px;
    padding: 3px 5px;
    display: inline-flex;
}

/* Accordion Mobile */
.ds-acc-icon {
    display: none;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ds-acc-icon::before,
.ds-acc-icon::after {
    content: '';
    position: absolute;
    background: #fff;
    transition: all 0.3s ease;
}

.ds-acc-icon::before {
    top: 6px;
    left: 0;
    width: 14px;
    height: 2px;
}

.ds-acc-icon::after {
    top: 0;
    left: 6px;
    width: 2px;
    height: 14px;
}

.ds-footer-accordion.active .ds-acc-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

.ds-bct-link img {
    max-width: 160px;
    margin: 10px 0;
}

@media (max-width: 768px) {
    .ds-footer-accordion {
        padding-bottom: 15px;
    }

    .ds-footer-col-2 {
        padding: 0;
    }

    .ds-footer-col:last-child {
        margin-bottom: 0;
    }

    .ds-footer-accordion .ds-acc-content {
        display: none;
        padding-top: 10px;
    }

    .ds-footer-accordion.active .ds-acc-content {
        display: block;
    }

    .ds-acc-title {
        position: relative;
        cursor: pointer;
        margin-bottom: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #333;
    }

    .ds-acc-icon {
        display: block;
    }

    .ds-footer-accordion.active .ds-acc-title {
        border-bottom-color: transparent;
        padding-bottom: 5px;
    }
}

.ds-footer-dots {
    border-top: 1px solid black;
    padding: 20px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
}

.ds-footer-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    display: inline-block;
}

.ds-subfooter {
    border-top: 1px solid #D9D9D9;
}

@media screen and (max-width: 767px) {
    .ds-footer-dot {
        display: none;
    }
}

/* --- Coupon Codes Shortcode (CSS Grid) --- */
.ds-coupons-wrapper {
    padding: 15px;
}

.ds-coupons-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.ds-coupon-card {
    display: flex;
    align-items: stretch;
    background: #fff;
    height: 100%;
    padding: 20px;
    background-image: url(/wp-content/uploads/2026/03/subtract.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 0;
    padding-right: 27px;
}

.ds-coupon-thumb {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.ds-coupon-thumb img {
    width: 75px;
    height: auto;
    object-fit: cover;
}

.ds-coupon-info-wrap {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
}

.ds-coupon-info-icon {
    color: #000;
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s;
    display: inline-flex;
}

.ds-coupon-info-icon:hover {
    color: #000;
}

.ds-coupon-info-icon svg {
    width: 20px;
    height: 20px;
}

.ds-coupon-popover {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 12px 14px;
    min-width: 220px;
    z-index: 100;
    animation: dsCouponFadeIn 0.2s ease;
}

.ds-coupon-popover::before {
    content: '';
    position: absolute;
    top: -6px;
    right: 4px;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.05);
}

.ds-coupon-info-wrap:hover .ds-coupon-popover {
    display: block;
}

.ds-coupon-popover-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
}

.ds-coupon-popover-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.ds-coupon-popover-item:first-child {
    padding-top: 0;
}

.ds-coupon-popover-title {
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.ds-coupon-popover-text {
    font-size: 12px;
    color: #000;
    line-height: 1.4;
}

@keyframes dsCouponFadeIn {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ds-coupon-content {
    flex: 1;
    padding: 0 0 0 20px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    position: relative;
}

.ds-coupon-content::before {
    content: '';
    position: absolute;
    height: 90%;
    border-left: 2px dashed #000;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.ds-coupon-title {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    margin-bottom: 2px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ds-coupon-desc {
    font-size: 12px;
    color: black;
    margin-bottom: 6px;
    line-height: 1.5;
}

.ds-coupon-desc p {
    margin-bottom: 0;
}

.ds-coupon-desc strong {
    font-size: 14px;
    margin-bottom: 8px;
}

.ds-coupon-code-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
}

.ds-coupon-code-inner {
    display: inline-flex;
    flex-direction: column;
}

.ds-coupon-label {
    font-size: 12px;
    color: black;
    white-space: nowrap;
}

.ds-coupon-code {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ds-coupon-copy-btn {
    font-size: 11px;
    padding: 3px 10px;
    border: 1px solid black;
    border-radius: 4px;
    background: #000;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s;
    margin-left: auto;
    flex-shrink: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.ds-coupon-copy-btn:hover {
    color: #000;
    background: #fff;
}

.ds-coupon-copy-btn.copied {
    border-color: #28a745;
    color: #28a745;
    background: #fff;
}

@media screen and (max-width: 1024px) {
    .ds-coupons-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .ds-coupons-grid {
        grid-template-columns: repeat(4, 90%);
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: thin;
    }

    .ds-coupon-thumb img {
        width: 60px;
    }

    .ds-coupon-title {
        font-size: 12px;
    }

    .ds-coupon-desc {
        font-size: 10px;
    }
}

.shop-container .product-small.col {
    padding: 0 5px 15px;
}

.woocommerce-no-products-found .message-wrapper {
    text-align: center;
    padding: 15px;
    background: gray;
    border-radius: 10px;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

/* --- Custom Orderby Dropdown --- */
.ds-custom-orderby-dropdown {
    position: relative;
    display: inline-block;
}

.ds-orderby-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    transition: background 0.3s ease;
    white-space: nowrap;
    font-size: 14px;
}

.ds-orderby-toggle:hover {
    background: #222;
}

.ds-orderby-label {
    font-weight: 700;
}

.ds-selected-label {
    font-weight: 400;
}

.ds-dropdown-arrow {
    display: inline-flex;
    align-items: center;
    transition: transform 0.3s ease;
    line-height: 1;
}

.ds-custom-orderby-dropdown:hover .ds-dropdown-arrow {
    transform: rotate(180deg);
}

.ds-orderby-options {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 0;
    min-width: 175px;
    z-index: 100;
    list-style: none;
    margin: 0;
    animation: dsOrderbyFadeIn 0.2s ease;
}

.ds-orderby-options::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    height: 12px;
}

.ds-custom-orderby-dropdown:hover .ds-orderby-options {
    display: block;
}

@keyframes dsOrderbyFadeIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ds-orderby-options li {
    margin: 0;
    padding: 0;
}

.ds-orderby-options li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s ease;
    gap: 10px;
}

.ds-orderby-options li:first-child a {
    border-radius: 5px 5px 0 0;
}

.ds-orderby-options li:last-child a {
    border-radius: 0 0 5px 5px;
}

.ds-orderby-options li a:hover {
    background: #000;
    color: #fff;
}

.ds-orderby-options li.active a {
    color: #000;
    background: #fff;
}

.ds-orderby-options .check-icon {
    display: inline-flex;
    align-items: center;
    color: #000;
    flex-shrink: 0;
}

.ds-orderby-options .option-text {
    flex: 1;
}

.widget-title.shop-sidebar {
    text-transform: none;
    font-weight: 700;
    font-size: 18px;
    color: black;
    letter-spacing: 0;
    display: block;
    padding: 10px 0;
}

.widget_product_categories .is-divider {
    display: none;
}

.ds-filter-title {
    font-size: 18px;
}

.widget .product-categories .cat-item {
    margin-bottom: 5px;
}

.widget .product-categories .cat-item>a {
    font-weight: 500 !important;
    color: black !important;
    padding: 0 !important;
    line-height: 1.5;
    text-transform: uppercase;
    flex-grow: 0;
    white-space: nowrap;
    margin-right: 10px;
}

.widget .product-categories .cat-item>.count {
    font-size: 14px;
    line-height: 1.5;
    color: #838488;
}

.shop-container .products {
    margin-left: -5px !important;
}

.widget>ul>li+li,
ul.menu>li+li {
    border-top: 0;
}

.ds-shop-page-title {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0;
}

.ds-breadcrumbs-wrapper {
    padding: 15px;
    background: #F1F1F1;
    margin-bottom: 30px;
}

.ds-breadcrumbs-wrapper .breadcrumbs>*,
.ds-breadcrumbs-wrapper .breadcrumbs a,
.ds-breadcrumbs-wrapper .breadcrumbs span {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    opacity: 1;
    color: #000;
}

.product-quick-view-container {
    width: 950px;
    background-color: white;
    padding: 30px 15px !important;
    position: relative;
}

.product-quick-view-container>.row {
    margin: 0 !important;
}

.product-quick-view-container>.row>.col {
    padding-bottom: 0 !important;
}

.product-quick-view-container .swiper-slide.ds-qv-thumb {
    border: 1px solid #e9edf5;
    border-radius: 5px;
    overflow: hidden;
    height: 100px;
    padding: 10px;
}

.product-quick-view-container .swiper-slide.ds-qv-thumb.active {
    border-color: #000;
}

.product-quick-view-container .swiper-slide.ds-qv-thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.product-quick-view-container .ds-qv-main-image {
    max-height: 430px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #e9edf5;
    margin-bottom: 15px;
}

.product-quick-view-container .ds-qv-main-image img {
    width: auto;
    height: auto;
    object-fit: contain;
    max-height: 430px;
}

.product-quick-view-container .product-info {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    max-height: 545px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #000 #f1f1f1;
}

.product-quick-view-container .product-info form {
    margin-bottom: 0;
}

.product-lightbox.lightbox-content {
    background-color: #fff;
    max-width: 950px !important;
    border: 2px solid black;
    border-radius: 10px;
    overflow: hidden;
}

.product-quick-view-container .product-info .single_add_to_cart_button {
    background-color: black !important;
    color: white !important;
}

.product-quick-view-container .product-info .single_add_to_cart_button:hover {
    background-color: #fff !important;
    color: black !important;
}

.ds-close-qv {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 10;
}

.ds-close-qv svg {
    width: 18px;
    height: 18px;
}

.ds-close-qv svg path {
    stroke: #000;
    stroke-width: 2px;
}

/* Featured News Shortcode */
.ds-featured-news-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
    margin-top: 0;
}

.ds-featured-news-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ds-featured-news-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.ds-news-thumb {
    width: 140px;
    flex-shrink: 0;
}

.ds-news-thumb img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    display: block;
}

.ds-news-content {
    flex: 1;
}

.ds-news-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.ds-news-title a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ds-news-title a:hover {
    color: #FD7D21;
}

@media screen and (max-width: 767px) {
    .ds-news-thumb {
        width: 100px;
    }

    .ds-featured-news-title {
        font-size: 18px;
    }
}

/* Blog */
.blog-wrapper .post-item .box-image .image-cover {
    padding-top: 100% !important;
}