/*============================================================================================
   Start Card CSS
==============================================================================================*/
.product.style-12 {
    position: relative;
    transition:
        box-shadow 0.3s,
        opacity 0.3s;
    border: none;
    border-radius: 0;
    background: none !important;
}

.product.style-12 .color-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    margin-right: 4px;
    position: relative;
}

.product.style-12 .color-dot:hover,
.product.style-12 .color-dot.active {
    outline: 1px solid #434343;
    border: 2px solid white;
    transform: scale(1.2);
}

.product.style-12 .product-media .swiper-slide {
    width: 100% !important;
}

.product.style-12 .s12-details-flex {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.product.style-12 .s12-left {
    flex: 1;
    min-width: 0;
}

.product.style-12 .s12-right {
    flex-shrink: 0;
}

.product.style-12 .s12-cart-btn {
    position: static !important;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin: 0;
}

.product.style-12 .variant-sizes {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    position: static;
    background: none;
    padding: 0;
    align-items: center;
    margin-bottom: 6px;
}
.product.style-12 .size-badge {
    cursor: pointer;
    font-size: 13px;
    position: relative;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    justify-content: center;
    border: 1px solid #a7a7a7;
    transition: color 0.2s ease;
    z-index: 1;
    border-radius: 50%;
    flex-shrink: 0;
}
.product.style-12 .size-badge.active {
    border: 0;
    color: white;
    background: var(--secondary-color);
}
.product.style-12 .variant-colors {
    padding: 2px;
    display: none;
}

.product.style-12 .color-dot::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid #9e9e9e;
    transform: scale(0.95);
    opacity: 0;
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
}

.product.style-12 .color-dot::after {
    opacity: 1;
    border-radius: 50%;
}
.product.style-12 .color-dot.active::after,
.product.style-12 .color-dot:hover::after {
    opacity: 0;
}

.product.style-12 .size-badge:hover::after,
.product.style-12 .size-badge.active::after {
    transform: scale(1);
    opacity: 1;
    border: 1px solid #6e6e6e;
}

.product.style-12 .size-badge:active {
    background: rgb(233, 233, 233);
}

.product.style-12 .w-icon-heart,
.product.style-12 .w-icon-cart {
    z-index: 10;
}

.product.style-12:hover .product-action,
.product.style-12:hover .product-action-vertical {
    visibility: visible;
    opacity: 1;
}
.product.style-12 .product-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.product.style-12 .thirty-minute-show {
    display: inline-block;
    background: #ffffffcf;
    border-radius: 4px;
    padding: 4px 8px;
    line-height: 120%;
    color: var(--primary-color);
    font-weight: 500;
    position: absolute;
    bottom: 8px;
    left: 8px;
}
.product.style-12 .ratings-container {
    margin: 0;
}
.product.style-12 .product-price .new-price {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: var(--title-color);
    text-decoration: none;
    margin: 0;
}

.product.style-12 .product-price .old-price {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: line-through;
    margin: 0;
}

.product.style-12 .discount-price {
    color: var(--white-color);
    background: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    position: absolute;
    top: 16px;
    left: 16px;
    border-radius: 50%;
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    font-size: 10px;
    text-align: center;
    font-weight: 700;
    padding: 5px;
}

.product.style-12 .discount-price.discount-flag.black-white {
    background: black;
    color: white;
}

.product.style-12 .discount-price.discount-flag.white-black {
    background: white;
    color: black;
}

.discount-price-brandwise_ten {
    position: absolute;
    top: 35px;
    left: 5px;
    transform: rotate(-90deg);
    padding: 1px 8px;
    background: va;
    background: var(--primary-color);
    color: va;
    color: var(--white-color);
    font-weight: 600;
    font-size: 9px;
    border-radius: 2px;
}
.brand-wise-product.style-3 .swiper-container {
    padding: 0;
}

.product.style-12 .product-media {
    position: relative;
    margin-bottom: 0;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 0;
    height: auto;
    border: 1px solid #b6b6b6;
    max-height: initial;
}
.product.style-12 .product-media img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 0;
    object-fit: contain;
    transition:
        opacity 0.4s ease,
        transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
    border-radius: 4px;
}

.product.style-12 .product-label-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: 2rem;
    top: 2rem;
    max-width: 11rem;
    z-index: 1;
}
.product.style-12 .product-label {
    display: inline-block;
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 1.2em;
    letter-spacing: -0.005em;
    color: #fff;
    line-height: 1;
    padding: 0.6rem 1rem;
    border-radius: 0.3rem;
    text-transform: uppercase;
}
.product.style-12 .product-label.label-new {
    background: var(--secondary-color);
    padding: 0.6rem 1rem;
}
.product.style-12 .product-label.label-discount {
    background: var(--primary-color);
}
.product.style-12 .product-label.label-hot {
    background: #799b5a;
}
.product.style-12 .product-label-fixed {
    clip-path: polygon(0 0, 83% 0%, 68% 100%, 0% 100%);
    background: var(--secondary-color);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 50px 4px 12px;
}
.product.style-12 .product-label-fixed label {
    font-size: 10px;
    font-weight: 500;
}
.product.style-12 .product-label-fixed label span {
    color: var(--white-color);
    margin-left: 4px;
}

.product.style-12 .product-sales-wrapper {
    position: relative;
    margin-bottom: 1.4rem;
}
.product.style-12 .product-sales-wrapper .progress-bar {
    height: 1rem;
    background: #eee;
    margin-bottom: 0.7rem;
}
.product.style-12 .product-sales-wrapper .product-sales-count {
    color: #666;
    font-size: 1.3rem;
}
.product.style-12 .product-sales-wrapper .product-sales-count mark {
    background-color: transparent;
    color: inherit;
}
.product.style-12 .btn-product {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 1.14em 0;
    line-height: 1.2;
    background-color: var(--secondary-color);
    color: #fff;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    transition: opacity 0.3s;
}
.product.style-12 .btn-product:active,
.product.style-12 .btn-product:hover {
    color: #fff;
}
.product.style-12 .btn-product.btn-link {
    display: inline-block;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.6;
    flex: none;
    background-color: transparent;
    padding: 0;
}
.product.style-12 .btn-product.btn-link:after {
    margin-top: 0;
}
.product.style-12 .btn-product.btn-sm {
    padding: 0.693em 0;
}
.product.style-12 .btn-wishlist {
    line-height: 1;
}
.product.style-12 .btn-wishlist i:before {
    margin: 0;
}
.product.style-12 .btn-cart {
    font-weight: 600;
}
.product.style-12 .btn-cart.btn-link {
    color: var(--secondary-color);
}
.product.style-12 .btn-cart.btn-link:active,
.product.style-12 .btn-cart.btn-link:hover {
    color: var(--secondary-color);
}
.product.style-12 .btn-cart:not(.btn-product-icon) i.w-icon-cart {
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
}
.product.style-12 .btn-product-icon {
    width: 40px;
    height: 28px;
    margin-bottom: 0.5rem;
    border: none;
    color: var(--title-color);
    font-size: 22px;
    font-weight: 400;
    line-height: initial;
    overflow: visible;
    margin: 0;
    border-radius: 0 !important;
    background: transparent !important;
}
.product.style-12 .w-icon-cart::before,
.product.style-12 .w-icon-heart::before {
    display: none;
}
.product.style-12 .w-icon-heart {
    margin-bottom: auto;
}
.product.style-12 .product-action-vertical .btn-product-icon {
    border-radius: 0;
}
.product.style-12 .btn-product-icon.btn-cart {
    margin-bottom: 0;
}

.product.style-12 .btn-product-icon.loading {
    background-color: rgba(255, 255, 255, 0.2);
}
.product.style-12 .btn-product-icon.loading:before {
    opacity: 0.4;
}
.product.style-12 .product-action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background-color: transparent;
    z-index: 10;
    transition:
        opacity 0.3s,
        visibility 0.3s,
        bottom 0.3s;
    opacity: 0;
    visibility: hidden;
}

.product.style-12 .product-details {
    margin-top: 15px;
    padding-bottom: 16px;
    text-align: left;
    padding: 0;
    background: none;
}
.product.style-12 .product-details > .btn-wishlist {
    position: absolute;
    top: 1.7rem;
    right: 0;
    color: #999999;
    font-size: 1.8em;
    z-index: 1;
}
.product.style-12 .product-details > .btn-wishlist.loading {
    right: 1.8rem;
}
.product.style-12 .product-details > .btn-wishlist.loading:after {
    left: 0.9rem;
    top: 0.9rem;
}
.product.style-12 .product-details > .btn-wishlist:hover {
    color: var(--secondary-color);
}
.product.style-12 .product-details > .btn-wishlist:hover i {
    transform: rotateY(180deg);
}
.product.style-12 .product-name {
    font-size: 14px;
    font-weight: 500;
    white-space: initial;
    height: auto;
    min-height: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-top: 4px;
}
.product.style-12 .product-name a {
    color: #4c4b4b;
}
.product.style-12 .product-name a:hover {
    color: var(--secondary-color);
}

.product.style-12 .ratings-info {
    background: #4caf50;
    padding: 3px 4px;
    color: var(--white-color);
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 500;
}
.product.style-12 .star-image {
    font-size: 14px;
}
.product.style-12 .sold-item {
    font-size: 13px;
    margin-left: 8px;
    color: var(--body-color);
}

.brand-wise-product.style-3 .tab-nav-outline .nav-item .nav-link.active {
    color: var(--title-color);
}
.brand-wise-product.style-3
    .tab-nav-outline
    .nav-item:first-child
    .nav-link::before {
    content: "";
    width: clamp(15px, 1.8vw, 30px);
    height: clamp(15px, 1.8vw, 30px);
    background: var(--title-color);
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    z-index: 100;
}
.brand-wise-product.style-3 .tab-nav-outline .nav-item .nav-link {
    background: none;
    color: rgb(190, 190, 190);
    border: 0;
    padding: 0;
    font-size: clamp(16px, 2.6vw, 50px) !important;
    margin-right: clamp(12px, 1.8vw, 20px);
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
    overflow: visible !important;
}
.product.style-12 .add__to--cart__text {
    font-size: 11px;
    letter-spacing: 1px;
    color: black;
}

/* .product.style-12 .discount-price.two{
	background: var(--white-color);
	color: var(--title-color);
	display: none;
}

.product.style-12:hover .discount-price.two{
 display: flex;
}
.product.style-12:hover .discount-price.one{
 display: none;
} */

@media (max-width: 1400px) {
    .product.style-12 .variant-sizes {
        gap: 5px;
    }
    .product.style-12 .size-badge {
        width: 34px;
        height: 34px;
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .product.style-12 .discount-price {
        top: 12px;
        left: 12px;
    }
    .product.style-12 .variant-sizes {
        gap: 4px;
    }
    .product.style-12 .size-badge {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .brand-wise-product.style-3
        .tab-nav-outline
        .nav-item:first-child
        .nav-link::before {
        left: -40px;
    }
}

@media (max-width: 991px) {
    .product.style-12 .variant-sizes {
        gap: 4px;
    }
    .product.style-12 .size-badge {
        width: 30px;
        height: 30px;
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .brand-wise-product.style-3
        .tab-nav-outline
        .nav-item:first-child
        .nav-link::before {
        left: -30px;
    }
    .product.style-12 .variant-sizes {
        gap: 3px;
        margin-bottom: 4px;
    }
    .product.style-12 .size-badge {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }
    .product.style-12 .product-details {
        margin-top: 12px;
    }
    .product.style-12 .discount-price {
        top: 8px;
        left: 8px;
        width: 40px;
        min-width: 40px;
        max-width: 40px;
        height: 40px;
    }
    .product.style-12 .w-icon-heart {
        top: 2px;
        right: 2px;
    }

    .brand-wise-product.style-3 .nav-tabs {
        max-width: 400px;
        margin: 0 auto;
    }

    .brand-wise-product.style-3 .tab-nav-outline .nav-item .nav-link {
        line-height: 1.2;
    }
}

@media only screen and (max-width: 580px) {
    .brand-wise-product.style-3 .nav-tabs {
        white-space: unset !important;
        overflow: unset !important;
        justify-content: center;
        display: flex;
    }
}

@media (max-width: 479px) {
    .product.style-12:not(.product-list) {
        font-size: 0.8rem;
    }
    .product.style-12 .product-price .new-price {
        font-size: 13px;
    }
    .product.style-12 .product-price .old-price {
        font-size: 11px;
    }
    .product.style-12 .product-price {
        gap: 5px;
    }
    .product.style-12 .ratings-container {
        flex-wrap: wrap;
        gap: 6px;
    }
    .product.style-12 .sold-item {
        margin-left: 0;
    }
    .product.style-12 .product-name {
        font-size: 14px;
        white-space: initial;
    }
    .brand-wise-product.style-3 .nav-tabs {
        max-width: 350px;
        margin: 0 auto;
    }
    .product.style-12 .product-price .discount-price {
        background: transparent;
        padding: 0;
    }
}

/*============================================================================================
   End Card CSS
==============================================================================================*/
