img {
    object-fit: cover;
}

.store-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .store-info h6 {
        margin-bottom: 0;
    }

    .store-info small {
        color: gray;
    }

.stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-left: 1px solid #ddd;
    padding-left: 20px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    border-right: 1px solid #ddd;
    padding: 10px;
}

    .stat-item:last-child {
        border-right: none;
    }

.stat-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.stat-number {
    font-size: 1.25rem;
    font-weight: bold;
}

.stat-title {
    font-size: 0.9rem;
    color: #6c757d;
    max-width: 80px;
    word-wrap: break-word;
}

.btn-custom-card {
    background-color: #16a34a;
    color: #ffffff;
    font-size: 12px;
    /*font-weight: 600;*/
    padding: 8px 16px;
    border: none;
    border: 2px solid #16a34a;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background-color 0.3s ease;
    width: fit-content;
}

   /* .btn-custom-card:hover {
        background-color: #007A3D;
    }*/


.btn-outline-custom-card {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 16px;
    background: #F9F9F9;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background-color 0.3s ease;
    width: auto;
}

    .btn-outline-custom-card i {
        color: #000000;
    }

 /*   .btn-outline-custom-card:hover {
        background-color: #C1E1C1;
    }
*/

.rounded-custom {
    border-radius: 16px;
}
.rounded-custom-small {
    border-radius: 8px;
}
/* Start of Product Detail */
.v-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    border-radius: 3px;
    margin-top: 10px;
}

.product-page-seller-info {
    margin-top: 20px;
}

.block-mobile {
    display: none;
}

.product-image-list {
    max-height: 400px;
    /*    overflow-y: scroll;*/
}

.product-image-featured img {
    width: 100%;
    max-width: 400px;
    height: auto; 
    aspect-ratio: 1 / 1; 
    object-fit: cover; 
    object-position: center; 
    border-radius: 10px;
}


.product-image-item img {
    width: auto;
    height: auto;
    max-width: 70px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid transparent;
}

    .product-image-item img:hover,
    .product-image-item img.active {
        border: 2px solid #28a745;
    }

.pro-share {
    margin-top: 20px;
    padding: 10px;
    background: #f4f4f4;
    font-size: 14px;
}

.scroll-detail {
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .scroll-detail .title {
        text-align: left;
        margin: 0;
        color: #20704D;
        margin-top: 0px;
        font-size: 47px;
        font-weight: 800;
    }

.star-list {
    display: flex;
    align-items: center;
}

.star-item {
    display: inline-block;
}

.star-item img {
    width: 20px;
    height: 20px;
}

.rating-section {
    background-color: rgba(22, 163, 74, 0.05);
    padding: 12px 16px;
    border-radius: 8px;
}

.rating-info {
    font-size: 14px;
}

.rating-info a {
    text-decoration: none;
}

.rating-info a:hover {
    text-decoration: underline;
}

.price-section {
    padding: 16px 0;
    border-bottom: 1px solid #e5e7eb;
}

.pdp-link {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: var(--color-green);
}


.custom-flex {
    display: flex;
    justify-content: start;
    gap: 30px;
}

.star-list {
    display: flex;
    gap: 3px; 
}

.pdp-link {
    margin-left: 10px; 
}

.price-old {
    color: #666;
    font-size: 16px;
    text-decoration-line: line-through;
}

.price-detail {
    color: #20704D;
    font-size: 51.19px;
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.row-sx {
    margin-top: 6px;
    font-size: 14px;
}

.label-sx {
    float: left;
    font-weight: normal;
    font-size: 18px;
    color: #666666;
}

.scroll-detail .button-array {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}

.group-size {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.group-size-like {
    border-top: 1px solid #eee;
    padding: 20px 0;
}

.group-size {
    margin-top: 20px;
}

.add .btn {
    background: #00a65a;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: bold;
    padding: 10px 10px 10px;
    width: 100%;
    margin-top: 10px;
    border: none;
}

.action .btn {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: bold;
    background-color: var(--color-orange);
    padding: 10px 10px 8px;
    width: 100%;
    margin-top: 10px;
    border: 1px solid var(--color-orange);
}

.qty-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

    .qty-container button {
        border: 1px solid #78BD47;
        background-color: white;
        color: #78BD47;
        width: 32px;
        height: 32px;
        font-size: 18px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .qty-container button:hover {
        background-color: #78BD47;
        color: white;
    }

    .qty-container input {
        width: 50px;
        text-align: center;
        border: 1px solid #78BD47;
        height: 32px;
        margin: 0 5px;
        background: #EFECE3;
        border-radius: 4px;
    }

    .qty-container .decrease {
        background-color: white;
        color: #78BD47;
    }

.like-button {
    border: 1px solid #16A34A;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.like-button:hover {
    background-color: #fff5f5;
}

.like-button i {
    color: #16A34A;
    font-size: 18px;
}

.like-button.active {
    background-color: #fff5f5;
}

.like-button.active i {
    color: #ff4d4d;
}

.gap-2 {
    gap: 0.5rem !important;
}

.d-flex-btn {
    justify-content: start;
    gap: 12px;
    display: flex;
    align-items: center;
}

.btn-custom {
    background-color: #16A34A;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    height: 40px;
    min-width: 160px;
    justify-content: center;
    flex-grow: 1;
}

.btn-custom:hover {
    background-color: #15803d;
}

.btn-outline-custom {
    color: #16A34A;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 24px;
    background: white;
    border: 1px solid #16A34A;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    height: 40px;
    min-width: 160px;
    justify-content: center;
    flex-grow: 1;
}

.btn-outline-custom:hover {
    background-color: #16A34A;
    color: white;
}

.btn-outline-custom:hover i {
    color: white;
}

.btn-outline-custom i {
    color: #16A34A;
}

.btn-spacing {
    margin: 0 !important;
}
.color-green-light {
    color: #ee2624;
}
.text-green {
    color: #16a34a !important;
}
.color-gray-dark {
    color: #333333;
}

.content-product-detail .nav-tabs {
    border: 1px solid rgba(240, 240, 240, 0.7);
    background: #f6f6f6;
}

.nav-tabs {
    border: none;
    background: white;
    border-radius: 16px;
    padding: 4px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.nav-tabs .nav-item {
    margin: 0 4px;
}

.nav-tabs .nav-link {
    border: none;
    color: #6B7280;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.nav-tabs .nav-link:hover {
    color: #16A34A;
    background: rgba(22, 163, 74, 0.05);
}

.nav-tabs .nav-link.active {
    color: white;
    background: #16A34A;
    border: none;
    font-weight: 600;
}

.tab-pane:not(.active) {
    visibility: hidden;
    position: absolute;
}

#gioithieu {
    margin-top: 0;
}

.tab-content {
    background: white;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    min-height: 300px;
}

.tab-pane {
    color: #374151;
    line-height: 1.6;
}

.info-container {
    background: white;
    border-radius: 16px;
    padding: 24px;
}

.info-table {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 16px;
    margin-bottom: 24px;
}

.info-table span {
    color: #6B7280;
    font-size: 14px;
}

.info-table span:last-child {
    color: #111827;
    font-weight: 500;
}

.divider {
    height: 1px;
    background: #e5e7eb;
    margin: 24px 0;
}

.qr-code {
    display: flex;
    justify-content: flex-end;
    flex-basis: 100%; 
    margin-top: 10px;
}

.qr-code img {
    width: 80px;
    height: 80px;
    display: block;
}

.custom-header {
    background-color: #00a65a !important;
    color: white !important;
    padding: 9px;
    font-size: 16px;
}

.card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.custom-img-home {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
}

.product-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.product-price {
    font-size: 18px;
    font-weight: bold;
    color: #28a745;
}

.product-place {
    font-size: 14px;
    color: #666;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background-color: #f8f9fa;
    border-top: 1px solid #ddd;
}

.star-list {
    display: flex;
    align-items: center;
}

.star-item {
    font-size: 18px;
    color: #ccc;
    margin-right: 3px;
}

    .star-item.active {
        color: gold;
    }

.btn-add-cart {
    font-size: 14px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .btn-add-cart i {
        font-size: 16px;
    }

.bg-custom {
    background: #00a65a;
}

.star-item {
    font-size: 18px;
    color: #ccc;
    margin-right: 3px;
}

    .star-item.active {
        color: gold;
    }

.card-custom {
    border: 1px solid #00a65a;
}

.tab-content:not(.active) {
    display: inherit;
}
/* End of Product Detail */

.title {
    color: #20704D;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.price-detail {
    color: #16A34A;
    font-size: 32px;
    font-weight: 700;
}

.info-item {
    transition: all 0.3s ease;
}

.info-item:hover {
    background-color: #f8f9fa;
}

.fw-medium {
    font-weight: 500;
}

.qty-container {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 6px;
}

.qty-container input {
    width: 50px;
    text-align: center;
    border: 1px solid #16A34A;
    height: 32px;
    margin: 0 5px;
    border-radius: 4px;
    background: #fff;
}

.stock-info {
    color: #6c757d;
    font-size: 14px;
}

.star-list img {
    width: 16px;
    height: 16px;
    margin-right: 2px;
}

.product-gallery {
    width: 100%;
}

.main-image-container {
    width: 100%;
    margin-bottom: 20px;
}

.main-image-container .owl-carousel .item {
    height: 400px;
}

.main-image-container .owl-carousel .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.thumbnail-container {
    position: relative;
    padding: 0 10px;
}

.thumbnail {
    height: 80px;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}

.thumbnail.active {
    border-color: #16A34A;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owl-nav {
    margin-top: 0;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: white !important;
    border: 1px solid #16A34A !important;
    border-radius: 50% !important;
    margin: 0;
}

.owl-nav button.owl-prev {
    left: -15px;
}

.owl-nav button.owl-next {
    right: -15px;
}

.owl-nav button.owl-prev i,
.owl-nav button.owl-next i {
    color: #16A34A;
    font-size: 14px;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    background: #16A34A !important;
}

.owl-nav button.owl-prev:hover i,
.owl-nav button.owl-next:hover i {
    color: white;
}

.main-carousel .owl-nav {
    position: relative;
    text-align: center;
    margin-top: 15px;
}

.main-carousel .owl-nav button.owl-prev,
.main-carousel .owl-nav button.owl-next {
    position: static;
    transform: none;
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    height: 40px;
}

.main-carousel .owl-nav button.owl-prev i,
.main-carousel .owl-nav button.owl-next i {
    font-size: 18px;
}

.store-info-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px !important;
    margin-bottom: 1rem;
}

.store-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 16px;
}

.store-name {
    font-size: 20px !important;
    font-weight: 700;
    color: #28a745;
    margin-bottom: 8px !important;
}

.store-actions {
    display: flex;
    gap: 8px;
}

.store-actions .btn {
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 6px;
}

.ratings-wrapper {
    display: flex;
    align-items: center;
    gap: 32px;
}

.ratings-divider {
    width: 1px;
    height: 40px;
    background-color: #e5e7eb;
    margin: 0 16px;
}

.ratings-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rating-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rating-label {
    color: #000000;
    font-size: 14px;
    min-width: 80px;
    font-weight: 600;
}

.rating-value {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #16A34A;
    font-weight: 500;
}

.rating-value .fa-star {
    color: #FFA41C;
    font-size: 14px;
}

@media (max-width: 768px) {
    .store-info-card {
        padding: 16px !important;
    }

    .ratings-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-top: 16px;
    }

    .ratings-divider {
        display: none;
    }

    .ratings-column {
        width: 100%;
    }

    .rating-row {
        justify-content: space-between;
    }
}

@media (min-width: 576px) {
    .border-left-sm {
        border-left: 1px solid #e5e7eb;
    }
}

@media (max-width: 575.98px) {
    .rating-section {
        border-bottom: 1px solid #e5e7eb;
    }

    .rating-section:last-child {
        border-bottom: none;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .store-ratings {
        margin-top: 1rem;
    }
}
@media (min-width: 992px) {
    .store-info-card {
        margin: 0;
    }
}

.stats-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    background: white;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e7eb;
    height: 100%;
}

.stat-box {
    text-align: center;
    padding: 12px;
    border-right: 1px solid #e5e7eb;
}

.stat-box:last-child {
    border-right: none;
}

.stat-value {
    color: #16A34A;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 4px;
}

.stat-label {
    color: #6B7280;
    font-size: 14px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .stats-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-top: 16px;
    }

    .stat-box {
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
        padding: 16px 8px;
    }

    .stat-box:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .nav-tabs {
        display: flex;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding: 4px;
    }

    .nav-tabs .nav-item {
        flex: 0 0 auto;
    }

    .nav-tabs .nav-link {
        white-space: nowrap;
        padding: 8px 16px;
    }

    .tab-content {
        padding: 16px;
    }

    .info-table {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

.custom-tabs {
    display: flex;
    border: none;
    border-radius: 0;
    background-color: #f8f9fa;
    padding: 0;
    margin-bottom: 0;
    box-shadow: none;
}

.custom-tabs .nav-item {
    margin: 0;
}

.custom-tabs .nav-link {
    color: #6c757d;
    padding: 12px 24px;
    border: none;
    border-radius: 0;
    text-align: center;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
}

.custom-tabs .nav-link:hover {
    color: #16A34A;
    background-color: rgba(22, 163, 74, 0.05);
}

.custom-tabs .nav-link.active {
    color: #fff;
    background-color: #16A34A;
    border: none;
}

.custom-tabs .nav-link i {
    margin-right: 5px;
}

.product-info-container {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.product-info-title {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.product-info-description ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.product-info-description ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    color: #555;
    line-height: 1.5;
}

    .product-info-description ul li:before {
        content: "●";
        color: #16A34A;
        font-size: 20px;
        position: absolute;
        left: 0;
        top: -2px;
    }

.product-specs-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.specs-column {
    flex: 1;
    min-width: 280px;
}

.spec-row {
    display: flex;
    margin-bottom: 12px;
    color: #666;
}

.spec-label {
    min-width: 150px;
    color: #666;
}

.spec-value {
    color: #333;
    font-weight: 500;
}

@media (max-width: 768px) {
    .product-specs-grid {
        flex-direction: column;
        gap: 15px;
    }
    
    .spec-row {
        flex-direction: column;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .spec-label {
        margin-bottom: 5px;
    }
}

.product-tabs-section {
    margin-top: 30px;
}

.tab-nav-container {
    background-color: #fff;
    padding: 0;
    margin-bottom: 0;
}

.custom-tabs {
    display: flex;
    border: none !important;
    border-radius: 0;
    background-color: #fff;
    padding: 0;
    margin-bottom: 0;
    box-shadow: none;
}

.custom-tabs .nav-item {
    margin: 0;
}

.custom-tabs .nav-link {
    color: #666;
    padding: 15px 25px;
    border: none;
    border-radius: 0;
    text-align: center;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
    background-color: #f0f0f0;
    margin-right: 2px;
}

.custom-tabs .nav-link:hover {
    color: #16A34A;
    background-color: #e9e9e9;
}

.custom-tabs .nav-link.active {
    color: #fff;
    background-color: #16A34A;
    border: none;
}

.custom-tabs .nav-link i {
    margin-right: 8px;
}

.product-tab-content {
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 0;
    border-radius: 0 0 4px 4px;
}

.product-info-container {
    background-color: #fff;
    padding: 30px;
    box-shadow: none;
}

.product-info-title {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.product-info-description ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.product-info-description ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    color: #555;
    line-height: 1.5;
}

.product-info-description ul li:before {
    content: "•";
    color: #16A34A;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

.product-specs-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.specs-column {
    flex: 1;
    min-width: 280px;
}

.spec-row {
    display: flex;
    margin-bottom: 12px;
    color: #666;
}

.spec-label {
    min-width: 150px;
    color: #666;
}

.spec-value {
    color: #333;
    font-weight: 500;
}

@media (max-width: 768px) {
    .custom-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .custom-tabs .nav-link {
        padding: 10px 15px;
        white-space: nowrap;
    }
    
    .product-specs-grid {
        flex-direction: column;
        gap: 15px;
    }
    
    .spec-row {
        flex-direction: column;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .spec-label {
        margin-bottom: 5px;
    }
    
    .product-info-container {
        padding: 20px;
    }
}

.product-simple-tabs {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
    margin-bottom: 30px;
    background-color: transparent;
    box-shadow: none;
}

.product-simple-tabs .nav-item {
    margin-right: 30px;
}

.product-simple-tabs .nav-link {
    padding: 15px 0;
    color: #666;
    font-weight: 500;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    position: relative;
    transition: color 0.3s;
}

.product-simple-tabs .nav-link:hover {
    color: #16A34A;
    background-color: transparent;
}

.product-simple-tabs .nav-link.active {
    color: #16A34A;
    font-weight: 600;
    background-color: transparent;
    border-bottom: 3px solid #16A34A;
}

.product-tab-content {
    background-color: transparent;
    border: none;
    padding: 0;
    min-height: 200px;
}

.product-tab-content .product-info-container {
    padding: 0;
    box-shadow: none;
    background-color: transparent;
}

.product-tab-content p {
    margin-bottom: 20px;
    line-height: 1.6;
    color: #555;
}

@media (max-width: 768px) {
    .product-simple-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }
    
    .product-simple-tabs .nav-item {
        margin-right: 20px;
    }
    
    .product-simple-tabs .nav-link {
        padding: 10px 0;
        white-space: nowrap;
    }
}

.product-card-container {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border: 1px solid #eaeaea;
}

.product-info-title {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

.product-feature-list {
    list-style-type: none;
    padding-left: 5px;
    margin-bottom: 30px;
}

.product-feature-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    color: #555;
    line-height: 1.6;
}

.product-feature-list li:before {
    content: "•";
    color: #16A34A;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

.product-specs-table {
    width: 100%;
}

.specs-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.specs-col {
    flex: 1;
    min-width: 280px;
    padding: 0 15px;
}

.spec-item {
    display: flex;
    margin-bottom: 15px;
    color: #666;
    border-bottom: 1px dashed #eaeaea;
    padding-bottom: 10px;
}

.spec-label {
    min-width: 150px;
    color: #555;
    font-weight: 500;
}

.spec-value {
    color: #333;
}

.product-tab-content {
    margin-top: 30px;
}

.product-tab-content p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .product-card-container {
        padding: 20px 15px;
    }
    
    .specs-row {
        flex-direction: column;
    }
    
    .specs-col {
        width: 100%;
        padding: 0;
    }
    
    .spec-item {
        flex-direction: column;
    }
    
    .spec-label {
        margin-bottom: 5px;
    }
}

.product-details-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8e8e8;
    overflow: hidden;
    margin-bottom: 30px;
}

.tab-navigation-container {
    border-bottom: 1px solid #e0e0e0;
}

.product-tabs {
    border-bottom: none;
    padding: 0 20px;
    margin-bottom: 0;
}

.product-tabs .nav-item {
    margin-right: 0;
}

.product-tabs .nav-link {
    color: #666;
    font-weight: 500;
    padding: 15px 30px;
    border: none;
    border-radius: 0;
    position: relative;
    transition: color 0.3s;
    background-color: transparent;
}

.product-tabs .nav-link:hover {
    color: #16A34A;
    border-color: transparent;
}

.product-tabs .nav-link.active {
    color: #16A34A;
    font-weight: 600;
    background-color: transparent;
    border-bottom: 3px solid #16A34A;
}

.product-tab-content {
    background-color: transparent;
    border: none;
    padding: 25px 30px;
    min-height: 200px;
}

.tab-pane-inner {
    padding: 0;
}

@media (max-width: 768px) {
    .product-tabs {
        padding: 0;
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .product-tabs .nav-link {
        padding: 15px 20px;
        white-space: nowrap;
        font-size: 14px;
    }
    
    .product-tab-content {
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .product-tabs .nav-link {
        padding: 12px 15px;
        font-size: 13px;
    }
    
    .product-tab-content {
        padding: 15px 10px;
    }
}

.product-share-buttons {
    position: relative;
}

.simple-share-link {
    color: #16A34A;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.2s ease;
}

.simple-share-link:hover {
    color: #058234;
    text-decoration: none;
}

.simple-share-link i {
    color: #16A34A;
    font-size: 16px;
}

.share-dropdown {
    right: 0;
    left: auto;
    min-width: 200px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 10px 0;
    margin-top: 10px;
}

.share-dropdown .dropdown-item {
    padding: 8px 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    transition: background-color 0.2s;
}

.share-dropdown .dropdown-item:hover {
    background-color: #f8f9fa;
}

.share-dropdown .dropdown-item i {
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.copy-notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #333;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 14px;
    z-index: 1050;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.copy-notification.show {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 576px) {
    .simple-share-link {
        font-size: 13px;
    }
    
    .title {
        font-size: 24px;
    }
}

.product-info-title {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

.product-feature-list {
    list-style-type: none;
    padding-left: 5px;
    margin-bottom: 30px;
}

.product-feature-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    color: #555;
    line-height: 1.6;
}

.product-feature-list li:before {
    content: "•";
    color: #16A34A;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

.product-specs-table {
    width: 100%;
}

.specs-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.specs-col {
    flex: 1;
    min-width: 280px;
    padding: 0 15px;
}

.spec-item {
    display: flex;
    margin-bottom: 15px;
    color: #666;
    border-bottom: 1px dashed #eaeaea;
    padding-bottom: 10px;
}

.spec-label {
    min-width: 150px;
    color: #555;
    font-weight: 500;
}

.spec-value {
    color: #333;
}

.product-tab-content p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .product-details-card {
        border-radius: 0;
        box-shadow: none;
        border-left: none;
        border-right: none;
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .product-info-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .specs-row {
        flex-direction: column;
        margin: 0;
    }
    
    .specs-col {
        width: 100%;
        padding: 0;
    }
    
    .spec-item {
        display: flex;
        flex-direction: row;
        border-bottom: 1px solid #f0f0f0;
        padding: 10px 0;
        margin-bottom: 0;
    }
    
    .spec-label {
        min-width: 140px;
        margin-bottom: 0;
        font-size: 14px;
    }
    
    .spec-value {
        font-size: 14px;
    }
    
    .product-feature-list li {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .spec-item {
        display: table;
        width: 100%;
        padding: 12px 0;
    }
    
    .spec-label, .spec-value {
        display: table-cell;
        vertical-align: top;
    }
    
    .spec-label {
        width: 40%;
        padding-right: 10px;
    }
    
    .spec-value {
        width: 60%;
    }
    
    .product-feature-list {
        padding-left: 0;
    }
}

.mobile-like-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 20;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

.mobile-like-button i {
    font-size: 20px;
    color: #ccc;
}

.mobile-like-button.active i {
    color: #ff424f;
}

@media (max-width: 767.98px) {
    .mobile-like-button {
        display: flex !important;
    }
    
    .d-flex-btn {
        flex-direction: column;
        width: 100%;
    }
    
    .d-flex-btn > div {
        width: 100%;
        display: flex;
        gap: 8px;
    }
    
    .btn-custom, .btn-outline-custom {
        width: 100%;
        min-width: unset;
    }
}

@media (max-width: 991.98px) {
    .mobile-like-button {
        display: flex !important;
    }
    
    .like-button {
        display: none !important;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .btn-custom, .btn-outline-custom {
        width: 50%;
        min-width: unset;
        padding: 8px 12px;
        font-size: 14px;
        text-align: center;
        justify-content: center;
        height: 44px;
    }
    
    .d-flex-btn > div {
        width: 100%;
        display: flex;
        gap: 10px;
    }
/*    
    .d-flex {
        width: 100%;
    }*/
    
    .d-flex > button {
        flex: 1;
    }
}

.d-flex > .btn {
    margin-right: 10px;
}

.d-flex > .btn:last-child {
    margin-right: 0;
}

.d-flex-btn > div {
    display: flex;
    gap: 10px;
    width: 100%;
}

.button-container {
    display: flex;
    width: 100%;
    gap: 10px;
}

.button-container .btn-equal {
    flex: 1;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .button-container {
        width: 100%;
        justify-content: space-between;
    }
    
    .button-container .btn-equal {
        flex: 1;
        width: calc(50% - 5px);
        min-height: 44px;
        font-size: 14px;
    }
    
    .button-container .btn-equal i {
        margin-right: 5px;
    }
}

@media (max-width: 767.98px) {
    .container,
    .container-fluid,
    .container-fluid.mt-2.p-2,
    .container-fluid.p-2 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        margin-top: 8px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .row.no-gutters {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .row.no-gutters > .col-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    
    .store-info-card,
    .product-details-card {
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 12px !important;
        padding: 15px !important;
    }
    .product-details-card {
        padding: 0 !important;
        overflow: hidden !important;
    }
    
    .product-tab-content {
        padding: 15px !important;
    }
    
    .store-info-card,
    .product-details-card,
    .bg-white.shadow-sm.rounded.p-4 {
        border-radius: 12px !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
        border: 1px solid #e8e8e8 !important;
    }
}

@media (max-width: 767.98px) {
    body .container-fluid {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .breadcrumb {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
}

.store-info-card,
.product-details-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8e8e8;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .container,
    .container-fluid,
    .container-fluid.mt-2.p-2,
    .container-fluid.p-2 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        margin-top: 8px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .store-info-card {
        padding: 15px !important;
        border-radius: 12px !important;
    }
    
    .product-details-card.shadow-sm {
        padding: 0 !important;
        border-radius: 12px !important;
        overflow: hidden !important;
    }
    .product-tab-content {
        padding: 15px !important;
        border-radius: 0 0 12px 12px !important;
    }
    
    .bg-white.shadow-sm.rounded.p-4 {
        border-radius: 12px !important;
    }
    
    .store-info-card,
    .product-details-card,
    .bg-white.shadow-sm.rounded.p-4 {
        margin: 0 !important;
        width: 100% !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
        border: 1px solid #e8e8e8 !important;
    }
    
    .nav-tabs .nav-link {
        padding: 10px 15px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 767.98px) {
    body .container-fluid {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    
    .breadcrumb {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
}

@media (max-width: 767.98px) {
    .thumbnail-carousel .owl-nav {
        display: none !important;
    }
}

.mobile-header-like-button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #16A34A;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    margin-left: 8px;
}

.mobile-header-like-button i {
    color: #16A34A;
    font-size: 16px;
}

.mobile-header-like-button.active {
    background-color: #fff5f5;
}

.mobile-header-like-button.active i {
    color: #ff4d4d;
}

.product-share-buttons {
    display: flex;
    align-items: center;
}

.mobile-like-button {
    display: none !important;
}

.ipad-mini-share {
    margin-bottom: 10px;
}

.ipad-mini-like-btn {
    display: inline-flex !important;
}

@media (min-width: 768px) and (max-width: 834px) {
    .product-share-buttons {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .mobile-header-like-button {
        display: inline-flex !important;
        width: 36px;
        height: 36px;
        margin-left: 0;
    }
    
    .mobile-header-like-button i {
        font-size: 18px;
    }
}

.mobile-like-button {
    display: none !important;
}

@media (max-width: 1024px) {
    .container-fluid {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    
    .row.no-gutters {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .row.no-gutters > .col-12 {
        padding: 0 !important;
    }
    
    .container-fluid .row.no-gutters > .col-12 > .store-info-card,
    .container-fluid .row.no-gutters > .col-12 > .product-details-card {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        border-radius: 12px;
    }
    
    .store-info-card,
    .product-details-card {
        margin-bottom: 1rem !important;
    }
    
    .product-details-card:last-child {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 834px) {
    .store-info-card .row {
        display: flex;
        flex-wrap: wrap;
    }
    
    .store-info-card .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }
    
    .store-info-card .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .product-share-buttons {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .mobile-header-like-button {
        display: inline-flex !important;
        width: 36px;
        height: 36px;
        margin-left: 0;
    }
    
    .mobile-header-like-button i {
        font-size: 18px;
    }
    
    .d-flex-btn {
        flex-direction: row;
        align-items: center;
    }
    
    .button-container {
        width: 100%;
    }
    
    .like-button {
        display: inline-flex !important;
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .store-info-card,
    .product-details-card,
    .bg-white.shadow-sm.rounded.p-4 {
        margin-bottom: 1rem !important;
    }
    
    .bg-white.shadow-sm.rounded.p-4:first-child {
        margin-top: 0 !important;
    }
}

.mobile-like-button {
    display: none !important;
}

.text-green {
    color: #16a34a !important;
}

.stats-mobile {
    padding: 10px 0;
}
.stat-value {
    font-size: 1.3rem;
    margin-bottom: 2px;
}
.stat-label {
    font-size: 1rem;
    color: #b0b0b0;
}
@media (max-width: 767.98px) {
    .stats-mobile > [class^='col-'] {
        padding-top: 12px;
        padding-bottom: 12px;
        border-right: none !important;
        border-bottom: 1px solid #f0f0f0;
    }
    .stats-mobile > [class^='col-']:nth-child(2n) {
        border-bottom: 1px solid #f0f0f0;
    }
    .stats-mobile > [class^='col-']:nth-child(3),
    .stats-mobile > [class^='col-']:nth-child(4) {
        border-bottom: none;
    }
    .stat-value {
        font-size: 1.1rem;
    }
    .stat-label {
        font-size: 0.95rem;
    }
}
@media (min-width: 768px) {
    .border-md-right {
        border-right: 1px solid #e0e0e0;
    }
    .stats-mobile > .col-md-3:last-child {
        border-right: none;
    }
}
