@charset "utf-8";
body{
    overflow-x: hidden;
   }

#special h2 {
    font-size: 22px;
    text-align: center;
    margin: 0;
    padding: 10px
}

#special a.btn_03 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    position: relative;
    background: #fff;
    border: 1px solid #C2A079;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 0 25px 0 15px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    transition-duration: .3s
}

#special a.btn_03:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #C2A079;
    border-right: 2px solid #C2A079;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px
}

#special a.btn_03:hover {
    background: #C2A079;
    color: #C2A079
}

#special a.btn_03:hover:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
}

#special a.btn_03_font {}

#special div {}

#special .lightup {
    background: linear-gradient(transparent 60%, #a0dced 10%);
    display: inline
}

#special .scene {
    width: 100%
}

#special .margin {
    padding: 3% 0
}

#special .col-md-3_btn {}

#special .ml-0,
.mx-0 {
    margin-left: 0 !important
}

#special p.btn_title {
    margin: revert
}

#special .hover1 {
    display: inline-block;
    margin: 0 0 1em;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease 0s
}

#special .hover1:hover {
    opacity: .6
}

#special .mb-4 {
    margin-bottom: 10px
}

#special .splide.is-initialized:not(.is-active) .splide__list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr)
}

#special .splide__slide img {
    height: auto;
    width: 100%
}

#special h2 .bx-top__heading {
    font-size: 35px;
    margin-bottom: 32px;
    line-height: 32px;
    font-weight: 700
}

#special .bx-shop__section .bx-shop-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

#special .bx-shop__section .bx-shop-list {
    width: calc((100% - 67px) / 4);
    margin: 0 1% 3%
}

#special .bx-shop__section .bx-shop_img {
    padding-bottom: 8px
}

#special .bx-shop__section .bx-shop_logo {
    padding: 0 32px
}

#special .bx-shop__section .bx-shop-container {
    gap: inherit !important
}

#special .bx-producttile__wrapper:nth-child(n+1) {
    padding: 0 .5% !important
}

@media screen and (max-width:520px) {
    #special p.btn_title {
        margin: 2%
    }

    #special .col-md-3_btn {}

    #special .col-md-3_btn.col-6.bx-producttile__wrapper.mb-2:first-child {
        width: 100%;
        margin: 0 2% !important
    }

    #special .mb-4.scene .home-product-tiles .homepage-product-listing.mx-0.row {
        justify-content: center
    }

    #special .margin {
        padding-bottom: 5%
    }

    #special .hover1 {
        margin: 0
    }

    #special .bx-producttile__wrapper {
        margin-left: 0 !important;
        padding: 0 2px !important;
        width: 48%
    }

    #special .btn_title {
        margin: 0 0 2%
    }

    #special .bx-producttile__wrapper:nth-child(n+1) {
        width: 49%
    }

    #special .bx-producttile__wrapper:nth-child(n+1) {
        padding: 1% !important
    }

    #special .bx-shop__section .bx-shop-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    #special .bx-shop__section {
        width: 100%;
        padding: 0 2%
    }

    #special .bx-top__heading {
        margin-bottom: 24px !important;
        font-size: 20px !important;
        line-height: 28px !important;
        font-weight: 700
    }

    #special .bx-shop__section .bx-shop-container {}

    .bx-shop__section .bx-shop_logo {
        padding: 0
    }

    #special .bx-shop__section .bx-shop_img {
        padding-bottom: 8px
    }

    #special .bx-shop__section .bx-shop-list {
        width: calc((100% - 15px) / 2) !important;
        margin: 0 1% 3%
    }
}