.product-hero {
    min-height: 230px;
    background: #111 url("../../images/xiaobanner.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
}

.product-hero__inner {
    width: min(1200px, calc(100% - 40px));
    margin: 120px auto;
}

.product-hero__title {
    text-align: center;
}

.product-hero h1 {
    font-family: "Oswald-Regular", Arial, sans-serif;
    font-size: 42px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.product-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 15px;
    color: rgba(255, 255, 255, .88);
    font-size: 16px;
    text-align: center;
}

.product-breadcrumb a {
    color: #fff;
}

.truck-page,
.productdetails {
    background-color: #222;
    color: #FFF;
    padding-bottom: 75px;
}

.truck-container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.productdetails-container {
    width: min(1340px, calc(100% - 40px));
    margin: 0 auto;
}

.truck-container .content {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 30px;
    margin-top: 55px;
}

.sidebar h2 {
    font-family: 'Oswald-Regular';
    font-size: 20px;
    color: #000;
    background-color: var(--yellow);
    line-height: 52px;
    padding-left: 15px;
    font-weight: normal;
    position: relative;
}

.sidebar .title span {
    display: none;
    position: absolute;
    right: 8px;
    width: 30px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
}

.sidebar .title span i {
    font-size: 20px;
    display: block;
}

.sidebar > ul {
    border: 1px solid #666;
    padding: 10px 0 10px 20px;
    font-size: 16px;
    margin-bottom: 30px;
}

.sidebar > ul>li {
    position: relative;
    line-height: 44px;
}

.sidebar > ul>li>a {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    display: block;
}

.sidebar > ul>li>a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #FFF;
}

.sidebar ul>li .arrow {
    position: absolute;
    right: 0;
    top: 10px;
    height: 24px;
    width: 20px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAwCAMAAAD0OqBHAAAANlBMVEUAAACPk5ePk5ePk5ePk5ePk5ePk5ePk5ePk5ePk5ePk5ePk5ePk5ePk5ePk5ePk5ePk5ePk5cFTkqtAAAAEXRSTlMA793OT55zKRE+L8Kpj2BZIEh1Xw0AAABSSURBVBjT1Y+5EcAgEMT2wDzGr/pv1sdACwRWoGRnA2kd0Yq7WVQgVFW3inHqoC8bRNjlZOAZp0TWf4mkmQFcM83gHrk19GDDXjW3jE19MS3jA5E7AtZZhJD9AAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center top;
}

.sidebar ul>li .sub {
    position: relative;
    padding-left: 20px;
}

.sidebar ul>li .sub>a {
    display: block;
    padding-right: 20px;
}

.sidebar ul>li .drop {
    padding-left: 20px;
}

.sidebar ul>li .drop>a {
    display: block;
}

.sidebar .sub ul {
    border: 0;
    margin: 0;
    padding: 0 0 0 20px;
}

.sidebar .sub ul>li {
    line-height: 44px;
}

.sidebar .sub ul>li>a {
    display: block;
    padding-right: 20px;
}

.sidebar .sub ul>li>a::before {
    display: none;
}

.sidebar ul>li.on>.arrow,
.sidebar ul>li .sub.on>.arrow {
    background-position: center bottom;
}

.sidebar ul>li.on>a,
.sidebar ul>li.on .sub>a {
    color: var(--yellow);
}

.sidebar form .input {
    border: 1px solid #FFF;
    height: 34px;
    display: block;
    width: 100%;
    margin-top: 10px;
    font-family: 'Open-Sans';
    background: none;
    padding-left: 10px;
    color: #FFF;
}

.sidebar form textarea {
    display: block;
    width: 100%;
    border: 1px solid #FFF;
    height: 90px;
    font-family: 'Open-Sans';
    background: none;
    margin-top: 10px;
    padding: 5px 10px;
}

.sidebar form input[type="submit"] {
    margin-top: 10px;
    width: 136px;
    height: 36px;
    background-color: var(--yellow);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.sidebar-form .fluentform .ff-el-form-label,
.sidebar-form .fluentform .ff-el-input--label {
    display: none !important;
}

.sidebar-form .fluentform .ff-el-group {
    margin: 0;
}

.sidebar-form .fluentform .ff-el-input--content {
    margin: 0;
}

.sidebar-form .fluentform .ff-el-form-control {
    width: 100%;
    min-height: 0;
    margin-top: 10px;
    border: 1px solid #fff;
    border-radius: 0;
    box-sizing: border-box;
    background: none;
    color: #fff;
    font-family: 'Open-Sans';
}

.sidebar-form .fluentform input.ff-el-form-control {
    height: 34px;
    padding: 0 10px;
}

.sidebar-form .fluentform textarea.ff-el-form-control {
    height: 90px;
    padding: 5px 10px;
}

.sidebar-form .fluentform button.ff-btn-submit {
    width: 136px;
    height: 36px;
    margin-top: 10px;
    border: 0;
    border-radius: 3px;
    background-color: var(--yellow) !important;
    color: #000 !important;
    font-size: 14px;
}

.Truck-list h2 {
    font-family: 'Oswald-Regular';
    font-size: 30px;
    color: #FFF;
    font-weight: normal;
    line-height: 42px;
}

.Truck-list>ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 15px;
}

.Truck-list>ul>li .pic {
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    display: block;
}

.Truck-list>ul>li .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.Truck-list>ul>li .tit {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #FFF;
    margin-top: 10px;
}

.Truck-list>ul>li button {
    width: 100%;
    display: block;
    background-color: var(--yellow);
    height: 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 14px;
    margin-top: 10px;
}

.page {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin-top: 30px;
}

.page>a {
    width: 28px;
    border: 1px solid #c9caca;
    margin-right: 5px;
    color: #898989;
    height: 28px;
}

.page>a:last-child {
    margin-right: 0;
}

.page span {
    width: 30px;
    margin-right: 5px;
}

.page>a.on {
    background-color: var(--yellow);
    color: #FFF;
    border-color: var(--yellow);
}

.productdetails-container {
    padding-top: 55px;
}

.product-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 48%) minmax(320px, 1fr);
    gap: 40px;
    align-items: start;
}

.product-gallery {
    min-width: 0;
}

.product-gallery-main .swiper-slide {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
}

.product-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-gallery-main .swiper-pagination {
    display: none;
    bottom: 0;
}

.product-gallery-main .swiper-pagination-bullet {
    background-color: #869791;
    width: 12px;
    height: 12px;
    opacity: .5;
}

.product-gallery-main .swiper-pagination-bullet-active {
    opacity: 1;
}

.product-gallery-arrow,
.product-thumbs-arrow,
.related-products-arrow {
    position: absolute;
    z-index: 3;
    border: 0;
    background: transparent;
    cursor: pointer;
    top: 0;
}

.product-gallery-arrow {
    top: 50%;
    width: 38px;
    height: 60px;
    transform: translateY(-50%);
}

.product-gallery-prev {
    left: 0;
}

.product-gallery-next {
    right: 0;
}

.product-gallery-arrow::before,
.related-products-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 28px;
    height: 28px;
    border-top: 3px solid currentColor;
    color: #111;
}

.product-gallery-prev::before,
.related-products-prev::before {
    left: 10px;
    border-left: 3px solid currentColor;
    transform: translateY(-50%) rotate(-45deg);
}

.product-gallery-next::before,
.related-products-next::before {
    right: 10px;
    border-right: 3px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.product-gallery-thumbs-wrap {
    margin-top: 14px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.product-gallery-thumbs {
    min-width: 0;
}

.product-gallery-thumbs .swiper-slide {
    aspect-ratio: 1 / 1;
    background: #000;
    cursor: pointer;
}

.product-gallery-thumbs .swiper-slide-thumb-active {
    border-color: #ff5a1f;
    opacity: 1;
}

.product-gallery-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: .6;
}

.product-gallery-thumbs .swiper-slide-active img {
    opacity: 1;
}

.product-gallery-thumbs .swiper-slide-active::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 2px #ee531b solid;
}

.product-thumbs-arrow {
    position: absolute;
    width: 20px;
    height: 100%;
    background: #555;
    top: 0;
}

.product-thumbs-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    transform: translateY(-50%);
}

.product-thumbs-prev {
    left: 0px;
}

.product-thumbs-prev::before {
    left: 6px;
    border-right: 6px solid #fff;
}

.product-thumbs-next {
    right: 0;
}

.product-thumbs-next::before {
    right: 6px;
    border-left: 6px solid #fff;
}

.product-detail-summary {
    color: #fff;
}

.product-title-row {
    position: relative;
    /* display: grid;
    grid-template-columns: minmax(0, 1fr) 34px;
    gap: 14px;
    align-items: start; */
}

.product-detail-summary h1 {
    font-size: 27px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 16px;
}

.product-qr {
    position: absolute;
    margin-top: 3px;
    margin-left: 5px;
    width: 28px;
    height: 28px;
    display: inline-block;
}

.product-qr-toggle {
    border: 0;
    background: transparent;
    color: #fff;
    line-height: 1;
    cursor: pointer;
}

.product-qr-toggle i {
    font-size: 24px;
}

.product-qr-popover {
    position: absolute;
    z-index: 5;
    display: none;
    width: 132px;
    left: 50%;
    padding: 8px;
    background: #fff;
    border: 1px solid #555;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .35);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.product-qr-popover.is-open {
    display: block;
}

.product-qr-popover img {
    width: 100%;
    height: auto;
}

.product-share {
    display: flex;
    gap: 10px;
    margin-bottom: 22px;
}

.product-share a {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #666;
    color: #fff;
}

.product-brief {
    padding: 2px 0 0;
    color: #c9d0d5;
}

.product-brief p {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.35;
}

.product-brief p:last-child {
    margin-bottom: 0;
}

.product-meta-list {
    margin-top: 9px;
}

.product-meta-list div {
    display: grid;
    grid-template-columns: 115px minmax(0, 1fr);
    gap: 0;
    margin-bottom: 8px;
}

.product-meta-list dt {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.product-meta-list dd {
    color: #fff;
    font-size: 14px;
}

.product-actions {
    margin-top: 17px;
}

.product-actions label {
    display: block;
    margin-bottom: 8px;
    color: #d6d6d6;
}

.quantity-control {
    display: flex;
    align-items: center;
}

.quantity-control button,
.quantity-control input {
    width: 28px;
    height: 28px;
    border: 1px solid #999;
    background: transparent;
    color: #fff;
    text-align: center;
}

.quantity-control input {
    width: 46px;
    margin: 0 4px;
    background: #fff;
    color: #111;
}

.quantity-control input::-webkit-outer-spin-button,
.quantity-control input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-control button {
    position: relative;
    cursor: pointer;
}

.quantity-control button::before,
.quantity-plus::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1px;
    background: #777;
    transform: translate(-50%, -50%);
}

.quantity-plus::after {
    width: 1px;
    height: 12px;
}

.product-action-buttons {
    display: grid;
    grid-template-columns: minmax(0, 282px);
    gap: 10px;
    margin-top: 58px;
}

.product-outline-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    border: 1px solid var(--yellow);
    border-radius: 22px;
    background: transparent;
    color: var(--yellow);
    font-size: 16px;
    cursor: pointer;
}

.product-outline-button .fa {
    margin-left: 10px;
    font-size: 14px;
}

.product-social-share {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 30px;
}

.product-social-share a {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

.product-social-share .sharethis-inline-share-buttons {
    width: 100%;
    min-height: 20px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start !important;
    gap: 8px;
    text-align: left;
}

.product-social-share .sharethis-inline-share-buttons .st-total,
.product-social-share .sharethis-inline-share-buttons .st-btn > span {
    display: none !important;
}

.product-social-share .sharethis-inline-share-buttons .st-btn {
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    flex: 0 0 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 3px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 0 !important;
    box-sizing: border-box;
}

.product-social-share .sharethis-inline-share-buttons .st-btn > img {
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    display: block !important;
    position: static !important;
    top: auto !important;
    vertical-align: middle !important;
}

.product-social-share .fa {
    font-size: 12px;
}

.product-social-share .share-whatsapp {
    background: #20c765;
}

.product-social-share .share-x {
    background: #000;
}

.product-social-share .share-facebook {
    background: #3b5998;
}

.product-social-share .share-wechat {
    background: #34c759;
}

.product-social-share .share-linkedin {
    background: #0077b5;
}

.product-social-share .share-more {
    background: #73bd2b;
}

.product-detail-content {
    margin-top: 48px;
    color: #d6d6d6;
}

.product-detail-section {
    margin-bottom: 34px;
}

.product-detail-section h2 {
    width: 100%;
    background-color: var(--yellow);
    color: #000;
    line-height: 48px;
    text-align: center;
    font-weight: normal;
}

.related-products h2 {
    font-family: "Oswald-Regular", Arial, sans-serif;
    font-size: 22px;
    line-height: 1.3;
    color: #fff;
    font-weight: normal;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.product-detail-section .body {
    margin-top: 20px;
    line-height: 1.7;
    font-size: 14px;
}

.product-detail-next {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap;
}

.product-detail-next>a {
    width: 40%;
    line-height: 44px;
    padding: 0 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #efefef;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

.related-products {
    position: relative;
    margin-top: 48px;
    padding: 22px 44px 38px;
    border: 1px solid #666;
}

.related-products-swiper {
    position: static;
}

.related-product-card {
    display: block;
    color: #d6d6d6;
    text-align: center;
}

.related-product-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #fff;
}

.related-product-card span {
    display: block;
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.65;
}

.related-products-arrow {
    top: 50%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(120, 135, 130, .55);
    transform: translateY(-50%);
}

.related-products-prev {
    left: 3px;
}

.related-products-next {
    right: 3px;
}

.related-products-arrow::before {
    width: 12px;
    height: 12px;
    color: rgba(255, 255, 255, .75);
    border-width: 3px;
}

@media (min-width: 1025px) {
    .product-breadcrumb a:hover,
    .Truck-list>ul>li .tit:hover,
    .sidebar a:hover,
    .page>a:hover {
        color: var(--yellow);
    }
    .Truck-list>ul>li .pic:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .page>a:hover {
        border-color: var(--yellow);
    }
    .product-share a:hover,
    .related-product-card:hover span {
        color: var(--yellow);
    }
    .product-outline-button:hover {
        background: var(--yellow);
        color: #000;
    }
    .product-social-share a:hover {
        opacity: .82;
    }
    .product-detail-next>a:hover {
        text-decoration: underline;
        color: #999;
    }
}

@media (max-width: 1024px) {
    .product-hero {
        min-height: 190px;
    }
    .product-hero h1 {
        font-size: 34px;
    }
    .truck-container .content {
        display: grid;
        grid-template-columns: 225px 1fr;
        gap: 25px;
        margin-top: 20px;
    }
    .Truck-list>ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .product-detail-layout {
        grid-template-columns: 1fr;
    }
    .product-detail-summary h1 {
        font-size: 24px;
    }
    .related-products {
        padding-left: 34px;
        padding-right: 34px;
    }
}

@media (max-width: 767px) {
    .product-hero {
        min-height: 155px;
    }
    .product-hero__inner,
    .product-category-container {
        width: min(100% - 30px, 1200px);
    }
    .product-hero h1 {
        font-size: 28px;
    }
    .product-breadcrumb {
        font-size: 14px;
    }
    .truck-container .content,
    .sidebar .title span {
        display: block;
    }
    .sidebar > ul {
        display: none;
    }
    .sidebar .form {
        margin-top: 10px;
    }
    .Truck-list {
        margin-top: 20px;
    }
    .productdetails-container {
        padding-top: 30px;
    }
    .product-detail-layout {
        gap: 28px;
    }
    .product-gallery-main {
        padding-bottom: 30px;
    }
    .product-gallery-main .swiper-pagination {
        display: block;
    }
    .product-detail-summary h1 {
        font-size: 21px;
    }
    .product-title-row {
        grid-template-columns: minmax(0, 1fr) 30px;
        gap: 8px;
    }
    .product-meta-list div {
        grid-template-columns: 88px minmax(0, 1fr);
    }
    .product-action-buttons {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }
    .product-gallery-arrow,
    .product-gallery-thumbs-wrap {
        display: none;
    }
    .product-thumbs-arrow {
        width: 18px;
        height: 72px;
    }
    .product-parameter-table th,
    .product-parameter-table td {
        display: block;
        width: 100%;
    }
    .related-products {
        padding: 18px 28px 30px;
    }
    .product-detail-next>a {
        width: 100%;
        margin-top: 10px;
    }
}
