/** Shopify CDN: Minification failed

Line 13:15 Expected ")" to end URL token
Line 304:19 Expected ")" to end URL token

**/

@font-face {
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:url({{ 'Roboto-Regular.ttf' | shoplaza_asset_url}}) format('woff2');
}

section.main-section.page-width{
    max-width: 1000px !important;
    
}

.logo img{
    max-width: 200px;
}

.sp_pro_view{
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
}

.sp_pro_item{
    display: flex;
    background-color: #fff;
    border-radius: 30px;
    padding: 2% 5%;
    font-family:'Roboto-Regular';
    margin-bottom: 43px;
}
.sp_pro_item .sp_pro_img{
    width: 35%;
    display: flex;
    justify-content: center;
    align-items:center;
}
.sp_pro_item .sp_pro_img img{
    width: 100%;
    display: none;
}
.sp_pro_item .sp_pro_img img.active{
    display: block;
    border-bottom: none;
}
.sp_pro_item .sp_pro_info{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    width: 65%;
}
.sp_pro_item .sp_pro_info .sp_pro_title{
    font-size: 46px;
    font-weight: bold;
    color: #191919;
    text-align: center;
    line-height: 1.1;
    font-family:'Roboto-Regular';
}
.sp_pro_item .sp_pro_info .sp_price{
    font-size: 52px;
    font-weight: bold;
    font-family:'Roboto-Regular';
    color: #ff0000;
    margin-top: 25px;
}
.sp_pro_item .sp_pro_info .sp_options{
    display:flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 35px;
  flex-wrap: wrap;
}

.sp_pro_item .sp_pro_info .sp_options div{
    font-size: 30px;
    color: #282828;
    font-family: 'Roboto-Regular';
    background: #fff;
    padding: 2% 5%;
    border: 1px solid #AAAAAA;
    line-height: 1.2;
    border-radius: 75px;
}
.sp_pro_item .sp_pro_info .sp_options div:nth-of-type(1){
    margin-right:19px;
}
.sp_pro_item .sp_pro_info .sp_options div:nth-of-type(2){
    margin-right:19px;
}
.sp_pro_item .sp_pro_info .sp_options div:nth-of-type(4){
    width: 100%;
  text-align:center;
  margin-top:10px;
}

.sp_pro_item .sp_pro_info .sp_options div.active{
    background: linear-gradient(90deg, #23262B 0%, #545560 41%, #73777F 100%);
    color: #fff;
}
.sp_pro_item .sp_pro_info .sp_buy_now{
    background-color: #191919;
    font-family: 'Roboto-Regular';
    line-height: 2;
    font-weight: bold;
    color: #FEFEFE;
    border-radius: 50px;
    font-size: 43px;
    padding: 0 14%;
}

.sp_f_payimg{
    width: 100%;
  background: #ffffff;
}

/* @media (max-width: 767px) {
    .sp_pro_item .sp_pro_info .sp_pro_title{
        font-size: 16px;
    }
    .sp_pro_item .sp_pro_info .sp_price{
        font-size: 18px;
        margin-top:10px;
    }
    .sp_pro_item .sp_pro_info .sp_options{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .sp_pro_item .sp_pro_info .sp_options div{
        font-size: 16px;
    }
    .sp_pro_item .sp_pro_info .sp_buy_now{
        font-size: 16px;
    }
    .sp_pro_item{
        border-radius: 12px;
        margin-bottom: 13px;
    }
}
 */
  .c_toast{
     display: block;
        background-color: #000c;
        color: #fff;
        font-size: 18px;
        padding: 2%;
        position: fixed;
        left: 50%;
        top: 50%;
        z-index:1;
        transform: translate(-50%,-50%);
  }
  product-recommendations.product-recommendations{display:none !important}
  p.announcement-bar__message.h5{
    background: linear-gradient(90deg, #333333 0%, #333333 100%);
    color: white;
    line-height: 2;
    text-align: center;
  }
  p.announcement-bar__message.h5 span{
    color:#E5BC83
  }
  .swiper-container{
      overflow: hidden;
  }
  .headerr {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #171717;
    padding: 18px 27px;
    box-sizing: border-box;
    max-width:1280px;
    z-index: 10;
    margin: 0 auto;
}
  .headerr .buy {
    display: flex;
    flex-direction: row;
    align-items: center;
}
  .buycar {
    width: 74px;
    height: 65px;
    margin-right: 60px;
    position: relative;
}
  .headerr .btns {
    font-size: 25px;
    font-family: Roboto-Black;
    font-weight: 900;
    color: #fff;
    width: 340px;
    height: 65px;
    line-height: 65px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50px;
    background: linear-gradient(0deg,#960101 0%,#e50505 100%);
}
  .buycar .tip {
    position: absolute;
    top: -16px;
    right: -20px;
    width: 35px;
    height: 35px;
    line-height: 28px;
    border: 3px solid #ffffff;
    display: inline-block;
    text-align: center;
    background-color: #a50000;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    font-family: Roboto;
}
  input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type='number']{
    -moz-appearance: textfield;
}
  .main-section label img {
    width: 15px;
    margin-left: 5px;
}
.main-section label {
    display: flex;
    align-items: center;
}
.number {
    display: flex;
    flex-direction: row;
    margin: 10px 0;
    margin-bottom: 20px;
}
div#\33 div{
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    height: 32.5px;
    border: 1px solid rgba(72, 72, 72, .3);
}
div#\33 l{
    background-color: rgba(177, 177, 177, .3);
    font-size: 16px;
    color: rgba(124, 124, 124, 1);
    -moz-user-select: none;
    cursor: pointer;
    text-align: center;
    width: 32.5px;
    height: 32.5px;
    line-height: 32.5px;
    float: left;  
}  
input#\33{
    border: none;
    width: 43px;
    height: 32.5px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
    line-height: 32.5px;
    display:block !important;
}
div#\33 r{
    background-color: rgba(177, 177, 177, .3);
    -moz-user-select: none;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: rgba(124, 124, 124, 1);
    width: 32.5px;
    height: 32.5px;
    line-height: 32.5px;
    float: right;
}
  
    @font-face {
        font-family: 'NotoSansHans';
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url(https://cdn.shopify.com/s/files/1/0666/9395/5877/files/NotoSansHans-Bold.otf?v=1672294813)
    }

    @font-face {
        font-family: 'Roboto-Regular';
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src:url({{ 'Roboto-Regular.ttf' | shoplaza_asset_url}}) format('woff2');
    }

    body {
        margin: 0;
        font-family: 'NotoSansHans';
    }

    p {
        margin: 0;
    }

    ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    img {
        max-width: 100%;
        display: block;
    }

    .bold {
        font-weight: bold;
    }

    .center {
        text-align: center;
    }

    .page-width {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .section-one {
        padding: 25px 0;
    }

    header.container.header.header--middle-left {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    ul.header-item {
        display: flex;
        justify-content: space-between;
        column-gap: 50px;
        text-transform: uppercase;
    }

    ul.header-item li {
        cursor: pointer;
        color:white;
    }

    details.menu-drawer-container {
        display: none;
    }

    details>summary:first-of-type {
        display: list-item;
        counter-increment: list-item 0;
    }

    .btn {
        text-transform: uppercase;
        color: white;
        position: relative;
    }

    .banner-title {
        color: white;
        font-size: 48px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .banner-text {
        font-size: 25px;
        color: white;
        margin-top: 5px;
    }

    .banner-btn.btn {
        max-width: 55%;
        margin-top: 15px;
        z-index: 999;
        cursor: pointer;
    }

    .banner-btn.btn div,
    .section6-btn.btn div,
    .main-btn div {
        width: 100%;
        position: absolute;
        top: 40%;
        font-size: 42px;
        left: 50%;
        color: black;
        text-align: center;
        transform: translate(-50%, -50%);
        font-weight: bold;
        text-transform: uppercase;
    }
    .section6-btn.btn div{
        top: 48%;
        padding-left: 50px;
    }

    .main-btn div {
        font-size: 18px;
        top: 42%;
        color: #191919;
    }
    .banner-btn.btn div{
        color: #191919;
    }
    section.section7.page-width, section.section5.page-width {
        text-align: center;
    }

    section.section-promise .page-width {
        max-width: 1000px;
    }
    section.main-section.page-width {
        max-width: 600px;
    }
    .main-con {
        text-align: left;
        color:black;
        max-width: 45rem;
    }

    .main-section input {
        display: none;
    }

    .main-select {
        display: flex;
        row-gap: 10px;
        column-gap: 10px;
        margin: 10px 0;
    }

    .main-pro {
        display: flex;
        flex-direction: column;
        background: white;
        border: 0px solid rgba(148, 148, 148, 0.22);
        box-shadow: 0px 1px 6px 0px rgb(25 25 25 / 30%);
        margin: 12px;
        padding: 4rem 3.5rem;
        align-items: center;
    }
    .atc{
        border: 2px solid #000000;
        max-width: 98%;
        margin: 0 auto;
        font-size: 18px;
        padding: 12px;
        text-transform: uppercase;
        margin-top: 10px;
        text-align:center;
    }
    .main-section label {
        cursor: pointer;
        padding: 8px 20px;
        border: 1px solid #AAAAAA;
        border-radius: 25px;
    }

    :checked+label {
        background: linear-gradient(90deg, #23262B 0%, #545560 41%, #73777F 100%);
        color: white;
        border: 1px solid #73777F;
    }

    .main-title {
        font-size: 24px;
        color: black;
        line-height: 24px;
    }

    .price span:first-child {
        font-size: 25px;
        color: #E32025;
    }

    .price span:last-child {
        font-size: 20px;
        text-decoration: line-through;
        color: #929292;
    }

    .discount {
        font-size: 18px;
        font-weight: bold;
        color: #AD7730;
    }
.price_w {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin: 15px 0;
}
 .price_w  .price {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
    .section6-btn.btn {
        margin: 20px auto;
        max-width: 860px;
        cursor: pointer;
    }

    section.section-banner {
        position: relative;
    }

    .banner-con {
        position: absolute;
        z-index:999;
    line-height: initial;
    }

    .section3.page-width {
        display: flex;
        font-size: 16px;
        padding: 32px 0;
        text-transform: uppercase;
        text-align: left;
        color: white;
    }

    .section3-con {
        width: 25%;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }

    .section3-con img {
        max-height: 55px;
        max-width: 55px;
        margin-bottom: 15px;
    }

    .section3-con span {
        margin-left: 10px;
    color: #191919;
    }

    .section4 .banner,
    .main-btn,
    .section6-btn {
        position: relative;
    }

    .section4 .banner div {
        font-size: 45px;
        color: white;
        position: absolute;
        bottom: 10%;
        left: 50%;
        text-align: center;
        width: 100%;
        transform: translate(-50%,-50%);
        font-weight: bold;
    }

    .section4 .section4-con {
        padding: 10px 40px;
        font-size: 25px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    section.section5.page-width img,
    section.section6.page-width img,
    section.section7.page-width img,
    section.section8.page-width img,
    section.section9.page-width img,
    section.section0.page-width img {
        margin: 0 auto;
    }
    section.section0.page-width{overflow:hidden}
    .section4 .section4-con .title {
        font-size: 40px;
        font-weight: bold;
        color: #191919;
    }

    section.section9.page-width .title{
        color:white;
        padding: 20px 0 15px;
        margin: 0;
    }

    .section4-wrapper {
        padding: 12px;
    }
    .section4-wrapper2{
        display: flex;
        align-items: center;
    }

    .banner.pc_banner,
    .section4-con {
        width: 50%;
    }

    section.section6 {
        padding: 0 12px;
    }

    section.section6 img {
        margin-bottom: 12px;
    }

    .section9-con {
        display: flex;
    }

    .section9-con span {
        width: 50%;
        padding: 0 10% 15px;
        font-size: 22px;
        color:white;
    }
    .section9-con span:nth-of-type(2) {
        padding: 0 6.5% 15px;
    }

    .active {
        border-bottom: 4px #191919 solid;
        color: black;
    }

    .tab {
        font-size: 35px;
        color: #999999;
    }

    .tab_switch {
        display: flex;
        justify-content: space-evenly;
    }

    section.main-section .main-pro:last-child {
        margin-bottom: 0;
    }

    .section-promise {
        padding: 25px 12px;
        color: white;
    }

    .promise-wrapper {
        display: flex;
        align-items: center;
        column-gap: 10px;
    }

    .promise-left {
        width: 30%;
    }

    .promise-right {
        width: 70%;
    }

    .promise-title {
        font-size: 25px;
        font-weight: bold;
    }

    .promise-text {
        font-size: 20px;
        margin-top: 10px;
    }
    section.section5 .title,
    section.section7 .title,
    section.section8 .title,
    section.section9 .title,
    section.main-section .title {
        font-size: 45px;
        margin: 20px 0 15px;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
    }
    section.section7 .title,section.section8 .title{
        padding: 20px 0 15px;
        margin: 0;
    }
    section.main-section .title {
        margin-bottom: 5px;
        margin-top: 0;
        padding-top: 25px;
    }

    section.main-section .sub_title {
        font-size: 30px;
        text-align: center;
        padding-bottom: 15px;
        color:white;
    }
    section.main-section.page-width .title{
        color:white;
    }

    .b-wrapper {
        display: flex;
        column-gap: 10px;
    }

    .b-wrapper img {
        max-height: 35px;
    }

    span.header__heading-logo {
        font-size: 40px;
        color: white;
        font-weight: bold;
    }

    img.mb_img,
    .banner.mb_banner {
        display: none;
    }

    img.pc_img,
    .banner.pc_banner {
        display: block;
    }

    section.section-banner img {
        margin-left: auto;
    }

    .banner-con {
        position: absolute;
        left: 18%;
        top: 5%;
        max-width: 600px;
    }

    section.section4.page-width,
    section.main-section.page-width,
    section.section5.page-width,
    section.section6.page-width,
    section.section7.page-width,
    section.section8.page-width,
    section.section9.page-width,
    section.section0.page-width {
        padding-top: 50px;
    }
    section.section0.page-width{
        background: #f7f6f4;
    }
    section.section4.page-width {
        padding-top: 50px;
        margin-top: 0;
    }
    .main-btn img {
        margin: 0 auto;
        width: 100%;
    }

    .main-pro-left img {
        max-width: 300px;
        margin: 0 auto;
    }
    .main-select-title {
        margin-top: 20px;
    }
    .main-btn {
        margin-top: 10px;
        cursor: pointer;
    }
    .tab_switch span{
        cursor: pointer;
    }

    .footer__wrapper{
        background-color: #f7f6f4;
    }
    .footer__menu-list a,.footer__copyright-container p:last-child{
        color:black;
    }
    .extra-img img{
        min-width:600px;
        padding-bottom: 50px;
    }

    section.section6.page-width div {
        padding-bottom: 12px;
    }
    .overbuy_wrap{
        max-width:600px;
    }

    .overbuy_img img {
        margin: 0 auto;
        max-width: 70%;
    }

    .overbuy_bg{
        position: relative;
    }
    .overbuy_bg div {
        position: absolute;
        width: 85%;
        left: 15px;
        top: 10px;
        white-space: inherit;
        font-size: 18px;
        font-weight: 500;
        color: #843F27;
        text-align: left;
        line-height: 22px;
    }
    .overbuy_img {
        padding-top: 70px;
    }
    .overbuy_con {
        padding: 0 30px 30px;
    }
    .overbuy_title {
        font-size: 25px;
        text-transform: uppercase;
        font-family: 'NotoSansHans';
    }
    .overbuy_price span:first-child {
        font-size: 25px;
        font-family: 'NotoSansHans';
        color: #E41616;
    }
    .overbuy_price span:nth-of-type(2) {
        font-size: 20px;
        color: #E41616;
        font-family: 'NotoSansHans';
    }

    .overbuy-select-title {
        margin-top: 20px;
        text-align:center;
        font-family: 'NotoSansHans';
    }
    .overbuy-select {
        display: flex;
        justify-content: center;
        row-gap: 10px;
        column-gap: 10px;
        margin: 10px 0;
        font-family: 'NotoSansHans';
    }
    .overbuy-select input {
        display: none;
    }
    .overbuy-select label {
        cursor: pointer;
        padding: 8px 20px;
        border: 1px solid #AAAAAA;
        border-radius: 25px;
    }
    .no_buy{
        width: fit-content;
        margin: 0 auto;
        border-bottom: 1px solid #666666;
        padding-bottom: 5px;
        font-family: 'NotoSansHans';
        color: #666666;
        margin-top: 5px;
    }
    @media (max-width:1500px) {
        .banner-con {
            zoom: 0.85;
        }
    }

    @media (max-width:1150px) {
        .banner-con {
            zoom: 0.7;
            left: 5%;
        }
    }

    @media (max-width: 767px) {
      .headerr .btns {
    font-size: 12px;
    font-family: Roboto-Black;
    font-weight: 900;
    color: #fff;
    width: auto;
    height: 30px;
    padding: 0 5px;
    white-space: nowrap;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50px;
}
    h4.logo img{
      max-width:120px;
    }
    .buycar {
        width: 30px;
        height: 30px;
        margin-right: 15px;
        position: relative;
    }
      
    .headerr {
        padding: 13px 10px;
    }
      .buycar .tip {
    position: absolute;
    top: -16px;
    right: -20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #ffffff;
    display: inline-block;
    text-align: center;
    background-color: #a50000;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    font-family: Roboto;
}
        .overbuy_bg div{
            font-size: 16px;
        }
        .section6-btn.btn div{
            top:45%;
        }
        .section9-banner {
            padding: 0 20px;
        }
        .banner-btn.btn{
            max-width: 52%;
        }
    .extra-img img{
        min-width:inherit;
        padding:15px; 
        border-radius: 20px;
        width: 100%;
    }
       section.section4.page-width{
           padding-top:0;
       } 
    section.section7 .title{
        background: white;
    }
    .section4 .section4-con {
        background:white;
    }
        section.section4.page-width, section.main-section.page-width, section.section5.page-width, section.section6.page-width, section.section7.page-width, section.section8.page-width, section.section9.page-width, section.section0.page-width{
            padding-top:0;
        }
        /* .main-btn div{
            font-size:14px;
        }
        .banner-btn.btn{
            padding:0;
        }
        .banner-btn.btn div{
            font-size: 16px;
        }
        .main-btn{
            margin: 15px auto 0;
        } */
      
        /* .price_w {
            margin: 5px 0;
        }
        .atc{
          padding: 8px;
          font-size: 15px;
        }
        .promise-title {
            font-size: 19px;
        }
        .promise-text {
            font-size: 14px;
        } */
        .banner-con{
            zoom: 1;
        }
        .main-pro-left img {
            max-width: 100%;
        }

        .main-btn img {
            max-width: 100%;
        }

        .main-section label {
            padding: 5px 9px;
        }

        .discount {
            font-size: 14px;
        }

        .main-title {
            font-size: 16px;
        }
/* 
        .price span:last-child {
            font-size: 15px;
        }

        .price span:first-child {
            font-size: 19px;
        } */
/* 
        .tab {
            font-size: 18px;
            margin-top:20px;
        }

        .section9-con span {
            padding: 0 20px 15px;
            font-size: 12px;
            font-weight:200;
            line-height:12px;
        }

        .section9-con span:nth-of-type(2) {
            padding: 0 20px 15px;
        } */

        /* .section6-btn.btn {
            margin: 10px 15px;
            padding:0;
        } */
/* 
        .section6-btn.btn div {
            font-size: 18px;
        } */

        /* section.section5 .title,
        section.section7 .title,
        section.section8 .title,
        section.section9 .title,
        section.main-section .title {
            font-size: 23px;
        }

        .page-width {
            padding: 0;
        }
 */
        .section4-wrapper,.section4-wrapper2 {
            display: block;
        }
        

        .banner.pc_banner,
        .section4-con {
            width: inherit;
        }

        .b-wrapper img {
            max-height: 25px;
        }

        .banner-title {
            font-size: 20px;
        }

        .banner-text {
            font-size: 15px;
        }

        .section4 .section4-con {
            padding: 10px 15px;
            font-size: 30px;
        }

        img.mb_img,
        .banner.mb_banner {
            display: block;
        }

        img.pc_img,
        .banner.pc_banner,
        .section4 .section4-con .title {
            display: none;
        }

        .section-banner3 p span {
            display: flex;
            flex-direction: column;
        }

        .section3.page-width {
            padding: 20px;
            flex-wrap: wrap;
            row-gap: 15px;
            font-size: 15px;
            column-gap: 4%;
            text-transform: inherit;
            text-align: left;
        }

        .section3-con {
            width: 48%;
            flex-direction: row;
        }

        .section3-con img {
            margin-right: 12px;
            margin-bottom: 0;
        }

        .banner-con {
            padding: 30px 20px;
            left: inherit;
            top: inherit;
            max-width: inherit;
        }

        .section-one {
            padding: 15px 0;
        }

        span.header__heading-logo {
            font-size: 23px;
        }


        summary {
            list-style: none;
        }

        ul.header-item {
            display: none;
        }

        header.container.header.header--middle-left {
            position: relative;
            padding: 0 10px;
        }

        details.menu-drawer-container {
            display: block;
        }

        details.menu-drawer-container summary svg {
            width: 22px;
            height: 22px;
            fill:white;
        }

        div#menu-drawer {
            top: calc(100% + 15px);
            width: calc(100vw - 30vw);
            position: absolute;
            left: 0;
            z-index: 1000;
            background: white;
        }

        details div {
            color: #646f89;
            word-break: break-word;
            overflow-x: auto;
            padding: 15px;
        }

        div#menu-drawer .list-menu__item {
            color: black;
            padding: 1.1rem 0;
            display: flex;
            align-items: center;
            text-decoration: none;
            text-transform: uppercase;
        }
    }

    /* @media(max-width:414px){
        .fancybox-content{
            max-width: 90%;
        }
        .pillow-help-wrap{
            zoom: 0.8;
        }
        .overbuy_title {
            font-size: 18px;
        }
        .overbuy_price span:nth-of-type(2){
            margin:0;
        }
        .overbuy_con {
            padding: 0 15px 15px;
        }
        .overbuy-select label {
            padding: 5px 5px;
            border-radius: 15px;
        }
        .section3.page-width{
          font-size: 13px;
        }
    }
 */
    @media(max-width:568px){
        .buy-buy{
          font-size: 25px !important;
        }
    }
    @media(max-width:400px){
        .buy-buy{
          font-size: 20px !important;
        }
    }

    /* @media (max-width:320px) {
        .overbuy_title, .overbuy_price {
            zoom: 0.9;
        }
        .overbuy_bg div {
            font-size: 12px;
        }
        .main-select{
            flex-wrap: wrap;
        }
        .section3-con img {
            max-height: 35px;
            max-width: 35px;
        }

        .section3.page-width {
            padding: 15px;
            row-gap: 20px;
        }

        .main-btn div {
            font-size: 12px;
        }
        .main-select{
            flex-wrap: wrap;
        }
        .section3-con img {
            max-height: 35px;
            max-width: 35px;
        }

        .section3.page-width {
            padding: 15px;
            row-gap: 20px;
        }
    }


    @media (max-width: 290px){
        .overbuy_title, .overbuy_price {
            zoom: 0.8;
        }
    } */
#root {
  max-width: 1080px;
  margin: 0 auto;
}