.featured-product {
    overflow: hidden;
}
.accordion__content,
.product__details-container summary .accordion__title {
    font-family: "Red Hat Display";
}
/*Only one picture is displayed*/
.featured-product .product__media-item:not(:first-child) {
    display: none;
}

h1.title.shopline-element-title.title-font.title6.text-left {
    border-top: 2px dotted #c7b58c;
    padding: 20px 0 0px;
}

.product__info-container .price-main-product-info {
    border-bottom: 2px dotted #c7b58c;
    margin: 16px 0;
    padding-bottom: 20px;
}

.product__info-wrapper .product-label-items span {
    background: rgb(178, 50, 36);
    color: rgb(255, 255, 255);
    cursor: default;
    font-size: 13px;
    margin-right: 8px;
    padding: 6px 12px;
    word-break: break-all;
    display: inline-block;
}

.product-sku-trade-select .spec-name.form__label.body3.fw-bold {
    font-size: 14px;
    padding-bottom: 8px;
}

.product-sku-trade-select .spec-name.form__label.body3.fw-bold,
.radiobtn-variant-select-box .radio-box span {
    font-family: "Red Hat Display";
}

.product__info-container {
    border-bottom: 2px solid #c7b58c;
}

.product__info-container .product__info-border-bottom {
    border-bottom: 2px dotted #c7b58c;
    margin: 0 auto 4px;
}

.preview {
    padding: 0 75px;
    position: relative;
}

.preview .gallery-button-next {
    right: 0;
}

.preview .gallery-button-prev {
    left: 0;
}

.preview .gallery-button-next,
.preview .gallery-button-prev {
    position: absolute;
    top: 0;
    margin-top: 0px;
    cursor: pointer;
    width: 67px;
    height: 67px;
    border: 2px solid #C7B58C;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preview svg path {
    fill: #C7B58C;
}

.preview .swiper-slide {
    opacity: 0.5;
}

.preview .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.featured-product .product.color-scheme-none {
    /* background-color: #fff; */
    padding: 100px 0;
}

.featured-product.background-secondary {
    background-color: rgba(0, 0, 0, 0.04);
}

.featured-product.background-secondary .product {
    padding: 25px;
}

@media screen and (max-width: 959px) {
    .featured-product .page-width.section-padding {
        padding-left: 0;
        padding-right: 0;
    }

    .gallery-top .swiper-pagination {
        opacity: 1 !important;
    }

    .preview {
        padding: 0 10px;
    }

    .preview .gallery-button-next,
    .preview .gallery-button-prev {
        display: none;
    }

    .featured-product .product.color-scheme-none {
        padding: 0;
    }

    .featured-product .slider {
        overflow: hidden;
    }

    .featured-product .slider+.slider-buttons {
        display: none;
    }

    h1.title.shopline-element-title.title-font.title6.text-left {
        padding: 15px 0 0px;
        margin-top: 4px;
    }

    .product__info-container .price-main-product-info {
        margin: 10px 0;
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 960px) {
    .featured-product.background-secondary .product {
        padding: 60px 70px;
        position: relative;
        z-index: 1;
    }
}

/* The ipad end responds to the mobile end in vertical screen */
/* @custom-media --tablet (max-width: 959px); */
/* @custom-media --gt-mobile (min-width: 751px); */
/* detectingScreen need to consider the configuration of the tablet */