/** Shopify CDN: Minification failed

Line 8:0 Unexpected "<"
Line 1570:0 Unexpected "<"

**/

<style>
  product-recommendations.product-recommendations{display:none}
  #etranslate-language_currency-dropdown-selector-theme2{display:none}
  .footer-paypal img{margin:0 auto}
  .main-right .price {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .select_span {
      margin: 10px 0;
  }
  .select_span span {
      cursor: pointer;
      padding: 10px 20px;
      border: 1px solid #AAAAAA;
      border-radius: 25px;
      color: black;
  }
  .select_span span.on {
      background: #000;
      color: white;
      border: 1px solid #000;
  }
  
    .mb-swiper.swiper-container2 {
        display: none;
    }
  .main-select label {
        cursor: pointer;
        padding: 6px 20px;
        border: 1px solid #AAAAAA;
        border-radius: 25px;
        color:black;
    }
    input[type='radio'] {
      display: none;
    }

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

  .sp-main-product{
            padding:40px 0 0;
            background:#F1F1F1;
        }
    
        .sp-main-title{
            font-weight: bold;
            font-size: 40px;
            margin: 0 auto;
            text-align: center;
            margin-top: 20px;
            margin-bottom: 50px;
        }
    
        .sp-main-con {
            display: flex;
        }
    
        .sp-main-img{
            position:relative;
        }
    
        .sp-main-btn{
            position: absolute;
            left: 50%;
            transform: translate(-50%,0);
        }
    
        .sp-main-first{
            bottom: 120px;
        }
        .sp-main-second{
            bottom: 65px;
        }
        .sp-main-third{
            bottom: 85px;
        }
        .sp-main-con.pc-swiper {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          padding: 0;
        }
        .sp-margin {
            max-width: 1200px;
            margin: 0 auto;
        }
    @font-face { 
        font-family: 'Akzidenz';
        font-style: normal;
        font-weight: 400;
        font-display: swap; 
        src:url('https://cdn.shopify.com/s/files/1/0750/7502/7224/files/Akzidenz_Grotesk-Extra_Bold_Cond_1.otf?v=1692062956') format('woff2');
    }
  ul#orderList li {
    font-size: 14px;
    padding: 0;
    box-sizing: border-box;
    font-weight: bold;
    list-style: none;
    margin: 0;
    transition: all 0.2s;
    background-color: #ffffff;
    text-align: center;
    width: 31.5%;
    position: relative;
    box-shadow: 0px 9px 8px 0px rgb(14 14 14 / 19%);
    border-radius: 10px;
}
  .main-popular {
    width: fit-content;
    margin: 0 auto;
    color: white;
    padding: 10px 60px;
    margin-top: -7px;
    background-size: 100% 100%;
    border-radius: 0px 0px 10px 10px;
}
  p.t1 {
    font-size: 26px;
}
  ul#orderList img {
    margin: 0 auto;
}
  .text-variant .flex-center {
    margin: 30px 0;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
  .text-variant input[type=radio] {
    display: none;
}

input[type=radio] {
    cursor: pointer;
}
.text-variant label {
    padding: 9px 12px 7px;
    text-transform: uppercase;
    box-shadow: 0 20px 60px 0 rgb(14 14 14 / 19%);
    border-radius: 15px;
    background: white;
    cursor: pointer;
    border: 1px solid #ccc;
}
  .text-variant input:checked+label {
    border: 1px solid #A44CD5;
}
  .text-box {
    font-size: 16px;
}
  p.t3 {
    margin-top: 0;
}
  .t3-discount-price {
    font-size: 30px;
    color: #CB0304;
}
  #orderList li .t3 span:nth-child(3) {
    text-decoration: line-through;
}
  .button:after{
    content:none !important;
  }
  .main-btn.button {
    cursor: pointer;
    padding: 6px 60px;
    background: #A44CD5;
    color: white;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 20px;
    box-shadow: 0px 0px 10px 5px rgb(5 5 5 / 19%);
    color: white;
    cursor:pointer;
    line-height: inherit;
    min-height: inherit;
}
  p.t4 {
    font-size: 12px;
    color: #333333;
    padding: 10px 0;
}
  p.t4 span {
    position: relative;
}
  p.t4 span::before {
    position: absolute;
    top: 1px;
    left: -10px;
    content: '*';
    color: #FFF100;
}
  ul#orderList li.current {
    border: 1px solid #880bcc;
    transform: scale(1.1);
}
    
    body {
        margin: 0;
        color:black;
    }

    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;
    }

    .header-wrapper.color-background-2 {
        background-color: #111111;
    }

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

    span.header__heading-logo {
        font-size: 40px;
        color: rgb(255, 87, 3);
        font-weight: bold;
    }

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

    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;
    }

    summary {
        list-style: none;
    }

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

    details.menu-drawer-container summary svg {
        fill: white;
    }

    .section-banner {
        position: relative;
    }

    .section-banner div {
        position: absolute;
        max-width: 22%;
        top: 40%;
        left: 30%;
        width: 100%;
        transform: translate(-50%, 0);
    }

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

    .section-last.page-width{
        color: black;
    }

    .section3-con,
    .section-last-con {
        width: 25%;
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .section3-con img,
    .section-last-con img {
        max-width: 55px;
    }

    .section3-con span,
    .section-last-con span {
        margin-left: 10px;
    }

    .section-last-con {
        margin-bottom: 20px;
    }

    section.section-after {
        background: white;
    }

    section.section-after .page-width {
        margin-top: -13%;
        z-index: 1;
        position: relative;
    }

    .after-con {
        background-image: url(https://img-va.myshopline.com/image/store/2000412319/1644552181098/-10.png?w=969&h=468);
        background-size: 100% 100%;
        color: black;
        padding: 20px 50px;
        max-width: 60%;
        margin: 20px auto 0;
    }

    .after-title {
        font-size: 32px;
        margin-bottom: 5px;
    }

    .after-text,
    .desc {
        font-size: 30px;
    }

    section.section-multiple {
        background: white;
        color: black;
    }

    section.section-multiple .desc {
        max-width: 85%;
        margin: 0 auto 10px;
    }

    section.section-multiple .title img {
        max-width: 50%;
        margin: 0 auto;
    }

    .section-reviews {
        background: url('https://cdn.shopify.com/s/files/1/0750/7502/7224/files/27aea10b72ad2f1ddcad6b5ade948768aa4e8c9cbf364-DEakEt.webp?v=1692063016');
        background-size: cover;
        color: white;
        padding-bottom: 15px;
    }

    .reviews-padding {
        background-size: cover;
        padding: 30px 25px 0;
    }

    .swiper-container {
        margin-top: 20px;
    }

    .buy_btn {
        margin-top: 20px;
    }

    .buy_btn img {
        max-width: 50%;
        margin: 0 auto;
        cursor: pointer;
    }

    .buy_btn_desc {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: black;
        margin-top:10px;
    }

    .buy_btn .buy_btn_desc img {
        max-width: 30px;
        margin-left: 0;
        margin-right: 5px;
    }

    .section-table {
        /* background: linear-gradient(-35deg, #000000 0%, #272727 100%); */
    }

    section.section-use {
        background: #F0F2FF;
        padding: 20px 0;
    }

    .use-img {
        padding-left: 20px;
    }

    section.section-use .title img {
        max-width: 45%;
        margin: 0 auto 15px;
    }

    .main-section {
        background: #F0F2FF;
        padding: 20px 10px;
        color: black;
    }

    .main-section .title img {
        max-width: 85%;
        margin: 0 auto;
    }

    section.main-section .desc {
        padding: 10px 0;
        text-align: center;
    }

    .title,p.reviews-title {
        padding-top: 30px;
    }

    .main-product {
        position: relative;
        margin-top: 10px;
        padding: 20px;
        background: white;
    }

    .flex-wrapper {
        display: flex;
        align-items: center;
    }

    .name.bold {
        color: #191919;
        font-size: 35px;
        text-align: center;
        max-width: 500px;
        margin: 0 auto;
    }

    .name.bold span {
        color: white;
        padding: 5px;
        background: linear-gradient(0deg, #2D0E30 0%, #9F55BC 100%);
        font-weight: initial;
        font-size: 16px;
    }

    .main-right i {
        font-size: 18px;
        color: black;
    }

    .price {
        text-align: center;
        margin: 10px 0;
    }

    .price span:first-child,.main-product.m1 .price span {
        color: black;
        font-size: 28px;
    }

    .price span:last-child {
        text-decoration: line-through;
        color: #AAAAAA;
        font-weight: bold;
        margin-left: 5px;
        font-size: 25px;
    }

    .main-btn {
        margin-top: 10px;
    }

    .main-btn img {
        max-width: 300px;
        margin: 0 auto;
        cursor: pointer;
    }

    .main-img,
    .main-right {
        width: 50%;
        text-align: center;
    }

    p.reviews-title img {
        margin: 0 auto;
    }

    .sg-price {
        font-size: 25px;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
    }
  
    .sg-price span{
          color: #E10000;
    }

    .price span:first-child, .main-product.m1 .price span {
        color: #E10000;
        text-decoration: none;
    }

    /* .main-product:nth-of-type(2) .price span:first-child,
    .main-product:nth-of-type(3) .price span:first-child {
        color: black;
    } */

    .main-product:nth-of-type(2) .name,
    .main-product:nth-of-type(3) .name {
        text-transform: uppercase;
    }

    .main-img img {
        margin: 0 auto;
    }

    .main-product:nth-of-type(2) .main-img img {
        max-width: 85%;
    }

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

    .table-con {
        margin-top: 20px;
    position: relative;
    }

    .table-con b {
      position: absolute;
      left: 52%;
      font-size: 32px;
      top: 2%;
      color: white;
      text-transform: uppercase;
    }

    .table-con img{
        margin:0 auto;
    }

    section.section-table .title img {
        max-width: 70%;
        margin: 0 auto;
    }

    section.section-easy {
        background: white;
        color: black;
        padding: 20px 20px 35px;
        padding-bottom: 0;
    }

    section.section-easy .title img {
        max-width: 95%;
        margin: 0 auto;
    }

    .easy-img div {
        width: 50%;
    }

    .easy-img {
        display: flex;
        column-gap: 18px;
        position: relative;
        z-index: 1;
        margin-top: 10px;
    }

    .easy-img img {
        border-radius: 6px;
        width: 100%;
    }

    .easy-con {
        position: relative;
    }

    img.easy-bg {
        width:100%;
        /* margin-left: -20px;
        margin-top: -20%; */
    }

    .easy-text {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        max-width: 60%;
        margin-left: auto;
        font-size: 30px;
    }

    .easy-text div {
        display: flex;
        align-items: center;
        margin-top: 30px;
    }

    .easy-text div img {
        max-width: 20px;
    }

    .easy-text div.btn img {
        max-width: 55%;
        margin-top: 20px;
    }

    .easy-text span {
        margin-left: 10px;
    }

    .swiper-slide img {
        margin: 0 auto;
    }

    .multiple-img img {
        width: 100%;
    }

    section.section-after img {
        margin: 0 auto;
    }

    img.mbImg {
        display: none;
    }

    img.pcImg {
        display: block;
    }

    .easy-text div.btn {
        margin-top: 0;
        margin-bottom: 20px;
    }

    :checked+label {
        background: #000;
        color: white;
        border: 1px solid #000;
    }

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

    .overbuy-select-title {
        font-weight:bold;
    }
    .overbuy-select {
        display: flex;
        justify-content: flex-start;
        row-gap: 10px;
        column-gap: 10px;
        margin: 10px 0;
    }
    .overbuy-select input {
        display: none;
    }
    .overbuy-select label {
        cursor: pointer;
        padding: 8px 20px;
        border: 1px solid #AAAAAA;
        border-radius: 25px;
    }
      .pillow-help-wrap .main-btn {
        background: #DF1E1E;
        box-shadow: 0px 10px 0px 0px #A50808;
        max-width: 90%;
        margin: 20px auto;
        color: white;
        font-size: 25px;
        text-align: center;
        border-radius: 5px;
        padding: 5px 0;
    }
    .no_buy{
        width: fit-content;
        margin: 0 auto;
        border-bottom: 1px solid #666666;
        padding-bottom: 5px;
        color: #666666;
        margin-top: 5px;
    }

    .overbuy_wrap{
        max-width:600px;
    }

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

    .overbuy_bg{
        position: relative;
    }
    .overbuy_con {
        padding: 0 30px 30px;
    }
    .overbuy_title {
        font-size: 20px;
        font-weight:bold;
        text-transform: uppercase;
    }
    .overbuy_title,.overbuy_price{
        text-align:left;
    }
    .overbuy_price span:first-child {
        font-weight:bold;
        color: #E41616;
        font-size: 22px;
    }
    .overbuy_price span:nth-of-type(2) {
        text-decoration: line-through;
        margin: 0 15px 0 5px;
        color: #929292;
        font-size: 20px;
    }
    .overbuy_price span:last-child {
        font-size: 20px;
        font-weight:bold;
        text-transform: uppercase;
    }
    .no_buy{
        width: fit-content;
        margin: 0 auto;
        border-bottom: 1px solid #666666;
        padding-bottom: 5px;
        color: #666666;
        margin-top: 5px;
    }

    .overbuy_bg {
        position: relative;
    }

    .overbuy_subtitle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: white;
        width: 100%;
        text-align: center;
        font-style: italic;
        font-size: 15px;
    }

     .overbuy_img img{
        margin: 20px auto 35px;
    }

    .overbuy_subtitle b{
        font-size:28px;
    }

    .fancybox-close-small svg{
        color:black;
    }

    .section-promise {
        background:url('/cdn/shop/files/22.png?v=1698809296');
        background-size:cover;
        padding: 10px 12px 25px;
        color: white;
    }
    section.section-promise .page-width {
        max-width: 1000px;
    }
    .promise-wrapper {
        display: flex;
        align-items: center;
        column-gap: 10px;
    }
    .promise-left {
        width: 25%;
    }

    .promise-right {
        width: 75%;
    }

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

    .promise-text {
        font-size: 20px;
        margin-top: 10px;
    }

    .title {
        text-align: center;
        font-size: 40px;
        white-space: nowrap;
        text-transform: uppercase;
        font-family: Akzidenz;
    }

    .sp_top_cut_down.page-width {
        width: 100%;
        box-sizing: border-box;
        padding: .5% 3%;
        display: flex;
        justify-content: space-between;
        column-gap: 10px;
        align-items: center;
    }
    .sp_top_cut_down .sp_right_view {
        display:flex;
        flex-direction: row;
        column-gap: 20px;
        line-height: 22px;
        color: #fff;
        margin-left: 10px;
    }
    .sp_top_cut_down .sp_right_view span:first-child{
        font-weight: 700;
        font-size: 28px;
    }
    .sp_top_cut_down .sp_right_view span:last-child{
        font-size: 25px;
    }
    .sp_top_cut_down .sp_left_view {
        display: flex;
        align-items: center;
    }
    .sp_top_cut_down .sp_left_view div {
        background-color: #fff;
        font-size: 20px;
        line-height: 20px;
        font-weight: 700;
        color: #000;
        padding:12px 10px 8px;
        border-radius: 5px;
    }
    .sp_top_cut_down .sp_left_view span {
        color: #fff;
        font-size: 22px;
        line-height: 22px;
        margin: 0 10px;
        font-weight: 100;
    }

    @media (max-width:1750px) {
        section.section-after .page-width {
            margin-top: -16%;
        }
    }

    @media (max-width:1550px) {
        section.section-after .page-width {
            margin-top: -18%;
        }
    }

    @media (max-width:1400px) {
        section.section-after .page-width {
            margin-top: -20%;
        }
    }

    @media (max-width:1300px) {
        section.section-after .page-width {
            margin-top: -22%;
        }
    }

    @media (max-width: 1200px) {
        .buy_btn img {
            max-width: 40%;
        }
    }

    @media (max-width: 1100px) {
        .table-con b {
          font-size: 25px;
        }
        .buy_btn img {
            max-width: 35%;
        }

        section.section-after .page-width {
            margin-top: -25%;
        }
    }

    @media (max-width:950px) {
        .easy-text {
            font-size: 25px;
        }

        .table-con b {
          font-size: 22px;
        }
        .easy-text div {
            margin-top: 20px;
        }
    }
.ul-details-wrapper{display:none}
  .header__heading-logo img {
    max-height: 80px;
}
  ul.header-item li img {
    max-height: 40px;
}
  .overbuy_wrap{
        max-width:600px;
    }

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

    .overbuy_bg{
        position: relative;
    }
    .overbuy_bg div {
        position: absolute;
        width: 55%;
        left: 50%;
        transform: translate(-50%,0);
        white-space: nowrap;
        font-size: 18px;
        font-weight: 500;
        color: #843F27;
    }
    .overbuy_img {
        padding-top: 40px;
    }
    .overbuy_con {
        padding: 0 30px 30px;
    }
    .overbuy_title {
        font-size: 25px;
        text-transform: uppercase;
        line-height: initial;
        font-family: 'NotoSansHans';
    }
    .overbuy_price span:first-child {
        font-size: 22px;
        font-family: 'NotoSansHans';
    }
    .overbuy_price span:nth-of-type(2) {
        text-decoration: line-through;
        margin: 0 15px 0 5px;
        color: #929292;
        font-size: 20px;
    }
    .overbuy_price span:last-child {
        font-size: 20px;
        font-family: 'NotoSansHans';
    }

    .overbuy-select-title {
        margin-top: 5px;
        text-align:left;
        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;
    }
    p.discounti, p.discountr {
        text-align: center;
        font-family: 'NotoSansHans';
        font-weight: bold;
    }
    p.discounti {
        font-size: 30px;
    }
    p.discounti b {
        color: #DF1E1E;
    }
    p.discountr {
        font-size: 18px;
    }
              img.pro_tips {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 120px;
}
    @media (max-width: 767px) {
    .select_span span {
        padding: 6px 15px;
    }
              img.pro_tips {
    max-width: 80px;
}
      .main-btn.button{
        padding: 6px 20px;
        font-size: 12px;
      }
      .main-select label {
          padding: 6px 15px 6px;
          line-height: initial;
      }
      p.discounti {
          font-size: 25px;
      }
      .table-con b {
          font-size: 18px;
      }
      p.discountr {
          font-size: 16px;
      }
      .overbuy_bg div{
            width: 65%;
            font-size: 16px;
        }
.ul-details-wrapper{display:block}
      .ul-details-wrapper img {
          max-width: 130px;
      }
      a.header__heading-link.link.link--text.focus-inset {
          padding: 0;
      }
      .header__icon--menu[aria-expanded=true]:before{content:none}
      .sp_top_cut_down .sp_left_view div{
        padding:5px;
      }
      .sp_top_cut_down .sp_right_view {
          line-height: 18px;
      }
      ul#orderList li.current{
        transform: scale(.9);
        border:none;
      }
        ul#orderList li .button {
            padding: 6px 30px;
            min-height: inherit;
            font-size: 16px;
        }
        .text-variant .flex-center {
            margin: 15px 0;
        }
        .text-box {
            font-size: 14px;
        }
        .t3-discount-price {
            font-size: 22px;
        }
        p.t1 {
            font-size: 16px;
        }
        .text-variant label {
          padding: 5px 7px 5px;
        }
        .sp-main-product li.swiper-slide.my-slide-active {
            border: 1px solid #A44CD5 !important;
            transform: scale(1) !important;
        }
        .sp-main-product {
          padding: 20px 0 0;
        }
        .sp-main-title {
            font-size: 26px;
            margin-top: 0;
            margin-bottom: 20px;
        }
        ul#orderList li {
            width: 80%;
            margin-bottom: 50px;
            transform: scale(.9);
            margin-top: 7px;
        }
      
        .sp-main-con.pc-swiper {
            display: none;
            flex-wrap: wrap;
        }
        .mb-swiper.swiper-container2 {
            display: block;
            overflow: hidden;
        }
        .page-width {
            padding: 0;
        }

        .overbuy_subtitle b{
            line-height: 25px;
        }

        .no_buy{
            font-size: 16px;
        }

        .overbuy-select-title,.overbuy-select label{
            font-size: 16px;
        }

        .main-select,.price{
            margin:0;
        }
        .main-section label {
            padding: 8px 15px 5px;
        }

        .main-select{
            column-gap: 5px;
        }
        .sg-price{
            font-size:18px
        }
        .title,p.reviews-title{
            padding-top: 0;
        }
        section.section-easy{
            padding-bottom: 35px;
        }

        .easy-text div.btn img {
            max-width: 90%;
            margin-top: 0;
        }

        .easy-text {
            top: 55%;
            max-width: 70%;
            font-size: 15px;
        }

        .easy-text div {
            margin-top: 15px;
        }

        .easy-con{
            margin:0 -20px;
        }

        .after-con {
            padding: 20px 12px;
            max-width: 70%;
            margin: 20px auto 0;
        }

        .section-banner div {
            max-width: 60%;
            top: 25%;
            left: 50%;
        }

        .table-con img{
            padding: 0 13px 0 15px;
        }

        img.mbImg {
            display: block;
        }

        img.pcImg {
            display: none;
        }

        .main-product:nth-of-type(2) .name,
        .main-product:nth-of-type(3) .name {
            text-transform: uppercase;
            font-size: 19px;
        }

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

        .price span:first-child,.main-product.m1 .price span {
            font-size: 19px;
        }

        .price span:last-child {
            font-size: 15px;
        }

        .main-right i {
            font-size: 12px;
        }

        .name.bold {
            max-width: inherit;
            font-size: 15px;
        }

        .name.bold span {
            padding: 2px 5px;
            font-size: 15px;
        }

        .flex-wrapper {
            padding: 10px;
        }

        .main-product {
            padding: 0;
        }

        .buy_btn .buy_btn_desc img {
            max-width: 18px;
        }

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

        .buy_btn_desc {
            font-size: 12px;
        }

        .after-title {
            font-size: 25px;
            margin-bottom: 5px;
        }

        .after-text,
        .desc {
            font-size: 20px;
        }

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

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

        .header__heading-logo img {
            max-width: 120px;
        }

        ul.header-item {
            display: none;
        }

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

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

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

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

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

        .section-last.page-width {
            padding: 0 10px;
        }

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

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

        .section-last-con img {
            max-width: 20px;
            margin-bottom: 0;
        }

        .section3.page-width .section3-con:first-child img {
            max-width: 53px;
            margin-right: 4px;
        }

        .section3.page-width .section3-con:last-child img {
            max-width: 35px;
            margin-right: 22px;
        }

        .section3.page-width .section3-con:first-child,
        .section3.page-width .section3-con:nth-of-type(2) {
            margin-bottom: 45px;
        }

        .promise-title {
            font-size: 19px;
        }

        .promise-text {
            font-size: 14px;
        }
        
        .title {
            font-size: 28px;
        }
        
        .sp_top_cut_down .sp_right_view span:first-child{
            font-size: 18px;
        }
        .sp_top_cut_down .sp_right_view span:last-child{
            font-size: 14px;
            white-space:nowrap;
        }

        .sp_top_cut_down .sp_right_view {
            flex-direction: column;
            column-gap: 0;
        }
        .sp_top_cut_down.page-width{
            column-gap: 0;
        }
    }

    @media (max-width:414px) {
        p.discounti {
            font-size: 21px;
        }
      .table-con b {
    font-size: 12px;
}
        .overbuy_title {
            font-size: 18px;
        }
        .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: 20px;
        }
        section.section-after .page-width {
            margin-top: -28%;
        }

        .after-con {
            max-width: 95%;
        }


        .after-title {
            font-size: 19px;
            margin-bottom: 5px;
        }

        .after-text,
        .desc,.name.bold {
            font-size: 15px;
        }
        
        .title {
            font-size: 24px;
        }
        .sp_top_cut_down .sp_left_view{
            justify-content: center;
        }
        .main-product:nth-of-type(2) .name, .main-product:nth-of-type(3) .name {
            white-space: nowrap;
            font-size: 15px;
        }
        .overbuy-select-title, .overbuy-select label {
            font-size: 12px;
        }
    }

    @media(max-width:385px){
        .easy-text {
            zoom: 0.9;
            max-width: 75%;
            font-size: 14px;
        }
      .table-con b {
          font-size: 12px;
          zoom: 0.76;
      }

        .title {
            font-size: 22px;
        }
    }

    @media (max-width:375px) {

        .easy-text div {
            margin-top: 5px;
        }

        .easy-text span

        .after-title {
            font-size: 18px;
        }

        .sp_top_cut_down.page-width{
            display: block;
            text-align: center;
        }
    }

    @media (max-width:345px){
        .after-title {
            font-size: 16px;
        }
        .after-text {
            font-size: 13px;
        }
        .title {
            font-size: 20px;
        }
    }

    @media (max-width:320px) {
        .overbuy_title, .overbuy_price {
            zoom: 0.9;
        }
        .easy-text {
            zoom: 0.75;
        }
        .after-title {
            font-size: 14px;
        }
        .after-text {
            font-size: 12px;
        }
        .overbuy_title, .overbuy_price {
            zoom: 0.9;
        }
        .overbuy_bg div {
            font-size: 12px;
        }
        .title,.main-product:nth-of-type(2) .name, .main-product:nth-of-type(3) .name {
            white-space:inherit;
        }
    }

    @media (max-width: 290px){
        .overbuy_title, .overbuy_price {
            zoom: 0.8;
        }
    }
  
  
    .title, .title-wrapper-with-link {
        margin: 0;
    }

.product-recommendations{
  display:none !important;
}
</style>