
.variant-picker-values input[type="radio"] {
    display: none;
}


.tf-product-info-choose-option .variant-picker-values--colors {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 6px;
}


.tf-product-info-choose-option .variant-picker-values--colors label.color-image-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 90px !important;
    height: 120px !important;
    padding: 4px !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    border: 2px solid transparent !important;
    box-shadow: 0 0 0 1px #e5e7eb !important;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease;
}

.tf-product-info-choose-option .variant-picker-values--colors label.color-image-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08) !important;
}


.tf-product-info-choose-option .variant-picker-values--colors label.color-image-btn .color-image-frame {
    width: 100% !important;
    height: 100% !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}


.tf-product-info-choose-option .variant-picker-values--colors label.color-image-btn .color-image-thumb {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    display: block;
}


.variant-picker-values input[type="radio"]:checked + label.color-image-btn {
    border-color: #8A6653 !important;
    box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.4) !important;
}

@media (max-width: 767px) {

    .tf-product-media-wrap .thumbs-slider {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px;
    }

    .tf-product-media-wrap .tf-product-media-main {
        order: 1 !important;
    }

    .tf-product-media-wrap .tf-product-media-thumbs {
        order: 2 !important;
        width: 100% !important;
        height: auto !important;
    }

    .tf-product-media-wrap .tf-product-media-thumbs .swiper-wrapper {
        flex-direction: row !important;
    }

    .tf-product-media-wrap .tf-product-media-thumbs .swiper-slide {
        width: 70px !important;
        height: 90px !important;
        margin-right: 8px !important;
    }

    .tf-product-media-wrap .tf-product-media-thumbs img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 8px;
    }
}


.mimiko-product-heading {
    margin-bottom: 18px;
}

.mimiko-product-title {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .mimiko-product-title {
        font-size: 30px;
    }
}

.mimiko-price-block {
    margin-bottom: 12px;
}

.mimiko-price-main {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.mimiko-price-new {
    font-size: 22px;
    font-weight: 700;
    color: #b91c1c; 
}

.mimiko-price-old {
    font-size: 14px;
    color: #9ca3af;
    text-decoration: line-through;
}

.mimiko-price-extra {
    margin-top: 4px;
    font-size: 13px;
    color: #b91c1c;
    display: flex;
    align-items: center;
    gap: 4px;
}

.mimiko-price-extra::before {
    content: "⎯";
    display: inline-block;
}



.mimiko-benefits-bar {
    margin-top: 18px;
    border-radius: 16px;
    background: #f7f5f0;
    padding: 14px 20px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 12px;
}

.mimiko-benefit-item {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 13px;
    color: #111827;
}

.mimiko-benefit-icon {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}

.mimiko-benefit-icon i {
    font-size: 16px;
    color: #111827;
}

.mimiko-benefit-text {
    line-height: 1.3;
}


@media (max-width: 767.98px) {
    .mimiko-benefits-bar {
        flex-direction: column;
        align-items: stretch;
        text-align: left;
    }

    .mimiko-benefit-item {
        flex-direction: row;
        justify-content: flex-start;
        gap: 8px;
        align-items: center;
    }

    .mimiko-benefit-icon {
        margin-bottom: 0;
    }
}
.mimiko-price-old {
    font-size: 14px;
    color: #9ca3af;
    text-decoration: line-through;
}



.tf-product-info-by-btn {
    margin-top: 20px !important;
}

.tf-product-info-by-btn .btn-style-2 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    border-radius: 0 !important; 
    background-color: #8A6653!important; 
    border: none !important;
    padding: 18px 24px !important;
    gap: 4px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: .04em !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
}

.tf-product-info-by-btn .btn-style-2:hover {
    background-color: #1c2a2b !important;
}


.tf-product-info-quantity .wg-quantity {
    display: inline-flex !important;
    align-items: center !important;
    border-radius: 999px !important;
    border: 1px solid #e5e7eb !important;
    overflow: hidden !important;
    background: #ffffff !important;
}

.tf-product-info-quantity .btn-quantity {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f5f5f5 !important;
    color: #b0763a !important; 
    cursor: pointer !important;
    font-size: 18px !important;
    border: none !important;
}

.tf-product-info-quantity .btn-quantity:hover {
    background: #ede6de !important;
}

.tf-product-info-quantity .quantity-product {
    width: 52px !important;
    border: none !important;
    text-align: center !important;
    font-weight: 500 !important;
    box-shadow: none !important;
}


.mimiko-benefits-bar {
    margin-top: 0 !important;
    border-radius: 0 0 12px 12px !important;
    border: 1px solid #e5e7eb !important;
    border-top: none !important;
    background: #f9f7f2 !important;
    padding: 14px 24px !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    gap: 12px !important;
}

.mimiko-benefit-item {
    flex: 1 1 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    font-size: 13px !important;
    color: #111827 !important;
}

.mimiko-benefit-icon {
    width: 36px !important;
    height: 36px !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 6px !important;
}

.mimiko-benefit-icon i {
    font-size: 16px !important;
    color: #b0763a !important; 
}

.mimiko-benefit-text {
    line-height: 1.3 !important;
}


@media (max-width: 767.98px) {
    .mimiko-benefits-bar {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .mimiko-benefit-item {
        flex-direction: row !important;
        justify-content: flex-start !important;
        gap: 8px !important;
        align-items: center !important;
        text-align: left !important;
    }

    .mimiko-benefit-icon {
        margin-bottom: 0 !important;
    }
}

.detail-description {
    font-size: 14px;
    line-height: 1.6;
}

.detail-description-lines {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.detail-line {
    padding: 2px 0;
}

.mimiko-checkout-box {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    width:  500px;
    overflow: hidden;         
    background: #f9f7f2;
}


.tf-product-info-by-btn {
    margin-top: 20px !important;
}

.tf-product-info-by-btn .btn-style-2 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    border-radius: 0 !important;     
    background-color: #8A6653 !important;
    border: none !important;
    padding: 18px 24px !important;
    gap: 4px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: .04em !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
}

.tf-product-info-by-btn .btn-style-2:hover {
    background-color: #1c2a2b !important;
}


.mimiko-benefits-bar {
    display: flex !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 14px 24px !important;
    background: #f9f7f2 !important;
    border-top: 1px solid #e5e7eb !important; 
}

.mimiko-benefit-item {
    flex: 1 1 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    font-size: 13px !important;
    color: #111827 !important;
}

.mimiko-benefit-icon {
    width: 36px !important;
    height: 36px !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 6px !important;
}

.mimiko-benefit-icon i {
    font-size: 16px !important;
    color: #b0763a !important;
}

.mimiko-benefit-text {
    line-height: 1.3 !important;
}


@media (max-width: 767.98px) {
    .mimiko-benefits-bar {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .mimiko-benefit-item {
        flex-direction: row !important;
        justify-content: flex-start !important;
        gap: 8px !important;
        align-items: center !important;
        text-align: left !important;
    }

    .mimiko-benefit-icon {
        margin-bottom: 0 !important;
    }
}

.product-detail-box {
    background-color: #f7f5f0;
}

.detail-label {
    min-width: 130px;
    font-weight: 600;
}

.detail-value {
    flex: 1;
}
@media (max-width:767.98px) {
    .product-detail-box {
        padding: 16px;
    }

    .detail-label {
        min-width: 110px;
    }
}
.mimiko-benefit-icon .material-symbols-outlined {
    font-size: 30px;          
    line-height: 1;
    color: #b0763a;        
    font-variation-settings:
            "FILL" 0,
            "wght" 400,
            "GRAD" 0,
            "opsz" 24;
}
