﻿.gunshop-product-detail {
    --pd-red: #e6001c;
    --pd-red-dark: #b90018;
    --pd-ink: #3d434b;
    --pd-muted: #747b84;
    --pd-line: #e1e4e8;
    --pd-bg: #f3f5f7;
    color: var(--pd-ink);
    background: var(--pd-bg) !important;
    padding: 18px 0 60px !important
}

    .gunshop-product-detail * {
        box-sizing: border-box;
    }

    .gunshop-product-detail ul {
        padding-left: 20px;
    }

    .gunshop-product-detail ol {
        padding-left: 20px;
    }
/* =========================
   PRODUCT SPEC TABLE
========================= */

.product-spec-table {
    width: 100%;
    margin: 24px 0;
    overflow: hidden;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e7eef0;
    box-shadow: 0 8px 28px rgba(0, 100, 115, 0.08);
}

    .product-spec-table table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: fixed;
    }

    /* Ô chung */
    .product-spec-table th,
    .product-spec-table td {
        padding: 16px 18px;
        font-size: 15px;
        line-height: 1.6;
        text-align: left;
        vertical-align: middle;
        border-bottom: 1px solid #edf2f3;
    }

    /* Cột tiêu đề */
    .product-spec-table th {
        width: 34%;
        font-weight: 700;
        color: #005f6d;
        background: #f4fafb;
        position: relative;
    }

        /* Nhấn nhẹ trước tiêu đề */
        .product-spec-table th::before {
            content: "";
            display: inline-block;
            width: 4px;
            height: 18px;
            margin-right: 10px;
            border-radius: 999px;
            background: linear-gradient( 180deg, #0098af 0%, #006473 100% );
            vertical-align: -3px;
        }

    /* Cột nội dung */
    .product-spec-table td {
        color: #33484d;
        font-weight: 500;
        background: #ffffff;
    }

    /* Dòng cuối */
    .product-spec-table tr:last-child th,
    .product-spec-table tr:last-child td {
        border-bottom: 0;
    }

/* Hover desktop */
@media (hover: hover) {
    .product-spec-table tbody tr {
        transition: background-color 0.2s ease;
    }

        .product-spec-table tbody tr:hover th {
            background: #ecf8fa;
        }

        .product-spec-table tbody tr:hover td {
            background: #fbfefe;
        }
}

/* =========================
   TABLET
========================= */

@media (max-width: 991px) {
    .product-spec-table {
        border-radius: 14px;
    }

        .product-spec-table th,
        .product-spec-table td {
            padding: 14px 16px;
            font-size: 14px;
        }

        .product-spec-table th {
            width: 38%;
        }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
    .product-spec-table {
        margin: 18px 0;
        border-radius: 14px;
        box-shadow: 0 6px 22px rgba(0, 100, 115, 0.07);
    }

        .product-spec-table table,
        .product-spec-table tbody,
        .product-spec-table tr,
        .product-spec-table th,
        .product-spec-table td {
            display: block;
            width: 100%;
        }

        .product-spec-table tr {
            padding: 14px 15px;
            border-bottom: 1px solid #edf2f3;
        }

            .product-spec-table tr:last-child {
                border-bottom: 0;
            }

        .product-spec-table th,
        .product-spec-table td {
            padding: 0;
            border: 0;
        }

        .product-spec-table th {
            margin-bottom: 6px;
            background: transparent;
            color: #006473;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.03em;
        }

            .product-spec-table th::before {
                width: 3px;
                height: 15px;
                margin-right: 7px;
                vertical-align: -2px;
            }

        .product-spec-table td {
            padding-left: 10px;
            color: #263a3f;
            font-size: 15px;
            font-weight: 500;
            line-height: 1.55;
        }
}

/* Mobile rất nhỏ */
@media (max-width: 390px) {
    .product-spec-table tr {
        padding: 13px 12px;
    }

    .product-spec-table th {
        font-size: 12px;
    }

    .product-spec-table td {
        font-size: 14px;
    }
}

.gunshop-product-detail .container.padding-page {
    width: min(1320px, calc(100% - 32px));
    max-width: none;
    padding: 0
}

.gunshop-product-detail .breadcrumb {
    min-height: 32px;
    margin: 0 0 12px !important;
    color: #7d838b !important;
    font-size: 13px !important
}

    .gunshop-product-detail .breadcrumb a {
        color: #626970 !important;
        text-decoration: none
    }

        .gunshop-product-detail .breadcrumb a:hover {
            color: var(--pd-red) !important
        }

    .gunshop-product-detail .breadcrumb i {
        color: #a2a7ad
    }

.gunshop-product-detail .top-detail {
    display: block !important
}

.gunshop-product-detail .list-pro-ll {
    width: 100% !important;
    min-width: 0;
    float: none !important
}

.gunshop-product-detail .right-content-pro-child {
    display: none !important
}

.gunshop-product-detail .c-img-content-pro-child {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important
}

.gunshop-product-detail .left-pro-slide-child {
    width: auto !important;
    min-width: 0;
    padding: 16px;
    float: none !important;
    background: #fff;
    border: 1px solid var(--pd-line);
    border-radius: 12px
}

    .gunshop-product-detail .left-pro-slide-child > .commit-detail,
    .gunshop-product-detail .left-pro-slide-child > .top-content {
        display: none !important
    }

.gunshop-product-detail .slideShow,
.gunshop-product-detail .slider_contain {
    width: 100%;
    min-width: 0
}

.gunshop-product-detail .swiper-pro {
    min-height: 520px;
    background: #fff !important;
    border: 0 !important;
    border-radius: 8px !important
}

    .gunshop-product-detail .swiper-pro .item-pro {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 520px
    }

        .gunshop-product-detail .swiper-pro .item-pro a {
            display: flex !important;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%
        }

        .gunshop-product-detail .swiper-pro .item-pro img:not(.decor-detail-pp) {
            width: 100%;
            height: 520px !important;
            padding: 18px !important;
            object-fit: contain !important
        }

.gunshop-product-detail .swiper-btn .swiper-button-prev,
.gunshop-product-detail .swiper-btn .swiper-button-next {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: #fff;
    background: rgba(40, 44, 50, .72);
    border-radius: 50%
}

    .gunshop-product-detail .swiper-btn .swiper-button-prev:after,
    .gunshop-product-detail .swiper-btn .swiper-button-next:after {
        display: none
    }

.gunshop-product-detail .swiper-thumb {
    height: auto !important;
    margin-top: 12px !important
}

    .gunshop-product-detail .swiper-thumb .thumb-pro {
        height: 82px !important;
        padding: 4px;
        border-color: #dfe2e6 !important;
        border-radius: 8px !important;
        opacity: 1 !important
    }

    .gunshop-product-detail .swiper-thumb .swiper-slide-thumb-active {
        transform: none !important
    }

    .gunshop-product-detail .swiper-thumb .thumb-pro img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

.gunshop-product-detail .side-content-product-child {
    display: contents !important;
    width: auto !important;
    padding: 0 !important;
    float: none !important
}

.gunshop-product-detail .side-title-des-pro-child {
    min-width: 0;
    padding: 20px !important;
    background: #fff;
    border: 1px solid var(--pd-line);
    border-radius: 12px
}

    .gunshop-product-detail .side-title-des-pro-child .title-inner-page {
        margin: 0 0 12px !important;
        color: #30363d !important;
        font-size: clamp(22px, 2.1vw, 29px) !important;
        line-height: 1.32 !important;
        font-family: InterB
    }

.gunshop-product-detail .info_contain {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    border: 0 !important
}

.gunshop-product-detail .WHangMALuotXem {
    order: 1;
    gap: 7px 16px !important;
    padding: 10px 0;
    border-top: 1px solid var(--pd-line);
    border-bottom: 1px solid var(--pd-line)
}

.gunshop-product-detail .ma-sp,
.gunshop-product-detail .WTinTrangSP {
    color: var(--pd-muted) !important;
}

    .gunshop-product-detail .WTinTrangSP .status-yes strong {
        color: #149255 !important
    }

.gunshop-product-detail .woocommerce-product-rating {
    order: 2;
}

.gunshop-product-detail .Star-detail-product {
    color: #f0a000 !important;
    font-size: 13px;
    letter-spacing: 1px !important
}

.gunshop-product-detail .woocommerce-review-link {
    color: var(--pd-muted) !important;
}

.gunshop-product-detail .flase-sale-pro-detail {
    order: 3;
    min-height: 36px;
    margin-top: 12px;
    padding: 7px 10px;
    color: #fff;
    background: linear-gradient(90deg, var(--pd-red-dark), var(--pd-red));
    border-radius: 7px
}

.gunshop-product-detail .flash-sale-logo {
    width: 82px
}

.gunshop-product-detail .typepro {
    order: 5
}

.gunshop-product-detail .variant-selection-summary {
    order: 6
}

.gunshop-product-detail .variant-description-card {
    order: 7;
    color: #525960;
    background: #fff5f6;
    border-color: #ffc7ce;
    border-left-color: var(--pd-red)
}

.gunshop-product-detail .rdT1 {
    order: 8
}

.gunshop-product-detail .rdT2 {
    order: 8
}

.gunshop-product-detail .list-type .item-type {
    border-color: #d6dbe0;
    border-radius: 6px
}

    .gunshop-product-detail .list-type .item-type:hover,
    .gunshop-product-detail .list-type .item-type.active {
        color: var(--pd-red);
        background: #fff2f4;
        border-color: var(--pd-red);
        box-shadow: none
    }

        .gunshop-product-detail .list-type .item-type.active:after {
            color: var(--pd-red)
        }

.gunshop-product-detail .w-num-cart-pro-child {
    display: flex !important;
    flex-direction: column;
    order: 4;
    margin: 0 !important;
    padding: 0 !important
}

    .gunshop-product-detail .w-num-cart-pro-child .price {
        order: 1;
        width: 100%;
        margin: 0;
        padding: 9px 0 5px
    }

.gunshop-product-detail .price-old-new-product {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 9px
}

    .gunshop-product-detail .price-old-new-product .price-new {
        color: var(--pd-red) !important;
        font-size: 27px !important;
        font-family: InterB
    }

.gunshop-product-detail .price-old-one,
.gunshop-product-detail #ctl00_ContentPlaceHolder1_lbPriceOld {
    color: #858b92 !important;
    font-size: 18px !important;
}

.gunshop-product-detail .w-num-cart-pro-child .price > .price-old {
    display: none
}

.gunshop-product-detail .l-num-cart-pro-child {
    order: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100% !important;
    margin: 7px 0 0;
    padding: 10px 0;
    border-top: 1px solid var(--pd-line)
}

.gunshop-product-detail .des-num-cart {
    margin: 0;
    font-size: 16px;
    font-family: InterSB
}

.gunshop-product-detail .detail-pro-cart {
    display: flex !important;
    width: 116px !important;
    height: 38px;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    background: #fff !important;
    border: 1px solid #d9dde2 !important;
    border-radius: 999px !important
}

    .gunshop-product-detail .detail-pro-cart input {
        width: 40px !important;
        height: 36px !important;
        padding: 0 !important;
        text-align: center;
        border: 0 !important
    }

        .gunshop-product-detail .detail-pro-cart input[type=submit] {
            width: 37px !important;
            min-height: 36px !important;
            color: #555c64 !important;
            background: #f0f2f4 !important;
            border-radius: 0 !important;
            box-shadow: none !important
        }

.gunshop-product-detail .product-shipping-card {
    order: 9;
    display: block !important;
    width: 100% !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid var(--pd-line);
    border-radius: 9px
}

.product-shipping-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 12px;
    background: #f7f8f9;
    border-bottom: 1px solid var(--pd-line);
    font-size: 16px;
}

    .product-shipping-head span {
        color: var(--pd-muted);
        font-size: 16px;
        font-weight: bold;
    }

    .product-shipping-head i {
        color: var(--pd-red)
    }

.product-shipping-option {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-bottom: 1px solid #f0f1f3
}

    .product-shipping-option:last-child {
        border-bottom: 0
    }

    .product-shipping-option > i {
        color: var(--pd-red);
        font-size: 20px
    }

    .product-shipping-option > span {
        display: grid;
        gap: 3px
    }

    .product-shipping-option strong {
        font-size: 15px;
    }

    .product-shipping-option small {
        color: var(--pd-muted);
        font-size: 14px;
    }

    .product-shipping-option > b {
        color: #169454;
        font-size: 15px;
    }

.gunshop-product-detail .isures-sdc--wrap {
    order: 10;
    margin: 11px 0 0 !important;
    padding: 10px 12px !important;
    background: #fff8f0;
    border: 1px dashed #f2ae63;
    border-radius: 8px
}

.gunshop-product-detail .isures-sdc--label {
    color: #626970;
    font-size: 12px;
    font-family: InterSB
}

.gunshop-product-detail .isures-sdc--code_item {
    color: var(--pd-red);
    background: #fff;
    border: 1px dashed var(--pd-red)
}

.gunshop-product-detail .info_contain > .top-content.public-mobile {
    display: none !important
}

.gunshop-product-detail .pnsales {
    order: 8;
    margin-top: 10px;
    border-radius: 8px
}

.gunshop-product-detail .bot-content {
    order: 11;
    margin-top: 14px
}

.gunshop-product-detail .box-buy {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%
}

    .gunshop-product-detail .box-buy .processbtn,
    .gunshop-product-detail .box-buy .btnBuy {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        max-width: none !important;
        min-height: 52px !important;
        margin: 0 !important;
        padding: 8px 12px !important;
        color: #fff !important;
        background: var(--pd-red) !important;
        border: 1px solid var(--pd-red) !important;
        border-radius: 999px !important;
        font-size: 16px !important;
        font-family: InterB;
        text-align: center;
        white-space: nowrap;
        text-decoration: none
    }

    .gunshop-product-detail .box-buy .processbtn {
        color: var(--pd-red) !important;
        background: #fff !important
    }

    .gunshop-product-detail .box-buy .btnBuy {
        display: grid !important;
        line-height: 1.15
    }

        .gunshop-product-detail .box-buy .btnBuy p {
            margin: 2px 0 0;
            color: #fff;
            font-size: 15px;
            font-family: InterR
        }

    .gunshop-product-detail .box-buy a:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(230, 0, 28, .16)
    }

.gunshop-product-detail .left-detail.des-pro-detail-child {
    grid-column: 1/-1;
    width: 100% !important;
    margin-top: 2px;
    padding: 0 !important;
    overflow: hidden;
    float: none !important;
    background: #fff;
    border: 1px solid var(--pd-line);
    border-radius: 12px
}

.gunshop-product-detail .left-detail .title-detail-pro-child {
    margin: 0 !important;
    padding: 0 !important
}

    .gunshop-product-detail .left-detail .title-detail-pro-child h3 {
        display: inline-flex;
        min-width: 290px;
        margin: 0 !important;
        padding: 12px 22px !important;
        color: #fff !important;
        background: linear-gradient(90deg, var(--pd-red-dark), var(--pd-red));
        border: 0 !important;
        border-radius: 0 999px 999px 0;
        font-size: 17px !important;
        text-transform: uppercase
    }

.gunshop-product-detail .left-detail .detail-tt {
    max-height: 300px;
    padding: 17px 22px 5px;
    overflow: hidden;
    color: #444b53;
    font-size: 14px;
    line-height: 1.7
}

    .gunshop-product-detail .left-detail .detail-tt.auto {
        max-height: none
    }

    .gunshop-product-detail .left-detail .detail-tt img {
        max-width: 100%;
        height: auto
    }

.gunshop-product-detail .left-detail .more-tt {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 25px 0 14px;
    background: linear-gradient(0deg, #fff 55%, rgba(255, 255, 255, 0))
}

    .gunshop-product-detail .left-detail .more-tt span {
        padding: 8px 22px;
        color: var(--pd-red);
        background: #fff;
        border: 1px solid var(--pd-red);
        border-radius: 999px;
        cursor: pointer
    }

.product-content-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 16px;
    margin-top: 16px
}

.product-long-description,
.product-policy-box {
    min-width: 0;
    padding: 22px;
    background: #fff;
    border: 1px solid var(--pd-line);
    border-radius: 12px
}

.product-section-title {
    margin-bottom: 18px;
    padding-bottom: 13px;
    border-bottom: 1px solid var(--pd-line)
}

    .product-section-title span {
        color: var(--pd-red);
        font-size: 15px;
        font-family: InterB;
        text-transform: uppercase
    }

    .product-section-title h2 {
        margin: 5px 0 0;
        color: #343a42;
        font-size: 23px;
        font-family: InterB
    }

.product-editor-content {
    overflow-wrap: anywhere;
    color: #4b525a;
    font-size: 15px;
    line-height: 1.75
}

    .product-editor-content h2,
    .product-editor-content h3,
    .product-editor-content h4 {
        margin: 22px 0 10px;
        color: #333940;
        line-height: 1.35
    }

    .product-editor-content h2 {
        font-size: 22px
    }

    .product-editor-content h3 {
        font-size: 19px
    }

    .product-editor-content h4 {
        font-size: 17px
    }

    .product-editor-content p {
        margin: 0 0 13px
    }

    .product-editor-content img,
    .product-editor-content video {
        display: block;
        max-width: 100% !important;
        height: auto !important;
        margin: 15px auto;
        border-radius: 8px
    }

    .product-editor-content iframe {
        max-width: 100%
    }

    .product-editor-content table {
        display: block;
        max-width: 100%;
        overflow-x: auto
    }

.product-policy-sidebar {
    display: grid;
    align-content: start;
    gap: 12px;
    min-width: 0
}

.product-policy-box {
    padding: 16px
}

    .product-policy-box h3 {
        margin: 0 0 10px;
        padding-bottom: 10px;
        color: var(--pd-red-dark);
        border-bottom: 1px solid var(--pd-line);
        font-size: 17px;
        font-weight: bold;
    }

        .product-policy-box h3 i {
            margin-right: 6px;
            color: var(--pd-red)
        }

    .product-policy-box ul {
        display: grid;
        gap: 0;
        margin: 0;
        padding: 0;
        list-style: none
    }

    .product-policy-box li {
        display: grid;
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 8px;
        padding: 10px 0;
        border-bottom: 1px solid #f0f1f3
    }

        .product-policy-box li:last-child {
            border-bottom: 0
        }

        .product-policy-box li > i {
            color: var(--pd-red);
            font-size: 17px
        }

        .product-policy-box li span {
            display: grid;
            gap: 3px
        }

        .product-policy-box li strong {
            font-size: 15px;
        }

        .product-policy-box li small {
            color: var(--pd-muted);
            font-size: 13px;
            line-height: 1.45
        }

.product-policy-hotline {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    color: #fff;
    background: linear-gradient(115deg, var(--pd-red-dark), var(--pd-red));
    border-radius: 10px;
    text-decoration: none
}

    .product-policy-hotline > i {
        display: grid;
        place-items: center;
        width: 38px;
        height: 38px;
        background: rgba(255, 255, 255, .18);
        border-radius: 50%
    }

    .product-policy-hotline span {
        display: grid;
        gap: 2px;
        font-size: 14px;
    }

    .product-policy-hotline strong {
        font-size: 20px;
    }

.gunshop-product-detail .WReviewCusProChild {
    width: 100% !important;
    margin-top: 16px !important;
    padding: 18px !important;
    float: none !important;
    background: #fff;
    border: 1px solid var(--pd-line) !important;
    border-radius: 12px !important;
    box-shadow: none !important
}

.gunshop-product-detail .woocommerce-Reviews-title {
    color: #353b42;
    font-family: InterB
}

.gunshop-product-detail .star_box {
    border-color: var(--pd-line);
    border-radius: 9px
}

.gunshop-product-detail .btn-reviews-now {
    background: var(--pd-red) !important;
    border-color: var(--pd-red) !important;
    border-radius: 999px !important
}

.gunshop-product-detail + .product-full {
    padding: 24px 0 45px !important;
    background: #fff
}

    .gunshop-product-detail + .product-full .title-big {
        color: #363c43;
        font-size: 19px;
        font-family: InterB
    }

.gunshop-product-detail .product-trust-faq {
    margin-top: 18px;
    color: var(--pd-ink);
    background: #fff;
    border-color: var(--pd-line);
    border-radius: 12px;
    box-shadow: none
}

.gunshop-product-detail .product-trust-faq__eyebrow,
.gunshop-product-detail .product-trust-faq__head h2 {
    color: var(--pd-red-dark)
}

.gunshop-product-detail .product-faq-list details[open] {
    border-color: #ffbdc5;
    box-shadow: 0 8px 20px rgba(230, 0, 28, .07)
}

.gunshop-product-detail .product-faq-list summary:after {
    background: var(--pd-red)
}

.gunshop-product-detail .product-conversion-card {
    background: linear-gradient(145deg, var(--pd-red-dark), var(--pd-red))
}

@media (max-width:991px) {
    .gunshop-product-detail .container.padding-page {
        width: calc(100% - 24px)
    }

    .gunshop-product-detail .c-img-content-pro-child {
        grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr)
    }

    .gunshop-product-detail .swiper-pro,
    .gunshop-product-detail .swiper-pro .item-pro {
        min-height: 420px
    }

        .gunshop-product-detail .swiper-pro .item-pro img:not(.decor-detail-pp) {
            height: 420px !important
        }

    .product-content-layout {
        grid-template-columns: minmax(0, 1fr) 290px
    }
}

@media (max-width:767px) {
    .gunshop-product-detail {
        padding: 8px 0 35px !important
    }

        .gunshop-product-detail .container.padding-page {
            width: calc(100% - 16px)
        }

        .gunshop-product-detail .breadcrumb {
            min-height: 28px;
            margin-bottom: 8px !important;
            overflow: hidden;
            flex-wrap: nowrap;
            white-space: nowrap
        }

            .gunshop-product-detail .breadcrumb a {
                flex: 0 0 auto
            }

                .gunshop-product-detail .breadcrumb a:last-of-type {
                    overflow: hidden;
                    text-overflow: ellipsis
                }

        .gunshop-product-detail .c-img-content-pro-child {
            display: block !important
        }

        .gunshop-product-detail .left-pro-slide-child {
            padding: 8px;
            border-radius: 9px
        }

        .gunshop-product-detail .swiper-pro,
        .gunshop-product-detail .swiper-pro .item-pro {
            min-height: 360px
        }

            .gunshop-product-detail .swiper-pro .item-pro img:not(.decor-detail-pp) {
                height: 360px !important;
                padding: 10px !important
            }

        .gunshop-product-detail .swiper-thumb .thumb-pro {
            height: 64px !important
        }

        .gunshop-product-detail .side-title-des-pro-child {
            margin-top: 8px;
            padding: 14px !important;
            border-radius: 9px
        }

            .gunshop-product-detail .side-title-des-pro-child .title-inner-page {
                font-size: 20px !important
            }

        .gunshop-product-detail .price-old-new-product .price-new {
            font-size: 23px !important
        }

        .gunshop-product-detail .flase-sale-pro-detail {
            overflow: hidden
        }

        .gunshop-product-detail .flash-sale-logo {
            width: 70px
        }

        .gunshop-product-detail .box-buy {
            grid-template-columns: 1fr 1fr;
            gap: 7px
        }

            .gunshop-product-detail .box-buy .processbtn,
            .gunshop-product-detail .box-buy .btnBuy {
                min-height: 47px !important;
                padding-inline: 7px !important;
                font-size: 12px !important
            }

        .gunshop-product-detail .left-detail.des-pro-detail-child {
            margin-top: 8px;
            border-radius: 9px
        }

        .gunshop-product-detail .left-detail .title-detail-pro-child h3 {
            min-width: 230px;
            padding: 10px 16px !important;
            font-size: 14px !important
        }

        .gunshop-product-detail .left-detail .detail-tt {
            max-height: 270px;
            padding: 13px 14px 4px;
            font-size: 13px
        }

    .product-content-layout {
        display: block;
        margin-top: 8px
    }

    .product-long-description {
        padding: 15px;
        border-radius: 9px
    }

    .product-section-title h2 {
        font-size: 19px
    }

    .product-editor-content {
        font-size: 14px;
        line-height: 1.7
    }

    .product-policy-sidebar {
        margin-top: 8px
    }

    .product-policy-box {
        padding: 14px;
        border-radius: 9px
    }

    .gunshop-product-detail .WReviewCusProChild {
        margin-top: 8px !important;
        padding: 12px !important;
        border-radius: 9px !important
    }

    .gunshop-product-detail .product-trust-faq {
        margin-top: 8px;
        padding: 16px;
        border-radius: 9px
    }
}

@media (max-width:390px) {
    .gunshop-product-detail .container.padding-page {
        width: 98%;
        margin: auto;
    }

    .gunshop-product-detail .swiper-pro,
    .gunshop-product-detail .swiper-pro .item-pro {
        min-height: 330px
    }

        .gunshop-product-detail .swiper-pro .item-pro img:not(.decor-detail-pp) {
            height: 330px !important
        }

    .product-shipping-option {
        grid-template-columns: 26px minmax(0, 1fr)
    }

        .product-shipping-option > b {
            display: none
        }
}

@media (prefers-reduced-motion:reduce) {
    .gunshop-product-detail * {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important
    }
}