   @font-face {
        font-family: Museo Extra Bold;
        src: url(/under/tab_showcase/fonts/MUSEOSANSCYRL_4.OTF)
    }

    @font-face {
        font-family: Museo Thin;
        src: url(/under/tab_showcase/fonts/MUSEOSANSCYRL_5.OTF)
    }

    @font-face {
        font-family: Museo Light;
        src: url(/under/tab_showcase/fonts/MUSEOSANSCYRL_6.OTF)
    }

    @font-face {
        font-family: Museo Regular;
        src: url(/under/tab_showcase/fonts/MUSEOSANSCYRL_7.OTF)
    }
    @font-face {
        font-family: Museo Bold;
        src: url(/under/tab_showcase/fonts/MUSEOSANSCYRL.OTF)
    }
section.main{
    
        font-family: Museo Light;
    max-width: 1320px;
    width: 100%;
}
   section.head2 {
    width: 100%;
    background-color: #f4f4f4;
    height: 46px;
}
div.head1 {
        font-family: Museo Light;
    max-width: 1320px;
    width: 100%;
    margin: 15px auto;
    color: #414141;
    padding: 0 0;
    background-color: #fff;}
    .d-n-m {
    display: block;
}
.p-r2 {
    position: relative;
    color: #414141;
}
.d-n {
        display: none
    }
.xs-text {
    font-size: 13px;
    margin: 0 auto;
}
.p-r2 a {
    margin-right: 10px;
    color: #414141;
    text-decoration: none;
}.p-r2 a:after {
    content: "";
    position: relative;
    display: inline-block;
    height: 4px;
    width: 4px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: 15px;
    border-color: var(--color-breadcrumbs-arrow);
    border-style: solid;
    border-width: 0 0 1px 1px;
    top: -1px;
        }

    @media only screen and (max-width: 768px) {
     
        .head-banner {
    margin-bottom: 10px;
    padding: 10px;
}
        .d-n {
            display: block
        }
        .d-n-m{
            display: none;
        }
}
.t-l{
            text-align: left !important;
        }
        
        .t-c{
            text-align: center;
        }
        
        .t-r{
            text-align: right;
        }
        
        .orange{
            color: #ff7a28;
        }

.promocode {
    font-size: 20px;
    font-weight: 700;
}
    
    #myBtnContainer div:first-child {
            border-right: 1px solid #cccccc;
        }

        #myBtnContainer {
            text-align: center;
            display: flex;
            position: sticky;
            z-index: 2;
            top: 0;
            justify-content: space-around;
            background: #fff;
            width: 100%;
        }

.filterDiv {
            display: none;
        }

.show {
            display: block;
            transition: all ease 0.4s;
        }

        .container0 {
            overflow: hidden;
        }
    
    .btn {
            font-size: 16px;
            width: 100%;
            transition: all ease 0.3s;
            border: none;
            outline: none;
            padding: 12px 35px;
            background-color: #fff;
            cursor: pointer;
            color: #000;
            border-bottom: 3px solid transparent;
        border-radius: 0;
        margin: 0
            
        }

        .btn:hover,
        .btn:focus{
            color: #ff7a28;
            background-color: #fff;
        }

        .btn.active {

            border-bottom: 3px solid #ff7a28;
            color: #ff7a28;
        }
        
        /* АКЦИЯ (БАННЕР , ТЕКСТ) - PROMO (BANNER , TEXT) */
        
        .promo-temp-area{    max-width: 1320px;
    margin: 0 auto;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            margin-bottom: 30px;
        }
        
        
        .promo-banner img{
            width: 100%;
        }
        

       
        
        .promo-annot{
            width: 70%;
        }
        
        .p-annot-title h1{
            font-size: 34px;
            font-weight: 700;
            margin-top: 35px;
            margin-bottom: 15px;
    font-family: Museo Bold;
        }
        .p-annot-text p{
            font-size: 18px;
            font-weight: 100;
            line-height: 24px;
    font-family: Museo Light;
        }
        
        
        
        /* ТОВАРЫ - PRODUCT */
        
        .prod-temp-area{
            display: flex;
            justify-content: center;
            align-content: center;
            align-items: center;
     font-family: Museo Thin;
            
        }
        
        .prod-temp-content{
/*
            display: flex;
            justify-content: flex-start;
            align-items: stretch;
            flex-wrap: wrap;
*/         
            width:100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            grid-template-columns: 20% 20% 20% 20% 20%;
        }
        
        .p-annot-promorule {
            margin-top: 20px;
        }
        
        .nout-prod-title{
            width: 95%;
/*            margin: 30px 0;*/
        }
        .nout-prod-title h3{
            font-size: 26px;
            font-weight: bold;
/*            font-family: Museo Bold;*/
            font-weight: 700;
        }


.nout-link-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.link-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 8px;
    text-transform: uppercase;
    padding: 7px 25px;
    font-size: 16px;
    color: #fff;
    transition: .3s;
    background: #ff7402;
    text-decoration: none;
}
        
        
        .prod-item{
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;    max-width: 261px;
    width: 100%;
            border: 1px solid #f4f4f4;
            padding: 10px 0;
            background: #fff;
        }
        
        .prod-item:hover{
            border: 1px solid #ee7334;
            transition: .5s;
        }
        
        .prod-item a{
             display: flex;
            flex-direction: column;
            justify-content: space-between;
            color: inherit;
            text-decoration: none;
            height: 100%;
            width: 88%;
        }
        
        .p-item-main{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: left;
        }
        
        .prod-item img{
            max-width: 90%;
            width: 90%;
        }
        
        .p-item-line{
            width: 100%;
            height: 10px;
            position: relative;
            background: #fff;
            top: -10px;
        }
        
        .p-item-name{
            margin: 15px 0 30px 0;
/*            font-family: Museo Regular;*/
            font-weight: 500;
            font-size: 12px;
            width: 95%;
        }
        
        .p-item-info{
            display: flex;
            justify-content: space-between;
            flex-direction: column;
        }

        .info-price-group{
                display: flex;
                justify-content: space-between;
                margin-bottom: 20px;
                      align-items: flex-start;
min-height: 35.56px;
        }
        
        .info-price{
            max-width: 50%;
        }
        
        .item-cur-price{
/*            font-family: Museo Bold;*/
            font-size: 16px;
            display: block;
            font-weight: 700;
        }
        
        .item-old-price {
            font-size: 12px;
            text-decoration: line-through;
            color: #999;
        }


        .item-cashback{
            max-width: 50%;
            padding: 7px;
            background-color: #5ab1c0;
            color: #fff;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
        }


        .item-cashback span{
            font-size: 12px; 
        }
        
        
        .item-btn{
            display: flex;
            justify-content: center;
            align-items: center;
            /*max-width: 35%;*/
            cursor: pointer;
            border-radius: 24px;
            text-transform: uppercase;
            padding: 7px 25px;
/*            display: inline-block;*/
            font-size: 16px;
            color: #fff;
            transition: .3s;
            background: #ff7402;
        }
        
        @media only screen and (max-width:950px){
               
            .promo-annot{
                width: auto;
            }
            
            /* ТОВАРЫ - PRODUCT */
            
            
            
            #myBtnContainer {
                justify-content: flex-start;
                display: flex;
                flex-wrap: nowrap;
                overflow-x: auto;
            }
            
/*
            .prod-item{
                max-width: 33%;
            }
*/
            
            .item-cur-price{
                font-size: 20px;
            }
            
            .item-btn{
                font-size: 16px;
            }
        
        }
        
        @media only screen and (max-width:570px){
            
            /*.promo-annot{
                width: 100%;
            }
            */
            
            .btn {
                font-size: 14px;
            }
            
            #myBtnContainer {
                justify-content: flex-start;
                display: flex;
                flex-wrap: nowrap;
                overflow-x: auto;
            }

            #myBtnContainer .btn {
                padding: 8px 16px;
            }

            .promo-annot{
                width: auto;
            }
            
            .prod-temp-content{
                display: inline-grid;
                grid-template-columns: 50% 50%;
            }
            
/*
            .prod-item{
                max-width: 49%;
            }
*/
            .p-item-name{
                width: 100%;
                overflow: hidden;
            }
            .item-cur-price{
                font-size: 15px;
            }
            
            .item-old-price{
                font-size: 12px;
            }

            .item-cashback{
                max-width: 45%;
                padding: 4px;
            }

            .item-cashback span{
                font-size: 12px;
                text-align: center; 
            }
            
            .item-btn{
                max-width: none;
                font-size: 14px;
                padding: 7px 12px
            }
        }
        
        @media only screen and (max-width:321px){
            
            #myBtnContainer {
                justify-content: flex-start;
                display: flex;
                position: fixed;
                flex-wrap: nowrap;
                overflow-x: auto;
                margin-bottom: 20px;
            }
            
            
           /* ТОВАРЫ - PRODUCT */
            
            
            .prod-temp-content{
                display: inline-grid;
                grid-template-columns: 100%;
            }
/*
            .prod-item{
                max-width: 100%;
            }
*/
            
            .item-cur-price{
                font-size: 22px;
            }
            
            .item-old-price{
                font-size: 16px;
            }


             .item-cashback{
              padding:7px;
             }

            .item-cashback span{
                font-size: 14px; 
            }
            
            .item-btn{
                font-size: 18px;
                padding: 7px 32px
            }
        }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider .slick-dots {
  position: relative;
  bottom: 0;
  padding: 28px 0;
}

.slick-slider .slick-dots li {
  margin: 0 9px;
}

.slick-slider .slick-dots li button {
  border: 0;
  opacity: 0.33;
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  transition: opacity 400ms;
}

.slick-slider .slick-dots li:hover button,
.slick-slider .slick-dots li.slick-active button {
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-slider {
  z-index: 2;
}

.slick-slider .slick-dots {
  position: absolute;
  display: block;
  width: auto;
  padding: 2px 4px 0 4px;
  margin: 0;
  list-style: none;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: rgba(0,0,0,0.5);
  border-radius: 21px;
  line-height: 0;
  height: 21px;
}

.slick-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  padding: 0;
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  color: transparent;
  background: transparent;
  border: 0;
  outline: none;
}

.slick-slider .slick-dots li button:hover,
.slick-slider .slick-dots li button:focus {
  outline: none;
}

.slick-slider .slick-dots li button:hover:before,
.slick-slider .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-slider .slick-dots li button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #ffffff;
  content: '';
}

.slick-slider .slick-dots li.slick-active button:before {
  background-color: #ffffff;
}

.sece-bespoke-wrap {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  background-color: #ffffff;
}

.sece-bespoke-wrap .desktop-only {
  display: block;
}

.sece-bespoke-wrap .mobile-only {
  display: none !important;
}

.sece-bespoke-wrap * {
  box-sizing: border-box;
        font-family: Museo Light;
}

.sece-bespoke-wrap ::selection {
  background-color: rgba(0,0,0,0.1);
}

.sece-bespoke-wrap a {
  color: inherit;
}

.sece-bespoke-wrap h1,
.sece-bespoke-wrap h2,
.sece-bespoke-wrap h3,
.sece-bespoke-wrap h4,
.sece-bespoke-wrap h5 {
         font-family: Museo Light;
  margin: 0;
}

.sece-bespoke-wrap h1 {
  font-size: 56px;
  margin-right: 0;
  margin-bottom: 15px;
}

.sece-bespoke-wrap h2 {
  font-size: 48px;
  margin-bottom: 30px;
}

.sece-bespoke-wrap h3 {
  font-size: 32px;
}

.sece-bespoke-wrap h4 {
  font-size: 24px;
  margin-bottom: 16px;
}

.sece-bespoke-wrap h5 {
  font-size: 16px;
  margin-bottom: 30px;
           font-family: Museo Light;
}

.sece-bespoke-wrap h6 {
  margin: 0;
  font-size: 20px;
}

.sece-bespoke-wrap p {
  font-size: 16px;
  margin: 0 0 15px;
}

.sece-bespoke-wrap p:last-child {
  margin-bottom: 0;
}

.sece-bespoke-wrap p.disclaimer {
  color: #717171;
}

.sece-bespoke-wrap ul {
  margin: 0 0 10px;
}

.sece-bespoke-wrap .text-center {
  text-align: center;
}

.sece-bespoke-wrap .text-center img {
  margin-left: auto;
  margin-right: auto;
}

.sece-bespoke-wrap .text-right {
  text-align: right;
}

.sece-bespoke-wrap .is_hidden {
  display: none !important;
}

.sece-bespoke-wrap .s-btn-blue {
  background-color: #1428A0;
  border-color: #1428A0;
  color: #ffffff;
}

.sece-bespoke-wrap .s-btn-black {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.sece-bespoke-wrap img {
  max-width: 100%;
}

.sece-bespoke-wrap .section {
  padding: 0;
  margin: 0 auto;
  position: relative;
  align-items: flex-start;
}

.sece-bespoke-wrap .section:last-child .wrapper {
  padding-bottom: 130px;
}

.sece-bespoke-wrap .section .wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 30px 0 30px;
  display: flex;
  flex-flow: row wrap;
  justify-items: center;
  align-items: flex-start;
  justify-content: center;
}

.sece-bespoke-wrap .section .wrapper.wrapper-constructor {
  max-width: 1320px;
  z-index: 2;
  position: static;
}

.sece-bespoke-wrap .section .text-wrap {
  padding: 0;
  width: 100%;
  text-align: left;
}

.sece-bespoke-wrap .section .text-wrap.text-center {
  text-align: center;
}

.sece-bespoke-wrap .section .col {
  display: block;
  flex-flow: column;
  flex: 1 0 100%;
  position: relative;
  align-items: center;
  justify-items: center;
  justify-content: center;
}

.sece-bespoke-wrap .section .col.col-33 {
  flex: 0 1 33%;
}

.sece-bespoke-wrap .section .col.col-66 {
  flex: 0 1 66%;
}

.sece-bespoke-wrap .section .col.col-40 {
  flex: 0 0 40%;
}

.sece-bespoke-wrap .section .col.col-50 {
  flex: 0 0 50%;
}

.sece-bespoke-wrap .disclaimer {
  font-size: 12px;
}

@keyframes scaleInOut {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.sece-bespoke-wrap .buttons .s-btn-encased,
.sece-bespoke-wrap .buttons .s-btn-text-underline,
.sece-bespoke-wrap .buttons .button {
  margin: 0 8px;
}

.sece-bespoke-wrap .buttons .s-btn-encased:first-child,
.sece-bespoke-wrap .buttons .s-btn-text-underline:first-child,
.sece-bespoke-wrap .buttons .button:first-child {
  margin-left: 0;
}

.sece-bespoke-wrap .buttons .s-btn-encased:last-child,
.sece-bespoke-wrap .buttons .s-btn-text-underline:last-child,
.sece-bespoke-wrap .buttons .button:last-child {
  margin-right: 0;
}

.sece-bespoke-wrap .section {
  position: relative;
  background-color: #FFFFFF;
}

.sece-bespoke-wrap .section .background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

.sece-bespoke-wrap .section .positioned-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.sece-bespoke-wrap .section iframe {
  width: 100%;
  height: 675px;
}

.sece-bespoke-wrap .section.section-hero .wrapper {
  padding-top: 0;
  max-width: 1320px;
}

.sece-bespoke-wrap .section.section-hero iframe {
  width: 100%;
  height: 640px;
}

.sece-bespoke-wrap .section.section-info {
  height: 592px;
  display: flex;
  align-items: center;
}

.sece-bespoke-wrap .section.section-info .wrapper {
  justify-content: flex-start;
  height: 100%;
  align-items: center;
}

.sece-bespoke-wrap .section.section-info .wrapper .text-wrap {
  margin-bottom: 60px;
}

.sece-bespoke-wrap .section.section-slider .slider {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 692px;
  white-space: nowrap;
  overflow: hidden;
  z-index: -1;
}

.sece-bespoke-wrap .section.section-slider .slick-list,
.sece-bespoke-wrap .section.section-slider .slick-track {
  height: 100%;
}

.sece-bespoke-wrap .section.section-slider .slick-slide,
.sece-bespoke-wrap .section.section-slider .slide {
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.sece-bespoke-wrap .section.section-slider .slider-buttons {
  z-index: 100;
}

.sece-bespoke-wrap .section.section-slider .slider-buttons .bt-left,
.sece-bespoke-wrap .section.section-slider .slider-buttons .bt-right {
  pointer-events: all;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
  z-index: 1;
  overflow: visible;
}

.sece-bespoke-wrap .section.section-slider .slider-buttons .bt-left img,
.sece-bespoke-wrap .section.section-slider .slider-buttons .bt-right img {
  transition: transform 400ms;
  transform-origin: 50% 50%;
}

.sece-bespoke-wrap .section.section-slider .slider-buttons .bt-left {
  left: 24px;
}

.sece-bespoke-wrap .section.section-slider .slider-buttons .bt-right {
  right: 24px;
}

.sece-bespoke-wrap .section.section-slider .slick-dots {
  margin-bottom: 21px;
}

.sece-bespoke-wrap .section.section-tabs .tab-slides {
  padding: 0;
}

.sece-bespoke-wrap .section.section-tabs .tab-slides .wrapper {
  align-items: center;
}

.sece-bespoke-wrap .section.section-tabs .tab-slides .wrapper .text-wrap {
  padding: 0 70px;
}

.sece-bespoke-wrap .section.section-tabs .tab-slides .wrapper .text-wrap img {
  margin-bottom: 30px;
  width: 338px;
}

.sece-bespoke-wrap .section.section-tabs .menu-tabs {
  margin: 65px 0 45px;
  padding: 0;
  display: flex;
  justify-content: center;
}

.sece-bespoke-wrap .section.section-tabs .menu-tabs button {
  width: 211px;
  height: 220px;
  background: none;
  border: 3px solid #fff;
  border-radius: 6px;
  transition: border-color 400ms;
  margin: 0 12px;
}

.sece-bespoke-wrap .section.section-tabs .menu-tabs button img {
  height: 100%;
  width: auto;
}

.sece-bespoke-wrap .section.section-tabs .menu-tabs button:hover,
.sece-bespoke-wrap .section.section-tabs .menu-tabs button.is_selected {
  border-color: #000;
}

.sece-bespoke-wrap .section.section-features .wrapper {
  align-items: stretch;
  max-width: 1224px;
}

.sece-bespoke-wrap .section.section-features .wrapper .col.col-33 {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 0;
  flex: 0 1 31%;
  margin: 0 12px 45px;
}

.sece-bespoke-wrap .section.section-features .wrapper .col.col-33 h4 {
  white-space: normal;
  display: block;
  margin-bottom: 14px;
}

.sece-bespoke-wrap .section.section-features .wrapper .col.col-33 .text-wrap {
  display: block;
  padding: 0 12px;
}

.sece-bespoke-wrap .section.section-features .wrapper .col.col-33 img {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .sece-bespoke-wrap .desktop-only {
    display: none !important;
  }

  .sece-bespoke-wrap .mobile-only {
    display: block !important;
  }

  .sece-bespoke-wrap h1 {
    font-size: 18.66667vw;
  }

  .sece-bespoke-wrap h2,
  .sece-bespoke-wrap h3,
  .sece-bespoke-wrap h4 {
    font-size: 6.93333vw;
  }

  .sece-bespoke-wrap h3 {
    margin-bottom: 5.33333vw;
  }

  .sece-bespoke-wrap h5 {
    font-size: 4.26667vw;
             font-family: Museo Light;
    margin-bottom: 0;
  }

  .sece-bespoke-wrap h6 {
    margin: 0;
    font-size: 4.26667vw;
  }

  .sece-bespoke-wrap p {
    font-size: 4.8vw;
  }

  .sece-bespoke-wrap .is_hidden {
    display: none !important;
  }

  .sece-bespoke-wrap .s-btn-blue {
    background-color: #1428A0;
    border-color: #1428A0;
    color: #ffffff;
  }

  .sece-bespoke-wrap img {
    max-width: 100%;
  }

  .sece-bespoke-wrap .section {
    padding: 0;
    margin: 0 auto;
    position: relative;
  }

  .sece-bespoke-wrap .section .wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: row wrap;
    justify-items: center;
    align-items: flex-start;
  }

  .sece-bespoke-wrap .section .wrapper .text-wrap {
    padding: 0;
    width: 100%;
    text-align: left;
  }

  .sece-bespoke-wrap .section .wrapper .text-wrap.text-center {
    text-align: left;
  }

  .sece-bespoke-wrap .section .col {
    display: block;
    flex-flow: column;
    flex: 1 0 100%;
    position: relative;
    align-items: center;
    justify-items: center;
    justify-content: center;
  }

  .sece-bespoke-wrap .section .col.col-33,
  .sece-bespoke-wrap .section .col.col-40,
  .sece-bespoke-wrap .section .col.col-50,
  .sece-bespoke-wrap .section .col.col-66 {
    flex: 1 0 100%;
  }

  .sece-bespoke-wrap .section {
    position: relative;
    padding: 6.66667vw 0;
  }

  .sece-bespoke-wrap .section .wrapper {
    padding: 0;
  }

  .sece-bespoke-wrap .section .wrapper .text-wrap {
    padding: 0 4vw;
  }

  .sece-bespoke-wrap .section iframe {
    height: 56.26667vw;
  }

  .sece-bespoke-wrap .section.section-hero {
    height: auto;
    padding-top: 0;
  }

  .sece-bespoke-wrap .section.section-hero .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .sece-bespoke-wrap .section.section-hero iframe {
    height: 42.66667vw;
  }

  .sece-bespoke-wrap .section.section-info,
  .sece-bespoke-wrap .section.section-constructor {
    height: auto;
  }

  .sece-bespoke-wrap .section.section-info .wrapper .text-wrap,
  .sece-bespoke-wrap .section.section-constructor .wrapper .text-wrap {
    margin-bottom: 8vw;
  }

  .sece-bespoke-wrap .section.section-materials .wrapper .col.col-33 {
    flex: 0 1 33%;
  }

  .sece-bespoke-wrap .section.section-materials .wrapper.wrapper-materials {
    padding-top: 8vw;
  }

  .sece-bespoke-wrap .section.section-slider .slider {
    height: 211px;
  }

  .sece-bespoke-wrap .section.section-slider .slider-buttons {
    z-index: 100;
  }

  .sece-bespoke-wrap .section.section-slider .slider-buttons .bt-left,
  .sece-bespoke-wrap .section.section-slider .slider-buttons .bt-right {
    pointer-events: all;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background: none;
    border: 0;
    cursor: pointer;
    outline: none;
    z-index: 1;
    overflow: visible;
  }

  .sece-bespoke-wrap .section.section-slider .slider-buttons .bt-left img,
  .sece-bespoke-wrap .section.section-slider .slider-buttons .bt-right img {
    transition: transform 400ms;
    transform-origin: 50% 50%;
  }

  .sece-bespoke-wrap .section.section-slider .slider-buttons .bt-left {
    left: 4vw;
  }

  .sece-bespoke-wrap .section.section-slider .slider-buttons .bt-right {
    right: 4vw;
  }

  .sece-bespoke-wrap .section.section-slider .slick-dots {
    margin-bottom: 21px;
  }

  .sece-bespoke-wrap .section.section-features .wrapper .col.col-33 {
    flex: 0 1 100%;
    margin: 0 0 13.33333vw;
  }

  .sece-bespoke-wrap .section.section-features .wrapper .col.col-33 h4 {
    margin-bottom: 1.86667vw;
  }

  .sece-bespoke-wrap .section.section-features .wrapper .col.col-33 h5 {
    margin-bottom: 1.86667vw;
  }

  .sece-bespoke-wrap .section.section-features .wrapper .col.col-33 img {
    margin-top: 5.33333vw;
    width: 91.73333vw;
  }

  .sece-bespoke-wrap .section.section-tabs .menu-tabs {
    margin: 65px 0 45px;
    padding: 0;
    display: flex;
    justify-content: center;
  }

  .sece-bespoke-wrap .section.section-tabs .menu-tabs button {
    width: 28.26667vw;
    height: 29.33333vw;
    border: .8vw solid #fff;
    border-radius: 1.6vw;
    margin: 0;
  }

  .sece-bespoke-wrap .section.section-tabs .menu-tabs button img {
    height: 100%;
    width: auto;
  }

  .sece-bespoke-wrap .section.section-tabs .menu-tabs button:hover,
  .sece-bespoke-wrap .section.section-tabs .menu-tabs button.is_selected {
    border-color: #000;
  }

  .sece-bespoke-wrap .section.section-tabs .tab-slides {
    padding: 0;
  }

  .sece-bespoke-wrap .section.section-tabs .tab-slides .col-66 {
    padding: 0 4vw;
  }

  .sece-bespoke-wrap .section.section-tabs .tab-slides .col-66 img {
    width: auto;
  }

  .sece-bespoke-wrap .section.section-tabs .tab-slides .wrapper {
    align-items: center;
  }

  .sece-bespoke-wrap .section.section-tabs .tab-slides .wrapper .text-wrap {
    padding: 10.66667vw 4vw 0;
    text-align: left;
  }

  .sece-bespoke-wrap .section.section-tabs .tab-slides .wrapper .text-wrap p,
  .sece-bespoke-wrap .section.section-tabs .tab-slides .wrapper .text-wrap h5 {
    margin-left: 30.66667vw;
  }

  .sece-bespoke-wrap .section.section-tabs .tab-slides .wrapper .text-wrap img {
    margin-bottom: 8vw;
    width: 28.8vw;
    float: left;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator .slick-slider {
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__main-area {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  font-size: 0;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space {
  width: 100%;
  position: relative;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-canvas {
  display: inline-block;
  width: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-canvas img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-canvas-area {
  position: relative;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space .hide-mobile {
  display: block;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space .show-mobile {
  display: none;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-wrap {
  position: relative;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button {
  font-size: 14px;
  font-size: .97222vw;
  border-radius: 80px;
  border-radius: 5.55556vw;
  padding: 10px;
  padding: .69444vw;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #1428a0;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-step-button {
  font-size: 18.9px;
  font-size: 1.3125vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button {
    font-size: 14px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-step-button {
    font-size: 18.9px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button {
    border-radius: 80px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button {
    padding: 10px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--mid {
  width: 218px;
  width: 15.13889vw;
  border: 1px solid transparent;
  min-height: 40px;
  min-height: 2.77778vw;
  padding: 0;
  line-height: 1;
  vertical-align: top;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--mid {
    width: 218px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--mid {
    min-height: 40px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--mid+.pr-g-bespoke-simulator__bg-space-step-button--mid {
  margin-left: 10px;
  margin-left: .69444vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--mid+.pr-g-bespoke-simulator__bg-space-step-button--mid {
    margin-left: 10px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--outline {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--underline {
  background-color: transparent;
  text-decoration: underline;
  border-radius: 0;
  text-shadow: 1px 1px 5px #858585;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--black {
  background-color: #000;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--text {
  font-size: 24px;
  font-size: 1.66667vw;
  display: block;
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
  margin-bottom: 1.38889vw;
  padding: 0;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-step-button--text {
  font-size: 32.4px;
  font-size: 2.25vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--text {
    font-size: 24px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-step-button--text {
    font-size: 32.4px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--text {
    margin-bottom: 20px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen {
  position: absolute;
  font-size: 24px;
  font-size: 1.66667vw;
  left: 0;
  bottom: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  text-decoration: underline;
  text-shadow: 1px 1px 5px #858585;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen {
  font-size: 32.4px;
  font-size: 2.25vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen {
    font-size: 24px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen {
    font-size: 32.4px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  width: 3.61111vw;
  height: 56px;
  height: 3.88889vw;
  margin-right: 9px;
  margin-right: .625vw;
  background-image: url(/bespoke-simulator/samples/icon-interior.svg);
  background-size: 52px 56px;
  background-size: 3.61111vw 3.88889vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen:before {
    width: 52px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen:before {
    height: 56px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen:before {
    margin-right: 9px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen:before {
    background-size: 52px 56px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--back {
  display: none;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--detail {
  display: none;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button-wrap {
  display: none;
  bottom: 50px;
  bottom: 3.47222vw;
  position: absolute;
  right: 80px;
  right: 5.55556vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button-wrap {
    bottom: 50px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button-wrap {
    right: 80px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button-wrap--active {
  z-index: 31;
  text-align: right;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button-wrap--active .pr-g-bespoke-simulator__bg-space-step-button--back {
  display: inline-block;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button-wrap--active .pr-g-bespoke-simulator__bg-space-step-button--detail {
  display: inline-block;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button-wrap--active .pr-g-bespoke-simulator__bg-space-step-button--3d-preview {
  display: none;
  text-transform: uppercase;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon {
  position: absolute;
  display: inline-block;
  width: 72px;
  width: 5vw;
  height: 72px;
  height: 5vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon {
    width: 72px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon {
    height: 72px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-wrap {
  position: absolute;
  z-index: 2;
  top: 11%;
  height: 60%;
  left: 40px;
  left: 2.77778vw;
  width: 72px;
  width: 5vw;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-wrap {
    left: 40px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-wrap {
    width: 72px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-wrap.show-mobile {
  display: none;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon source {
  position: absolute;
  z-index: 1;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: auto;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-bg {
  border-radius: 70px;
  height: 100%;
  position: absolute;
  left: 0;
  width: 72px;
  width: 5vw;
  height: 72px;
  height: 5vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-bg {
    width: 72px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-bg {
    height: 72px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down {
  position: relative;
  height: 100%;
  display: none;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down .pr-g-bespoke-simulator__bg-space-floating-icon {
  z-index: 0;
  margin-top: 0;
  top: 0;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down .pr-g-bespoke-simulator__bg-space-floating-icon--interior {
  z-index: 1;
  transition: 0.2s all;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down .pr-g-bespoke-simulator__bg-space-floating-icon-text {
  text-transform: uppercase;
  overflow-x: hidden;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down .pr-g-bespoke-simulator__bg-space-floating-icon-tooltip {
  overflow: hidden;
  transition: all 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.8;
  border-radius: 70px;
  border-radius: 4.86111vw;
  height: 100%;
  padding-left: 100%;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down .pr-g-bespoke-simulator__bg-space-floating-icon-tooltip {
    border-radius: 70px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down .pr-g-bespoke-simulator__bg-space-floating-icon--disabled {
  pointer-events: none;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down .pr-g-bespoke-simulator__bg-space-floating-icon--disabled source,
.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down .pr-g-bespoke-simulator__bg-space-floating-icon--disabled img {
  opacity: 0.3;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon {
  z-index: 1;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon--interior {
  top: 20%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon .pr-g-bespoke-simulator__bg-space-floating-icon-text {
  white-space: nowrap;
  font-size: 18px;
  font-size: 1.25vw;
  font-weight: bold;
  line-height: 72px;
  line-height: 5vw;
  color: #fff;
  vertical-align: middle;
  padding-right: 36px;
  padding-right: 2.5vw;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon .pr-g-bespoke-simulator__bg-space-floating-icon-text {
  font-size: 24.3px;
  font-size: 1.6875vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon .pr-g-bespoke-simulator__bg-space-floating-icon-text {
    font-size: 18px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon .pr-g-bespoke-simulator__bg-space-floating-icon-text {
    font-size: 24.3px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon .pr-g-bespoke-simulator__bg-space-floating-icon-text {
    line-height: 72px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon .pr-g-bespoke-simulator__bg-space-floating-icon-text {
    padding-right: 36px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon--disabled:hover .pr-g-bespoke-simulator__bg-space-floating-icon-text,
.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon--disabled:focus .pr-g-bespoke-simulator__bg-space-floating-icon-text {
  display: inline-block;
  opacity: 0.3;
  width: auto;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon--activation:hover .pr-g-bespoke-simulator__bg-space-floating-icon-text,
.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon--activation:focus .pr-g-bespoke-simulator__bg-space-floating-icon-text {
  display: inline-block;
  width: auto;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon--activation:hover .pr-g-bespoke-simulator__bg-space-floating-icon-text--overflow,
.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon--activation:focus .pr-g-bespoke-simulator__bg-space-floating-icon-text--overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon--dropdown-trigger {
  z-index: 22;
  background: url(./bespoke-simulator/floating-icon-1-open.png) no-repeat center;
  background-size: 100% auto;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon--dropdown-open-trigger {
  background: url(./bespoke-simulator/floating-icon-1-close.png) no-repeat center;
  background-size: 100% auto;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon.show-mobile {
  display: none;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge {
  position: absolute;
  display: inline-block;
  bottom: 9.3%;
  left: 16%;
  width: 53%;
  height: 71%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-list {
  display: inline-block;
  font-size: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  max-width: 30%;
  width: 100%;
  height: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item:not(.pr-g-bespoke-simulator__active-fridge-item--additional-area) ~ .pr-g-bespoke-simulator__active-fridge-item:not(.pr-g-bespoke-simulator__active-fridge-item--additional-area) {
  margin-left: 2px;
  margin-left: .13889vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item:not(.pr-g-bespoke-simulator__active-fridge-item--additional-area) ~ .pr-g-bespoke-simulator__active-fridge-item:not(.pr-g-bespoke-simulator__active-fridge-item--additional-area) {
    margin-left: 2px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-3d {
  max-width: 23.2%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-2d {
  max-width: 19.7%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-1d {
  max-width: 20%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-1ds {
  max-width: 15.4%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item--swap-target {
  opacity: 0.5;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-btn--move {
  position: absolute;
  display: inline-block;
  width: 46px;
  width: 3.19444vw;
  height: 46px;
  height: 3.19444vw;
  background-color: #333;
  bottom: 0;
  z-index: 3;
  background: url(./bespoke-simulator/pc-fridge-move-btn.png) center no-repeat;
  background-size: 100% auto;
  left: 50%;
  transform: translate(-50%, 50%);
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-btn--move {
    width: 46px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-btn--move {
    height: 46px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-btn--delete {
  position: absolute;
  display: inline-block;
  width: 46px;
  width: 3.19444vw;
  height: 46px;
  height: 3.19444vw;
  background-color: #333;
  background: url(./bespoke-simulator/pc-fridge-delete-btn.png) center no-repeat;
  background-size: 100% auto;
  left: 0;
  top: 0;
  z-index: 3;
  transform: translate(-50%, -50%);
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-btn--delete {
    width: 46px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-btn--delete {
    height: 46px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-additional-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  vertical-align: middle;
  font-size: 0;
  width: 48px;
  width: 3.33333vw;
  height: 48px;
  height: 3.33333vw;
  background-image: url(./bespoke-simulator/icon-add.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-additional-btn {
    width: 48px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-additional-btn {
    height: 48px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge {
  position: relative;
  display: inline-block;
  height: 100%;
  max-width: 100%;
  width: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge-img {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge-img img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--4door .pr-g-bespoke-simulator__active-fridge-fridge-door-item {
  position: absolute;
  width: 49%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--4door .pr-g-bespoke-simulator__active-fridge-fridge-door-item button img {
  width: 100%;
  height: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--4door .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door1 {
  top: 1px;
  left: 0px;
  left: 0vw;
  height: 53%;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--4door .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door1 {
    left: 0px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--4door .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door2 {
  top: 1px;
  right: 0px;
  right: 0vw;
  height: 53%;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--4door .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door2 {
    right: 0px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--4door .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door3 {
  bottom: 1.9%;
  left: 0px;
  left: 0vw;
  height: 42.7%;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--4door .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door3 {
    left: 0px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--4door .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door4 {
  bottom: 1.9%;
  right: 0px;
  right: 0vw;
  height: 42.7%;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--4door .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door4 {
    right: 0px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--4door .pr-g-bespoke-simulator__active-fridge-fridge-door-item button {
  width: 100%;
  height: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--3door .pr-g-bespoke-simulator__active-fridge-fridge-door-item {
  position: absolute;
  width: 49.6%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--3door .pr-g-bespoke-simulator__active-fridge-fridge-door-item button img {
  width: 100%;
  height: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--3door .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door1 {
  width: 97.2%;
  height: 52.4%;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--3door .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door2 {
  width: 97.2%;
  height: 18.6%;
  transform: translateX(-50%);
  left: 50%;
  top: 55.3%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--3door .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door3 {
  width: 97.2%;
  height: 21%;
  bottom: 2.3%;
  left: 50%;
  transform: translateX(-50%);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--3door .pr-g-bespoke-simulator__active-fridge-fridge-door-item button {
  width: 100%;
  height: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--2door .pr-g-bespoke-simulator__active-fridge-fridge-door-item {
  position: absolute;
  width: 49.6%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--2door .pr-g-bespoke-simulator__active-fridge-fridge-door-item button img {
  width: 100%;
  height: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--2door .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 57%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--2door .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door2 {
  width: 100%;
  height: 38.5%;
  bottom: 2.4%;
  left: 50%;
  transform: translateX(-50%);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--2door .pr-g-bespoke-simulator__active-fridge-fridge-door-item button {
  width: 100%;
  height: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--1door .pr-g-bespoke-simulator__active-fridge-fridge-door-item {
  position: absolute;
  width: 49.6%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--1door .pr-g-bespoke-simulator__active-fridge-fridge-door-item button img {
  width: 100%;
  height: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--1door .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door1 {
  top: 1px;
  width: 100%;
  height: 97.6%;
  left: 50%;
  transform: translateX(-50%);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--1door .pr-g-bespoke-simulator__active-fridge-fridge-door-item button {
  width: 100%;
  height: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--1door-slim .pr-g-bespoke-simulator__active-fridge-fridge-door-item {
  position: absolute;
  width: 49.6%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--1door-slim .pr-g-bespoke-simulator__active-fridge-fridge-door-item button img {
  width: 100%;
  height: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--1door-slim .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door1s {
  top: 1px;
  width: 95.5%;
  height: 97.5%;
  left: 51%;
  transform: translateX(-50%);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--1door-slim .pr-g-bespoke-simulator__active-fridge-fridge-door-item button {
  width: 100%;
  height: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item--additional-area {
  max-width: 15.4%;
  height: 98%;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 0;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item--additional-area--wide {
  box-sizing: border-box;
  border: 2px solid #fff;
  max-width: 69%;
  width: 69%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item--additional-area-dim {
  width: 100%;
  height: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item--additional-area-dim:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
  opacity: 0.75;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item--active {
  outline-width: 4px;
  outline-width: .27778vw;
  outline-color: #50b1de;
  outline-style: solid;
  z-index: 1;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item--active {
    outline-width: 4px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item--active.pr-g-bespoke-simulator__active-fridge-item--additional-area--wide {
  z-index: 0;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item--draggable .pr-g-bespoke-simulator__active-fridge-fridge-door-list {
  pointer-events: none;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-fridge-door-list {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-fridge-door-item .pr-g-bespoke-simulator__active-fridge-fridge-door-btn {
  transition: all 0.5s;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-fridge-door-item--active {
  z-index: 2;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-fridge-door-item--active .pr-g-bespoke-simulator__active-fridge-fridge-door-btn {
  transform: scale(1.06);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-fridge-door-item--active .pr-g-bespoke-simulator__active-fridge-fridge-door-btn:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #00b3e3;
  z-index: 10;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-fridge-door-btn {
  overflow: visible;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-fridge-door-btn--active {
  transition: all 0.2s;
  transform: scale(1.04);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip {
  position: absolute;
  display: none;
  box-sizing: border-box;
  z-index: 2;
  max-width: 200px;
  max-width: 13.88889vw;
  word-break: break-word;
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  -webkit-animation: fadein 1s;
  -o-animation: fadein 1s;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip {
    max-width: 200px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip-contents {
  box-shadow: 5px 8.7px 15px 0 rgba(0,0,0,0.1);
  border-style: solid;
  border-color: #d6d6d6;
  background-color: #ffffff;
  border-width: 2px;
  border-width: .13889vw;
  border-radius: 3px;
  border-radius: .20833vw;
  padding: 10px 10px 6px;
  padding: .69444vw .69444vw .41667vw;
  box-sizing: border-box;
  margin: 0 auto;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip-contents {
    border-width: 2px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip-contents {
    border-radius: 3px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip-contents {
    padding: 10px 10px 6px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip-arw {
  display: block;
  position: absolute;
  top: -4px;
  width: 14px;
  width: .97222vw;
  height: 6px;
  height: .41667vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip-arw {
    width: 14px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip-arw {
    height: 6px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip-arw:before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 8px;
  border-width: .55556vw;
  border-bottom-color: #d6d6d6;
  border-top-width: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip-arw:before {
    border-width: 8px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip-arw:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  content: "";
  border-width: 6px;
  border-width: .41667vw;
  border-bottom-color: #fff;
  border-top-width: 0;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip-arw:after {
    border-width: 6px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip-btn {
  display: none;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip-desc {
  font-size: 12px;
  font-size: .83333vw;
  line-height: 1.8;
  color: #000;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__button-tooltip-desc {
  font-size: 16.2px;
  font-size: 1.125vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip-desc {
    font-size: 12px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__button-tooltip-desc {
    font-size: 16.2px;
  }
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__button-tooltip-desc {
  line-height: 1.35;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__button-tooltip-desc {
  line-height: 1.6;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step {
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 40px 0px 0px;
  padding: 2.77778vw 0vw 0vw;
  height: 100%;
  box-sizing: border-box;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step {
    padding: 40px 0px 0px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 620px;
  width: 43.05556vw;
  height: 100%;
  box-sizing: border-box;
  z-index: 20;
  transition: right 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap {
    width: 620px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0,0,0,0.8);
  content: '';
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap--close {
  right: -560px;
  right: -38.88889vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap--close {
    right: -560px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap--close .pr-g-bespoke-simulator__step-move-btn-wrap {
  display: none;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap--close-end {
  right: -560px;
  right: -38.88889vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap--close-end {
    right: -560px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  left: .69444vw;
  z-index: 30;
  width: 14px;
  width: .97222vw;
  height: 25px;
  height: 1.73611vw;
  background-image: url(./bespoke-simulator/toggle-button.svg);
  background-size: 14px 25px;
  background-size: .97222vw 1.73611vw;
  background-size: contain;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap-button {
    left: 10px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap-button {
    width: 14px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap-button {
    height: 25px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap-button {
    background-size: 14px 25px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step input[type="radio"] {
  display: none;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction] {
  transition-property: opacity, transform;
  transition-duration: 1.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="initial"] {
  opacity: 0;
  transform: translate3d(50vw, 0, 0);
  -ms-transform: translateX(500px);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="initial"].animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -ms-transform: translateX(0);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-out"] {
  opacity: 1;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-out"].animate {
  opacity: 0;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-in-top"] {
  opacity: 0;
  transform: translate3d(0, -50vw, 0);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-in-top"].animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-out-top"] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-out-top"].animate {
  opacity: 0;
  transform: translate3d(0, -50vw, 0);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-in-bottom"] {
  opacity: 0;
  transform: translate3d(0, 50vw, 0);
  -ms-transform: translate(0, 50vw);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-in-bottom"].animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-out-bottom"] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-out-bottom"].animate {
  opacity: 0;
  transform: translate3d(0, 50vw, 0);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-in-right"] {
  opacity: 0;
  transform: translate3d(50vw, 0, 0);
  -ms-transform: translateX(500px);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-in-right"].animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -ms-transform: translateX(0);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-out-right"] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -ms-transform: translateX(0);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-out-right"].animate {
  opacity: 0;
  transform: translate3d(50vw, 0, 0);
  -ms-transform: translateX(500px);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-in-left"] {
  opacity: 0;
  transform: translate3d(-50vw, 0, 0);
  -ms-transform: translateX(-500px);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-in-left"].animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -ms-transform: translateX(0);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-out-left"] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -ms-transform: translateX(0);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-out-left"].animate {
  opacity: 0;
  transform: translate3d(-50vw, 0, 0);
  -ms-transform: translateX(-500px);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step--animating {
  position: absolute;
  pointer-events: none;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step--has-anchor {
  padding: 90px 0px 0px;
  padding: 6.25vw 0vw 0vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step--has-anchor {
    padding: 90px 0px 0px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-info {
  position: relative;
  text-align: center;
  word-break: break-word;
  box-sizing: border-box;
  padding: 0px 200px 30px;
  padding: 0vw 13.88889vw 2.08333vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info {
    padding: 0px 200px 30px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn {
  display: inline-block;
  width: auto;
  max-width: 150px;
  max-width: 7.63889vw;
  max-width: 10.4167vw;
  background-color: transparent;
  padding: 0;
  background-repeat: no-repeat;
  position: absolute;
  font-size: 22px;
  font-size: 1.52778vw;
  top: 4px;
  top: .27778vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn {
    max-width: 150px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn {
    font-size: 22px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn {
    top: 4px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--prev-step {
  left: 0;
  margin-left: 42px;
  margin-left: 2.41666vw;
  padding-left: 18px;
  padding-left: 1.25vw;
  background-position: center left;
  background-image: url(./bespoke-simulator/icon-arw-left.svg);
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--prev-step {
    margin-left: 42px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--prev-step {
    padding-left: 18px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--next-step {
  right: 0;
  margin-right: 42px;
  margin-right: 2.41666vw;
  padding-right: 18px;
  padding-right: 1.25vw;
  background-position: center right;
  color: #9a9a9a;
  background-image: url(./bespoke-simulator/icon-arw-right-dim.svg);
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--next-step {
    margin-right: 42px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--next-step {
    padding-right: 18px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--next-step-allow {
  color: #fff;
  background-image: url(./bespoke-simulator/icon-arw-right.svg);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--preview-skyblue.pr-g-bespoke-simulator__step-move-btn--next-step-allow {
  color: #00b3e3;
  background-image: url(./bespoke-simulator/icon-arw-right-skyblue.svg);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-title {
  font-family: "SamsungSharpSans", arial;
  font-size: 28px;
  font-size: 1.94444vw;
  line-height: 1.16;
  color: #fff;
  font-weight: bold;
}

.sece-bespoke-wrap html.rtl .pr-g-bespoke-simulator__step-title {
  font-family: "SamsungSharpSans", "SamsungOneArabic", tahoma;
}

.sece-bespoke-wrap html.rtl[lang^="he"] .pr-g-bespoke-simulator__step-title {
  font-family: "SamsungSharpSans", "SamsungOneHebrew", tahoma;
}

.sece-bespoke-wrap html[lang^="el"] .pr-g-bespoke-simulator__step-title {
  font-family: "SamsungOne", arial;
}

.sece-bespoke-wrap html[lang^="zh"] .pr-g-bespoke-simulator__step-title {
  font-family: "SamsungSharpSans", "Microsoft JhengHei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
}

.sece-bespoke-wrap html[lang="zh-CN"] .pr-g-bespoke-simulator__step-title {
  font-family: "SamsungSharpSans", "Microsoft Yahei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-title {
  font-family: "Kittithada", arial;
}

.sece-bespoke-wrap html[lang^="vi"] .pr-g-bespoke-simulator__step-title {
  font-family: "SamsungSharpSans", "SamsungOne", arial;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-title {
  font-family: "zawgyione", arial, sans-serif;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-title {
  font-size: 37.8px;
  font-size: 2.625vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-title {
    font-size: 28px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-title {
    font-size: 37.8px;
  }
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-title {
  line-height: .87;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-title {
  line-height: 1.4;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-sequence {
  font-size: 18px;
  font-size: 1.25vw;
  line-height: 1.07;
  margin-top: 5px;
  margin-top: .34722vw;
  color: #fff;
  font-weight: bold;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-sequence {
  font-size: 24.3px;
  font-size: 1.6875vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-sequence {
    font-size: 18px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-sequence {
    font-size: 24.3px;
  }
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-sequence {
  line-height: .8025;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-sequence {
  line-height: 1.4;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-sequence {
    margin-top: 5px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-sequence-complete {
  color: #929292;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-sequence-complete::before {
  content: '/ ';
  display: inline-block;
  padding: 0px 5px;
  padding: 0vw .34722vw;
  color: #fff;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-sequence-complete::before {
    padding: 0px 5px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc {
  position: relative;
  font-size: 18px;
  font-size: 1.25vw;
  line-height: 1.3;
  color: #9e9e9e;
  word-break: break-word;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-precaution-desc {
  font-size: 24.3px;
  font-size: 1.6875vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc {
    font-size: 18px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-precaution-desc {
    font-size: 24.3px;
  }
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-precaution-desc {
  line-height: .975;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-precaution-desc {
  line-height: 1.4;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc--check-icon {
  padding: 8px 24px;
  padding: .55556vw 1.66667vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc--check-icon {
    padding: 8px 24px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc--check-icon::before {
  position: absolute;
  display: inline-block;
  content: '';
  background-image: url(./bespoke-simulator/icon-check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  width: .69444vw;
  height: 11px;
  height: .76389vw;
  top: 16px;
  top: 1.11111vw;
  left: 5px;
  left: .34722vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc--check-icon::before {
    width: 10px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc--check-icon::before {
    height: 11px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc--check-icon::before {
    top: 16px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc--check-icon::before {
    left: 5px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-trigger {
  display: inline-block;
  width: 25px;
  width: 1.73611vw;
  height: 25px;
  height: 1.73611vw;
  margin-left: 5px;
  margin-left: .34722vw;
  margin-bottom: 5px;
  margin-bottom: .34722vw;
  vertical-align: middle;
  font-size: 0;
  background-image: url(./bespoke-simulator/type-tooltip-icon.png);
  background-size: 25px 25px;
  background-size: 1.73611vw 1.73611vw;
  background-repeat: no-repeat;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-trigger {
    width: 25px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-trigger {
    height: 25px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-trigger {
    margin-left: 5px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-trigger {
    margin-bottom: 5px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-trigger {
    background-size: 25px 25px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select {
  position: relative;
  padding: 0px 84px 0px;
  padding: 0vw 5.83333vw 0vw;
  height: 87%;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
  flex-grow: 1;
  flex: 1;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select {
    padding: 0px 84px 0px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select:after {
  content: "";
  height: 50px;
  height: 3.47222vw;
  display: block;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select:after {
    height: 50px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-title {
  font-family: "SamsungOne", arial;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.25vw;
  line-height: 2.3;
  color: #000;
}

.sece-bespoke-wrap html.rtl .pr-g-bespoke-simulator__step-type-select-title {
  font-family: "SamsungOneArabic", tahoma;
}

.sece-bespoke-wrap html.rtl[lang^="he"] .pr-g-bespoke-simulator__step-type-select-title {
  font-family: "SamsungOneHebrew", tahoma;
}

.sece-bespoke-wrap html[lang^="zh"] .pr-g-bespoke-simulator__step-type-select-title {
  font-family: "SamsungOne", "Microsoft JhengHei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
}

.sece-bespoke-wrap html[lang="zh-CN"] .pr-g-bespoke-simulator__step-type-select-title {
  font-family: "SamsungOne", "Microsoft Yahei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-title {
  font-family: "Kittithada", arial;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-type-select-title {
  font-family: "zawgyione", arial, sans-serif;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-title {
  font-size: 24.3px;
  font-size: 1.6875vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-title {
    font-size: 18px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-title {
    font-size: 24.3px;
  }
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-title {
  line-height: 1.725;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-type-select-title {
  line-height: 1.6;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-title .s-btn-fold {
  display: none;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-tab {
  margin-bottom: 13px;
  margin-bottom: .90278vw;
  word-break: break-word;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-tab {
    margin-bottom: 13px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-tab-item {
  display: inline-block;
  color: #9e9e9e;
  font-size: 0;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-tab-item ~ .pr-g-bespoke-simulator__step-type-select-tab-item::before {
  display: inline-block;
  content: '';
  background-color: #000;
  width: 1px;
  width: .06944vw;
  height: 13px;
  height: .90278vw;
  margin: 0px 12px;
  margin: 0vw .83333vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-tab-item ~ .pr-g-bespoke-simulator__step-type-select-tab-item::before {
    width: 1px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-tab-item ~ .pr-g-bespoke-simulator__step-type-select-tab-item::before {
    height: 13px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-tab-item ~ .pr-g-bespoke-simulator__step-type-select-tab-item::before {
    margin: 0px 12px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-tab-item--active {
  color: #1328a0;
  font-weight: bold;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-tab-anchor {
  color: inherit;
  font-size: 18px;
  font-size: 1.25vw;
  line-height: 1.55;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-tab-anchor {
  font-size: 24.3px;
  font-size: 1.6875vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-tab-anchor {
    font-size: 18px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-tab-anchor {
    font-size: 24.3px;
  }
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-tab-anchor {
  line-height: 1.1625;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-type-select-tab-anchor {
  line-height: 1.6;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list {
  width: 100%;
  font-size: 0;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-label {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4px;
  border-radius: .27778vw;
  border-width: 3px;
  border-width: .20833vw;
  padding-top: 17px;
  padding-top: 1.18056vw;
  border-style: solid;
  border-color: transparent;
  transition: border-color 0.7s;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-label {
    border-radius: 4px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-label {
    border-width: 3px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-label {
    padding-top: 17px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item-picture {
  display: flex;
  width: 100%;
  height: 120px;
  height: 8.33333vw;
  text-align: center;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item-picture {
    height: 120px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item-picture img {
  width: auto;
  height: 100%;
  max-width: 60px;
  max-width: 4.16667vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item-picture img {
    max-width: 60px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item {
  position: relative;
  vertical-align: top;
  width: 30%;
  margin-top: 11px;
  margin-top: .76389vw;
  margin-bottom: 40px;
  margin-bottom: 2.77778vw;
  margin-left: 5%;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item {
    margin-top: 11px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item {
    margin-bottom: 40px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item:nth-of-type(3n+1) {
  margin-left: 0;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
  font-size: 20px;
  font-size: 1.38889vw;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  color: #9e9e9e;
  transition: color 0.7s;
  padding-bottom: 17px;
  padding-bottom: 1.18056vw;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
  font-size: 27px;
  font-size: 1.875vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 20px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 27px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    padding-bottom: 17px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn {
  color: #fff;
  font-size: 14px;
  font-size: .97222vw;
  line-height: 1.3;
  transition: color 0.7s;
  text-transform: uppercase;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn {
  font-size: 18.9px;
  font-size: 1.3125vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn {
    font-size: 14px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn {
    font-size: 18.9px;
  }
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn {
  line-height: .975;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn {
  line-height: 1.4;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn-wrap {
  position: absolute;
  bottom: -22px;
  bottom: -1.52778vw;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 0px 10px;
  padding: 0vw .69444vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn-wrap {
    bottom: -22px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn-wrap {
    padding: 0px 10px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn--underline {
  border-bottom: 1px solid #9e9e9e;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-sub-text {
  display: block;
  padding: 0px 38px;
  padding: 0vw 2.63889vw;
  font-size: 12.5px;
  font-size: .86806vw;
  line-height: 1.44;
  color: #9e9e9e;
  text-align: center;
  margin-top: 12px;
  margin-top: .83333vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-sub-text {
    padding: 0px 38px;
  }
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-sub-text {
  font-size: 16.875px;
  font-size: 1.17188vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-sub-text {
    font-size: 12.5px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-sub-text {
    font-size: 16.875px;
  }
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-sub-text {
  line-height: 1.08;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-sub-text {
  line-height: 1.6;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-sub-text {
    margin-top: 12px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item input:checked+.pr-g-bespoke-simulator__step-type-select-label {
  border-color: #00b3e3;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item input:checked+.pr-g-bespoke-simulator__step-type-select-label .pr-g-bespoke-simulator__step-type-select-item-picture:after {
  display: none;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item input:checked+.pr-g-bespoke-simulator__step-type-select-label .pr-g-bespoke-simulator__step-type-select-text {
  color: #fff;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item input:checked+.pr-g-bespoke-simulator__step-type-select-label .pr-g-bespoke-simulator__step-type-select-btn {
  color: #fff;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item-btn {
  display: none;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 1.38889vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-item {
    margin-bottom: 20px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-item--wide {
  width: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-item--wide ~ .pr-g-bespoke-simulator__step-type-select-item--wide {
  margin-left: 0;
  margin-top: 30px;
  margin-top: 2.08333vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-item--wide ~ .pr-g-bespoke-simulator__step-type-select-item--wide {
    margin-top: 30px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-item-picture {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-item-picture img {
  width: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-label {
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  max-width: 333px;
  max-width: 23.125vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-label {
    max-width: 333px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-label--kitchentype {
  overflow: hidden;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-label--kitchentype img {
  transition: transform 1s;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-label--kitchentype:hover img,
.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-label--kitchentype:focus img {
  transform: scale(1.1);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-text {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  font-size: 1.38889vw;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  word-break: break-word;
  margin-top: 15px;
  margin-top: 1.04167vw;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-text {
  font-size: 27px;
  font-size: 1.875vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 20px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 27px;
  }
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-text {
  line-height: .75;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-type-select-text {
  line-height: 1.4;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-text {
    margin-top: 15px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-text--side-padding {
  box-sizing: border-box;
  padding-left: 9px;
  padding-left: .625vw;
  padding-right: 9px;
  padding-right: .625vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-text--side-padding {
    padding-left: 9px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-text--side-padding {
    padding-right: 9px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-text--top-padding {
  padding-top: 17px;
  padding-top: 1.18056vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-text--top-padding {
    padding-top: 17px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip {
  padding: 0px 80px 0px;
  padding: 0vw 5.55556vw 0vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip {
    padding: 0px 80px 0px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-title {
  font-size: 20px;
  font-size: 1.38889vw;
  margin-bottom: 6px;
  margin-bottom: .41667vw;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-title {
  font-size: 27px;
  font-size: 1.875vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-title {
    font-size: 20px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-title {
    font-size: 27px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-title {
    margin-bottom: 6px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-list {
  margin-bottom: 30px;
  margin-bottom: 2.08333vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-list {
    margin-bottom: 30px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item {
  margin-bottom: 14px;
  margin-bottom: .97222vw;
  width: 25%;
  text-align: center;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item {
    margin-bottom: 14px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item input:checked+.pr-g-bespoke-simulator__step-type-select-color-label {
  border-width: 3px;
  border-width: .20833vw;
  border-style: solid;
  border-color: #00b3e3;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item input:checked+.pr-g-bespoke-simulator__step-type-select-color-label {
    border-width: 3px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
  margin-top: 12px;
  margin-top: .83333vw;
  font-size: 18px;
  font-size: 1.25vw;
  line-height: 1.12;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    margin-top: 12px;
  }
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
  font-size: 24.3px;
  font-size: 1.6875vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 18px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 24.3px;
  }
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
  line-height: .84;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
  line-height: 1.4;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info {
  display: none;
  text-align: center;
  margin-top: 38px;
  margin-top: 2.63889vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info {
    margin-top: 38px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info--active {
  display: inline-block;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-color {
  display: none;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-color img {
  width: 100%;
  max-width: 300px;
  max-width: 20.83333vw;
  max-height: 230px;
  max-height: 15.97222vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-color img {
    max-width: 300px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-color img {
    max-height: 230px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-color--active {
  display: inline-block;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail {
  margin-top: 20px;
  margin-top: 1.38889vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail {
    margin-top: 20px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-title {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 31px;
  font-size: 2.15278vw;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-title {
  font-size: 41.85px;
  font-size: 2.90625vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-title {
    font-size: 31px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-title {
    font-size: 41.85px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-desc {
  color: #f7f7f7;
  font-size: 18px;
  font-size: 1.25vw;
  line-height: 1.36;
  margin-top: 20px;
  margin-top: 1.38889vw;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-desc {
  font-size: 24.3px;
  font-size: 1.6875vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-desc {
    font-size: 18px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-desc {
    font-size: 24.3px;
  }
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-desc {
  line-height: 1.02;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-desc {
  line-height: 1.4;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-desc {
    margin-top: 20px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label {
  display: inline-block;
  width: 74px;
  width: 5.13889vw;
  height: 75px;
  height: 5.20833vw;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  transition: border-color 0.7s;
  border-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label {
    width: 74px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label {
    height: 75px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label--disable {
  opacity: 0.2;
  cursor: default;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label--disable:focus {
  border: 0;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label--sg1 {
  background-image: url(./bespoke-simulator/samples/img-colorchip-sg.svg);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label--sg2 {
  background-image: url(./bespoke-simulator/samples/img-colorchip-sb.svg);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label--sg3 {
  background-image: url(./bespoke-simulator/samples/img-colorchip-ssb.svg);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label--gg1 {
  background-image: url(./bespoke-simulator/samples/img-colorchip-gw.svg);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label--gg2 {
  background-image: url(./bespoke-simulator/samples/img-colorchip-gp.svg);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label--gg3 {
  background-image: url(./bespoke-simulator/samples/img-colorchip-gl.svg);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label--gg4 {
  background-image: url(./bespoke-simulator/samples/img-colorchip-co.svg);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label--gg5 {
  background-image: url(./bespoke-simulator/samples/img-colorchip-cdg.svg);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label--gg6 {
  background-image: url(./bespoke-simulator/samples/img-colorchip-cb.svg);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label--gg7 {
  background-image: url(./bespoke-simulator/samples/img-colorchip-cn.svg);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label--cm1 {
  background-image: url(./bespoke-simulator/samples/img-colorchip-cw.svg);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label--cm2 {
  background-image: url(./bespoke-simulator/samples/img-colorchip-cch.svg);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-sub-text {
  word-break: break-word;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--style {
  padding: 0px 130px;
  padding: 0vw 9.02778vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--style {
    padding: 0px 130px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn {
  font-size: 20px;
  font-size: 1.38889vw;
  width: 100%;
  position: relative;
  display: block;
  color: #fff;
  background-color: #1428a0;
  word-break: break-word;
  text-transform: uppercase;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-move-btn {
  font-size: 27px;
  font-size: 1.875vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn {
    font-size: 20px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-move-btn {
    font-size: 27px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--preview {
  display: none;
  line-height: 50px;
  line-height: 3.47222vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--preview {
    line-height: 50px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--preview-active {
  display: block;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup {
  display: none;
  font-family: "SamsungOne", arial;
  position: fixed;
  width: 100%;
  background-color: #fff;
  max-width: 770px;
  max-width: 53.47222vw;
  max-height: 700px;
  max-height: 48.61111vw;
  overflow: hidden;
  z-index: 9999;
}

.sece-bespoke-wrap html.rtl .pr-g-bespoke-simulator__select-popup {
  font-family: "SamsungOneArabic", tahoma;
}

.sece-bespoke-wrap html.rtl[lang^="he"] .pr-g-bespoke-simulator__select-popup {
  font-family: "SamsungOneHebrew", tahoma;
}

.sece-bespoke-wrap html[lang^="zh"] .pr-g-bespoke-simulator__select-popup {
  font-family: "SamsungOne", "Microsoft JhengHei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
}

.sece-bespoke-wrap html[lang="zh-CN"] .pr-g-bespoke-simulator__select-popup {
  font-family: "SamsungOne", "Microsoft Yahei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup {
  font-family: "Kittithada", arial;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__select-popup {
  font-family: "zawgyione", arial, sans-serif;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup {
    max-width: 770px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup {
    max-height: 700px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup input[type="radio"] {
  display: none;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding: 50px 0px 40px;
  padding: 3.47222vw 0vw 2.77778vw;
  box-sizing: border-box;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-wrap {
    padding: 50px 0px 40px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-content {
  overflow: hidden;
  overflow-y: auto;
  max-height: 610px;
  max-height: 42.36111vw;
  box-sizing: border-box;
  padding: 10px 80px 0px;
  padding: .69444vw 5.55556vw 0vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-content {
    max-height: 610px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-content {
    padding: 10px 80px 0px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-content-header {
  padding-bottom: 25px;
  padding-bottom: 1.73611vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-content-header {
    padding-bottom: 25px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-title {
  font-family: "SamsungSharpSans", arial;
  font-size: 32px;
  font-size: 2.22222vw;
  line-height: 1.16;
  color: #000;
  font-weight: bold;
}

.sece-bespoke-wrap html.rtl .pr-g-bespoke-simulator__select-popup-title {
  font-family: "SamsungSharpSans", "SamsungOneArabic", tahoma;
}

.sece-bespoke-wrap html.rtl[lang^="he"] .pr-g-bespoke-simulator__select-popup-title {
  font-family: "SamsungSharpSans", "SamsungOneHebrew", tahoma;
}

.sece-bespoke-wrap html[lang^="el"] .pr-g-bespoke-simulator__select-popup-title {
  font-family: "SamsungOne", arial;
}

.sece-bespoke-wrap html[lang^="zh"] .pr-g-bespoke-simulator__select-popup-title {
  font-family: "SamsungSharpSans", "Microsoft JhengHei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
}

.sece-bespoke-wrap html[lang="zh-CN"] .pr-g-bespoke-simulator__select-popup-title {
  font-family: "SamsungSharpSans", "Microsoft Yahei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-title {
  font-family: "Kittithada", arial;
}

.sece-bespoke-wrap html[lang^="vi"] .pr-g-bespoke-simulator__select-popup-title {
  font-family: "SamsungSharpSans", "SamsungOne", arial;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__select-popup-title {
  font-family: "zawgyione", arial, sans-serif;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-title {
  font-size: 43.2px;
  font-size: 3vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-title {
    font-size: 32px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-title {
    font-size: 43.2px;
  }
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-title {
  line-height: .87;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__select-popup-title {
  line-height: 1.4;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup--close-button {
  position: absolute;
  top: 15px;
  top: 1.04167vw;
  right: 15px;
  right: 1.04167vw;
  width: 27px;
  width: 1.875vw;
  height: 27px;
  height: 1.875vw;
  background-image: url(./bespoke-simulator/icon-popup-close-sm.png);
  background-size: 17px 17px;
  background-size: 1.18056vw 1.18056vw;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup--close-button {
    top: 15px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup--close-button {
    right: 15px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup--close-button {
    width: 27px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup--close-button {
    height: 27px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup--close-button {
    background-size: 17px 17px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-desc {
  font-family: "SamsungSharpSans", arial;
  font-size: 24px;
  font-size: 1.66667vw;
  line-height: 1.16;
  padding-left: 4px;
  padding-left: .27778vw;
  color: #000;
  font-weight: bold;
}

.sece-bespoke-wrap html.rtl .pr-g-bespoke-simulator__select-popup-desc {
  font-family: "SamsungSharpSans", "SamsungOneArabic", tahoma;
}

.sece-bespoke-wrap html.rtl[lang^="he"] .pr-g-bespoke-simulator__select-popup-desc {
  font-family: "SamsungSharpSans", "SamsungOneHebrew", tahoma;
}

.sece-bespoke-wrap html[lang^="el"] .pr-g-bespoke-simulator__select-popup-desc {
  font-family: "SamsungOne", arial;
}

.sece-bespoke-wrap html[lang^="zh"] .pr-g-bespoke-simulator__select-popup-desc {
  font-family: "SamsungSharpSans", "Microsoft JhengHei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
}

.sece-bespoke-wrap html[lang="zh-CN"] .pr-g-bespoke-simulator__select-popup-desc {
  font-family: "SamsungSharpSans", "Microsoft Yahei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-desc {
  font-family: "Kittithada", arial;
}

.sece-bespoke-wrap html[lang^="vi"] .pr-g-bespoke-simulator__select-popup-desc {
  font-family: "SamsungSharpSans", "SamsungOne", arial;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__select-popup-desc {
  font-family: "zawgyione", arial, sans-serif;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-desc {
  font-size: 32.4px;
  font-size: 2.25vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-desc {
    font-size: 24px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-desc {
    font-size: 32.4px;
  }
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-desc {
  line-height: .87;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__select-popup-desc {
  line-height: 1.4;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-desc {
    padding-left: 4px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-list {
  font-size: 0;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item {
  display: inline-block;
  text-align: center;
  width: 48%;
  vertical-align: top;
  pointer-events: auto;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item-picture {
  position: relative;
  display: inline-block;
  font-size: 0;
  text-align: center;
  width: 100%;
  height: 184px;
  height: 12.77778vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item-picture {
    height: 184px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item-picture:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item-picture img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item>input[type=radio]:checked+.pr-g-bespoke-simulator__select-popup-kind-style-label .pr-g-bespoke-simulator__select-popup-kind-style-text {
  color: #000;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item>input[type=radio]:checked+.pr-g-bespoke-simulator__select-popup-kind-style-label .pr-g-bespoke-simulator__select-popup-kind-style-item-picture:after {
  border-style: solid;
  border-color: #00b3e3;
  border-width: 2px;
  border-width: .13889vw;
  background-color: transparent;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item>input[type=radio]:checked+.pr-g-bespoke-simulator__select-popup-kind-style-label .pr-g-bespoke-simulator__select-popup-kind-style-item-picture:after {
    border-width: 2px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item:nth-of-type(2n) {
  margin-left: 4%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-label {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-text {
  display: block;
  text-align: center;
  text-transform: capitalize;
  font-size: 20px;
  font-size: 1.38889vw;
  margin-top: 10px;
  margin-top: .69444vw;
  margin-bottom: 25px;
  margin-bottom: 1.73611vw;
  color: #9e9e9e;
  font-weight: bold;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-kind-style-text {
  font-size: 27px;
  font-size: 1.875vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-text {
    font-size: 20px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-kind-style-text {
    font-size: 27px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-text {
    margin-top: 10px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-text {
    margin-bottom: 25px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-feature {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-size: .83333vw;
  color: #9e9e9e;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-kind-style-feature {
  font-size: 16.2px;
  font-size: 1.125vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-feature {
    font-size: 12px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-kind-style-feature {
    font-size: 16.2px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-footer {
  text-align: center;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-button--apply {
  font-size: 14px;
  font-size: .97222vw;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  padding: 13px 89px;
  padding: .90278vw 6.18056vw;
  text-transform: uppercase;
  border-style: solid;
  border-color: #1428a0;
  border-width: 1px;
  border-width: .06944vw;
  border-radius: 40px;
  border-radius: 2.77778vw;
  background-color: #1428a0;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-button--apply {
  font-size: 18.9px;
  font-size: 1.3125vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-button--apply {
    font-size: 14px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-button--apply {
    font-size: 18.9px;
  }
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-button--apply {
  line-height: .75;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__select-popup-button--apply {
  line-height: 1.4;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-button--apply {
    padding: 13px 89px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-button--apply {
    border-width: 1px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-button--apply {
    border-radius: 40px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: auto;
  max-width: 770px;
  max-width: 53.47222vw;
  max-height: 700px;
  max-height: 48.61111vw;
  overflow: hidden;
  z-index: 9999;
  background-color: #ffffff;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup {
    max-width: 770px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup {
    max-height: 700px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-wrap {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 50px 0px 50px;
  padding: 3.47222vw 0vw 3.47222vw;
  box-sizing: border-box;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-wrap {
    padding: 50px 0px 50px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-content {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  padding: 18px 0px 18px;
  padding: 1.25vw 0vw 1.25vw;
  max-height: 600px;
  max-height: 41.66667vw;
  box-sizing: border-box;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-content {
    padding: 18px 0px 18px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-content {
    max-height: 600px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-content-header {
  margin-bottom: 22px;
  margin-bottom: 1.52778vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-content-header {
    margin-bottom: 22px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-title {
  font-family: "SamsungSharpSans", arial;
  font-weight: bold;
  font-size: 32px;
  font-size: 2.22222vw;
  padding: 0px 72px;
  padding: 0vw 5vw;
}

.sece-bespoke-wrap html.rtl .pr-g-bespoke-simulator__specs-popup-title {
  font-family: "SamsungSharpSans", "SamsungOneArabic", tahoma;
}

.sece-bespoke-wrap html.rtl[lang^="he"] .pr-g-bespoke-simulator__specs-popup-title {
  font-family: "SamsungSharpSans", "SamsungOneHebrew", tahoma;
}

.sece-bespoke-wrap html[lang^="el"] .pr-g-bespoke-simulator__specs-popup-title {
  font-family: "SamsungOne", arial;
}

.sece-bespoke-wrap html[lang^="zh"] .pr-g-bespoke-simulator__specs-popup-title {
  font-family: "SamsungSharpSans", "Microsoft JhengHei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
}

.sece-bespoke-wrap html[lang="zh-CN"] .pr-g-bespoke-simulator__specs-popup-title {
  font-family: "SamsungSharpSans", "Microsoft Yahei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-title {
  font-family: "Kittithada", arial;
}

.sece-bespoke-wrap html[lang^="vi"] .pr-g-bespoke-simulator__specs-popup-title {
  font-family: "SamsungSharpSans", "SamsungOne", arial;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__specs-popup-title {
  font-family: "zawgyione", arial, sans-serif;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-title {
  font-size: 43.2px;
  font-size: 3vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-title {
    font-size: 32px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-title {
    font-size: 43.2px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-title {
    padding: 0px 72px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-list {
  width: auto;
  box-sizing: border-box;
  padding: 28px 0px 23px;
  padding: 1.94444vw 0vw 1.59722vw;
  margin: 0px 72px;
  margin: 0vw 5vw;
  border-top: 1px solid #dedede;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-list {
    padding: 28px 0px 23px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-list {
    margin: 0px 72px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-item {
  display: inline-block;
  width: calc(80% / 3);
  text-align: center;
  vertical-align: top;
  margin-bottom: 13px;
  margin-bottom: .90278vw;
  margin-left: 8%;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-item {
    margin-bottom: 13px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-item:nth-of-type(3n+1) {
  margin-left: 0;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-desc {
  font-size: 32px;
  font-size: 2.22222vw;
  color: #363636;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-main-spec-desc {
  font-size: 43.2px;
  font-size: 3vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-desc {
    font-size: 32px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-main-spec-desc {
    font-size: 43.2px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-title {
  display: block;
  font-size: 14px;
  font-size: .97222vw;
  color: #363636;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-main-spec-title {
  font-size: 18.9px;
  font-size: 1.3125vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-title {
    font-size: 14px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-main-spec-title {
    font-size: 18.9px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec {
  padding-bottom: 42px;
  padding-bottom: 2.91667vw;
  background-color: #f7f7f7;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec {
    padding-bottom: 42px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec--close {
  display: none;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-list {
  padding: 0px 72px;
  padding: 0vw 5vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-list {
    padding: 0px 72px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-item {
  padding-top: 30px;
  padding-top: 2.08333vw;
  border-top: 1px solid #dedede;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-item {
    padding-top: 30px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-category {
  font-size: 24px;
  font-size: 1.66667vw;
  font-weight: bold;
  margin-bottom: 21px;
  margin-bottom: 1.45833vw;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-detail-spec-category {
  font-size: 32.4px;
  font-size: 2.25vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-category {
    font-size: 24px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-detail-spec-category {
    font-size: 32.4px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-category {
    margin-bottom: 21px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-title {
  font-size: 14px;
  font-size: .97222vw;
  line-height: 1.6;
  margin-bottom: 5px;
  margin-bottom: .34722vw;
  font-weight: bold;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-detail-spec-title {
  font-size: 18.9px;
  font-size: 1.3125vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-title {
    font-size: 14px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-detail-spec-title {
    font-size: 18.9px;
  }
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-detail-spec-title {
  line-height: 1.2;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__specs-popup-detail-spec-title {
  line-height: 1.6;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-title {
    margin-bottom: 5px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-desc {
  font-size: 14px;
  font-size: .97222vw;
  color: #767676;
  margin-bottom: 24px;
  margin-bottom: 1.66667vw;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-detail-spec-desc {
  font-size: 18.9px;
  font-size: 1.3125vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-desc {
    font-size: 14px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-detail-spec-desc {
    font-size: 18.9px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-desc {
    margin-bottom: 24px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-category-list {
  width: 100%;
  border-bottom: 1px solid #dedede;
  padding-bottom: 16px;
  padding-bottom: 1.11111vw;
  font-size: 0;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-category-list {
    padding-bottom: 16px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-category-list:last-child {
  border: none;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-category-item {
  display: inline-block;
  width: 24%;
  margin-left: 9.7%;
  vertical-align: top;
  margin-bottom: 14px;
  margin-bottom: .97222vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-category-item {
    margin-bottom: 14px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-category-item:nth-child(3n+1) {
  margin-left: 0;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-all-specs-btn {
  display: inline-block;
  margin: 0 auto;
  font-size: 14px;
  font-size: .97222vw;
  text-transform: uppercase;
  font-weight: bold;
  color: #363636;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-all-specs-btn {
  font-size: 18.9px;
  font-size: 1.3125vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-all-specs-btn {
    font-size: 14px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-all-specs-btn {
    font-size: 18.9px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-all-specs-btn-wrap {
  margin-bottom: 33px;
  margin-bottom: 2.29167vw;
  text-align: center;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-all-specs-btn-wrap {
    margin-bottom: 33px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-close-button {
  width: 18px;
  width: 1.25vw;
  height: 18px;
  height: 1.25vw;
  position: absolute;
  top: 19px;
  top: 1.31944vw;
  right: 17px;
  right: 1.18056vw;
  background: url(./bespoke-simulator/icon-popup-close-sm.png) center no-repeat;
  background-size: cover;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-close-button {
    width: 18px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-close-button {
    height: 18px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-close-button {
    top: 19px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-close-button {
    right: 17px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold {
  position: relative;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  width: .83333vw;
  height: 12px;
  height: .83333vw;
  margin-left: 10px;
  margin-left: .69444vw;
  border-radius: 50%;
  border-width: 2px;
  border-width: .13889vw;
  border-color: #363636;
  border-style: solid;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold {
    width: 12px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold {
    height: 12px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold {
    margin-left: 10px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold {
    border-width: 2px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:before,
.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:after {
  position: absolute;
  content: '';
  width: 8px;
  width: .55556vw;
  height: 2px;
  height: .13889vw;
  background-color: #363636;
  transition: all .2s;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-left: -.27778vw;
  margin-top: -1px;
  margin-top: -.06944vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:before,
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:after {
    width: 8px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:before,
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:after {
    height: 2px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:before,
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:after {
    margin-left: -4px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:before,
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:after {
    margin-top: -1px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:before {
  transform: rotate(90deg);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold.unfold:before {
  transform: rotate(0deg);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold.unfold:after {
  opacity: 0;
  transform: rotate(90deg);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup {
  display: none;
  font-family: "SamsungOne", arial;
  position: fixed;
  width: 100%;
  background-color: #fff;
  max-width: 770px;
  max-width: 53.47222vw;
  max-height: 700px;
  max-height: 48.61111vw;
  overflow: hidden;
  z-index: 9999;
}

.sece-bespoke-wrap html.rtl .pr-g-bespoke-simulator__colorchip-popup {
  font-family: "SamsungOneArabic", tahoma;
}

.sece-bespoke-wrap html.rtl[lang^="he"] .pr-g-bespoke-simulator__colorchip-popup {
  font-family: "SamsungOneHebrew", tahoma;
}

.sece-bespoke-wrap html[lang^="zh"] .pr-g-bespoke-simulator__colorchip-popup {
  font-family: "SamsungOne", "Microsoft JhengHei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
}

.sece-bespoke-wrap html[lang="zh-CN"] .pr-g-bespoke-simulator__colorchip-popup {
  font-family: "SamsungOne", "Microsoft Yahei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup {
  font-family: "Kittithada", arial;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__colorchip-popup {
  font-family: "zawgyione", arial, sans-serif;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup {
    max-width: 770px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup {
    max-height: 700px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup input[type="radio"] {
  display: none;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-wrap {
  display: block;
  width: 100%;
  padding: 50px 0px 50px;
  padding: 3.47222vw 0vw 3.47222vw;
  box-sizing: border-box;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-wrap {
    padding: 50px 0px 50px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-wrap {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  padding: 18px 0px 18px;
  padding: 1.25vw 0vw 1.25vw;
  max-height: 600px;
  max-height: 41.66667vw;
  box-sizing: border-box;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-wrap {
    padding: 18px 0px 18px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-wrap {
    max-height: 600px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header {
  padding-bottom: 16px;
  padding-bottom: 1.11111vw;
  margin-bottom: 19px;
  margin-bottom: 1.31944vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header {
    padding-bottom: 16px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header {
    margin-bottom: 19px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header--underline {
  border-bottom: 1px solid #e7e7e7;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header-title {
  font-family: "SamsungSharpSans", arial;
  font-size: 32px;
  font-size: 2.22222vw;
  line-height: 1;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

.sece-bespoke-wrap html.rtl .pr-g-bespoke-simulator__colorchip-popup-header-title {
  font-family: "SamsungSharpSans", "SamsungOneArabic", tahoma;
}

.sece-bespoke-wrap html.rtl[lang^="he"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
  font-family: "SamsungSharpSans", "SamsungOneHebrew", tahoma;
}

.sece-bespoke-wrap html[lang^="el"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
  font-family: "SamsungOne", arial;
}

.sece-bespoke-wrap html[lang^="zh"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
  font-family: "SamsungSharpSans", "Microsoft JhengHei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
}

.sece-bespoke-wrap html[lang="zh-CN"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
  font-family: "SamsungSharpSans", "Microsoft Yahei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
  font-family: "Kittithada", arial;
}

.sece-bespoke-wrap html[lang^="vi"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
  font-family: "SamsungSharpSans", "SamsungOne", arial;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
  font-family: "zawgyione", arial, sans-serif;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
  font-size: 43.2px;
  font-size: 3vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header-title {
    font-size: 32px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
    font-size: 43.2px;
  }
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
  line-height: .75;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
  line-height: 1.4;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup--close-button {
  position: absolute;
  top: 15px;
  top: 1.04167vw;
  right: 15px;
  right: 1.04167vw;
  width: 27px;
  width: 1.875vw;
  height: 27px;
  height: 1.875vw;
  background-image: url(./bespoke-simulator/icon-popup-close-sm.png);
  background-size: 17px 17px;
  background-size: 1.18056vw 1.18056vw;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup--close-button {
    top: 15px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup--close-button {
    right: 15px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup--close-button {
    width: 27px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup--close-button {
    height: 27px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup--close-button {
    background-size: 17px 17px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color {
  display: inline-block;
  vertical-align: top;
  width: 623px;
  width: 43.26389vw;
  margin: 0 1px;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color {
    width: 623px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap {
  width: 623px;
  width: 43.26389vw;
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap {
    width: 623px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .slick-arrow {
  position: absolute;
  top: 170px;
  top: 11.80556vw;
  width: 24px;
  width: 1.66667vw;
  height: 49px;
  height: 3.40278vw;
  font-size: 0;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .slick-arrow {
    top: 170px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .slick-arrow {
    width: 24px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .slick-arrow {
    height: 49px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .slick-arrow.slick-prev {
  left: 24px;
  left: 1.66667vw;
  background-image: url(./bespoke-simulator/slick-carousel-left-dark.svg);
  background-size: 24px 49px;
  background-size: 1.66667vw 3.40278vw;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .slick-arrow.slick-prev {
    left: 24px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .slick-arrow.slick-prev {
    background-size: 24px 49px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .slick-arrow.slick-next {
  right: 24px;
  right: 1.66667vw;
  background-image: url(./bespoke-simulator/slick-carousel-right-dark.svg);
  background-size: 24px 49px;
  background-size: 1.66667vw 3.40278vw;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .slick-arrow.slick-next {
    right: 24px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .slick-arrow.slick-next {
    background-size: 24px 49px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 390px;
  top: 27.08333vw;
  left: 0;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots {
    top: 390px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots {
  display: inline-block;
  background: #999;
  padding: 2px 23px;
  padding: .13889vw 1.59722vw;
  border-radius: 23px;
  border-radius: 1.59722vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots {
    padding: 2px 23px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots {
    border-radius: 23px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  width: .55556vw;
  height: 8px;
  height: .55556vw;
  background-color: #fff;
  opacity: 0.2;
  border-radius: 50%;
  margin-left: 20px;
  margin-left: 1.38889vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots li {
    width: 8px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots li {
    height: 8px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots li {
    margin-left: 20px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots li:first-child {
  margin-left: 0;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots li button {
  font-size: 0;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots li.slick-active {
  opacity: 1;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-img {
  width: 100%;
  display: inline-block;
  margin-bottom: 78px;
  margin-bottom: 5.41667vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-img {
    margin-bottom: 78px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-img img {
  max-width: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-title {
  font-size: 24px;
  font-size: 1.66667vw;
  margin-bottom: 12px;
  margin-bottom: .83333vw;
  font-weight: bold;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-content-title {
  font-size: 32.4px;
  font-size: 2.25vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-title {
    font-size: 24px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-content-title {
    font-size: 32.4px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-title {
    margin-bottom: 12px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-text {
  font-size: 18px;
  font-size: 1.25vw;
  color: #363636;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-content-text {
  font-size: 24.3px;
  font-size: 1.6875vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-text {
    font-size: 18px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-content-text {
    font-size: 24.3px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup {
  display: none;
  font-family: "SamsungOne", arial;
  position: fixed;
  background-color: #fff;
  width: 100%;
  max-width: 770px;
  max-width: 53.47222vw;
  height: 620px;
  height: 43.05556vw;
  overflow: hidden;
  z-index: 9999;
}

.sece-bespoke-wrap html.rtl .pr-g-bespoke-simulator__detail-popup {
  font-family: "SamsungOneArabic", tahoma;
}

.sece-bespoke-wrap html.rtl[lang^="he"] .pr-g-bespoke-simulator__detail-popup {
  font-family: "SamsungOneHebrew", tahoma;
}

.sece-bespoke-wrap html[lang^="zh"] .pr-g-bespoke-simulator__detail-popup {
  font-family: "SamsungOne", "Microsoft JhengHei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
}

.sece-bespoke-wrap html[lang="zh-CN"] .pr-g-bespoke-simulator__detail-popup {
  font-family: "SamsungOne", "Microsoft Yahei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup {
  font-family: "Kittithada", arial;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__detail-popup {
  font-family: "zawgyione", arial, sans-serif;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup {
    max-width: 770px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup {
    height: 620px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-wrap {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 50px 0px 0px;
  padding: 3.47222vw 0vw 0vw;
  box-sizing: border-box;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-wrap {
    padding: 50px 0px 0px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-content {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  max-height: 600px;
  max-height: 41.66667vw;
  height: 100%;
  padding: 0px 72px 0px;
  padding: 0vw 5vw 0vw;
  box-sizing: border-box;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-content {
    max-height: 600px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-content {
    padding: 0px 72px 0px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-content-header {
  margin-bottom: 22px;
  margin-bottom: 1.52778vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-content-header {
    margin-bottom: 22px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-content-body {
  padding-bottom: 50px;
  padding-bottom: 3.47222vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-content-body {
    padding-bottom: 50px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-title {
  font-family: "SamsungSharpSans", arial;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2.22222vw;
}

.sece-bespoke-wrap html.rtl .pr-g-bespoke-simulator__detail-popup-title {
  font-family: "SamsungSharpSans", "SamsungOneArabic", tahoma;
}

.sece-bespoke-wrap html.rtl[lang^="he"] .pr-g-bespoke-simulator__detail-popup-title {
  font-family: "SamsungSharpSans", "SamsungOneHebrew", tahoma;
}

.sece-bespoke-wrap html[lang^="el"] .pr-g-bespoke-simulator__detail-popup-title {
  font-family: "SamsungOne", arial;
}

.sece-bespoke-wrap html[lang^="zh"] .pr-g-bespoke-simulator__detail-popup-title {
  font-family: "SamsungSharpSans", "Microsoft JhengHei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
}

.sece-bespoke-wrap html[lang="zh-CN"] .pr-g-bespoke-simulator__detail-popup-title {
  font-family: "SamsungSharpSans", "Microsoft Yahei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-title {
  font-family: "Kittithada", arial;
}

.sece-bespoke-wrap html[lang^="vi"] .pr-g-bespoke-simulator__detail-popup-title {
  font-family: "SamsungSharpSans", "SamsungOne", arial;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__detail-popup-title {
  font-family: "zawgyione", arial, sans-serif;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-title {
  font-size: 43.2px;
  font-size: 3vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-title {
    font-size: 32px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-title {
    font-size: 43.2px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-list {
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #ededed;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-item {
  display: flex;
  padding: 29px 6px 25px;
  padding: 2.01389vw .41667vw 1.73611vw;
  border-bottom: 1px solid #ededed;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-item {
    padding: 29px 6px 25px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb {
  position: relative;
  text-align: center;
  width: 116px;
  width: 8.05556vw;
  height: 92px;
  height: 6.38889vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb {
    width: 116px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb {
    height: 92px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb-img {
  width: 100%;
  height: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb-img img {
  width: auto;
  height: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb-door-list {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb-door-item {
  position: absolute;
  width: 49%;
  height: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb-door-img {
  width: 100%;
  height: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb-door-img img {
  width: 100%;
  height: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--4door .pr-g-bespoke-simulator__detail-popup-thumb-door-list {
  max-width: 48%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--4door .pr-g-bespoke-simulator__detail-popup-thumb-door-item--door1 {
  top: 0;
  left: 0px;
  left: 0vw;
  height: 54%;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--4door .pr-g-bespoke-simulator__detail-popup-thumb-door-item--door1 {
    left: 0px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--4door .pr-g-bespoke-simulator__detail-popup-thumb-door-item--door2 {
  top: 0;
  right: 0px;
  right: 0vw;
  height: 54%;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--4door .pr-g-bespoke-simulator__detail-popup-thumb-door-item--door2 {
    right: 0px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--4door .pr-g-bespoke-simulator__detail-popup-thumb-door-item--door3 {
  bottom: 1.9%;
  left: 0px;
  left: 0vw;
  height: 42.7%;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--4door .pr-g-bespoke-simulator__detail-popup-thumb-door-item--door3 {
    left: 0px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--4door .pr-g-bespoke-simulator__detail-popup-thumb-door-item--door4 {
  bottom: 1.9%;
  right: 0px;
  right: 0vw;
  height: 42.7%;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--4door .pr-g-bespoke-simulator__detail-popup-thumb-door-item--door4 {
    right: 0px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--2door .pr-g-bespoke-simulator__detail-popup-thumb-door-list {
  max-width: 32%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--2door .pr-g-bespoke-simulator__detail-popup-thumb-door-item--door1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 57%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--2door .pr-g-bespoke-simulator__detail-popup-thumb-door-item--door2 {
  width: 100%;
  height: 38.5%;
  bottom: 2.4%;
  left: 50%;
  transform: translateX(-50%);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--1door .pr-g-bespoke-simulator__detail-popup-thumb-door-list {
  max-width: 31%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--1door .pr-g-bespoke-simulator__detail-popup-thumb-door-item--door1 {
  top: 0;
  width: 100%;
  height: 97.6%;
  left: 50%;
  transform: translateX(-50%);
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge {
  width: 612px;
  width: 42.5vw;
  padding-left: 17px;
  padding-left: 1.18056vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge {
    width: 612px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge {
    padding-left: 17px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door {
  font-size: 18px;
  font-size: 1.25vw;
  font-weight: bold;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-fridge-door {
  font-size: 24.3px;
  font-size: 1.6875vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door {
    font-size: 18px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-fridge-door {
    font-size: 24.3px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-info {
  padding-left: 12px;
  padding-left: .83333vw;
  font-size: 14px;
  font-size: .97222vw;
  color: #666;
  font-weight: normal;
  text-transform: uppercase;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-info {
    padding-left: 12px;
  }
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-fridge-door-info {
  font-size: 18.9px;
  font-size: 1.3125vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-info {
    font-size: 14px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-fridge-door-info {
    font-size: 18.9px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-list {
  margin-top: -2px;
  margin-top: -.13889vw;
  font-size: 0;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-list {
    margin-top: -2px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-item {
  margin-top: 21px;
  margin-top: 1.45833vw;
  font-size: 14px;
  font-size: .97222vw;
  font-weight: bold;
  display: inline-block;
  width: 50%;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-item {
    margin-top: 21px;
  }
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-fridge-door-item {
  font-size: 18.9px;
  font-size: 1.3125vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-item {
    font-size: 14px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-fridge-door-item {
    font-size: 18.9px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-item-info {
  display: block;
  margin-top: 10px;
  margin-top: .69444vw;
  color: #767676;
  font-weight: normal;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-item-info {
    margin-top: 10px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-close-button {
  width: 18px;
  width: 1.25vw;
  height: 18px;
  height: 1.25vw;
  position: absolute;
  top: 19px;
  top: 1.31944vw;
  right: 17px;
  right: 1.18056vw;
  background: url(./bespoke-simulator/icon-popup-close-sm.png) center no-repeat;
  background-size: cover;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-close-button {
    width: 18px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-close-button {
    height: 18px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-close-button {
    top: 19px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-close-button {
    right: 17px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup {
  display: none;
  position: fixed;
  width: 386px;
  width: 26.80556vw;
  overflow: hidden;
  padding: 40px 56px 40px;
  padding: 2.77778vw 3.88889vw 2.77778vw;
  z-index: 9999;
  background-color: #fff;
  font-family: "SamsungOne", arial;
  box-sizing: border-box;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup {
    width: 386px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup {
    padding: 40px 56px 40px;
  }
}

.sece-bespoke-wrap html.rtl .pr-g-bespoke-simulator__alert-popup {
  font-family: "SamsungOneArabic", tahoma;
}

.sece-bespoke-wrap html.rtl[lang^="he"] .pr-g-bespoke-simulator__alert-popup {
  font-family: "SamsungOneHebrew", tahoma;
}

.sece-bespoke-wrap html[lang^="zh"] .pr-g-bespoke-simulator__alert-popup {
  font-family: "SamsungOne", "Microsoft JhengHei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
}

.sece-bespoke-wrap html[lang="zh-CN"] .pr-g-bespoke-simulator__alert-popup {
  font-family: "SamsungOne", "Microsoft Yahei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__alert-popup {
  font-family: "Kittithada", arial;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__alert-popup {
  font-family: "zawgyione", arial, sans-serif;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-content-exclamation {
  padding-top: 55px;
  padding-top: 3.81944vw;
  background-image: url(./bespoke-simulator/icon-notice.svg);
  background-size: 49px 49px;
  background-size: 3.40278vw 3.40278vw;
  background-position: top center;
  background-repeat: no-repeat;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-content-exclamation {
    padding-top: 55px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-content-exclamation {
    background-size: 49px 49px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-content-title {
  text-align: center;
  font-size: 22px;
  font-size: 1.52778vw;
  font-weight: bold;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__alert-popup-content-title {
  font-size: 29.7px;
  font-size: 2.0625vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-content-title {
    font-size: 22px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__alert-popup-content-title {
    font-size: 29.7px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn {
  display: block;
  margin: 0 auto;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.18056vw;
  box-sizing: border-box;
  min-width: 180px;
  min-width: 12.5vw;
  max-width: 100%;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__alert-popup-btn {
  font-size: 22.95px;
  font-size: 1.59375vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn {
    font-size: 17px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__alert-popup-btn {
    font-size: 22.95px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn {
    min-width: 180px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn-wrap {
  margin-top: 24px;
  margin-top: 1.66667vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn-wrap {
    margin-top: 24px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn.s-btn-encased {
  padding: 15px 15px;
  padding: 1.04167vw 1.04167vw;
  white-space: unset;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn.s-btn-encased {
    padding: 15px 15px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup {
  display: none;
  position: fixed;
  width: 386px;
  width: 26.80556vw;
  overflow: hidden;
  padding: 40px 56px 40px;
  padding: 2.77778vw 3.88889vw 2.77778vw;
  z-index: 9999;
  background-color: #fff;
  font-family: "SamsungOne", arial;
  box-sizing: border-box;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup {
    width: 386px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup {
    padding: 40px 56px 40px;
  }
}

.sece-bespoke-wrap html.rtl .pr-g-bespoke-simulator__confirm-popup {
  font-family: "SamsungOneArabic", tahoma;
}

.sece-bespoke-wrap html.rtl[lang^="he"] .pr-g-bespoke-simulator__confirm-popup {
  font-family: "SamsungOneHebrew", tahoma;
}

.sece-bespoke-wrap html[lang^="zh"] .pr-g-bespoke-simulator__confirm-popup {
  font-family: "SamsungOne", "Microsoft JhengHei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
}

.sece-bespoke-wrap html[lang="zh-CN"] .pr-g-bespoke-simulator__confirm-popup {
  font-family: "SamsungOne", "Microsoft Yahei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__confirm-popup {
  font-family: "Kittithada", arial;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__confirm-popup {
  font-family: "zawgyione", arial, sans-serif;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-content-title {
  text-align: center;
  font-size: 24px;
  font-size: 1.66667vw;
  font-weight: bold;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__confirm-popup-content-title {
  font-size: 32.4px;
  font-size: 2.25vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-content-title {
    font-size: 24px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__confirm-popup-content-title {
    font-size: 32.4px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn {
  display: block;
  margin: 0 auto;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.18056vw;
  box-sizing: border-box;
  min-width: 180px;
  min-width: 12.5vw;
  max-width: 100%;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__confirm-popup-btn {
  font-size: 22.95px;
  font-size: 1.59375vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn {
    font-size: 17px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__confirm-popup-btn {
    font-size: 22.95px;
  }
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn {
    min-width: 180px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn-wrap {
  margin-top: 45px;
  margin-top: 3.125vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn-wrap {
    margin-top: 45px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn ~ .pr-g-bespoke-simulator__confirm-popup-btn {
  margin-top: 20px;
  margin-top: 1.38889vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn ~ .pr-g-bespoke-simulator__confirm-popup-btn {
    margin-top: 20px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn--clear {
  font-size: 14px;
  font-size: .97222vw;
  line-height: 1.2;
  text-decoration: underline;
  width: auto;
  text-transform: uppercase;
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__confirm-popup-btn--clear {
  font-size: 18.9px;
  font-size: 1.3125vw;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn--clear {
    font-size: 14px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__confirm-popup-btn--clear {
    font-size: 18.9px;
  }
}

.sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__confirm-popup-btn--clear {
  line-height: .9;
}

.sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__confirm-popup-btn--clear {
  line-height: 1.4;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn.s-btn-encased {
  background-color: #1428a0;
  border-color: #1428a0;
  color: #fff;
  padding: 15px 15px;
  padding: 1.04167vw 1.04167vw;
  white-space: unset;
}

@media (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn.s-btn-encased {
    padding: 15px 15px;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__3d-container {
  display: none;
  position: absolute;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__3d-loading-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  opacity: .66;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__3d-loading-overlay-hidden {
  display: none !important;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__3d-loading-wrap {
  display: inline-block;
  text-align: center;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__3d-loading-title {
  margin-bottom: 4px;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__3d-loading-title img {
  max-width: 50%;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__3d-loading-dot {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 10px;
  background: #fff;
  border-radius: 10px;
  animation: loading 1s infinite alternate;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__3d-loading-dot:nth-of-type(2) {
  background: #fff;
  animation-delay: 0.2s;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__3d-loading-dot:nth-of-type(3) {
  background: #fff;
  animation-delay: 0.4s;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__3d-loading-dot:nth-of-type(4) {
  background: #fff;
  animation-delay: 0.6s;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__3d-loading-dot:nth-of-type(5) {
  background: #fff;
  animation-delay: 0.8s;
}

@keyframes loading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn {
    max-width: 210px;
    max-width: 20.50781vw;
  }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--prev-step {
    padding-left: 18px;
    padding-left: 1.75781vw;
  }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--next-step {
    padding-right: 18px;
    padding-right: 1.75781vw;
  }
}

@media screen and (max-width: 1279px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution {
    padding: 0px;
    padding: 0vw;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution {
    padding: 0px;
  }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc--check-icon::before {
    top: 11px;
    top: 1.07422vw;
  }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--sticker .pr-g-bespoke-simulator__step-type-select-label {
    min-height: 140px;
    min-height: 13.67188vw;
  }
}

@media screen and (max-width: 1279px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-desc-item--symbol:before {
    width: 3px;
    height: 3px;
  }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-desc-item--symbol:before {
    top: 7px;
    top: .68359vw;
  }
}

@media screen and (max-width: 1279px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-arw {
    top: -3px;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap #efs_popup_survey_button {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__main-area {
    width: 100%;
    font-size: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space {
    width: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space .hide-mobile {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space .show-mobile {
    display: block;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-canvas {
    width: 100%;
    min-height: 1120px;
    min-height: 145.83333vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-canvas {
    min-height: 525px;
    min-height: 145.83333vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-canvas img {
    max-width: 100%;
    height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon {
    width: 96px;
    width: 12.5vw;
    height: 97.06667px;
    height: 12.63889vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon {
    width: 45px;
    width: 12.5vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon {
    height: 45.5px;
    height: 12.63889vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-wrap {
    top: 138.66667px;
    top: 18.05556vw;
    left: 34.13333px;
    left: 4.44444vw;
    width: 96px;
    width: 12.5vw;
    height: 55%;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-wrap {
    top: 65px;
    top: 18.05556vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-wrap {
    left: 16px;
    left: 4.44444vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-wrap {
    width: 45px;
    width: 12.5vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-wrap--active {
    z-index: 21;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-wrap.hide-mobile {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-wrap.show-mobile {
    display: block;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon img {
    width: 100%;
    height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active {
    z-index: 21;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon--interior {
    top: 16.66667%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon .pr-g-bespoke-simulator__bg-space-floating-icon-text {
    line-height: 97.06667px;
    line-height: 12.63889vw;
    font-size: 25.6px;
    font-size: 3.33333vw;
    padding-right: 48px;
    padding-right: 6.25vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon .pr-g-bespoke-simulator__bg-space-floating-icon-text {
    line-height: 45.5px;
    line-height: 12.63889vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon .pr-g-bespoke-simulator__bg-space-floating-icon-text {
    font-size: 34.56px;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon .pr-g-bespoke-simulator__bg-space-floating-icon-text {
    font-size: 12px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon .pr-g-bespoke-simulator__bg-space-floating-icon-text {
    font-size: 16.2px;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon .pr-g-bespoke-simulator__bg-space-floating-icon-text {
    padding-right: 22.5px;
    padding-right: 6.25vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down .pr-g-bespoke-simulator__bg-space-floating-icon-tooltip {
    border-radius: 48px;
    border-radius: 6.25vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down .pr-g-bespoke-simulator__bg-space-floating-icon-tooltip {
    border-radius: 22.5px;
    border-radius: 6.25vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button {
    width: 697.6px;
    width: 90.83333vw;
    padding: 21.33333px;
    padding: 2.77778vw;
    font-size: 29.86667px;
    font-size: 3.88889vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button {
    width: 327px;
    width: 90.83333vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button {
    padding: 10px;
    padding: 2.77778vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-step-button {
    font-size: 40.32px;
    font-size: 5.25vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button {
    font-size: 14px;
    font-size: 3.88889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-step-button {
    font-size: 18.9px;
    font-size: 5.25vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen {
    font-size: 29.86667px;
    font-size: 3.88889vw;
    line-height: 1;
    width: auto;
    bottom: auto;
    left: auto;
    padding: 0;
    top: 42.66667px;
    top: 5.55556vw;
    right: 36.26667px;
    right: 4.72222vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen {
    font-size: 40.32px;
    font-size: 5.25vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen {
    font-size: 14px;
    font-size: 3.88889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen {
    font-size: 18.9px;
    font-size: 5.25vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen {
    line-height: .7;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen {
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen {
    top: 20px;
    top: 5.55556vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen {
    right: 17px;
    right: 4.72222vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen:before {
    width: 55.46667px;
    width: 7.22222vw;
    height: 59.73333px;
    height: 7.77778vw;
    margin-right: 4.26667px;
    margin-right: .55556vw;
    background-size: 55.46667px 59.73333px;
    background-size: 7.22222vw 7.77778vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen:before {
    width: 26px;
    width: 7.22222vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen:before {
    height: 28px;
    height: 7.77778vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen:before {
    margin-right: 2px;
    margin-right: .55556vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen:before {
    background-size: 26px 28px;
    background-size: 7.22222vw 7.77778vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--text {
    display: block;
    width: auto;
    width: 50%;
    text-align: center;
    padding: 10.66667px;
    padding: 1.38889vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--text {
    padding: 5px;
    padding: 1.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--mid {
    width: 339.2px;
    width: 44.16667vw;
    min-height: 85.33333px;
    min-height: 11.11111vw;
    padding: 8.53333px;
    padding: 1.11111vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--mid {
    width: 159px;
    width: 44.16667vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--mid {
    min-height: 40px;
    min-height: 11.11111vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--mid {
    padding: 4px;
    padding: 1.11111vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--mid+.pr-g-bespoke-simulator__bg-space-step-button--mid {
    margin: 0px 10.66667px;
    margin: 0vw 1.38889vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--mid+.pr-g-bespoke-simulator__bg-space-step-button--mid {
    margin: 0px 5px;
    margin: 0vw 1.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--back {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button-wrap {
    width: 100%;
    text-align: center;
    bottom: 106.66667px;
    bottom: 13.88889vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button-wrap {
    bottom: 50px;
    bottom: 13.88889vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button-wrap--active {
    z-index: 31;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge {
    bottom: 46.5%;
    left: 21%;
    width: 68%;
    height: 35.5%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item {
    max-width: 42%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-3d {
    max-width: 31.3%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-2d {
    max-width: 26.5%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-1d {
    max-width: 26.7%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-1ds {
    max-width: 20.7%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-additional-btn {
    width: 64px;
    width: 8.33333vw;
    height: 64px;
    height: 8.33333vw;
    background-size: 64px 64px;
    background-size: 8.33333vw 8.33333vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-additional-btn {
    width: 30px;
    width: 8.33333vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-additional-btn {
    height: 30px;
    height: 8.33333vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-additional-btn {
    background-size: 30px 30px;
    background-size: 8.33333vw 8.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-btn--move {
    width: 62.93333px;
    width: 8.19444vw;
    height: 64px;
    height: 8.33333vw;
    background: url(./bespoke-simulator/mo-fridge-move-btn.svg) center no-repeat;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-btn--move {
    width: 29.5px;
    width: 8.19444vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-btn--move {
    height: 30px;
    height: 8.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-btn--delete {
    width: 65.06667px;
    width: 8.47222vw;
    height: 64px;
    height: 8.33333vw;
    background: url(./bespoke-simulator/mo-fridge-delete-btn.svg) center no-repeat;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-btn--delete {
    width: 30.5px;
    width: 8.47222vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-btn--delete {
    height: 30px;
    height: 8.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge-img img {
    max-width: 270.93333px;
    max-width: 35.27778vw;
    max-height: 570.66667px;
    max-height: 74.30556vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge-img img {
    max-width: 127px;
    max-width: 35.27778vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge-img img {
    max-height: 267.5px;
    max-height: 74.30556vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item--additional-area {
    max-width: 26.7%;
    width: 320px;
    width: 41.66667vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item--additional-area {
    width: 150px;
    width: 41.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item--additional-area--wide {
    position: absolute;
    border-width: 4.26667px;
    border-width: .55556vw;
    max-width: 96%;
    width: 96%;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item--additional-area--wide {
    border-width: 2px;
    border-width: .55556vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0px 32px 32px;
    padding: 0vw 4.16667vw 4.16667vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step {
    padding: 0px 15px 15px;
    padding: 0vw 4.16667vw 4.16667vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap {
    width: 100%;
    height: auto;
    right: auto;
    bottom: 0;
    top: auto;
    transition: bottom 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding-top: 53.33333px;
    padding-top: 6.94444vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap {
    padding-top: 25px;
    padding-top: 6.94444vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap--close {
    right: auto;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap--close .pr-g-bespoke-simulator__step-btn-wrap {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap-button {
    width: 320px;
    width: 41.66667vw;
    height: 53.33333px;
    height: 6.94444vw;
    top: 0;
    padding: 10.66667px 53.33333px 10.66667px;
    padding: 1.38889vw 6.94444vw 1.38889vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(./bespoke-simulator/toggle-button-mo.svg) no-repeat center;
    background-size: 26.66667px 14.93333px;
    background-size: 3.47222vw 1.94444vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap-button {
    width: 150px;
    width: 41.66667vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap-button {
    height: 25px;
    height: 6.94444vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap-button {
    padding: 5px 25px 5px;
    padding: 1.38889vw 6.94444vw 1.38889vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap-button {
    background-size: 12.5px 7px;
    background-size: 3.47222vw 1.94444vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap::before {
    top: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-inner {
    display: block;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="initial"] {
    opacity: 0;
    transform: translate3d(0, 50vw, 0);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="initial"].animate {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step--has-anchor {
    padding: 27.73333px 32px 32px;
    padding: 3.61111vw 4.16667vw 4.16667vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step--has-anchor {
    padding: 13px 15px 15px;
    padding: 3.61111vw 4.16667vw 4.16667vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step[data-target-step=step3] .pr-g-bespoke-simulator__step-type-select {
    overflow: hidden;
    padding-left: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step[data-target-step=step2] .pr-g-bespoke-simulator__step-type-select {
    overflow: visible;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step[data-target-step=step2] .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--prev-step {
    left: 32px;
    left: 4.16667vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step[data-target-step=step2] .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--prev-step {
    left: 15px;
    left: 4.16667vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step[data-target-step=step2] .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--next-step {
    right: 32px;
    right: 4.16667vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step[data-target-step=step2] .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--next-step {
    right: 15px;
    right: 4.16667vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info {
    padding: 42.66667px 213.33333px 32px;
    padding: 5.55556vw 27.77778vw 4.16667vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info {
    padding: 20px 100px 15px;
    padding: 5.55556vw 27.77778vw 4.16667vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn {
    font-size: 25.6px;
    font-size: 3.33333vw;
    top: 49.06667px;
    top: 6.38889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn {
    font-size: 34.56px;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn {
    font-size: 12px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn {
    font-size: 16.2px;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn {
    top: 23px;
    top: 6.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--prev-step {
    margin-left: 4.26667px;
    margin-left: .55556vw;
    padding-left: 23.46667px;
    padding-left: 3.05556vw;
    background-size: 10.66667px 21.33333px;
    background-size: 1.38889vw 2.77778vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--prev-step {
    margin-left: 2px;
    margin-left: .55556vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--prev-step {
    padding-left: 11px;
    padding-left: 3.05556vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--prev-step {
    background-size: 5px 10px;
    background-size: 1.38889vw 2.77778vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--next-step {
    margin-right: 4.26667px;
    margin-right: .55556vw;
    padding-right: 23.46667px;
    padding-right: 3.05556vw;
    background-size: 10.66667px 21.33333px;
    background-size: 1.38889vw 2.77778vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--next-step {
    margin-right: 2px;
    margin-right: .55556vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--next-step {
    padding-right: 11px;
    padding-right: 3.05556vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--next-step {
    background-size: 5px 10px;
    background-size: 1.38889vw 2.77778vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-sequence {
    font-size: 23.46667px;
    font-size: 3.05556vw;
    margin-top: 6.4px;
    margin-top: .83333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-sequence {
    font-size: 31.68px;
    font-size: 4.125vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-sequence {
    font-size: 11px;
    font-size: 3.05556vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-sequence {
    font-size: 14.85px;
    font-size: 4.125vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-sequence {
    margin-top: 3px;
    margin-top: .83333vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-sequence-complete::before {
    padding: 0px 6.4px;
    padding: 0vw .83333vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-sequence-complete::before {
    padding: 0px 3px;
    padding: 0vw .83333vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-title {
    font-size: 40.53333px;
    font-size: 5.27778vw;
    font-size: 4.8vw;
    font-family: "SamsungSharpSans", arial;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-title {
    font-size: 54.72px;
    font-size: 7.125vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-title {
    font-size: 19px;
    font-size: 5.27778vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-title {
    font-size: 25.65px;
    font-size: 7.125vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap html.rtl .pr-g-bespoke-simulator__step-title {
    font-family: "SamsungSharpSans", "SamsungOneArabic", tahoma;
  }

  .sece-bespoke-wrap html.rtl[lang^="he"] .pr-g-bespoke-simulator__step-title {
    font-family: "SamsungSharpSans", "SamsungOneHebrew", tahoma;
  }

  .sece-bespoke-wrap html[lang^="el"] .pr-g-bespoke-simulator__step-title {
    font-family: "SamsungOne", arial;
  }

  .sece-bespoke-wrap html[lang^="zh"] .pr-g-bespoke-simulator__step-title {
    font-family: "SamsungSharpSans", "Microsoft JhengHei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
  }

  .sece-bespoke-wrap html[lang="zh-CN"] .pr-g-bespoke-simulator__step-title {
    font-family: "SamsungSharpSans", "Microsoft Yahei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-title {
    font-family: "Kittithada", arial;
  }

  .sece-bespoke-wrap html[lang^="vi"] .pr-g-bespoke-simulator__step-title {
    font-family: "SamsungSharpSans", "SamsungOne", arial;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-title {
    font-family: "zawgyione", arial, sans-serif;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select {
    overflow-y: auto;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select:after {
    content: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list {
    text-align: left;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3.slick-no-dot:after {
    content: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3:after {
    content: '';
    display: inline-block;
    width: 53.33333px;
    width: 6.94444vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: -32px;
    right: -4.16667vw;
    background: linear-gradient(to right, rgba(0,0,0,0), #000);
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3:after {
    width: 25px;
    width: 6.94444vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3:after {
    right: -15px;
    right: -4.16667vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-label {
    border-width: 3.2px;
    border-width: .41667vw;
    padding: 39.46667px 0px 10.66667px;
    padding: 5.13889vw 0vw 1.38889vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-label {
    border-width: 1.5px;
    border-width: .41667vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-label {
    padding: 18.5px 0px 5px;
    padding: 5.13889vw 0vw 1.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item-picture {
    height: 168.53333px;
    height: 21.94444vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item-picture {
    height: 79px;
    height: 21.94444vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item-picture img {
    max-width: 82.13333px;
    max-width: 10.69444vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item-picture img {
    max-width: 38.5px;
    max-width: 10.69444vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item {
    width: 197.33333px;
    width: 25.69444vw;
    margin-top: 13.86667px;
    margin-top: 1.80556vw;
    margin-bottom: 85.33333px;
    margin-bottom: 11.11111vw;
    bottom: 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item {
    width: 92.5px;
    width: 25.69444vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item {
    margin-top: 6.5px;
    margin-top: 1.80556vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item {
    margin-bottom: 40px;
    margin-bottom: 11.11111vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item ~ .pr-g-bespoke-simulator__step-type-select-item {
    margin-left: 17.06667px;
    margin-left: 2.22222vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item ~ .pr-g-bespoke-simulator__step-type-select-item {
    margin-left: 8px;
    margin-left: 2.22222vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 29.86667px;
    font-size: 3.88889vw;
    font-size: 3.5vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 40.32px;
    font-size: 5.25vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 14px;
    font-size: 3.88889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 18.9px;
    font-size: 5.25vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text--top-padding {
    padding-top: 40.53333px;
    padding-top: 5.27778vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text--top-padding {
    padding-top: 19px;
    padding-top: 5.27778vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn {
    font-size: 25.6px;
    font-size: 3.33333vw;
    font-size: 2.8vw;
    font-weight: bold;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn {
    font-size: 34.56px;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn {
    font-size: 12px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn {
    font-size: 16.2px;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn-wrap {
    bottom: -57.6px;
    bottom: -7.5vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn-wrap {
    bottom: -27px;
    bottom: -7.5vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-title {
    margin-bottom: 29.86667px;
    margin-bottom: 3.88889vw;
    padding-left: 21.33333px;
    padding-left: 2.77778vw;
    font-size: 29.86667px;
    font-size: 3.88889vw;
    line-height: 1.43;
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-title {
    margin-bottom: 14px;
    margin-bottom: 3.88889vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-title {
    padding-left: 10px;
    padding-left: 2.77778vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-title {
    font-size: 40.32px;
    font-size: 5.25vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-title {
    font-size: 14px;
    font-size: 3.88889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-title {
    font-size: 18.9px;
    font-size: 5.25vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-title {
    line-height: 1.0725;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-type-select-title {
    line-height: 1.6;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-title .s-btn-fold {
    display: inline-block;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-item {
    width: 48%;
    position: static;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-item ~ .pr-g-bespoke-simulator__step-type-select-item {
    margin-left: 4%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-item-picture img {
    max-width: 337.06667px;
    max-width: 43.88889vw;
    max-height: 256px;
    max-height: 33.33333vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-item-picture img {
    max-width: 158px;
    max-width: 43.88889vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-item-picture img {
    max-height: 120px;
    max-height: 33.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-item--wide ~ .pr-g-bespoke-simulator__step-type-select-item--wide {
    margin-top: 69.33333px;
    margin-top: 9.02778vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-item--wide ~ .pr-g-bespoke-simulator__step-type-select-item--wide {
    margin-top: 32.5px;
    margin-top: 9.02778vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-label {
    max-width: 337.06667px;
    max-width: 43.88889vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-label {
    max-width: 158px;
    max-width: 43.88889vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 25.6px;
    font-size: 3.33333vw;
    line-height: 1.1;
    margin-top: 26.66667px;
    margin-top: 3.47222vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 34.56px;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 12px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 16.2px;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-text {
    line-height: .825;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-type-select-text {
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-text {
    margin-top: 12.5px;
    margin-top: 3.47222vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip {
    margin-top: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .s-slick-dots {
    position: absolute;
    bottom: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .slick-list {
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-kinds {
    display: inline-block;
    width: 704px;
    width: 91.66667vw;
    vertical-align: top;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-kinds {
    width: 330px;
    width: 91.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-list {
    margin-bottom: 21.33333px;
    margin-bottom: 2.77778vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-list {
    margin-bottom: 10px;
    margin-bottom: 2.77778vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item {
    width: 21.5%;
    margin-bottom: 26.66667px;
    margin-bottom: 3.47222vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item {
    margin-bottom: 12.5px;
    margin-bottom: 3.47222vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item input:checked+.pr-g-bespoke-simulator__step-type-select-color-label {
    border-width: 4.26667px;
    border-width: .55556vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item input:checked+.pr-g-bespoke-simulator__step-type-select-color-label {
    border-width: 2px;
    border-width: .55556vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 25.6px;
    font-size: 3.33333vw;
    line-height: 1.25;
    margin-top: 21.33333px;
    margin-top: 2.77778vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 34.56px;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 12px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 16.2px;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    line-height: .9375;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    margin-top: 10px;
    margin-top: 2.77778vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-title {
    padding-left: 0;
    margin-bottom: 27.73333px;
    margin-bottom: 3.61111vw;
    font-size: 34.13333px;
    font-size: 4.44444vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-title {
    margin-bottom: 13px;
    margin-bottom: 3.61111vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-title {
    font-size: 46.08px;
    font-size: 6vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-title {
    font-size: 16px;
    font-size: 4.44444vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-title {
    font-size: 21.6px;
    font-size: 6vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-color-label {
    width: 98.13333px;
    width: 12.77778vw;
    height: 99.2px;
    height: 12.91667vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-color-label {
    width: 46px;
    width: 12.77778vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-color-label {
    height: 46.5px;
    height: 12.91667vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-color-label ~ .pr-g-bespoke-simulator__step-type-select-color-label {
    margin-left: 55.46667px;
    margin-left: 7.22222vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-color-label ~ .pr-g-bespoke-simulator__step-type-select-color-label {
    margin-left: 26px;
    margin-left: 7.22222vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info {
    text-align: left;
    font-size: 0;
    margin-top: 8.53333px;
    margin-top: 1.11111vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info {
    margin-top: 4px;
    margin-top: 1.11111vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-color {
    vertical-align: middle;
    width: 37%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-color img {
    max-width: 100%;
    max-height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin-top: 0;
    padding-left: 29.86667px;
    padding-left: 3.88889vw;
    width: 63%;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail {
    padding-left: 14px;
    padding-left: 3.88889vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-title {
    font-size: 34.13333px;
    font-size: 4.44444vw;
    vertical-align: middle;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-title {
    font-size: 46.08px;
    font-size: 6vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-title {
    font-size: 16px;
    font-size: 4.44444vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-title {
    font-size: 21.6px;
    font-size: 6vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-desc {
    font-size: 23.46667px;
    font-size: 3.05556vw;
    line-height: 1.18;
    vertical-align: middle;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-desc {
    font-size: 31.68px;
    font-size: 4.125vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-desc {
    font-size: 11px;
    font-size: 3.05556vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-desc {
    font-size: 14.85px;
    font-size: 4.125vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-desc {
    line-height: .885;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-desc {
    line-height: 1.4;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--style {
    padding-left: 0px;
    padding-left: 0vw;
    padding-right: 0px;
    padding-right: 0vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--style {
    padding-left: 0px;
    padding-left: 0vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--style {
    padding-right: 0px;
    padding-right: 0vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--side-padding {
    padding-left: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-desc-item {
    max-width: none;
    width: 44.4%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-desc-item--wide {
    width: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-desc-desc-list {
    margin-bottom: 49.06667px;
    margin-bottom: 6.38889vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-desc-desc-list {
    margin-bottom: 23px;
    margin-bottom: 6.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-desc-desc-item {
    font-size: 27.73333px;
    font-size: 3.61111vw;
    line-height: 1.4;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-desc-desc-item {
    font-size: 37.44px;
    font-size: 4.875vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-desc-desc-item {
    font-size: 13px;
    font-size: 3.61111vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-desc-desc-item {
    font-size: 17.55px;
    font-size: 4.875vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-desc-desc-item {
    line-height: 1.05;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-type-desc-desc-item {
    line-height: 1.6;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-desc-text {
    font-size: 33.06667px;
    font-size: 4.30556vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-desc-text {
    font-size: 44.64px;
    font-size: 5.8125vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-desc-text {
    font-size: 15.5px;
    font-size: 4.30556vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-desc-text {
    font-size: 20.925px;
    font-size: 5.8125vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-desc-title {
    font-size: 29.86667px;
    font-size: 3.88889vw;
    line-height: 1.43;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-desc-title {
    font-size: 40.32px;
    font-size: 5.25vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-desc-title {
    font-size: 14px;
    font-size: 3.88889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-desc-title {
    font-size: 18.9px;
    font-size: 5.25vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-desc-title {
    line-height: 1.0725;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-type-desc-title {
    line-height: 1.6;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn {
    max-width: 426.66667px;
    max-width: 55.55556vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn {
    max-width: 200px;
    max-width: 55.55556vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn-wrap {
    display: none;
    margin-top: 85.33333px;
    margin-top: 11.11111vw;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn-wrap {
    margin-top: 40px;
    margin-top: 11.11111vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn-wrap:before,
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn-wrap:after {
    content: '';
    display: block;
    clear: both;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn-text {
    font-size: 25.6px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-move-btn-text {
    font-size: 34.56px;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn-text {
    font-size: 12px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-move-btn-text {
    font-size: 16.2px;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn-sub-text {
    font-size: 21.33333px;
    font-size: 2.77778vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-move-btn-sub-text {
    font-size: 28.8px;
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn-sub-text {
    font-size: 10px;
    font-size: 2.77778vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-move-btn-sub-text {
    font-size: 13.5px;
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--prev-step {
    padding-left: 32px;
    padding-left: 4.16667vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--prev-step {
    padding-left: 15px;
    padding-left: 4.16667vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--prev-step:after {
    width: 12.8px;
    width: 1.66667vw;
    height: 22.4px;
    height: 2.91667vw;
    background-position: bottom left;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--prev-step:after {
    width: 6px;
    width: 1.66667vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--prev-step:after {
    height: 10.5px;
    height: 2.91667vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--next-step {
    padding-right: 32px;
    padding-right: 4.16667vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--next-step {
    padding-right: 15px;
    padding-right: 4.16667vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--next-step:after {
    width: 12.8px;
    width: 1.66667vw;
    height: 22.4px;
    height: 2.91667vw;
    background-position: bottom right;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--next-step:after {
    width: 6px;
    width: 1.66667vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--next-step:after {
    height: 10.5px;
    height: 2.91667vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--preview {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--preview-active {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution {
    margin-top: 57.6px;
    margin-top: 7.5vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution {
    margin-top: 27px;
    margin-top: 7.5vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc {
    font-size: 21.33333px;
    font-size: 2.77778vw;
    line-height: 1.6;
    padding-left: 24.53333px;
    padding-left: 3.19444vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-precaution-desc {
    font-size: 28.8px;
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc {
    font-size: 10px;
    font-size: 2.77778vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-precaution-desc {
    font-size: 13.5px;
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-precaution-desc {
    line-height: 1.2;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-precaution-desc {
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc {
    padding-left: 11.5px;
    padding-left: 3.19444vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc:before {
    background-image: url(./bespoke-simulator/icon-check-mo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    width: 2.08333vw;
    height: 14.93333px;
    height: 1.94444vw;
    top: 12.8px;
    top: 1.66667vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc:before {
    width: 7.5px;
    width: 2.08333vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc:before {
    height: 7px;
    height: 1.94444vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc:before {
    top: 6px;
    top: 1.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip {
    width: 100%;
    top: 328.53333px;
    top: 42.77778vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip {
    top: 154px;
    top: 42.77778vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip:after {
    content: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-trigger {
    background-image: url(./bespoke-simulator/type-tooltip-icon-mo.svg);
    background-repeat: no-repeat;
    width: 29.86667px;
    width: 3.88889vw;
    height: 29.86667px;
    height: 3.88889vw;
    background-size: 29.86667px 29.86667px;
    background-size: 3.88889vw 3.88889vw;
    margin-left: 12.8px;
    margin-left: 1.66667vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-trigger {
    width: 14px;
    width: 3.88889vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-trigger {
    height: 14px;
    height: 3.88889vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-trigger {
    background-size: 14px 14px;
    background-size: 3.88889vw 3.88889vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-trigger {
    margin-left: 6px;
    margin-left: 1.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-contents {
    border-radius: 6.4px;
    border-radius: .83333vw;
    padding-top: 27.73333px;
    padding-top: 3.61111vw;
    padding-bottom: 27.73333px;
    padding-bottom: 3.61111vw;
    padding-left: 32px;
    padding-left: 4.16667vw;
    padding-right: 74.66667px;
    padding-right: 9.72222vw;
    width: auto;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-contents {
    border-radius: 3px;
    border-radius: .83333vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-contents {
    padding-top: 13px;
    padding-top: 3.61111vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-contents {
    padding-bottom: 13px;
    padding-bottom: 3.61111vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-contents {
    padding-left: 15px;
    padding-left: 4.16667vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-contents {
    padding-right: 35px;
    padding-right: 9.72222vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-arw {
    width: 27.73333px;
    width: 3.61111vw;
    height: 11.73333px;
    height: 1.52778vw;
    top: -8.53333px;
    top: -1.11111vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-arw {
    width: 13px;
    width: 3.61111vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-arw {
    height: 5.5px;
    height: 1.52778vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-arw {
    top: -4px;
    top: -1.11111vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-arw::before {
    border-width: 8.53333px;
    border-width: 1.11111vw;
    transform: translate(-50%, -10%);
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-arw::before {
    border-width: 4px;
    border-width: 1.11111vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-arw:after {
    border-width: 8.53333px;
    border-width: 1.11111vw;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-arw:after {
    border-width: 4px;
    border-width: 1.11111vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-btn {
    display: block;
    position: absolute;
    top: 14.93333px;
    top: 1.94444vw;
    right: 23.46667px;
    right: 3.05556vw;
    width: 27.73333px;
    width: 3.61111vw;
    height: 27.73333px;
    height: 3.61111vw;
    background-image: url(./bespoke-simulator/icon-tooltip-close.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-btn {
    top: 7px;
    top: 1.94444vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-btn {
    right: 11px;
    right: 3.05556vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-btn {
    width: 13px;
    width: 3.61111vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-btn {
    height: 13px;
    height: 3.61111vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-desc {
    font-size: 25.6px;
    font-size: 3.33333vw;
    line-height: 1.25;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-help-tooltip-desc {
    font-size: 34.56px;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-desc {
    font-size: 12px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-help-tooltip-desc {
    font-size: 16.2px;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-help-tooltip-desc {
    line-height: .9375;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-help-tooltip-desc {
    line-height: 1.4;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-caution-list {
    margin-top: 8.53333px;
    margin-top: 1.11111vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-caution-list {
    margin-top: 4px;
    margin-top: 1.11111vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-caution-item {
    position: relative;
    font-size: 25.6px;
    font-size: 3.33333vw;
    line-height: 1.2;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-help-tooltip-caution-item {
    font-size: 34.56px;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-caution-item {
    font-size: 12px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-help-tooltip-caution-item {
    font-size: 16.2px;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-help-tooltip-caution-item {
    line-height: .9;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-help-tooltip-caution-item {
    line-height: 1.4;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-caution-item ~ .pr-g-bespoke-simulator__step-help-tooltip-caution-item {
    margin-top: 12.8px;
    margin-top: 1.66667vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-caution-item ~ .pr-g-bespoke-simulator__step-help-tooltip-caution-item {
    margin-top: 6px;
    margin-top: 1.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step .s-slick-dots {
    display: inline-block;
    text-align: center;
    width: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step .s-slick-dots .slick-dots {
    display: inline-block;
    padding: 12.8px 34.13333px;
    padding: 1.66667vw 4.44444vw;
    border-radius: 34.13333px;
    border-radius: 4.44444vw;
    background: #363636;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step .s-slick-dots .slick-dots {
    padding: 6px 16px;
    padding: 1.66667vw 4.44444vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step .s-slick-dots .slick-dots {
    border-radius: 16px;
    border-radius: 4.44444vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step .s-slick-dots .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    width: 12.8px;
    width: 1.66667vw;
    height: 12.8px;
    height: 1.66667vw;
    margin-left: 23.46667px;
    margin-left: 3.05556vw;
    opacity: 0.2;
    background-color: #fff;
    border-radius: 50%;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step .s-slick-dots .slick-dots li {
    width: 6px;
    width: 1.66667vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step .s-slick-dots .slick-dots li {
    height: 6px;
    height: 1.66667vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step .s-slick-dots .slick-dots li {
    margin-left: 11px;
    margin-left: 3.05556vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step .s-slick-dots .slick-dots li:first-child {
    margin-left: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step .s-slick-dots .slick-dots li button {
    font-size: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step .s-slick-dots .slick-dots li.slick-active {
    opacity: 1;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup {
    max-width: 699.73333px;
    max-width: 91.11111vw;
    max-height: 92.8%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup {
    max-width: 328px;
    max-width: 91.11111vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-wrap {
    position: relative;
    padding: 83.2px 0px 78.93333px;
    padding: 10.83333vw 0vw 10.27778vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-wrap {
    padding: 39px 0px 37px;
    padding: 10.83333vw 0vw 10.27778vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-content {
    max-height: 87vw;
    padding: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-content-header {
    padding-bottom: 42.66667px;
    padding-bottom: 5.55556vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-content-header {
    padding-bottom: 20px;
    padding-bottom: 5.55556vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-title {
    font-size: 46.93333px;
    font-size: 6.11111vw;
    line-height: 1;
    text-align: center;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-title {
    font-size: 63.36px;
    font-size: 8.25vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-title {
    font-size: 22px;
    font-size: 6.11111vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-title {
    font-size: 29.7px;
    font-size: 8.25vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-title {
    line-height: .75;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__select-popup-title {
    line-height: 1.4;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup--close-button {
    width: 27.73333px;
    width: 3.61111vw;
    height: 27.73333px;
    height: 3.61111vw;
    top: 21.33333px;
    top: 2.77778vw;
    right: 21.33333px;
    right: 2.77778vw;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup--close-button {
    width: 13px;
    width: 3.61111vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup--close-button {
    height: 13px;
    height: 3.61111vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup--close-button {
    top: 10px;
    top: 2.77778vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup--close-button {
    right: 10px;
    right: 2.77778vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-desc {
    font-size: 40.53333px;
    font-size: 5.27778vw;
    line-height: 1.13;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-desc {
    font-size: 54.72px;
    font-size: 7.125vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-desc {
    font-size: 19px;
    font-size: 5.27778vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-desc {
    font-size: 25.65px;
    font-size: 7.125vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-desc {
    line-height: .8475;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__select-popup-desc {
    line-height: 1.4;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-content-body {
    overflow: hidden;
    padding-left: 34.13333px;
    padding-left: 4.44444vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-content-body {
    padding-left: 16px;
    padding-left: 4.44444vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style {
    position: relative;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    display: block;
    height: 100%;
    width: 72.53333px;
    width: 9.44444vw;
    background: linear-gradient(to right, rgba(255,255,255,0), #fff);
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style::after {
    width: 34px;
    width: 9.44444vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-list {
    font-size: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item {
    pointer-events: none;
    width: 554.66667px;
    width: 72.22222vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item {
    width: 260px;
    width: 72.22222vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item-picture {
    width: 554.66667px;
    width: 72.22222vw;
    height: 370.13333px;
    height: 48.19444vw;
    background-color: transparent;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item-picture {
    width: 260px;
    width: 72.22222vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item-picture {
    height: 173.5px;
    height: 48.19444vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item input[type=radio]:checked+.pr-g-bespoke-simulator__select-popup-kind-style-label .pr-g-bespoke-simulator__select-popup-kind-style-item-picture:after {
    border: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item ~ .pr-g-bespoke-simulator__select-popup-kind-style-item {
    margin-left: 38.4px;
    margin-left: 5vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item ~ .pr-g-bespoke-simulator__select-popup-kind-style-item {
    margin-left: 18px;
    margin-left: 5vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-text {
    font-size: 29.86667px;
    font-size: 3.88889vw;
    margin-top: 17.06667px;
    margin-top: 2.22222vw;
    margin-bottom: 0;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-kind-style-text {
    font-size: 40.32px;
    font-size: 5.25vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-text {
    font-size: 14px;
    font-size: 3.88889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-kind-style-text {
    font-size: 18.9px;
    font-size: 5.25vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-text {
    margin-top: 8px;
    margin-top: 2.22222vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-feature {
    font-size: 21.33333px;
    font-size: 2.77778vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-kind-style-feature {
    font-size: 28.8px;
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-feature {
    font-size: 10px;
    font-size: 2.77778vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-kind-style-feature {
    font-size: 13.5px;
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-label {
    display: inline-block;
    height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-footer {
    margin-top: 53.33333px;
    margin-top: 6.94444vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-footer {
    margin-top: 25px;
    margin-top: 6.94444vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-button--apply {
    font-size: 29.86667px;
    font-size: 3.88889vw;
    border-radius: 64px;
    border-radius: 8.33333vw;
    padding: 27.73333px 125.86667px;
    padding: 3.61111vw 16.38889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-button--apply {
    font-size: 40.32px;
    font-size: 5.25vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-button--apply {
    font-size: 14px;
    font-size: 3.88889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-button--apply {
    font-size: 18.9px;
    font-size: 5.25vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-button--apply {
    border-radius: 30px;
    border-radius: 8.33333vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-button--apply {
    padding: 13px 59px;
    padding: 3.61111vw 16.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup {
    max-width: 699.73333px;
    max-width: 91.11111vw;
    max-height: 92.8%;
    overflow: hidden;
    height: auto;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup {
    max-width: 328px;
    max-width: 91.11111vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-wrap {
    width: 699.73333px;
    width: 91.11111vw;
    padding: 83.2px 0px 78.93333px;
    padding: 10.83333vw 0vw 10.27778vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-wrap {
    width: 328px;
    width: 91.11111vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-wrap {
    padding: 39px 0px 37px;
    padding: 10.83333vw 0vw 10.27778vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-content {
    padding: 0;
    height: 1322.66667px;
    height: 172.22222vw;
    max-height: 87vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-content {
    height: 620px;
    height: 172.22222vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-content-header {
    margin: 0px 0px 42.66667px;
    margin: 0vw 0vw 5.55556vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-content-header {
    margin: 0px 0px 20px;
    margin: 0vw 0vw 5.55556vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-title {
    text-align: center;
    font-size: 46.93333px;
    font-size: 6.11111vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-title {
    font-size: 63.36px;
    font-size: 8.25vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-title {
    font-size: 22px;
    font-size: 6.11111vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-title {
    font-size: 29.7px;
    font-size: 8.25vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-list {
    width: auto;
    margin: 0;
    padding: 0px 34.13333px;
    padding: 0vw 4.44444vw;
    padding-top: 74.66667px;
    padding-top: 9.72222vw;
    font-size: 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-list {
    padding: 0px 16px;
    padding: 0vw 4.44444vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-list {
    padding-top: 35px;
    padding-top: 9.72222vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-item {
    width: 50%;
    font-size: 0;
    vertical-align: top;
    margin-bottom: 91.73333px;
    margin-bottom: 11.94444vw;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-item {
    margin-bottom: 43px;
    margin-bottom: 11.94444vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-desc {
    font-size: 46.93333px;
    font-size: 6.11111vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-main-spec-desc {
    font-size: 63.36px;
    font-size: 8.25vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-desc {
    font-size: 22px;
    font-size: 6.11111vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-main-spec-desc {
    font-size: 29.7px;
    font-size: 8.25vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-title {
    font-size: 25.6px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-main-spec-title {
    font-size: 34.56px;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-title {
    font-size: 12px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-main-spec-title {
    font-size: 16.2px;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec {
    border-top: 1px solid #dedede;
    background-color: #f7f7f7;
    padding: 0px;
    padding: 0vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec {
    padding: 0px;
    padding: 0vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-list {
    padding: 0px 53.33333px;
    padding: 0vw 6.94444vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-list {
    padding: 0px 25px;
    padding: 0vw 6.94444vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-item {
    border: none;
    padding-top: 0px;
    padding-top: 0vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-item {
    padding-top: 0px;
    padding-top: 0vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-item:first-child {
    padding-top: 59.73333px;
    padding-top: 7.77778vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-item:first-child {
    padding-top: 28px;
    padding-top: 7.77778vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-category {
    font-size: 34.13333px;
    font-size: 4.44444vw;
    margin-bottom: 36.26667px;
    margin-bottom: 4.72222vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-detail-spec-category {
    font-size: 46.08px;
    font-size: 6vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-category {
    font-size: 16px;
    font-size: 4.44444vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-detail-spec-category {
    font-size: 21.6px;
    font-size: 6vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-category {
    margin-bottom: 17px;
    margin-bottom: 4.72222vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-title {
    font-size: 25.6px;
    font-size: 3.33333vw;
    line-height: 1.2;
    margin-bottom: 10.66667px;
    margin-bottom: 1.38889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-detail-spec-title {
    font-size: 34.56px;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-title {
    font-size: 12px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-detail-spec-title {
    font-size: 16.2px;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-detail-spec-title {
    line-height: .9;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__specs-popup-detail-spec-title {
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-title {
    margin-bottom: 5px;
    margin-bottom: 1.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-desc {
    font-size: 25.6px;
    font-size: 3.33333vw;
    margin-bottom: 56.53333px;
    margin-bottom: 7.36111vw;
    color: #363636;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-detail-spec-desc {
    font-size: 34.56px;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-desc {
    font-size: 12px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-detail-spec-desc {
    font-size: 16.2px;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-desc {
    margin-bottom: 26.5px;
    margin-bottom: 7.36111vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-category-list {
    padding-bottom: 23.46667px;
    padding-bottom: 3.05556vw;
    font-size: 0;
    vertical-align: top;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-category-list {
    padding-bottom: 11px;
    padding-bottom: 3.05556vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-category-item {
    width: 42%;
    margin-left: 15%;
    font-size: 0;
    vertical-align: top;
    margin-bottom: 42.66667px;
    margin-bottom: 5.55556vw;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-category-item:nth-child(3n+1) {
    margin-left: 15%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-category-item:nth-child(2n-1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-category-item {
    margin-bottom: 20px;
    margin-bottom: 5.55556vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-all-specs-btn {
    font-size: 25.6px;
    font-size: 3.33333vw;
    font-weight: normal;
    margin-bottom: 89.6px;
    margin-bottom: 11.66667vw;
    background-size: 34.13333px 34.13333px;
    background-size: 4.44444vw 4.44444vw;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-all-specs-btn-wrap {
    margin-bottom: 0;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-all-specs-btn {
    font-size: 34.56px;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-all-specs-btn {
    font-size: 12px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-all-specs-btn {
    font-size: 16.2px;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-all-specs-btn {
    margin-bottom: 42px;
    margin-bottom: 11.66667vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-all-specs-btn {
    background-size: 16px 16px;
    background-size: 4.44444vw 4.44444vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-close-button {
    width: 27.73333px;
    width: 3.61111vw;
    height: 27.73333px;
    height: 3.61111vw;
    top: 21.33333px;
    top: 2.77778vw;
    right: 21.33333px;
    right: 2.77778vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-close-button {
    width: 13px;
    width: 3.61111vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-close-button {
    height: 13px;
    height: 3.61111vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-close-button {
    top: 10px;
    top: 2.77778vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-close-button {
    right: 10px;
    right: 2.77778vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold {
    width: 32px;
    width: 4.16667vw;
    height: 32px;
    height: 4.16667vw;
    margin-left: 10.66667px;
    margin-left: 1.38889vw;
    border-width: 2.13333px;
    border-width: .27778vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold {
    width: 15px;
    width: 4.16667vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold {
    height: 15px;
    height: 4.16667vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold {
    margin-left: 5px;
    margin-left: 1.38889vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold {
    border-width: 1px;
    border-width: .27778vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:before,
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:after {
    position: absolute;
    content: '';
    width: 17.06667px;
    width: 2.22222vw;
    height: 2.13333px;
    height: .27778vw;
    margin-left: -8.53333px;
    margin-left: -1.11111vw;
    margin-top: 0px;
    margin-top: 0vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:before,
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:after {
    width: 8px;
    width: 2.22222vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:before,
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:after {
    height: 1px;
    height: .27778vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:before,
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:after {
    margin-left: -4px;
    margin-left: -1.11111vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:before,
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:after {
    margin-top: 0px;
    margin-top: 0vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup {
    max-width: 699.73333px;
    max-width: 91.11111vw;
    max-height: 92.8%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup {
    max-width: 328px;
    max-width: 91.11111vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-wrap {
    position: relative;
    padding: 83.2px 0px 78.93333px;
    padding: 10.83333vw 0vw 10.27778vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-wrap {
    padding: 39px 0px 37px;
    padding: 10.83333vw 0vw 10.27778vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-wrap {
    padding: 0;
    max-height: 87vw;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header {
    padding: 0px 34.13333px 42.66667px;
    padding: 0vw 4.44444vw 5.55556vw;
    border-width: 3.2px;
    border-width: .41667vw;
    margin-bottom: 42.66667px;
    margin-bottom: 5.55556vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header {
    padding: 0px 16px 20px;
    padding: 0vw 4.44444vw 5.55556vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header {
    border-width: 1.5px;
    border-width: .41667vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header {
    margin-bottom: 20px;
    margin-bottom: 5.55556vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header-title {
    font-size: 46.93333px;
    font-size: 6.11111vw;
    line-height: 1;
    text-align: center;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
    font-size: 63.36px;
    font-size: 8.25vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header-title {
    font-size: 22px;
    font-size: 6.11111vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
    font-size: 29.7px;
    font-size: 8.25vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
    line-height: .75;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
    line-height: 1.4;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header-desc {
    font-size: 27.73333px;
    font-size: 3.61111vw;
    margin-top: 21.33333px;
    margin-top: 2.77778vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-header-desc {
    font-size: 37.44px;
    font-size: 4.875vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header-desc {
    font-size: 13px;
    font-size: 3.61111vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-header-desc {
    font-size: 17.55px;
    font-size: 4.875vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header-desc {
    margin-top: 10px;
    margin-top: 2.77778vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header--underline {
    border-bottom: 1px solid #e7e7e7;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup--close-button {
    top: 21.33333px;
    top: 2.77778vw;
    right: 21.33333px;
    right: 2.77778vw;
    width: 38.4px;
    width: 5vw;
    height: 38.4px;
    height: 5vw;
    background-size: 27.73333px 27.73333px;
    background-size: 3.61111vw 3.61111vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup--close-button {
    top: 10px;
    top: 2.77778vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup--close-button {
    right: 10px;
    right: 2.77778vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup--close-button {
    width: 18px;
    width: 5vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup--close-button {
    height: 18px;
    height: 5vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup--close-button {
    background-size: 13px 13px;
    background-size: 3.61111vw 3.61111vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color {
    width: 100%;
    max-width: 699.73333px;
    max-width: 91.11111vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color {
    max-width: 328px;
    max-width: 91.11111vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap {
    width: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .slick-arrow {
    width: 0;
    height: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots {
    top: 492.8px;
    top: 64.16667vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots {
    top: 231px;
    top: 64.16667vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots {
    padding: 8.53333px 34.13333px;
    padding: 1.11111vw 4.44444vw;
    border-radius: 34.13333px;
    border-radius: 4.44444vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots {
    padding: 4px 16px;
    padding: 1.11111vw 4.44444vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots {
    border-radius: 16px;
    border-radius: 4.44444vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots li {
    width: 12.8px;
    width: 1.66667vw;
    height: 12.8px;
    height: 1.66667vw;
    margin-left: 34.13333px;
    margin-left: 4.44444vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots li {
    width: 6px;
    width: 1.66667vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots li {
    height: 6px;
    height: 1.66667vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots li {
    margin-left: 16px;
    margin-left: 4.44444vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content {
    padding: 0px 34.13333px;
    padding: 0vw 4.44444vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content {
    padding: 0px 16px;
    padding: 0vw 4.44444vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-img {
    margin-bottom: 96px;
    margin-bottom: 12.5vw;
    height: 465.06667px;
    height: 60.55556vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-img {
    margin-bottom: 45px;
    margin-bottom: 12.5vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-img {
    height: 218px;
    height: 60.55556vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-img img {
    height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-title {
    font-size: 29.86667px;
    font-size: 3.88889vw;
    margin-bottom: 10.66667px;
    margin-bottom: 1.38889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-content-title {
    font-size: 40.32px;
    font-size: 5.25vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-title {
    font-size: 14px;
    font-size: 3.88889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-content-title {
    font-size: 18.9px;
    font-size: 5.25vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-title {
    margin-bottom: 5px;
    margin-bottom: 1.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-text {
    font-size: 25.6px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-content-text {
    font-size: 34.56px;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-text {
    font-size: 12px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-content-text {
    font-size: 16.2px;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup {
    max-width: 699.73333px;
    max-width: 91.11111vw;
    height: auto;
    max-height: 92.8%;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup {
    max-width: 328px;
    max-width: 91.11111vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-wrap {
    padding: 84.26667px 0px;
    padding: 10.97222vw 0vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-wrap {
    padding: 39.5px 0px;
    padding: 10.97222vw 0vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-content {
    max-height: 87vw;
    padding: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-content-header {
    margin-bottom: 42.66667px;
    margin-bottom: 5.55556vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-content-header {
    margin-bottom: 20px;
    margin-bottom: 5.55556vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-title {
    font-size: 44.8px;
    font-size: 5.83333vw;
    text-align: center;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-title {
    font-size: 60.48px;
    font-size: 7.875vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-title {
    font-size: 21px;
    font-size: 5.83333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-title {
    font-size: 28.35px;
    font-size: 7.875vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-list {
    padding: 0px 32px;
    padding: 0vw 4.16667vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-list {
    padding: 0px 15px;
    padding: 0vw 4.16667vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-item {
    padding: 32px 0px;
    padding: 4.16667vw 0vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-item {
    padding: 15px 0px;
    padding: 4.16667vw 0vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb {
    width: 153.6px;
    width: 20vw;
    height: 115.2px;
    height: 15vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb {
    width: 72px;
    width: 20vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb {
    height: 54px;
    height: 15vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--4door .pr-g-bespoke-simulator__detail-popup-thumb-door-list {
    max-width: 40%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--2door .pr-g-bespoke-simulator__detail-popup-thumb-door-list {
    max-width: 26%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--1door .pr-g-bespoke-simulator__detail-popup-thumb-door-list {
    max-width: 26%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge {
    width: 477.86667px;
    width: 62.22222vw;
    padding-left: 35.2px;
    padding-left: 4.58333vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge {
    width: 224px;
    width: 62.22222vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge {
    padding-left: 16.5px;
    padding-left: 4.58333vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door {
    font-size: 34.13333px;
    font-size: 4.44444vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-fridge-door {
    font-size: 46.08px;
    font-size: 6vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door {
    font-size: 16px;
    font-size: 4.44444vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-fridge-door {
    font-size: 21.6px;
    font-size: 6vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-info {
    display: block;
    margin-top: 19.2px;
    margin-top: 2.5vw;
    padding-left: 0;
    font-size: 29.86667px;
    font-size: 3.88889vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-info {
    margin-top: 9px;
    margin-top: 2.5vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-fridge-door-info {
    font-size: 40.32px;
    font-size: 5.25vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-info {
    font-size: 14px;
    font-size: 3.88889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-fridge-door-info {
    font-size: 18.9px;
    font-size: 5.25vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-item {
    display: block;
    width: 100%;
    margin-top: 37.33333px;
    margin-top: 4.86111vw;
    font-size: 29.86667px;
    font-size: 3.88889vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-item {
    margin-top: 17.5px;
    margin-top: 4.86111vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-fridge-door-item {
    font-size: 40.32px;
    font-size: 5.25vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-item {
    font-size: 14px;
    font-size: 3.88889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-fridge-door-item {
    font-size: 18.9px;
    font-size: 5.25vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-item-info {
    margin-top: 11.73333px;
    margin-top: 1.52778vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-item-info {
    margin-top: 5.5px;
    margin-top: 1.52778vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-close-button {
    width: 27.73333px;
    width: 3.61111vw;
    height: 27.73333px;
    height: 3.61111vw;
    top: 21.33333px;
    top: 2.77778vw;
    right: 21.33333px;
    right: 2.77778vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-close-button {
    width: 13px;
    width: 3.61111vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-close-button {
    height: 13px;
    height: 3.61111vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-close-button {
    top: 10px;
    top: 2.77778vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-close-button {
    right: 10px;
    right: 2.77778vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup {
    width: 699.73333px;
    width: 91.11111vw;
    max-height: 1322.66667px;
    max-height: 172.22222vw;
    padding: 97.06667px 74.66667px 81.06667px;
    padding: 12.63889vw 9.72222vw 10.55556vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup {
    width: 328px;
    width: 91.11111vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup {
    max-height: 620px;
    max-height: 172.22222vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup {
    padding: 45.5px 35px 38px;
    padding: 12.63889vw 9.72222vw 10.55556vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-content-exclamation {
    padding-top: 85.33333px;
    padding-top: 11.11111vw;
    background-size: 72.53333px 72.53333px;
    background-size: 9.44444vw 9.44444vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-content-exclamation {
    padding-top: 40px;
    padding-top: 11.11111vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-content-exclamation {
    background-size: 34px 34px;
    background-size: 9.44444vw 9.44444vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-content-title {
    font-size: 42.66667px;
    font-size: 5.55556vw;
    line-height: 1.1;
    text-align: center;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__alert-popup-content-title {
    font-size: 57.6px;
    font-size: 7.5vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-content-title {
    font-size: 20px;
    font-size: 5.55556vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__alert-popup-content-title {
    font-size: 27px;
    font-size: 7.5vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__alert-popup-content-title {
    line-height: .825;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__alert-popup-content-title {
    line-height: 1.4;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn {
    width: 320px;
    width: 41.66667vw;
    font-size: 30.93333px;
    font-size: 4.02778vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn {
    width: 150px;
    width: 41.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__alert-popup-btn {
    font-size: 41.76px;
    font-size: 5.4375vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn {
    font-size: 14.5px;
    font-size: 4.02778vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__alert-popup-btn {
    font-size: 19.575px;
    font-size: 5.4375vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn-wrap {
    margin-top: 83.2px;
    margin-top: 10.83333vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn-wrap {
    margin-top: 39px;
    margin-top: 10.83333vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn.s-btn-encased {
    padding: 25.6px 16px;
    padding: 3.33333vw 2.08333vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn.s-btn-encased {
    padding: 12px 7.5px;
    padding: 3.33333vw 2.08333vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn ~ .pr-g-bespoke-simulator__alert-popup-btn {
    margin-top: 42.66667px;
    margin-top: 5.55556vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn ~ .pr-g-bespoke-simulator__alert-popup-btn {
    margin-top: 20px;
    margin-top: 5.55556vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn--clear {
    width: auto;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup {
    width: 699.73333px;
    width: 91.11111vw;
    max-height: 1322.66667px;
    max-height: 172.22222vw;
    padding: 144px 100.26667px 81.06667px;
    padding: 18.75vw 13.05556vw 10.55556vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup {
    width: 328px;
    width: 91.11111vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup {
    max-height: 620px;
    max-height: 172.22222vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup {
    padding: 67.5px 47px 38px;
    padding: 18.75vw 13.05556vw 10.55556vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-content-title {
    font-size: 42.66667px;
    font-size: 5.55556vw;
    line-height: 1.1;
    text-align: center;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__confirm-popup-content-title {
    font-size: 57.6px;
    font-size: 7.5vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-content-title {
    font-size: 20px;
    font-size: 5.55556vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__confirm-popup-content-title {
    font-size: 27px;
    font-size: 7.5vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__confirm-popup-content-title {
    line-height: .825;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__confirm-popup-content-title {
    line-height: 1.4;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn {
    width: 320px;
    width: 41.66667vw;
    font-size: 30.93333px;
    font-size: 4.02778vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn {
    width: 150px;
    width: 41.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__confirm-popup-btn {
    font-size: 41.76px;
    font-size: 5.4375vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn {
    font-size: 14.5px;
    font-size: 4.02778vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__confirm-popup-btn {
    font-size: 19.575px;
    font-size: 5.4375vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn-wrap {
    margin-top: 93.86667px;
    margin-top: 12.22222vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn-wrap {
    margin-top: 44px;
    margin-top: 12.22222vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn.s-btn-encased {
    padding: 25.6px 16px;
    padding: 3.33333vw 2.08333vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn.s-btn-encased {
    padding: 12px 7.5px;
    padding: 3.33333vw 2.08333vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn ~ .pr-g-bespoke-simulator__confirm-popup-btn {
    margin-top: 40.53333px;
    margin-top: 5.27778vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn ~ .pr-g-bespoke-simulator__confirm-popup-btn {
    margin-top: 19px;
    margin-top: 5.27778vw;
  }
}

@media screen and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn--clear {
    width: auto;
  }
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-trigger,
.sece-bespoke-wrap .pr-g-bespoke-simulator__3d-preview-btn {
  display: none !important;
}

.sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-text,
.sece-bespoke-wrap .pr-g-bespoke-simulator__step-title {
  word-break: normal !important;
}

@media (min-width: 768px) and (max-width: 1440px) {
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }

  .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }

  .slick-list:focus {
    outline: none;
  }

  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }

  .slick-slider .slick-track,
  .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
  }

  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .slick-track:before,
  .slick-track:after {
    content: "";
    display: table;
  }

  .slick-track:after {
    clear: both;
  }

  .slick-loading .slick-track {
    visibility: hidden;
  }

  .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
  }

  [dir="rtl"] .slick-slide {
    float: right;
  }

  .slick-slide img {
    display: block;
  }

  .slick-slide.slick-loading img {
    display: none;
  }

  .slick-slide.dragging img {
    pointer-events: none;
  }

  .slick-initialized .slick-slide {
    display: block;
  }

  .slick-loading .slick-slide {
    visibility: hidden;
  }

  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }

  .slick-arrow.slick-hidden {
    display: none;
  }

  .slick-slider .slick-dots {
    position: relative;
    bottom: 0;
    padding: 28px 0;
  }

  .slick-slider .slick-dots li {
    margin: 0 9px;
  }

  .slick-slider .slick-dots li button {
    border: 0;
    opacity: 0.33;
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    transition: opacity 400ms;
  }

  .slick-slider .slick-dots li:hover button,
  .slick-slider .slick-dots li.slick-active button {
    opacity: 1;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .slick-slider {
    z-index: 2;
  }

  .slick-slider .slick-dots {
    position: absolute;
    display: block;
    width: auto;
    padding: 2px 4px 0 4px;
    margin: 0;
    list-style: none;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: rgba(0,0,0,0.5);
    border-radius: 21px;
    line-height: 0;
    height: 21px;
  }

  .slick-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }

  .slick-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    padding: 0;
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    color: transparent;
    background: transparent;
    border: 0;
    outline: none;
  }

  .slick-slider .slick-dots li button:hover,
  .slick-slider .slick-dots li button:focus {
    outline: none;
  }

  .slick-slider .slick-dots li button:hover:before,
  .slick-slider .slick-dots li button:focus:before {
    opacity: 1;
  }

  .slick-slider .slick-dots li button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #ffffff;
    content: '';
  }

  .slick-slider .slick-dots li.slick-active button:before {
    background-color: #ffffff;
  }

  .sece-bespoke-wrap {
    position: relative;
    max-width: vw(1440);
    margin: 0 auto;
    background-color: #ffffff;
  }

  .sece-bespoke-wrap .desktop-only {
    display: block;
  }

  .sece-bespoke-wrap .mobile-only {
    display: none !important;
  }

  .sece-bespoke-wrap * {
    box-sizing: border-box;
             font-family: Museo Light;
  }

  .sece-bespoke-wrap ::selection {
    background-color: rgba(0,0,0,0.1);
  }

  .sece-bespoke-wrap a {
    color: inherit;
  }

  .sece-bespoke-wrap h1,
  .sece-bespoke-wrap h2,
  .sece-bespoke-wrap h3,
  .sece-bespoke-wrap h4,
  .sece-bespoke-wrap h5 {
           font-family: Museo Light;
    margin: 0;
  }

  .sece-bespoke-wrap h1 {
    font-size: 3.88889vw;
    margin-right: 0;
    margin-bottom: 1.04167vw;
  }

  .sece-bespoke-wrap h2 {
    font-size: 3.33333vw;
    margin-bottom: 2.08333vw;
  }

  .sece-bespoke-wrap h3 {
    font-size: 2.22222vw;
  }

  .sece-bespoke-wrap h4 {
    font-size: 1.66667vw;
    margin-bottom: 1.11111vw;
  }

  .sece-bespoke-wrap h5 {
    font-size: 1.11111vw;
    margin-bottom: 2.08333vw;
             font-family: Museo Light;
  }

  .sece-bespoke-wrap h6 {
    margin: 0;
    font-size: 1.38889vw;
  }

  .sece-bespoke-wrap p {
    font-size: 1.11111vw;
    margin: 0 0 1.04167vw;
  }

  .sece-bespoke-wrap p:last-child {
    margin-bottom: 0;
  }

  .sece-bespoke-wrap p.disclaimer {
    color: #717171;
  }

  .sece-bespoke-wrap ul {
    margin: 0 0 .69444vw;
  }

  .sece-bespoke-wrap .text-center {
    text-align: center;
  }

  .sece-bespoke-wrap .text-center img {
    margin-left: auto;
    margin-right: auto;
  }

  .sece-bespoke-wrap .text-right {
    text-align: right;
  }

  .sece-bespoke-wrap .is_hidden {
    display: none !important;
  }

  .sece-bespoke-wrap .s-btn-blue {
    background-color: #1428A0;
    border-color: #1428A0;
    color: #ffffff;
  }

  .sece-bespoke-wrap .s-btn-black {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
  }

  .sece-bespoke-wrap img {
    max-width: 100%;
  }

  .sece-bespoke-wrap .section {
    padding: 0;
    margin: 0 auto;
    position: relative;
    align-items: flex-start;
  }

  .sece-bespoke-wrap .section:last-child .wrapper {
    padding-bottom: 9.02778vw;
  }

  .sece-bespoke-wrap .section .wrapper {
    max-width: 83.33333vw;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 2.08333vw 0 2.08333vw;
    display: flex;
    flex-flow: row wrap;
    justify-items: center;
    align-items: flex-start;
    justify-content: center;
  }

  .sece-bespoke-wrap .section .wrapper.wrapper-constructor {
    max-width: 100vw;
    z-index: 2;
    position: static;
  }

  .sece-bespoke-wrap .section .text-wrap {
    padding: 0;
    width: 100%;
    text-align: left;
  }

  .sece-bespoke-wrap .section .text-wrap.text-center {
    text-align: center;
  }

  .sece-bespoke-wrap .section .col {
    display: block;
    flex-flow: column;
    flex: 1 0 100%;
    position: relative;
    align-items: center;
    justify-items: center;
    justify-content: center;
  }

  .sece-bespoke-wrap .section .col.col-33 {
    flex: 0 1 33%;
  }

  .sece-bespoke-wrap .section .col.col-66 {
    flex: 0 1 66%;
  }

  .sece-bespoke-wrap .section .col.col-40 {
    flex: 0 0 40%;
  }

  .sece-bespoke-wrap .section .col.col-50 {
    flex: 0 0 50%;
  }

  .sece-bespoke-wrap .disclaimer {
    font-size: .83333vw;
  }

@keyframes scaleInOut {
    0% {
      opacity: 0;
    }

    10% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
}

  .sece-bespoke-wrap .buttons .s-btn-encased,
  .sece-bespoke-wrap .buttons .s-btn-text-underline,
  .sece-bespoke-wrap .buttons .button {
    margin: 0 .55556vw;
  }

  .sece-bespoke-wrap .buttons .s-btn-encased:first-child,
  .sece-bespoke-wrap .buttons .s-btn-text-underline:first-child,
  .sece-bespoke-wrap .buttons .button:first-child {
    margin-left: 0;
  }

  .sece-bespoke-wrap .buttons .s-btn-encased:last-child,
  .sece-bespoke-wrap .buttons .s-btn-text-underline:last-child,
  .sece-bespoke-wrap .buttons .button:last-child {
    margin-right: 0;
  }

  .sece-bespoke-wrap .section {
    position: relative;
    background-color: #FFFFFF;
  }

  .sece-bespoke-wrap .section .background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
  }

  .sece-bespoke-wrap .section .positioned-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }

  .sece-bespoke-wrap .section iframe {
    width: 100%;
    height: 46.875vw;
  }

  .sece-bespoke-wrap .section.section-hero .wrapper {
    padding-top: 0;
    max-width: 100vw;
  }

  .sece-bespoke-wrap .section.section-hero iframe {
    width: 100%;
    height: 44.44444vw;
  }

  .sece-bespoke-wrap .section.section-info {
    height: 41.11111vw;
    display: flex;
    align-items: center;
  }

  .sece-bespoke-wrap .section.section-info .wrapper {
    justify-content: flex-start;
    height: 100%;
    align-items: center;
  }

  .sece-bespoke-wrap .section.section-info .wrapper .text-wrap {
    margin-bottom: 4.16667vw;
  }

  .sece-bespoke-wrap .section.section-slider .slider {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 48.05556vw;
    white-space: nowrap;
    overflow: hidden;
    z-index: -1;
  }

  .sece-bespoke-wrap .section.section-slider .slick-list,
  .sece-bespoke-wrap .section.section-slider .slick-track {
    height: 100%;
  }

  .sece-bespoke-wrap .section.section-slider .slick-slide,
  .sece-bespoke-wrap .section.section-slider .slide {
    height: 100%;
    background-size: cover;
    background-position: center center;
  }

  .sece-bespoke-wrap .section.section-slider .slider-buttons {
    z-index: 100;
  }

  .sece-bespoke-wrap .section.section-slider .slider-buttons .bt-left,
  .sece-bespoke-wrap .section.section-slider .slider-buttons .bt-right {
    pointer-events: all;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background: none;
    border: 0;
    cursor: pointer;
    outline: none;
    z-index: 1;
    overflow: visible;
  }

  .sece-bespoke-wrap .section.section-slider .slider-buttons .bt-left img,
  .sece-bespoke-wrap .section.section-slider .slider-buttons .bt-right img {
    transition: transform 400ms;
    transform-origin: 50% 50%;
  }

  .sece-bespoke-wrap .section.section-slider .slider-buttons .bt-left {
    left: 1.66667vw;
  }

  .sece-bespoke-wrap .section.section-slider .slider-buttons .bt-right {
    right: 1.66667vw;
  }

  .sece-bespoke-wrap .section.section-slider .slick-dots {
    margin-bottom: 1.45833vw;
  }

  .sece-bespoke-wrap .section.section-tabs .tab-slides {
    padding: 0;
  }

  .sece-bespoke-wrap .section.section-tabs .tab-slides .wrapper {
    align-items: center;
  }

  .sece-bespoke-wrap .section.section-tabs .tab-slides .wrapper .text-wrap {
    padding: 0 4.86111vw;
  }

  .sece-bespoke-wrap .section.section-tabs .tab-slides .wrapper .text-wrap img {
    margin-bottom: 2.08333vw;
    width: 23.47222vw;
  }

  .sece-bespoke-wrap .section.section-tabs .menu-tabs {
    margin: 4.51389vw 0 3.125vw;
    padding: 0;
    display: flex;
    justify-content: center;
  }

  .sece-bespoke-wrap .section.section-tabs .menu-tabs button {
    width: 14.65278vw;
    height: 15.27778vw;
    background: none;
    border: .20833vw solid #fff;
    border-radius: .41667vw;
    transition: border-color 400ms;
    margin: 0 .83333vw;
  }

  .sece-bespoke-wrap .section.section-tabs .menu-tabs button img {
    height: 100%;
    width: auto;
  }

  .sece-bespoke-wrap .section.section-tabs .menu-tabs button:hover,
  .sece-bespoke-wrap .section.section-tabs .menu-tabs button.is_selected {
    border-color: #000;
  }

  .sece-bespoke-wrap .section.section-features .wrapper {
    align-items: stretch;
    max-width: 85vw;
  }

  .sece-bespoke-wrap .section.section-features .wrapper .col.col-33 {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 0;
    flex: 0 1 31%;
    margin: 0 .83333vw 3.125vw;
  }

  .sece-bespoke-wrap .section.section-features .wrapper .col.col-33 h4 {
    white-space: normal;
    display: block;
    margin-bottom: .97222vw;
  }

  .sece-bespoke-wrap .section.section-features .wrapper .col.col-33 .text-wrap {
    display: block;
    padding: 0 .83333vw;
  }

  .sece-bespoke-wrap .section.section-features .wrapper .col.col-33 img {
    margin-top: 1.38889vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (max-width: vw(768)) {
  .sece-bespoke-wrap .desktop-only {
    display: none !important;
  }

  .sece-bespoke-wrap .mobile-only {
    display: block !important;
  }

  .sece-bespoke-wrap h1 {
    font-size: 18.66667vw;
  }

  .sece-bespoke-wrap h2,
  .sece-bespoke-wrap h3,
  .sece-bespoke-wrap h4 {
    font-size: 6.93333vw;
  }

  .sece-bespoke-wrap h3 {
    margin-bottom: 5.33333vw;
  }

  .sece-bespoke-wrap h5 {
    font-size: 4.26667vw;
             font-family: Museo Light;
    margin-bottom: 0;
  }

  .sece-bespoke-wrap h6 {
    margin: 0;
    font-size: 4.26667vw;
  }

  .sece-bespoke-wrap p {
    font-size: 4.8vw;
  }

  .sece-bespoke-wrap .is_hidden {
    display: none !important;
  }

  .sece-bespoke-wrap .s-btn-blue {
    background-color: #1428A0;
    border-color: #1428A0;
    color: #ffffff;
  }

  .sece-bespoke-wrap img {
    max-width: 100%;
  }

  .sece-bespoke-wrap .section {
    padding: 0;
    margin: 0 auto;
    position: relative;
  }

  .sece-bespoke-wrap .section .wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: row wrap;
    justify-items: center;
    align-items: flex-start;
  }

  .sece-bespoke-wrap .section .wrapper .text-wrap {
    padding: 0;
    width: 100%;
    text-align: left;
  }

  .sece-bespoke-wrap .section .wrapper .text-wrap.text-center {
    text-align: left;
  }

  .sece-bespoke-wrap .section .col {
    display: block;
    flex-flow: column;
    flex: 1 0 100%;
    position: relative;
    align-items: center;
    justify-items: center;
    justify-content: center;
  }

  .sece-bespoke-wrap .section .col.col-33,
  .sece-bespoke-wrap .section .col.col-40,
  .sece-bespoke-wrap .section .col.col-50,
  .sece-bespoke-wrap .section .col.col-66 {
    flex: 1 0 100%;
  }

  .sece-bespoke-wrap .section {
    position: relative;
    padding: 6.66667vw 0;
  }

  .sece-bespoke-wrap .section .wrapper {
    padding: 0;
  }

  .sece-bespoke-wrap .section .wrapper .text-wrap {
    padding: 0 4vw;
  }

  .sece-bespoke-wrap .section iframe {
    height: 56.26667vw;
  }

  .sece-bespoke-wrap .section.section-hero {
    height: auto;
    padding-top: 0;
  }

  .sece-bespoke-wrap .section.section-hero .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .sece-bespoke-wrap .section.section-hero iframe {
    height: 42.66667vw;
  }

  .sece-bespoke-wrap .section.section-info,
  .sece-bespoke-wrap .section.section-constructor {
    height: auto;
  }

  .sece-bespoke-wrap .section.section-info .wrapper .text-wrap,
  .sece-bespoke-wrap .section.section-constructor .wrapper .text-wrap {
    margin-bottom: 8vw;
  }

  .sece-bespoke-wrap .section.section-materials .wrapper .col.col-33 {
    flex: 0 1 33%;
  }

  .sece-bespoke-wrap .section.section-materials .wrapper.wrapper-materials {
    padding-top: 8vw;
  }

  .sece-bespoke-wrap .section.section-slider .slider {
    height: 211px;
  }

  .sece-bespoke-wrap .section.section-slider .slider-buttons {
    z-index: 100;
  }

  .sece-bespoke-wrap .section.section-slider .slider-buttons .bt-left,
  .sece-bespoke-wrap .section.section-slider .slider-buttons .bt-right {
    pointer-events: all;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background: none;
    border: 0;
    cursor: pointer;
    outline: none;
    z-index: 1;
    overflow: visible;
  }

  .sece-bespoke-wrap .section.section-slider .slider-buttons .bt-left img,
  .sece-bespoke-wrap .section.section-slider .slider-buttons .bt-right img {
    transition: transform 400ms;
    transform-origin: 50% 50%;
  }

  .sece-bespoke-wrap .section.section-slider .slider-buttons .bt-left {
    left: 4vw;
  }

  .sece-bespoke-wrap .section.section-slider .slider-buttons .bt-right {
    right: 4vw;
  }

  .sece-bespoke-wrap .section.section-slider .slick-dots {
    margin-bottom: 21px;
  }

  .sece-bespoke-wrap .section.section-features .wrapper .col.col-33 {
    flex: 0 1 100%;
    margin: 0 0 13.33333vw;
  }

  .sece-bespoke-wrap .section.section-features .wrapper .col.col-33 h4 {
    margin-bottom: 1.86667vw;
  }

  .sece-bespoke-wrap .section.section-features .wrapper .col.col-33 h5 {
    margin-bottom: 1.86667vw;
  }

  .sece-bespoke-wrap .section.section-features .wrapper .col.col-33 img {
    margin-top: 5.33333vw;
    width: 91.73333vw;
  }

  .sece-bespoke-wrap .section.section-tabs .menu-tabs {
    margin: 65px 0 45px;
    padding: 0;
    display: flex;
    justify-content: center;
  }

  .sece-bespoke-wrap .section.section-tabs .menu-tabs button {
    width: 28.26667vw;
    height: 29.33333vw;
    border: .8vw solid #fff;
    border-radius: 1.6vw;
    margin: 0;
  }

  .sece-bespoke-wrap .section.section-tabs .menu-tabs button img {
    height: 100%;
    width: auto;
  }

  .sece-bespoke-wrap .section.section-tabs .menu-tabs button:hover,
  .sece-bespoke-wrap .section.section-tabs .menu-tabs button.is_selected {
    border-color: #000;
  }

  .sece-bespoke-wrap .section.section-tabs .tab-slides {
    padding: 0;
  }

  .sece-bespoke-wrap .section.section-tabs .tab-slides .col-66 {
    padding: 0 4vw;
  }

  .sece-bespoke-wrap .section.section-tabs .tab-slides .col-66 img {
    width: auto;
  }

  .sece-bespoke-wrap .section.section-tabs .tab-slides .wrapper {
    align-items: center;
  }

  .sece-bespoke-wrap .section.section-tabs .tab-slides .wrapper .text-wrap {
    padding: 10.66667vw 4vw 0;
    text-align: left;
  }

  .sece-bespoke-wrap .section.section-tabs .tab-slides .wrapper .text-wrap p,
  .sece-bespoke-wrap .section.section-tabs .tab-slides .wrapper .text-wrap h5 {
    margin-left: 30.66667vw;
  }

  .sece-bespoke-wrap .section.section-tabs .tab-slides .wrapper .text-wrap img {
    margin-bottom: 8vw;
    width: 28.8vw;
    float: left;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator .slick-slider {
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__main-area {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    font-size: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space {
    width: 100%;
    position: relative;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-canvas {
    display: inline-block;
    width: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-canvas img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-canvas-area {
    position: relative;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space .hide-mobile {
    display: block;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space .show-mobile {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-wrap {
    position: relative;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button {
    font-size: 14px;
    font-size: .97222vw;
    border-radius: 80px;
    border-radius: 5.55556vw;
    padding: 10px;
    padding: .69444vw;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: #1428a0;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-step-button {
    font-size: 18.9px;
    font-size: 1.3125vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button {
    font-size: 14px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-step-button {
    font-size: 18.9px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button {
    border-radius: 80px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button {
    padding: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--mid {
    width: 218px;
    width: 15.13889vw;
    border: 1px solid transparent;
    min-height: 40px;
    min-height: 2.77778vw;
    padding: 0;
    line-height: 1;
    vertical-align: top;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--mid {
    width: 218px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--mid {
    min-height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--mid+.pr-g-bespoke-simulator__bg-space-step-button--mid {
    margin-left: 10px;
    margin-left: .69444vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--mid+.pr-g-bespoke-simulator__bg-space-step-button--mid {
    margin-left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--outline {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--underline {
    background-color: transparent;
    text-decoration: underline;
    border-radius: 0;
    text-shadow: 1px 1px 5px #858585;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--black {
    background-color: #000;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--text {
    font-size: 24px;
    font-size: 1.66667vw;
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
    margin-bottom: 1.38889vw;
    padding: 0;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-step-button--text {
    font-size: 32.4px;
    font-size: 2.25vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--text {
    font-size: 24px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-step-button--text {
    font-size: 32.4px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--text {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen {
    position: absolute;
    font-size: 24px;
    font-size: 1.66667vw;
    left: 0;
    bottom: 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    text-decoration: underline;
    text-shadow: 1px 1px 5px #858585;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen {
    font-size: 32.4px;
    font-size: 2.25vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen {
    font-size: 24px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen {
    font-size: 32.4px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 52px;
    width: 3.61111vw;
    height: 56px;
    height: 3.88889vw;
    margin-right: 9px;
    margin-right: .625vw;
    background-image: url(/bespoke-simulator/samples/icon-interior.svg);
    background-size: 52px 56px;
    background-size: 3.61111vw 3.88889vw;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen:before {
    width: 52px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen:before {
    height: 56px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen:before {
    margin-right: 9px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen:before {
    background-size: 52px 56px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--back {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--detail {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button-wrap {
    display: none;
    bottom: 50px;
    bottom: 3.47222vw;
    position: absolute;
    right: 80px;
    right: 5.55556vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button-wrap {
    bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button-wrap {
    right: 80px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button-wrap--active {
    z-index: 31;
    text-align: right;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button-wrap--active .pr-g-bespoke-simulator__bg-space-step-button--back {
    display: inline-block;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button-wrap--active .pr-g-bespoke-simulator__bg-space-step-button--detail {
    display: inline-block;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button-wrap--active .pr-g-bespoke-simulator__bg-space-step-button--3d-preview {
    display: none;
    text-transform: uppercase;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon {
    position: absolute;
    display: inline-block;
    width: 72px;
    width: 5vw;
    height: 72px;
    height: 5vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon {
    width: 72px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon {
    height: 72px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-wrap {
    position: absolute;
    z-index: 2;
    top: 11%;
    height: 60%;
    left: 40px;
    left: 2.77778vw;
    width: 72px;
    width: 5vw;
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-wrap {
    left: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-wrap {
    width: 72px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-wrap.show-mobile {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon source {
    position: absolute;
    z-index: 1;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: auto;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-bg {
    border-radius: 70px;
    height: 100%;
    position: absolute;
    left: 0;
    width: 72px;
    width: 5vw;
    height: 72px;
    height: 5vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-bg {
    width: 72px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-bg {
    height: 72px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down {
    position: relative;
    height: 100%;
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down .pr-g-bespoke-simulator__bg-space-floating-icon {
    z-index: 0;
    margin-top: 0;
    top: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down .pr-g-bespoke-simulator__bg-space-floating-icon--interior {
    z-index: 1;
    transition: 0.2s all;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down .pr-g-bespoke-simulator__bg-space-floating-icon-text {
    text-transform: uppercase;
    overflow-x: hidden;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down .pr-g-bespoke-simulator__bg-space-floating-icon-tooltip {
    overflow: hidden;
    transition: all 0.2s linear;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.8;
    border-radius: 70px;
    border-radius: 4.86111vw;
    height: 100%;
    padding-left: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down .pr-g-bespoke-simulator__bg-space-floating-icon-tooltip {
    border-radius: 70px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down .pr-g-bespoke-simulator__bg-space-floating-icon--disabled {
    pointer-events: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down .pr-g-bespoke-simulator__bg-space-floating-icon--disabled source,
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down .pr-g-bespoke-simulator__bg-space-floating-icon--disabled img {
    opacity: 0.3;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon {
    z-index: 1;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon--interior {
    top: 20%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon .pr-g-bespoke-simulator__bg-space-floating-icon-text {
    white-space: nowrap;
    font-size: 18px;
    font-size: 1.25vw;
    font-weight: bold;
    line-height: 72px;
    line-height: 5vw;
    color: #fff;
    vertical-align: middle;
    padding-right: 36px;
    padding-right: 2.5vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon .pr-g-bespoke-simulator__bg-space-floating-icon-text {
    font-size: 24.3px;
    font-size: 1.6875vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon .pr-g-bespoke-simulator__bg-space-floating-icon-text {
    font-size: 18px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon .pr-g-bespoke-simulator__bg-space-floating-icon-text {
    font-size: 24.3px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon .pr-g-bespoke-simulator__bg-space-floating-icon-text {
    line-height: 72px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon .pr-g-bespoke-simulator__bg-space-floating-icon-text {
    padding-right: 36px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon--disabled:hover .pr-g-bespoke-simulator__bg-space-floating-icon-text,
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon--disabled:focus .pr-g-bespoke-simulator__bg-space-floating-icon-text {
    display: inline-block;
    opacity: 0.3;
    width: auto;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon--activation:hover .pr-g-bespoke-simulator__bg-space-floating-icon-text,
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon--activation:focus .pr-g-bespoke-simulator__bg-space-floating-icon-text {
    display: inline-block;
    width: auto;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon--activation:hover .pr-g-bespoke-simulator__bg-space-floating-icon-text--overflow,
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon--activation:focus .pr-g-bespoke-simulator__bg-space-floating-icon-text--overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon--dropdown-trigger {
    z-index: 22;
    background: url(./bespoke-simulator/floating-icon-1-open.png) no-repeat center;
    background-size: 100% auto;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon--dropdown-open-trigger {
    background: url(./bespoke-simulator/floating-icon-1-close.png) no-repeat center;
    background-size: 100% auto;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon.show-mobile {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge {
    position: absolute;
    display: inline-block;
    bottom: 9.3%;
    left: 16%;
    width: 53%;
    height: 71%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-list {
    display: inline-block;
    font-size: 0;
    width: 100%;
    height: 100%;
    text-align: center;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    max-width: 30%;
    width: 100%;
    height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item:not(.pr-g-bespoke-simulator__active-fridge-item--additional-area) ~ .pr-g-bespoke-simulator__active-fridge-item:not(.pr-g-bespoke-simulator__active-fridge-item--additional-area) {
    margin-left: 2px;
    margin-left: .13889vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item:not(.pr-g-bespoke-simulator__active-fridge-item--additional-area) ~ .pr-g-bespoke-simulator__active-fridge-item:not(.pr-g-bespoke-simulator__active-fridge-item--additional-area) {
    margin-left: 2px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-3d {
    max-width: 23.2%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-2d {
    max-width: 19.7%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-1d {
    max-width: 20%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-1ds {
    max-width: 15.4%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item--swap-target {
    opacity: 0.5;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-btn--move {
    position: absolute;
    display: inline-block;
    width: 46px;
    width: 3.19444vw;
    height: 46px;
    height: 3.19444vw;
    background-color: #333;
    bottom: 0;
    z-index: 3;
    background: url(./bespoke-simulator/pc-fridge-move-btn.png) center no-repeat;
    background-size: 100% auto;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-btn--move {
    width: 46px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-btn--move {
    height: 46px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-btn--delete {
    position: absolute;
    display: inline-block;
    width: 46px;
    width: 3.19444vw;
    height: 46px;
    height: 3.19444vw;
    background-color: #333;
    background: url(./bespoke-simulator/pc-fridge-delete-btn.png) center no-repeat;
    background-size: 100% auto;
    left: 0;
    top: 0;
    z-index: 3;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-btn--delete {
    width: 46px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-btn--delete {
    height: 46px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-additional-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    vertical-align: middle;
    font-size: 0;
    width: 48px;
    width: 3.33333vw;
    height: 48px;
    height: 3.33333vw;
    background-image: url(./bespoke-simulator/icon-add.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-additional-btn {
    width: 48px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-additional-btn {
    height: 48px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge {
    position: relative;
    display: inline-block;
    height: 100%;
    max-width: 100%;
    width: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge-img {
    display: inline-block;
    height: 100%;
    width: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge-img img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--4door .pr-g-bespoke-simulator__active-fridge-fridge-door-item {
    position: absolute;
    width: 49%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--4door .pr-g-bespoke-simulator__active-fridge-fridge-door-item button img {
    width: 100%;
    height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--4door .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door1 {
    top: 1px;
    left: 0px;
    left: 0vw;
    height: 53%;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--4door .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door1 {
    left: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--4door .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door2 {
    top: 1px;
    right: 0px;
    right: 0vw;
    height: 53%;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--4door .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door2 {
    right: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--4door .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door3 {
    bottom: 1.9%;
    left: 0px;
    left: 0vw;
    height: 42.7%;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--4door .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door3 {
    left: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--4door .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door4 {
    bottom: 1.9%;
    right: 0px;
    right: 0vw;
    height: 42.7%;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--4door .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door4 {
    right: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--4door .pr-g-bespoke-simulator__active-fridge-fridge-door-item button {
    width: 100%;
    height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--3door .pr-g-bespoke-simulator__active-fridge-fridge-door-item {
    position: absolute;
    width: 49.6%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--3door .pr-g-bespoke-simulator__active-fridge-fridge-door-item button img {
    width: 100%;
    height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--3door .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door1 {
    width: 97.2%;
    height: 52.4%;
    top: 1px;
    left: 50%;
    transform: translateX(-50%);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--3door .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door2 {
    width: 97.2%;
    height: 18.6%;
    transform: translateX(-50%);
    left: 50%;
    top: 55.3%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--3door .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door3 {
    width: 97.2%;
    height: 21%;
    bottom: 2.3%;
    left: 50%;
    transform: translateX(-50%);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--3door .pr-g-bespoke-simulator__active-fridge-fridge-door-item button {
    width: 100%;
    height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--2door .pr-g-bespoke-simulator__active-fridge-fridge-door-item {
    position: absolute;
    width: 49.6%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--2door .pr-g-bespoke-simulator__active-fridge-fridge-door-item button img {
    width: 100%;
    height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--2door .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door1 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 57%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--2door .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door2 {
    width: 100%;
    height: 38.5%;
    bottom: 2.4%;
    left: 50%;
    transform: translateX(-50%);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--2door .pr-g-bespoke-simulator__active-fridge-fridge-door-item button {
    width: 100%;
    height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--1door .pr-g-bespoke-simulator__active-fridge-fridge-door-item {
    position: absolute;
    width: 49.6%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--1door .pr-g-bespoke-simulator__active-fridge-fridge-door-item button img {
    width: 100%;
    height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--1door .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door1 {
    top: 1px;
    width: 100%;
    height: 97.6%;
    left: 50%;
    transform: translateX(-50%);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--1door .pr-g-bespoke-simulator__active-fridge-fridge-door-item button {
    width: 100%;
    height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--1door-slim .pr-g-bespoke-simulator__active-fridge-fridge-door-item {
    position: absolute;
    width: 49.6%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--1door-slim .pr-g-bespoke-simulator__active-fridge-fridge-door-item button img {
    width: 100%;
    height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--1door-slim .pr-g-bespoke-simulator__active-fridge-fridge-door-item--door1s {
    top: 1px;
    width: 95.5%;
    height: 97.5%;
    left: 51%;
    transform: translateX(-50%);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge--1door-slim .pr-g-bespoke-simulator__active-fridge-fridge-door-item button {
    width: 100%;
    height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item--additional-area {
    max-width: 15.4%;
    height: 98%;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item--additional-area--wide {
    box-sizing: border-box;
    border: 2px solid #fff;
    max-width: 69%;
    width: 69%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item--additional-area-dim {
    width: 100%;
    height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item--additional-area-dim:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
    opacity: 0.75;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item--active {
    outline-width: 4px;
    outline-width: .27778vw;
    outline-color: #50b1de;
    outline-style: solid;
    z-index: 1;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item--active {
    outline-width: 4px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item--active.pr-g-bespoke-simulator__active-fridge-item--additional-area--wide {
    z-index: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item--draggable .pr-g-bespoke-simulator__active-fridge-fridge-door-list {
    pointer-events: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-fridge-door-list {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-fridge-door-item .pr-g-bespoke-simulator__active-fridge-fridge-door-btn {
    transition: all 0.5s;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-fridge-door-item--active {
    z-index: 2;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-fridge-door-item--active .pr-g-bespoke-simulator__active-fridge-fridge-door-btn {
    transform: scale(1.06);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-fridge-door-item--active .pr-g-bespoke-simulator__active-fridge-fridge-door-btn:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #00b3e3;
    z-index: 10;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-fridge-door-btn {
    overflow: visible;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-fridge-door-btn--active {
    transition: all 0.2s;
    transform: scale(1.04);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip {
    position: absolute;
    display: none;
    box-sizing: border-box;
    z-index: 2;
    max-width: 200px;
    max-width: 13.88889vw;
    word-break: break-word;
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip {
    max-width: 200px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip-contents {
    box-shadow: 5px 8.7px 15px 0 rgba(0,0,0,0.1);
    border-style: solid;
    border-color: #d6d6d6;
    background-color: #ffffff;
    border-width: 2px;
    border-width: .13889vw;
    border-radius: 3px;
    border-radius: .20833vw;
    padding: 10px 10px 6px;
    padding: .69444vw .69444vw .41667vw;
    box-sizing: border-box;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip-contents {
    border-width: 2px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip-contents {
    border-radius: 3px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip-contents {
    padding: 10px 10px 6px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip-arw {
    display: block;
    position: absolute;
    top: -4px;
    width: 14px;
    width: .97222vw;
    height: 6px;
    height: .41667vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip-arw {
    width: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip-arw {
    height: 6px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip-arw:before {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 8px;
    border-width: .55556vw;
    border-bottom-color: #d6d6d6;
    border-top-width: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip-arw:before {
    border-width: 8px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip-arw:after {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    content: "";
    border-width: 6px;
    border-width: .41667vw;
    border-bottom-color: #fff;
    border-top-width: 0;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip-arw:after {
    border-width: 6px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip-btn {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip-desc {
    font-size: 12px;
    font-size: .83333vw;
    line-height: 1.8;
    color: #000;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__button-tooltip-desc {
    font-size: 16.2px;
    font-size: 1.125vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__button-tooltip-desc {
    font-size: 12px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__button-tooltip-desc {
    font-size: 16.2px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__button-tooltip-desc {
    line-height: 1.35;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__button-tooltip-desc {
    line-height: 1.6;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step {
    width: 100%;
    position: relative;
    z-index: 3;
    padding: 40px 0px 0px;
    padding: 2.77778vw 0vw 0vw;
    height: 100%;
    box-sizing: border-box;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step {
    padding: 40px 0px 0px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap {
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 620px;
    width: 43.05556vw;
    height: 100%;
    box-sizing: border-box;
    z-index: 20;
    transition: right 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap {
    width: 620px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap::before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    content: '';
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap--close {
    right: -560px;
    right: -38.88889vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap--close {
    right: -560px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap--close .pr-g-bespoke-simulator__step-move-btn-wrap {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap--close-end {
    right: -560px;
    right: -38.88889vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap--close-end {
    right: -560px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    left: .69444vw;
    z-index: 30;
    width: 14px;
    width: .97222vw;
    height: 25px;
    height: 1.73611vw;
    background-image: url(./bespoke-simulator/toggle-button.svg);
    background-size: 14px 25px;
    background-size: .97222vw 1.73611vw;
    background-size: contain;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap-button {
    left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap-button {
    width: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap-button {
    height: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap-button {
    background-size: 14px 25px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step input[type="radio"] {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction] {
    transition-property: opacity, transform;
    transition-duration: 1.3s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="initial"] {
    opacity: 0;
    transform: translate3d(50vw, 0, 0);
    -ms-transform: translateX(500px);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="initial"].animate {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -ms-transform: translateX(0);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-out"] {
    opacity: 1;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-out"].animate {
    opacity: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-in-top"] {
    opacity: 0;
    transform: translate3d(0, -50vw, 0);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-in-top"].animate {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-out-top"] {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-out-top"].animate {
    opacity: 0;
    transform: translate3d(0, -50vw, 0);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-in-bottom"] {
    opacity: 0;
    transform: translate3d(0, 50vw, 0);
    -ms-transform: translate(0, 50vw);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-in-bottom"].animate {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-out-bottom"] {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-out-bottom"].animate {
    opacity: 0;
    transform: translate3d(0, 50vw, 0);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-in-right"] {
    opacity: 0;
    transform: translate3d(50vw, 0, 0);
    -ms-transform: translateX(500px);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-in-right"].animate {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -ms-transform: translateX(0);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-out-right"] {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -ms-transform: translateX(0);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-out-right"].animate {
    opacity: 0;
    transform: translate3d(50vw, 0, 0);
    -ms-transform: translateX(500px);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-in-left"] {
    opacity: 0;
    transform: translate3d(-50vw, 0, 0);
    -ms-transform: translateX(-500px);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-in-left"].animate {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -ms-transform: translateX(0);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-out-left"] {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -ms-transform: translateX(0);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="fade-out-left"].animate {
    opacity: 0;
    transform: translate3d(-50vw, 0, 0);
    -ms-transform: translateX(-500px);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step--animating {
    position: absolute;
    pointer-events: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step--has-anchor {
    padding: 90px 0px 0px;
    padding: 6.25vw 0vw 0vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step--has-anchor {
    padding: 90px 0px 0px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info {
    position: relative;
    text-align: center;
    word-break: break-word;
    box-sizing: border-box;
    padding: 0px 200px 30px;
    padding: 0vw 13.88889vw 2.08333vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info {
    padding: 0px 200px 30px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn {
    display: inline-block;
    width: auto;
    max-width: 150px;
    max-width: 7.63889vw;
    max-width: 10.4167vw;
    background-color: transparent;
    padding: 0;
    background-repeat: no-repeat;
    position: absolute;
    font-size: 22px;
    font-size: 1.52778vw;
    top: 4px;
    top: .27778vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn {
    max-width: 150px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn {
    font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn {
    top: 4px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--prev-step {
    left: 0;
    margin-left: 42px;
    margin-left: 2.41666vw;
    padding-left: 18px;
    padding-left: 1.25vw;
    background-position: center left;
    background-image: url(./bespoke-simulator/icon-arw-left.svg);
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--prev-step {
    margin-left: 42px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--prev-step {
    padding-left: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--next-step {
    right: 0;
    margin-right: 42px;
    margin-right: 2.41666vw;
    padding-right: 18px;
    padding-right: 1.25vw;
    background-position: center right;
    color: #9a9a9a;
    background-image: url(./bespoke-simulator/icon-arw-right-dim.svg);
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--next-step {
    margin-right: 42px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--next-step {
    padding-right: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--next-step-allow {
    color: #fff;
    background-image: url(./bespoke-simulator/icon-arw-right.svg);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--preview-skyblue.pr-g-bespoke-simulator__step-move-btn--next-step-allow {
    color: #00b3e3;
    background-image: url(./bespoke-simulator/icon-arw-right-skyblue.svg);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-title {
    font-family: "SamsungSharpSans", arial;
    font-size: 28px;
    font-size: 1.94444vw;
    line-height: 1.16;
    color: #fff;
    font-weight: bold;
  }

  .sece-bespoke-wrap html.rtl .pr-g-bespoke-simulator__step-title {
    font-family: "SamsungSharpSans", "SamsungOneArabic", tahoma;
  }

  .sece-bespoke-wrap html.rtl[lang^="he"] .pr-g-bespoke-simulator__step-title {
    font-family: "SamsungSharpSans", "SamsungOneHebrew", tahoma;
  }

  .sece-bespoke-wrap html[lang^="el"] .pr-g-bespoke-simulator__step-title {
    font-family: "SamsungOne", arial;
  }

  .sece-bespoke-wrap html[lang^="zh"] .pr-g-bespoke-simulator__step-title {
    font-family: "SamsungSharpSans", "Microsoft JhengHei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
  }

  .sece-bespoke-wrap html[lang="zh-CN"] .pr-g-bespoke-simulator__step-title {
    font-family: "SamsungSharpSans", "Microsoft Yahei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-title {
    font-family: "Kittithada", arial;
  }

  .sece-bespoke-wrap html[lang^="vi"] .pr-g-bespoke-simulator__step-title {
    font-family: "SamsungSharpSans", "SamsungOne", arial;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-title {
    font-family: "zawgyione", arial, sans-serif;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-title {
    font-size: 37.8px;
    font-size: 2.625vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-title {
    font-size: 28px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-title {
    font-size: 37.8px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-title {
    line-height: .87;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-title {
    line-height: 1.4;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-sequence {
    font-size: 18px;
    font-size: 1.25vw;
    line-height: 1.07;
    margin-top: 5px;
    margin-top: .34722vw;
    color: #fff;
    font-weight: bold;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-sequence {
    font-size: 24.3px;
    font-size: 1.6875vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-sequence {
    font-size: 18px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-sequence {
    font-size: 24.3px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-sequence {
    line-height: .8025;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-sequence {
    line-height: 1.4;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-sequence {
    margin-top: 5px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-sequence-complete {
    color: #929292;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-sequence-complete::before {
    content: '/ ';
    display: inline-block;
    padding: 0px 5px;
    padding: 0vw .34722vw;
    color: #fff;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-sequence-complete::before {
    padding: 0px 5px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc {
    position: relative;
    font-size: 18px;
    font-size: 1.25vw;
    line-height: 1.3;
    color: #9e9e9e;
    word-break: break-word;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-precaution-desc {
    font-size: 24.3px;
    font-size: 1.6875vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc {
    font-size: 18px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-precaution-desc {
    font-size: 24.3px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-precaution-desc {
    line-height: .975;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-precaution-desc {
    line-height: 1.4;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc--check-icon {
    padding: 8px 24px;
    padding: .55556vw 1.66667vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc--check-icon {
    padding: 8px 24px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc--check-icon::before {
    position: absolute;
    display: inline-block;
    content: '';
    background-image: url(./bespoke-simulator/icon-check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    width: .69444vw;
    height: 11px;
    height: .76389vw;
    top: 16px;
    top: 1.11111vw;
    left: 5px;
    left: .34722vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc--check-icon::before {
    width: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc--check-icon::before {
    height: 11px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc--check-icon::before {
    top: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc--check-icon::before {
    left: 5px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-trigger {
    display: inline-block;
    width: 25px;
    width: 1.73611vw;
    height: 25px;
    height: 1.73611vw;
    margin-left: 5px;
    margin-left: .34722vw;
    margin-bottom: 5px;
    margin-bottom: .34722vw;
    vertical-align: middle;
    font-size: 0;
    background-image: url(./bespoke-simulator/type-tooltip-icon.png);
    background-size: 25px 25px;
    background-size: 1.73611vw 1.73611vw;
    background-repeat: no-repeat;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-trigger {
    width: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-trigger {
    height: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-trigger {
    margin-left: 5px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-trigger {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-trigger {
    background-size: 25px 25px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select {
    position: relative;
    padding: 0px 84px 0px;
    padding: 0vw 5.83333vw 0vw;
    height: 87%;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
    flex-grow: 1;
    flex: 1;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select {
    padding: 0px 84px 0px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select:after {
    content: "";
    height: 50px;
    height: 3.47222vw;
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select:after {
    height: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-title {
    font-family: "SamsungOne", arial;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.25vw;
    line-height: 2.3;
    color: #000;
  }

  .sece-bespoke-wrap html.rtl .pr-g-bespoke-simulator__step-type-select-title {
    font-family: "SamsungOneArabic", tahoma;
  }

  .sece-bespoke-wrap html.rtl[lang^="he"] .pr-g-bespoke-simulator__step-type-select-title {
    font-family: "SamsungOneHebrew", tahoma;
  }

  .sece-bespoke-wrap html[lang^="zh"] .pr-g-bespoke-simulator__step-type-select-title {
    font-family: "SamsungOne", "Microsoft JhengHei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
  }

  .sece-bespoke-wrap html[lang="zh-CN"] .pr-g-bespoke-simulator__step-type-select-title {
    font-family: "SamsungOne", "Microsoft Yahei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-title {
    font-family: "Kittithada", arial;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-type-select-title {
    font-family: "zawgyione", arial, sans-serif;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-title {
    font-size: 24.3px;
    font-size: 1.6875vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-title {
    font-size: 18px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-title {
    font-size: 24.3px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-title {
    line-height: 1.725;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-type-select-title {
    line-height: 1.6;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-title .s-btn-fold {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-tab {
    margin-bottom: 13px;
    margin-bottom: .90278vw;
    word-break: break-word;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-tab {
    margin-bottom: 13px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-tab-item {
    display: inline-block;
    color: #9e9e9e;
    font-size: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-tab-item ~ .pr-g-bespoke-simulator__step-type-select-tab-item::before {
    display: inline-block;
    content: '';
    background-color: #000;
    width: 1px;
    width: .06944vw;
    height: 13px;
    height: .90278vw;
    margin: 0px 12px;
    margin: 0vw .83333vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-tab-item ~ .pr-g-bespoke-simulator__step-type-select-tab-item::before {
    width: 1px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-tab-item ~ .pr-g-bespoke-simulator__step-type-select-tab-item::before {
    height: 13px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-tab-item ~ .pr-g-bespoke-simulator__step-type-select-tab-item::before {
    margin: 0px 12px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-tab-item--active {
    color: #1328a0;
    font-weight: bold;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-tab-anchor {
    color: inherit;
    font-size: 18px;
    font-size: 1.25vw;
    line-height: 1.55;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-tab-anchor {
    font-size: 24.3px;
    font-size: 1.6875vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-tab-anchor {
    font-size: 18px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-tab-anchor {
    font-size: 24.3px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-tab-anchor {
    line-height: 1.1625;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-type-select-tab-anchor {
    line-height: 1.6;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list {
    width: 100%;
    font-size: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-label {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 4px;
    border-radius: .27778vw;
    border-width: 3px;
    border-width: .20833vw;
    padding-top: 17px;
    padding-top: 1.18056vw;
    border-style: solid;
    border-color: transparent;
    transition: border-color 0.7s;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-label {
    border-radius: 4px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-label {
    border-width: 3px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-label {
    padding-top: 17px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item-picture {
    display: flex;
    width: 100%;
    height: 120px;
    height: 8.33333vw;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item-picture {
    height: 120px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item-picture img {
    width: auto;
    height: 100%;
    max-width: 60px;
    max-width: 4.16667vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item-picture img {
    max-width: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item {
    position: relative;
    vertical-align: top;
    width: 30%;
    margin-top: 11px;
    margin-top: .76389vw;
    margin-bottom: 40px;
    margin-bottom: 2.77778vw;
    margin-left: 5%;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item {
    margin-top: 11px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 20px;
    font-size: 1.38889vw;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    color: #9e9e9e;
    transition: color 0.7s;
    padding-bottom: 17px;
    padding-bottom: 1.18056vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 27px;
    font-size: 1.875vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 20px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 27px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    padding-bottom: 17px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn {
    color: #fff;
    font-size: 14px;
    font-size: .97222vw;
    line-height: 1.3;
    transition: color 0.7s;
    text-transform: uppercase;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn {
    font-size: 18.9px;
    font-size: 1.3125vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn {
    font-size: 14px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn {
    font-size: 18.9px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn {
    line-height: .975;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn {
    line-height: 1.4;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn-wrap {
    position: absolute;
    bottom: -22px;
    bottom: -1.52778vw;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 10px;
    padding: 0vw .69444vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn-wrap {
    bottom: -22px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn-wrap {
    padding: 0px 10px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn--underline {
    border-bottom: 1px solid #9e9e9e;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-sub-text {
    display: block;
    padding: 0px 38px;
    padding: 0vw 2.63889vw;
    font-size: 12.5px;
    font-size: .86806vw;
    line-height: 1.44;
    color: #9e9e9e;
    text-align: center;
    margin-top: 12px;
    margin-top: .83333vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-sub-text {
    padding: 0px 38px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-sub-text {
    font-size: 16.875px;
    font-size: 1.17188vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-sub-text {
    font-size: 12.5px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-sub-text {
    font-size: 16.875px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-sub-text {
    line-height: 1.08;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-sub-text {
    line-height: 1.6;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-sub-text {
    margin-top: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item input:checked+.pr-g-bespoke-simulator__step-type-select-label {
    border-color: #00b3e3;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item input:checked+.pr-g-bespoke-simulator__step-type-select-label .pr-g-bespoke-simulator__step-type-select-item-picture:after {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item input:checked+.pr-g-bespoke-simulator__step-type-select-label .pr-g-bespoke-simulator__step-type-select-text {
    color: #fff;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item input:checked+.pr-g-bespoke-simulator__step-type-select-label .pr-g-bespoke-simulator__step-type-select-btn {
    color: #fff;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item-btn {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: 1.38889vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-item {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-item--wide {
    width: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-item--wide ~ .pr-g-bespoke-simulator__step-type-select-item--wide {
    margin-left: 0;
    margin-top: 30px;
    margin-top: 2.08333vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-item--wide ~ .pr-g-bespoke-simulator__step-type-select-item--wide {
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-item-picture {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-item-picture img {
    width: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-label {
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    max-width: 333px;
    max-width: 23.125vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-label {
    max-width: 333px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-label--kitchentype {
    overflow: hidden;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-label--kitchentype img {
    transition: transform 1s;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-label--kitchentype:hover img,
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-label--kitchentype:focus img {
    transform: scale(1.1);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-text {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-size: 1.38889vw;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    word-break: break-word;
    margin-top: 15px;
    margin-top: 1.04167vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 27px;
    font-size: 1.875vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 20px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 27px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-text {
    line-height: .75;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-type-select-text {
    line-height: 1.4;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-text {
    margin-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-text--side-padding {
    box-sizing: border-box;
    padding-left: 9px;
    padding-left: .625vw;
    padding-right: 9px;
    padding-right: .625vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-text--side-padding {
    padding-left: 9px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-text--side-padding {
    padding-right: 9px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-text--top-padding {
    padding-top: 17px;
    padding-top: 1.18056vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-text--top-padding {
    padding-top: 17px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip {
    padding: 0px 80px 0px;
    padding: 0vw 5.55556vw 0vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip {
    padding: 0px 80px 0px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-title {
    font-size: 20px;
    font-size: 1.38889vw;
    margin-bottom: 6px;
    margin-bottom: .41667vw;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-title {
    font-size: 27px;
    font-size: 1.875vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-title {
    font-size: 20px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-title {
    font-size: 27px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-title {
    margin-bottom: 6px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-list {
    margin-bottom: 30px;
    margin-bottom: 2.08333vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-list {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item {
    margin-bottom: 14px;
    margin-bottom: .97222vw;
    width: 25%;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item {
    margin-bottom: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item input:checked+.pr-g-bespoke-simulator__step-type-select-color-label {
    border-width: 3px;
    border-width: .20833vw;
    border-style: solid;
    border-color: #00b3e3;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item input:checked+.pr-g-bespoke-simulator__step-type-select-color-label {
    border-width: 3px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    margin-top: 12px;
    margin-top: .83333vw;
    font-size: 18px;
    font-size: 1.25vw;
    line-height: 1.12;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    margin-top: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 24.3px;
    font-size: 1.6875vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 18px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 24.3px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    line-height: .84;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    line-height: 1.4;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info {
    display: none;
    text-align: center;
    margin-top: 38px;
    margin-top: 2.63889vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info {
    margin-top: 38px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info--active {
    display: inline-block;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-color {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-color img {
    width: 100%;
    max-width: 300px;
    max-width: 20.83333vw;
    max-height: 230px;
    max-height: 15.97222vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-color img {
    max-width: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-color img {
    max-height: 230px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-color--active {
    display: inline-block;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail {
    margin-top: 20px;
    margin-top: 1.38889vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-title {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 31px;
    font-size: 2.15278vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-title {
    font-size: 41.85px;
    font-size: 2.90625vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-title {
    font-size: 31px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-title {
    font-size: 41.85px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-desc {
    color: #f7f7f7;
    font-size: 18px;
    font-size: 1.25vw;
    line-height: 1.36;
    margin-top: 20px;
    margin-top: 1.38889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-desc {
    font-size: 24.3px;
    font-size: 1.6875vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-desc {
    font-size: 18px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-desc {
    font-size: 24.3px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-desc {
    line-height: 1.02;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-desc {
    line-height: 1.4;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-desc {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label {
    display: inline-block;
    width: 74px;
    width: 5.13889vw;
    height: 75px;
    height: 5.20833vw;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    transition: border-color 0.7s;
    border-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label {
    width: 74px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label {
    height: 75px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label--disable {
    opacity: 0.2;
    cursor: default;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label--disable:focus {
    border: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label--sg1 {
    background-image: url(./bespoke-simulator/samples/img-colorchip-sg.svg);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label--sg2 {
    background-image: url(./bespoke-simulator/samples/img-colorchip-sb.svg);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label--sg3 {
    background-image: url(./bespoke-simulator/samples/img-colorchip-ssb.svg);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label--gg1 {
    background-image: url(./bespoke-simulator/samples/img-colorchip-gw.svg);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label--gg2 {
    background-image: url(./bespoke-simulator/samples/img-colorchip-gp.svg);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label--gg3 {
    background-image: url(./bespoke-simulator/samples/img-colorchip-gl.svg);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label--gg4 {
    background-image: url(./bespoke-simulator/samples/img-colorchip-co.svg);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label--gg5 {
    background-image: url(./bespoke-simulator/samples/img-colorchip-cdg.svg);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label--gg6 {
    background-image: url(./bespoke-simulator/samples/img-colorchip-cb.svg);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label--gg7 {
    background-image: url(./bespoke-simulator/samples/img-colorchip-cn.svg);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label--cm1 {
    background-image: url(./bespoke-simulator/samples/img-colorchip-cw.svg);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-color-label--cm2 {
    background-image: url(./bespoke-simulator/samples/img-colorchip-cch.svg);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-sub-text {
    word-break: break-word;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--style {
    padding: 0px 130px;
    padding: 0vw 9.02778vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--style {
    padding: 0px 130px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn {
    font-size: 20px;
    font-size: 1.38889vw;
    width: 100%;
    position: relative;
    display: block;
    color: #fff;
    background-color: #1428a0;
    word-break: break-word;
    text-transform: uppercase;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-move-btn {
    font-size: 27px;
    font-size: 1.875vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn {
    font-size: 20px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-move-btn {
    font-size: 27px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--preview {
    display: none;
    line-height: 50px;
    line-height: 3.47222vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--preview {
    line-height: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--preview-active {
    display: block;
  }

@keyframes fadein {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
}

  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup {
    display: none;
    font-family: "SamsungOne", arial;
    position: fixed;
    width: 100%;
    background-color: #fff;
    max-width: 770px;
    max-width: 53.47222vw;
    max-height: 700px;
    max-height: 48.61111vw;
    overflow: hidden;
    z-index: 9999;
  }

  .sece-bespoke-wrap html.rtl .pr-g-bespoke-simulator__select-popup {
    font-family: "SamsungOneArabic", tahoma;
  }

  .sece-bespoke-wrap html.rtl[lang^="he"] .pr-g-bespoke-simulator__select-popup {
    font-family: "SamsungOneHebrew", tahoma;
  }

  .sece-bespoke-wrap html[lang^="zh"] .pr-g-bespoke-simulator__select-popup {
    font-family: "SamsungOne", "Microsoft JhengHei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
  }

  .sece-bespoke-wrap html[lang="zh-CN"] .pr-g-bespoke-simulator__select-popup {
    font-family: "SamsungOne", "Microsoft Yahei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup {
    font-family: "Kittithada", arial;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__select-popup {
    font-family: "zawgyione", arial, sans-serif;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup {
    max-width: 770px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup {
    max-height: 700px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup input[type="radio"] {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-wrap {
    position: relative;
    display: block;
    width: 100%;
    padding: 50px 0px 40px;
    padding: 3.47222vw 0vw 2.77778vw;
    box-sizing: border-box;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-wrap {
    padding: 50px 0px 40px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-content {
    overflow: hidden;
    overflow-y: auto;
    max-height: 610px;
    max-height: 42.36111vw;
    box-sizing: border-box;
    padding: 10px 80px 0px;
    padding: .69444vw 5.55556vw 0vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-content {
    max-height: 610px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-content {
    padding: 10px 80px 0px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-content-header {
    padding-bottom: 25px;
    padding-bottom: 1.73611vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-content-header {
    padding-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-title {
    font-family: "SamsungSharpSans", arial;
    font-size: 32px;
    font-size: 2.22222vw;
    line-height: 1.16;
    color: #000;
    font-weight: bold;
  }

  .sece-bespoke-wrap html.rtl .pr-g-bespoke-simulator__select-popup-title {
    font-family: "SamsungSharpSans", "SamsungOneArabic", tahoma;
  }

  .sece-bespoke-wrap html.rtl[lang^="he"] .pr-g-bespoke-simulator__select-popup-title {
    font-family: "SamsungSharpSans", "SamsungOneHebrew", tahoma;
  }

  .sece-bespoke-wrap html[lang^="el"] .pr-g-bespoke-simulator__select-popup-title {
    font-family: "SamsungOne", arial;
  }

  .sece-bespoke-wrap html[lang^="zh"] .pr-g-bespoke-simulator__select-popup-title {
    font-family: "SamsungSharpSans", "Microsoft JhengHei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
  }

  .sece-bespoke-wrap html[lang="zh-CN"] .pr-g-bespoke-simulator__select-popup-title {
    font-family: "SamsungSharpSans", "Microsoft Yahei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-title {
    font-family: "Kittithada", arial;
  }

  .sece-bespoke-wrap html[lang^="vi"] .pr-g-bespoke-simulator__select-popup-title {
    font-family: "SamsungSharpSans", "SamsungOne", arial;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__select-popup-title {
    font-family: "zawgyione", arial, sans-serif;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-title {
    font-size: 43.2px;
    font-size: 3vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-title {
    font-size: 32px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-title {
    font-size: 43.2px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-title {
    line-height: .87;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__select-popup-title {
    line-height: 1.4;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup--close-button {
    position: absolute;
    top: 15px;
    top: 1.04167vw;
    right: 15px;
    right: 1.04167vw;
    width: 27px;
    width: 1.875vw;
    height: 27px;
    height: 1.875vw;
    background-image: url(./bespoke-simulator/icon-popup-close-sm.png);
    background-size: 17px 17px;
    background-size: 1.18056vw 1.18056vw;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup--close-button {
    top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup--close-button {
    right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup--close-button {
    width: 27px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup--close-button {
    height: 27px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup--close-button {
    background-size: 17px 17px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-desc {
    font-family: "SamsungSharpSans", arial;
    font-size: 24px;
    font-size: 1.66667vw;
    line-height: 1.16;
    padding-left: 4px;
    padding-left: .27778vw;
    color: #000;
    font-weight: bold;
  }

  .sece-bespoke-wrap html.rtl .pr-g-bespoke-simulator__select-popup-desc {
    font-family: "SamsungSharpSans", "SamsungOneArabic", tahoma;
  }

  .sece-bespoke-wrap html.rtl[lang^="he"] .pr-g-bespoke-simulator__select-popup-desc {
    font-family: "SamsungSharpSans", "SamsungOneHebrew", tahoma;
  }

  .sece-bespoke-wrap html[lang^="el"] .pr-g-bespoke-simulator__select-popup-desc {
    font-family: "SamsungOne", arial;
  }

  .sece-bespoke-wrap html[lang^="zh"] .pr-g-bespoke-simulator__select-popup-desc {
    font-family: "SamsungSharpSans", "Microsoft JhengHei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
  }

  .sece-bespoke-wrap html[lang="zh-CN"] .pr-g-bespoke-simulator__select-popup-desc {
    font-family: "SamsungSharpSans", "Microsoft Yahei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-desc {
    font-family: "Kittithada", arial;
  }

  .sece-bespoke-wrap html[lang^="vi"] .pr-g-bespoke-simulator__select-popup-desc {
    font-family: "SamsungSharpSans", "SamsungOne", arial;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__select-popup-desc {
    font-family: "zawgyione", arial, sans-serif;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-desc {
    font-size: 32.4px;
    font-size: 2.25vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-desc {
    font-size: 24px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-desc {
    font-size: 32.4px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-desc {
    line-height: .87;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__select-popup-desc {
    line-height: 1.4;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-desc {
    padding-left: 4px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-list {
    font-size: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item {
    display: inline-block;
    text-align: center;
    width: 48%;
    vertical-align: top;
    pointer-events: auto;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item-picture {
    position: relative;
    display: inline-block;
    font-size: 0;
    text-align: center;
    width: 100%;
    height: 184px;
    height: 12.77778vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item-picture {
    height: 184px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item-picture:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item-picture img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    vertical-align: middle;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item>input[type=radio]:checked+.pr-g-bespoke-simulator__select-popup-kind-style-label .pr-g-bespoke-simulator__select-popup-kind-style-text {
    color: #000;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item>input[type=radio]:checked+.pr-g-bespoke-simulator__select-popup-kind-style-label .pr-g-bespoke-simulator__select-popup-kind-style-item-picture:after {
    border-style: solid;
    border-color: #00b3e3;
    border-width: 2px;
    border-width: .13889vw;
    background-color: transparent;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item>input[type=radio]:checked+.pr-g-bespoke-simulator__select-popup-kind-style-label .pr-g-bespoke-simulator__select-popup-kind-style-item-picture:after {
    border-width: 2px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item:nth-of-type(2n) {
    margin-left: 4%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-label {
    display: inline-block;
    width: 100%;
    cursor: pointer;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-text {
    display: block;
    text-align: center;
    text-transform: capitalize;
    font-size: 20px;
    font-size: 1.38889vw;
    margin-top: 10px;
    margin-top: .69444vw;
    margin-bottom: 25px;
    margin-bottom: 1.73611vw;
    color: #9e9e9e;
    font-weight: bold;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-kind-style-text {
    font-size: 27px;
    font-size: 1.875vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-text {
    font-size: 20px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-kind-style-text {
    font-size: 27px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-text {
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-text {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-feature {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-size: .83333vw;
    color: #9e9e9e;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-kind-style-feature {
    font-size: 16.2px;
    font-size: 1.125vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-feature {
    font-size: 12px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-kind-style-feature {
    font-size: 16.2px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-footer {
    text-align: center;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-button--apply {
    font-size: 14px;
    font-size: .97222vw;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    padding: 13px 89px;
    padding: .90278vw 6.18056vw;
    text-transform: uppercase;
    border-style: solid;
    border-color: #1428a0;
    border-width: 1px;
    border-width: .06944vw;
    border-radius: 40px;
    border-radius: 2.77778vw;
    background-color: #1428a0;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-button--apply {
    font-size: 18.9px;
    font-size: 1.3125vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-button--apply {
    font-size: 14px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-button--apply {
    font-size: 18.9px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-button--apply {
    line-height: .75;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__select-popup-button--apply {
    line-height: 1.4;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-button--apply {
    padding: 13px 89px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-button--apply {
    border-width: 1px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-button--apply {
    border-radius: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup {
    display: none;
    position: fixed;
    width: 100%;
    height: auto;
    max-width: 770px;
    max-width: 53.47222vw;
    max-height: 700px;
    max-height: 48.61111vw;
    overflow: hidden;
    z-index: 9999;
    background-color: #ffffff;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup {
    max-width: 770px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup {
    max-height: 700px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-wrap {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 50px 0px 50px;
    padding: 3.47222vw 0vw 3.47222vw;
    box-sizing: border-box;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-wrap {
    padding: 50px 0px 50px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-content {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    padding: 18px 0px 18px;
    padding: 1.25vw 0vw 1.25vw;
    max-height: 600px;
    max-height: 41.66667vw;
    box-sizing: border-box;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-content {
    padding: 18px 0px 18px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-content {
    max-height: 600px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-content-header {
    margin-bottom: 22px;
    margin-bottom: 1.52778vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-content-header {
    margin-bottom: 22px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-title {
    font-family: "SamsungSharpSans", arial;
    font-weight: bold;
    font-size: 32px;
    font-size: 2.22222vw;
    padding: 0px 72px;
    padding: 0vw 5vw;
  }

  .sece-bespoke-wrap html.rtl .pr-g-bespoke-simulator__specs-popup-title {
    font-family: "SamsungSharpSans", "SamsungOneArabic", tahoma;
  }

  .sece-bespoke-wrap html.rtl[lang^="he"] .pr-g-bespoke-simulator__specs-popup-title {
    font-family: "SamsungSharpSans", "SamsungOneHebrew", tahoma;
  }

  .sece-bespoke-wrap html[lang^="el"] .pr-g-bespoke-simulator__specs-popup-title {
    font-family: "SamsungOne", arial;
  }

  .sece-bespoke-wrap html[lang^="zh"] .pr-g-bespoke-simulator__specs-popup-title {
    font-family: "SamsungSharpSans", "Microsoft JhengHei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
  }

  .sece-bespoke-wrap html[lang="zh-CN"] .pr-g-bespoke-simulator__specs-popup-title {
    font-family: "SamsungSharpSans", "Microsoft Yahei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-title {
    font-family: "Kittithada", arial;
  }

  .sece-bespoke-wrap html[lang^="vi"] .pr-g-bespoke-simulator__specs-popup-title {
    font-family: "SamsungSharpSans", "SamsungOne", arial;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__specs-popup-title {
    font-family: "zawgyione", arial, sans-serif;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-title {
    font-size: 43.2px;
    font-size: 3vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-title {
    font-size: 32px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-title {
    font-size: 43.2px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-title {
    padding: 0px 72px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-list {
    width: auto;
    box-sizing: border-box;
    padding: 28px 0px 23px;
    padding: 1.94444vw 0vw 1.59722vw;
    margin: 0px 72px;
    margin: 0vw 5vw;
    border-top: 1px solid #dedede;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-list {
    padding: 28px 0px 23px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-list {
    margin: 0px 72px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-item {
    display: inline-block;
    width: calc(80% / 3);
    text-align: center;
    vertical-align: top;
    margin-bottom: 13px;
    margin-bottom: .90278vw;
    margin-left: 8%;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-item {
    margin-bottom: 13px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-desc {
    font-size: 32px;
    font-size: 2.22222vw;
    color: #363636;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-main-spec-desc {
    font-size: 43.2px;
    font-size: 3vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-desc {
    font-size: 32px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-main-spec-desc {
    font-size: 43.2px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-title {
    display: block;
    font-size: 14px;
    font-size: .97222vw;
    color: #363636;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-main-spec-title {
    font-size: 18.9px;
    font-size: 1.3125vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-title {
    font-size: 14px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-main-spec-title {
    font-size: 18.9px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec {
    padding-bottom: 42px;
    padding-bottom: 2.91667vw;
    background-color: #f7f7f7;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec {
    padding-bottom: 42px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec--close {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-list {
    padding: 0px 72px;
    padding: 0vw 5vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-list {
    padding: 0px 72px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-item {
    padding-top: 30px;
    padding-top: 2.08333vw;
    border-top: 1px solid #dedede;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-item {
    padding-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-category {
    font-size: 24px;
    font-size: 1.66667vw;
    font-weight: bold;
    margin-bottom: 21px;
    margin-bottom: 1.45833vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-detail-spec-category {
    font-size: 32.4px;
    font-size: 2.25vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-category {
    font-size: 24px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-detail-spec-category {
    font-size: 32.4px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-category {
    margin-bottom: 21px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-title {
    font-size: 14px;
    font-size: .97222vw;
    line-height: 1.6;
    margin-bottom: 5px;
    margin-bottom: .34722vw;
    font-weight: bold;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-detail-spec-title {
    font-size: 18.9px;
    font-size: 1.3125vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-title {
    font-size: 14px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-detail-spec-title {
    font-size: 18.9px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-detail-spec-title {
    line-height: 1.2;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__specs-popup-detail-spec-title {
    line-height: 1.6;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-title {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-desc {
    font-size: 14px;
    font-size: .97222vw;
    color: #767676;
    margin-bottom: 24px;
    margin-bottom: 1.66667vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-detail-spec-desc {
    font-size: 18.9px;
    font-size: 1.3125vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-desc {
    font-size: 14px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-detail-spec-desc {
    font-size: 18.9px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-desc {
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-category-list {
    width: 100%;
    border-bottom: 1px solid #dedede;
    padding-bottom: 16px;
    padding-bottom: 1.11111vw;
    font-size: 0;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-category-list {
    padding-bottom: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-category-list:last-child {
    border: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-category-item {
    display: inline-block;
    width: 24%;
    margin-left: 9.7%;
    vertical-align: top;
    margin-bottom: 14px;
    margin-bottom: .97222vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-category-item {
    margin-bottom: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-category-item:nth-child(3n+1) {
    margin-left: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-all-specs-btn {
    display: inline-block;
    margin: 0 auto;
    font-size: 14px;
    font-size: .97222vw;
    text-transform: uppercase;
    font-weight: bold;
    color: #363636;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-all-specs-btn {
    font-size: 18.9px;
    font-size: 1.3125vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-all-specs-btn {
    font-size: 14px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-all-specs-btn {
    font-size: 18.9px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-all-specs-btn-wrap {
    margin-bottom: 33px;
    margin-bottom: 2.29167vw;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-all-specs-btn-wrap {
    margin-bottom: 33px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-close-button {
    width: 18px;
    width: 1.25vw;
    height: 18px;
    height: 1.25vw;
    position: absolute;
    top: 19px;
    top: 1.31944vw;
    right: 17px;
    right: 1.18056vw;
    background: url(./bespoke-simulator/icon-popup-close-sm.png) center no-repeat;
    background-size: cover;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-close-button {
    width: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-close-button {
    height: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-close-button {
    top: 19px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-close-button {
    right: 17px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold {
    position: relative;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    width: .83333vw;
    height: 12px;
    height: .83333vw;
    margin-left: 10px;
    margin-left: .69444vw;
    border-radius: 50%;
    border-width: 2px;
    border-width: .13889vw;
    border-color: #363636;
    border-style: solid;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold {
    width: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold {
    height: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold {
    margin-left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold {
    border-width: 2px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:before,
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:after {
    position: absolute;
    content: '';
    width: 8px;
    width: .55556vw;
    height: 2px;
    height: .13889vw;
    background-color: #363636;
    transition: all .2s;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-left: -.27778vw;
    margin-top: -1px;
    margin-top: -.06944vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:before,
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:after {
    width: 8px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:before,
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:after {
    height: 2px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:before,
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:after {
    margin-left: -4px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:before,
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:after {
    margin-top: -1px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:before {
    transform: rotate(90deg);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold.unfold:before {
    transform: rotate(0deg);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold.unfold:after {
    opacity: 0;
    transform: rotate(90deg);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup {
    display: none;
    font-family: "SamsungOne", arial;
    position: fixed;
    width: 100%;
    background-color: #fff;
    max-width: 770px;
    max-width: 53.47222vw;
    max-height: 700px;
    max-height: 48.61111vw;
    overflow: hidden;
    z-index: 9999;
  }

  .sece-bespoke-wrap html.rtl .pr-g-bespoke-simulator__colorchip-popup {
    font-family: "SamsungOneArabic", tahoma;
  }

  .sece-bespoke-wrap html.rtl[lang^="he"] .pr-g-bespoke-simulator__colorchip-popup {
    font-family: "SamsungOneHebrew", tahoma;
  }

  .sece-bespoke-wrap html[lang^="zh"] .pr-g-bespoke-simulator__colorchip-popup {
    font-family: "SamsungOne", "Microsoft JhengHei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
  }

  .sece-bespoke-wrap html[lang="zh-CN"] .pr-g-bespoke-simulator__colorchip-popup {
    font-family: "SamsungOne", "Microsoft Yahei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup {
    font-family: "Kittithada", arial;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__colorchip-popup {
    font-family: "zawgyione", arial, sans-serif;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup {
    max-width: 770px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup {
    max-height: 700px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup input[type="radio"] {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-wrap {
    display: block;
    width: 100%;
    padding: 50px 0px 50px;
    padding: 3.47222vw 0vw 3.47222vw;
    box-sizing: border-box;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-wrap {
    padding: 50px 0px 50px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-wrap {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    padding: 18px 0px 18px;
    padding: 1.25vw 0vw 1.25vw;
    max-height: 600px;
    max-height: 41.66667vw;
    box-sizing: border-box;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-wrap {
    padding: 18px 0px 18px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-wrap {
    max-height: 600px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header {
    padding-bottom: 16px;
    padding-bottom: 1.11111vw;
    margin-bottom: 19px;
    margin-bottom: 1.31944vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header {
    padding-bottom: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header {
    margin-bottom: 19px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header--underline {
    border-bottom: 1px solid #e7e7e7;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header-title {
    font-family: "SamsungSharpSans", arial;
    font-size: 32px;
    font-size: 2.22222vw;
    line-height: 1;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
  }

  .sece-bespoke-wrap html.rtl .pr-g-bespoke-simulator__colorchip-popup-header-title {
    font-family: "SamsungSharpSans", "SamsungOneArabic", tahoma;
  }

  .sece-bespoke-wrap html.rtl[lang^="he"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
    font-family: "SamsungSharpSans", "SamsungOneHebrew", tahoma;
  }

  .sece-bespoke-wrap html[lang^="el"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
    font-family: "SamsungOne", arial;
  }

  .sece-bespoke-wrap html[lang^="zh"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
    font-family: "SamsungSharpSans", "Microsoft JhengHei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
  }

  .sece-bespoke-wrap html[lang="zh-CN"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
    font-family: "SamsungSharpSans", "Microsoft Yahei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
    font-family: "Kittithada", arial;
  }

  .sece-bespoke-wrap html[lang^="vi"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
    font-family: "SamsungSharpSans", "SamsungOne", arial;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
    font-family: "zawgyione", arial, sans-serif;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
    font-size: 43.2px;
    font-size: 3vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header-title {
    font-size: 32px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
    font-size: 43.2px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
    line-height: .75;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
    line-height: 1.4;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup--close-button {
    position: absolute;
    top: 15px;
    top: 1.04167vw;
    right: 15px;
    right: 1.04167vw;
    width: 27px;
    width: 1.875vw;
    height: 27px;
    height: 1.875vw;
    background-image: url(./bespoke-simulator/icon-popup-close-sm.png);
    background-size: 17px 17px;
    background-size: 1.18056vw 1.18056vw;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup--close-button {
    top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup--close-button {
    right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup--close-button {
    width: 27px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup--close-button {
    height: 27px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup--close-button {
    background-size: 17px 17px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color {
    display: inline-block;
    vertical-align: top;
    width: 623px;
    width: 43.26389vw;
    margin: 0 1px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color {
    width: 623px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap {
    width: 623px;
    width: 43.26389vw;
    margin: 0 auto;
    overflow: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap {
    width: 623px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .slick-arrow {
    position: absolute;
    top: 170px;
    top: 11.80556vw;
    width: 24px;
    width: 1.66667vw;
    height: 49px;
    height: 3.40278vw;
    font-size: 0;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .slick-arrow {
    top: 170px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .slick-arrow {
    width: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .slick-arrow {
    height: 49px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .slick-arrow.slick-prev {
    left: 24px;
    left: 1.66667vw;
    background-image: url(./bespoke-simulator/slick-carousel-left-dark.svg);
    background-size: 24px 49px;
    background-size: 1.66667vw 3.40278vw;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .slick-arrow.slick-prev {
    left: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .slick-arrow.slick-prev {
    background-size: 24px 49px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .slick-arrow.slick-next {
    right: 24px;
    right: 1.66667vw;
    background-image: url(./bespoke-simulator/slick-carousel-right-dark.svg);
    background-size: 24px 49px;
    background-size: 1.66667vw 3.40278vw;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .slick-arrow.slick-next {
    right: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .slick-arrow.slick-next {
    background-size: 24px 49px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 390px;
    top: 27.08333vw;
    left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots {
    top: 390px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots {
    display: inline-block;
    background: #999;
    padding: 2px 23px;
    padding: .13889vw 1.59722vw;
    border-radius: 23px;
    border-radius: 1.59722vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots {
    padding: 2px 23px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots {
    border-radius: 23px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    width: .55556vw;
    height: 8px;
    height: .55556vw;
    background-color: #fff;
    opacity: 0.2;
    border-radius: 50%;
    margin-left: 20px;
    margin-left: 1.38889vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots li {
    width: 8px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots li {
    height: 8px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots li {
    margin-left: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots li:first-child {
    margin-left: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots li button {
    font-size: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots li.slick-active {
    opacity: 1;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-img {
    width: 100%;
    display: inline-block;
    margin-bottom: 78px;
    margin-bottom: 5.41667vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-img {
    margin-bottom: 78px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-img img {
    max-width: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-title {
    font-size: 24px;
    font-size: 1.66667vw;
    margin-bottom: 12px;
    margin-bottom: .83333vw;
    font-weight: bold;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-content-title {
    font-size: 32.4px;
    font-size: 2.25vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-title {
    font-size: 24px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-content-title {
    font-size: 32.4px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-title {
    margin-bottom: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-text {
    font-size: 18px;
    font-size: 1.25vw;
    color: #363636;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-content-text {
    font-size: 24.3px;
    font-size: 1.6875vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-text {
    font-size: 18px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-content-text {
    font-size: 24.3px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup {
    display: none;
    font-family: "SamsungOne", arial;
    position: fixed;
    background-color: #fff;
    width: 100%;
    max-width: 770px;
    max-width: 53.47222vw;
    height: 620px;
    height: 43.05556vw;
    overflow: hidden;
    z-index: 9999;
  }

  .sece-bespoke-wrap html.rtl .pr-g-bespoke-simulator__detail-popup {
    font-family: "SamsungOneArabic", tahoma;
  }

  .sece-bespoke-wrap html.rtl[lang^="he"] .pr-g-bespoke-simulator__detail-popup {
    font-family: "SamsungOneHebrew", tahoma;
  }

  .sece-bespoke-wrap html[lang^="zh"] .pr-g-bespoke-simulator__detail-popup {
    font-family: "SamsungOne", "Microsoft JhengHei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
  }

  .sece-bespoke-wrap html[lang="zh-CN"] .pr-g-bespoke-simulator__detail-popup {
    font-family: "SamsungOne", "Microsoft Yahei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup {
    font-family: "Kittithada", arial;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__detail-popup {
    font-family: "zawgyione", arial, sans-serif;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup {
    max-width: 770px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup {
    height: 620px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-wrap {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50px 0px 0px;
    padding: 3.47222vw 0vw 0vw;
    box-sizing: border-box;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-wrap {
    padding: 50px 0px 0px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-content {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    max-height: 600px;
    max-height: 41.66667vw;
    height: 100%;
    padding: 0px 72px 0px;
    padding: 0vw 5vw 0vw;
    box-sizing: border-box;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-content {
    max-height: 600px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-content {
    padding: 0px 72px 0px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-content-header {
    margin-bottom: 22px;
    margin-bottom: 1.52778vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-content-header {
    margin-bottom: 22px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-content-body {
    padding-bottom: 50px;
    padding-bottom: 3.47222vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-content-body {
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-title {
    font-family: "SamsungSharpSans", arial;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 32px;
    font-size: 2.22222vw;
  }

  .sece-bespoke-wrap html.rtl .pr-g-bespoke-simulator__detail-popup-title {
    font-family: "SamsungSharpSans", "SamsungOneArabic", tahoma;
  }

  .sece-bespoke-wrap html.rtl[lang^="he"] .pr-g-bespoke-simulator__detail-popup-title {
    font-family: "SamsungSharpSans", "SamsungOneHebrew", tahoma;
  }

  .sece-bespoke-wrap html[lang^="el"] .pr-g-bespoke-simulator__detail-popup-title {
    font-family: "SamsungOne", arial;
  }

  .sece-bespoke-wrap html[lang^="zh"] .pr-g-bespoke-simulator__detail-popup-title {
    font-family: "SamsungSharpSans", "Microsoft JhengHei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
  }

  .sece-bespoke-wrap html[lang="zh-CN"] .pr-g-bespoke-simulator__detail-popup-title {
    font-family: "SamsungSharpSans", "Microsoft Yahei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-title {
    font-family: "Kittithada", arial;
  }

  .sece-bespoke-wrap html[lang^="vi"] .pr-g-bespoke-simulator__detail-popup-title {
    font-family: "SamsungSharpSans", "SamsungOne", arial;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__detail-popup-title {
    font-family: "zawgyione", arial, sans-serif;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-title {
    font-size: 43.2px;
    font-size: 3vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-title {
    font-size: 32px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-title {
    font-size: 43.2px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-list {
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #ededed;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-item {
    display: flex;
    padding: 29px 6px 25px;
    padding: 2.01389vw .41667vw 1.73611vw;
    border-bottom: 1px solid #ededed;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-item {
    padding: 29px 6px 25px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb {
    position: relative;
    text-align: center;
    width: 116px;
    width: 8.05556vw;
    height: 92px;
    height: 6.38889vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb {
    width: 116px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb {
    height: 92px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb-img {
    width: 100%;
    height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb-img img {
    width: auto;
    height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb-door-list {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb-door-item {
    position: absolute;
    width: 49%;
    height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb-door-img {
    width: 100%;
    height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb-door-img img {
    width: 100%;
    height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--4door .pr-g-bespoke-simulator__detail-popup-thumb-door-list {
    max-width: 48%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--4door .pr-g-bespoke-simulator__detail-popup-thumb-door-item--door1 {
    top: 0;
    left: 0px;
    left: 0vw;
    height: 54%;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--4door .pr-g-bespoke-simulator__detail-popup-thumb-door-item--door1 {
    left: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--4door .pr-g-bespoke-simulator__detail-popup-thumb-door-item--door2 {
    top: 0;
    right: 0px;
    right: 0vw;
    height: 54%;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--4door .pr-g-bespoke-simulator__detail-popup-thumb-door-item--door2 {
    right: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--4door .pr-g-bespoke-simulator__detail-popup-thumb-door-item--door3 {
    bottom: 1.9%;
    left: 0px;
    left: 0vw;
    height: 42.7%;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--4door .pr-g-bespoke-simulator__detail-popup-thumb-door-item--door3 {
    left: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--4door .pr-g-bespoke-simulator__detail-popup-thumb-door-item--door4 {
    bottom: 1.9%;
    right: 0px;
    right: 0vw;
    height: 42.7%;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--4door .pr-g-bespoke-simulator__detail-popup-thumb-door-item--door4 {
    right: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--2door .pr-g-bespoke-simulator__detail-popup-thumb-door-list {
    max-width: 32%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--2door .pr-g-bespoke-simulator__detail-popup-thumb-door-item--door1 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 57%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--2door .pr-g-bespoke-simulator__detail-popup-thumb-door-item--door2 {
    width: 100%;
    height: 38.5%;
    bottom: 2.4%;
    left: 50%;
    transform: translateX(-50%);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--1door .pr-g-bespoke-simulator__detail-popup-thumb-door-list {
    max-width: 31%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--1door .pr-g-bespoke-simulator__detail-popup-thumb-door-item--door1 {
    top: 0;
    width: 100%;
    height: 97.6%;
    left: 50%;
    transform: translateX(-50%);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge {
    width: 612px;
    width: 42.5vw;
    padding-left: 17px;
    padding-left: 1.18056vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge {
    width: 612px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge {
    padding-left: 17px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door {
    font-size: 18px;
    font-size: 1.25vw;
    font-weight: bold;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-fridge-door {
    font-size: 24.3px;
    font-size: 1.6875vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door {
    font-size: 18px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-fridge-door {
    font-size: 24.3px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-info {
    padding-left: 12px;
    padding-left: .83333vw;
    font-size: 14px;
    font-size: .97222vw;
    color: #666;
    font-weight: normal;
    text-transform: uppercase;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-info {
    padding-left: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-fridge-door-info {
    font-size: 18.9px;
    font-size: 1.3125vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-info {
    font-size: 14px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-fridge-door-info {
    font-size: 18.9px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-list {
    margin-top: -2px;
    margin-top: -.13889vw;
    font-size: 0;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-list {
    margin-top: -2px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-item {
    margin-top: 21px;
    margin-top: 1.45833vw;
    font-size: 14px;
    font-size: .97222vw;
    font-weight: bold;
    display: inline-block;
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-item {
    margin-top: 21px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-fridge-door-item {
    font-size: 18.9px;
    font-size: 1.3125vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-item {
    font-size: 14px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-fridge-door-item {
    font-size: 18.9px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-item-info {
    display: block;
    margin-top: 10px;
    margin-top: .69444vw;
    color: #767676;
    font-weight: normal;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-item-info {
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-close-button {
    width: 18px;
    width: 1.25vw;
    height: 18px;
    height: 1.25vw;
    position: absolute;
    top: 19px;
    top: 1.31944vw;
    right: 17px;
    right: 1.18056vw;
    background: url(./bespoke-simulator/icon-popup-close-sm.png) center no-repeat;
    background-size: cover;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-close-button {
    width: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-close-button {
    height: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-close-button {
    top: 19px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-close-button {
    right: 17px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup {
    display: none;
    position: fixed;
    width: 386px;
    width: 26.80556vw;
    overflow: hidden;
    padding: 40px 56px 40px;
    padding: 2.77778vw 3.88889vw 2.77778vw;
    z-index: 9999;
    background-color: #fff;
    font-family: "SamsungOne", arial;
    box-sizing: border-box;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup {
    width: 386px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup {
    padding: 40px 56px 40px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap html.rtl .pr-g-bespoke-simulator__alert-popup {
    font-family: "SamsungOneArabic", tahoma;
  }

  .sece-bespoke-wrap html.rtl[lang^="he"] .pr-g-bespoke-simulator__alert-popup {
    font-family: "SamsungOneHebrew", tahoma;
  }

  .sece-bespoke-wrap html[lang^="zh"] .pr-g-bespoke-simulator__alert-popup {
    font-family: "SamsungOne", "Microsoft JhengHei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
  }

  .sece-bespoke-wrap html[lang="zh-CN"] .pr-g-bespoke-simulator__alert-popup {
    font-family: "SamsungOne", "Microsoft Yahei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__alert-popup {
    font-family: "Kittithada", arial;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__alert-popup {
    font-family: "zawgyione", arial, sans-serif;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-content-exclamation {
    padding-top: 55px;
    padding-top: 3.81944vw;
    background-image: url(./bespoke-simulator/icon-notice.svg);
    background-size: 49px 49px;
    background-size: 3.40278vw 3.40278vw;
    background-position: top center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-content-exclamation {
    padding-top: 55px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-content-exclamation {
    background-size: 49px 49px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-content-title {
    text-align: center;
    font-size: 22px;
    font-size: 1.52778vw;
    font-weight: bold;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__alert-popup-content-title {
    font-size: 29.7px;
    font-size: 2.0625vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-content-title {
    font-size: 22px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__alert-popup-content-title {
    font-size: 29.7px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn {
    display: block;
    margin: 0 auto;
    font-weight: bold;
    font-size: 17px;
    font-size: 1.18056vw;
    box-sizing: border-box;
    min-width: 180px;
    min-width: 12.5vw;
    max-width: 100%;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__alert-popup-btn {
    font-size: 22.95px;
    font-size: 1.59375vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn {
    font-size: 17px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__alert-popup-btn {
    font-size: 22.95px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn {
    min-width: 180px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn-wrap {
    margin-top: 24px;
    margin-top: 1.66667vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn-wrap {
    margin-top: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn.s-btn-encased {
    padding: 15px 15px;
    padding: 1.04167vw 1.04167vw;
    white-space: unset;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn.s-btn-encased {
    padding: 15px 15px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup {
    display: none;
    position: fixed;
    width: 386px;
    width: 26.80556vw;
    overflow: hidden;
    padding: 40px 56px 40px;
    padding: 2.77778vw 3.88889vw 2.77778vw;
    z-index: 9999;
    background-color: #fff;
    font-family: "SamsungOne", arial;
    box-sizing: border-box;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup {
    width: 386px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup {
    padding: 40px 56px 40px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap html.rtl .pr-g-bespoke-simulator__confirm-popup {
    font-family: "SamsungOneArabic", tahoma;
  }

  .sece-bespoke-wrap html.rtl[lang^="he"] .pr-g-bespoke-simulator__confirm-popup {
    font-family: "SamsungOneHebrew", tahoma;
  }

  .sece-bespoke-wrap html[lang^="zh"] .pr-g-bespoke-simulator__confirm-popup {
    font-family: "SamsungOne", "Microsoft JhengHei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
  }

  .sece-bespoke-wrap html[lang="zh-CN"] .pr-g-bespoke-simulator__confirm-popup {
    font-family: "SamsungOne", "Microsoft Yahei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__confirm-popup {
    font-family: "Kittithada", arial;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__confirm-popup {
    font-family: "zawgyione", arial, sans-serif;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-content-title {
    text-align: center;
    font-size: 24px;
    font-size: 1.66667vw;
    font-weight: bold;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__confirm-popup-content-title {
    font-size: 32.4px;
    font-size: 2.25vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-content-title {
    font-size: 24px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__confirm-popup-content-title {
    font-size: 32.4px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn {
    display: block;
    margin: 0 auto;
    font-weight: bold;
    font-size: 17px;
    font-size: 1.18056vw;
    box-sizing: border-box;
    min-width: 180px;
    min-width: 12.5vw;
    max-width: 100%;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__confirm-popup-btn {
    font-size: 22.95px;
    font-size: 1.59375vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn {
    font-size: 17px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__confirm-popup-btn {
    font-size: 22.95px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn {
    min-width: 180px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn-wrap {
    margin-top: 45px;
    margin-top: 3.125vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn-wrap {
    margin-top: 45px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn ~ .pr-g-bespoke-simulator__confirm-popup-btn {
    margin-top: 20px;
    margin-top: 1.38889vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn ~ .pr-g-bespoke-simulator__confirm-popup-btn {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn--clear {
    font-size: 14px;
    font-size: .97222vw;
    line-height: 1.2;
    text-decoration: underline;
    width: auto;
    text-transform: uppercase;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__confirm-popup-btn--clear {
    font-size: 18.9px;
    font-size: 1.3125vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn--clear {
    font-size: 14px;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__confirm-popup-btn--clear {
    font-size: 18.9px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__confirm-popup-btn--clear {
    line-height: .9;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__confirm-popup-btn--clear {
    line-height: 1.4;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn.s-btn-encased {
    background-color: #1428a0;
    border-color: #1428a0;
    color: #fff;
    padding: 15px 15px;
    padding: 1.04167vw 1.04167vw;
    white-space: unset;
  }
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn.s-btn-encased {
    padding: 15px 15px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__3d-container {
    display: none;
    position: absolute;
    top: 0;
    z-index: 30;
    width: 100%;
    height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__3d-loading-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    opacity: .66;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__3d-loading-overlay-hidden {
    display: none !important;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__3d-loading-wrap {
    display: inline-block;
    text-align: center;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__3d-loading-title {
    margin-bottom: 4px;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__3d-loading-title img {
    max-width: 50%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__3d-loading-dot {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 10px;
    background: #fff;
    border-radius: 10px;
    animation: loading 1s infinite alternate;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__3d-loading-dot:nth-of-type(2) {
    background: #fff;
    animation-delay: 0.2s;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__3d-loading-dot:nth-of-type(3) {
    background: #fff;
    animation-delay: 0.4s;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__3d-loading-dot:nth-of-type(4) {
    background: #fff;
    animation-delay: 0.6s;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__3d-loading-dot:nth-of-type(5) {
    background: #fff;
    animation-delay: 0.8s;
  }

@keyframes loading {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
}
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 1279px) and (max-width: 1024px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn {
    max-width: 210px;
    max-width: 20.50781vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 1279px) and (max-width: 1024px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--prev-step {
    padding-left: 18px;
    padding-left: 1.75781vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 1279px) and (max-width: 1024px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--next-step {
    padding-right: 18px;
    padding-right: 1.75781vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 1279px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution {
    padding: 0px;
    padding: 0vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 1279px) and (min-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution {
    padding: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 1279px) and (max-width: 1024px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc--check-icon::before {
    top: 11px;
    top: 1.07422vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 1279px) and (max-width: 1024px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--sticker .pr-g-bespoke-simulator__step-type-select-label {
    min-height: 140px;
    min-height: 13.67188vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 1279px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-desc-item--symbol:before {
    width: 3px;
    height: 3px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 1279px) and (max-width: 1024px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-desc-item--symbol:before {
    top: 7px;
    top: .68359vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 1279px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-arw {
    top: -3px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap #efs_popup_survey_button {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__main-area {
    width: 100%;
    font-size: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space {
    width: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space .hide-mobile {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space .show-mobile {
    display: block;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-canvas {
    width: 100%;
    min-height: 1120px;
    min-height: 145.83333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-canvas {
    min-height: 525px;
    min-height: 145.83333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-canvas img {
    max-width: 100%;
    height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon {
    width: 96px;
    width: 12.5vw;
    height: 97.06667px;
    height: 12.63889vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon {
    width: 45px;
    width: 12.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon {
    height: 45.5px;
    height: 12.63889vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-wrap {
    top: 138.66667px;
    top: 18.05556vw;
    left: 34.13333px;
    left: 4.44444vw;
    width: 96px;
    width: 12.5vw;
    height: 55%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-wrap {
    top: 65px;
    top: 18.05556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-wrap {
    left: 16px;
    left: 4.44444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-wrap {
    width: 45px;
    width: 12.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-wrap--active {
    z-index: 21;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-wrap.hide-mobile {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-wrap.show-mobile {
    display: block;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon img {
    width: 100%;
    height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active {
    z-index: 21;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon--interior {
    top: 16.66667%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon .pr-g-bespoke-simulator__bg-space-floating-icon-text {
    line-height: 97.06667px;
    line-height: 12.63889vw;
    font-size: 25.6px;
    font-size: 3.33333vw;
    padding-right: 48px;
    padding-right: 6.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon .pr-g-bespoke-simulator__bg-space-floating-icon-text {
    line-height: 45.5px;
    line-height: 12.63889vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon .pr-g-bespoke-simulator__bg-space-floating-icon-text {
    font-size: 34.56px;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon .pr-g-bespoke-simulator__bg-space-floating-icon-text {
    font-size: 12px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon .pr-g-bespoke-simulator__bg-space-floating-icon-text {
    font-size: 16.2px;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down--active .pr-g-bespoke-simulator__bg-space-floating-icon .pr-g-bespoke-simulator__bg-space-floating-icon-text {
    padding-right: 22.5px;
    padding-right: 6.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down .pr-g-bespoke-simulator__bg-space-floating-icon-tooltip {
    border-radius: 48px;
    border-radius: 6.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-floating-icon-drop-down .pr-g-bespoke-simulator__bg-space-floating-icon-tooltip {
    border-radius: 22.5px;
    border-radius: 6.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button {
    width: 697.6px;
    width: 90.83333vw;
    padding: 21.33333px;
    padding: 2.77778vw;
    font-size: 29.86667px;
    font-size: 3.88889vw;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button {
    width: 327px;
    width: 90.83333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button {
    padding: 10px;
    padding: 2.77778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-step-button {
    font-size: 40.32px;
    font-size: 5.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button {
    font-size: 14px;
    font-size: 3.88889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-step-button {
    font-size: 18.9px;
    font-size: 5.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen {
    font-size: 29.86667px;
    font-size: 3.88889vw;
    line-height: 1;
    width: auto;
    bottom: auto;
    left: auto;
    padding: 0;
    top: 42.66667px;
    top: 5.55556vw;
    right: 36.26667px;
    right: 4.72222vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen {
    font-size: 40.32px;
    font-size: 5.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen {
    font-size: 14px;
    font-size: 3.88889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen {
    font-size: 18.9px;
    font-size: 5.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen {
    line-height: .7;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen {
    line-height: 1.4;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen {
    top: 20px;
    top: 5.55556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen {
    right: 17px;
    right: 4.72222vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen:before {
    width: 55.46667px;
    width: 7.22222vw;
    height: 59.73333px;
    height: 7.77778vw;
    margin-right: 4.26667px;
    margin-right: .55556vw;
    background-size: 55.46667px 59.73333px;
    background-size: 7.22222vw 7.77778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen:before {
    width: 26px;
    width: 7.22222vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen:before {
    height: 28px;
    height: 7.77778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen:before {
    margin-right: 2px;
    margin-right: .55556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--choose-kitchen:before {
    background-size: 26px 28px;
    background-size: 7.22222vw 7.77778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--text {
    display: block;
    width: auto;
    width: 50%;
    text-align: center;
    padding: 10.66667px;
    padding: 1.38889vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--text {
    padding: 5px;
    padding: 1.38889vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--mid {
    width: 339.2px;
    width: 44.16667vw;
    min-height: 85.33333px;
    min-height: 11.11111vw;
    padding: 8.53333px;
    padding: 1.11111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--mid {
    width: 159px;
    width: 44.16667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--mid {
    min-height: 40px;
    min-height: 11.11111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--mid {
    padding: 4px;
    padding: 1.11111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--mid+.pr-g-bespoke-simulator__bg-space-step-button--mid {
    margin: 0px 10.66667px;
    margin: 0vw 1.38889vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--mid+.pr-g-bespoke-simulator__bg-space-step-button--mid {
    margin: 0px 5px;
    margin: 0vw 1.38889vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button--back {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button-wrap {
    width: 100%;
    text-align: center;
    bottom: 106.66667px;
    bottom: 13.88889vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button-wrap {
    bottom: 50px;
    bottom: 13.88889vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__bg-space-step-button-wrap--active {
    z-index: 31;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge {
    bottom: 46.5%;
    left: 21%;
    width: 68%;
    height: 35.5%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item {
    max-width: 42%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-3d {
    max-width: 31.3%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-2d {
    max-width: 26.5%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-1d {
    max-width: 26.7%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-1ds {
    max-width: 20.7%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-additional-btn {
    width: 64px;
    width: 8.33333vw;
    height: 64px;
    height: 8.33333vw;
    background-size: 64px 64px;
    background-size: 8.33333vw 8.33333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-additional-btn {
    width: 30px;
    width: 8.33333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-additional-btn {
    height: 30px;
    height: 8.33333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-additional-btn {
    background-size: 30px 30px;
    background-size: 8.33333vw 8.33333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-btn--move {
    width: 62.93333px;
    width: 8.19444vw;
    height: 64px;
    height: 8.33333vw;
    background: url(./bespoke-simulator/mo-fridge-move-btn.svg) center no-repeat;
    background-size: 100% auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-btn--move {
    width: 29.5px;
    width: 8.19444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-btn--move {
    height: 30px;
    height: 8.33333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-btn--delete {
    width: 65.06667px;
    width: 8.47222vw;
    height: 64px;
    height: 8.33333vw;
    background: url(./bespoke-simulator/mo-fridge-delete-btn.svg) center no-repeat;
    background-size: 100% auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-btn--delete {
    width: 30.5px;
    width: 8.47222vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-btn--delete {
    height: 30px;
    height: 8.33333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge-img img {
    max-width: 270.93333px;
    max-width: 35.27778vw;
    max-height: 570.66667px;
    max-height: 74.30556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge-img img {
    max-width: 127px;
    max-width: 35.27778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item-fridge-img img {
    max-height: 267.5px;
    max-height: 74.30556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item--additional-area {
    max-width: 26.7%;
    width: 320px;
    width: 41.66667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item--additional-area {
    width: 150px;
    width: 41.66667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item--additional-area--wide {
    position: absolute;
    border-width: 4.26667px;
    border-width: .55556vw;
    max-width: 96%;
    width: 96%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__active-fridge-item--additional-area--wide {
    border-width: 2px;
    border-width: .55556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0px 32px 32px;
    padding: 0vw 4.16667vw 4.16667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step {
    padding: 0px 15px 15px;
    padding: 0vw 4.16667vw 4.16667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap {
    width: 100%;
    height: auto;
    right: auto;
    bottom: 0;
    top: auto;
    transition: bottom 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding-top: 53.33333px;
    padding-top: 6.94444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap {
    padding-top: 25px;
    padding-top: 6.94444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap--close {
    right: auto;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap--close .pr-g-bespoke-simulator__step-btn-wrap {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap-button {
    width: 320px;
    width: 41.66667vw;
    height: 53.33333px;
    height: 6.94444vw;
    top: 0;
    padding: 10.66667px 53.33333px 10.66667px;
    padding: 1.38889vw 6.94444vw 1.38889vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(./bespoke-simulator/toggle-button-mo.svg) no-repeat center;
    background-size: 26.66667px 14.93333px;
    background-size: 3.47222vw 1.94444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap-button {
    width: 150px;
    width: 41.66667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap-button {
    height: 25px;
    height: 6.94444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap-button {
    padding: 5px 25px 5px;
    padding: 1.38889vw 6.94444vw 1.38889vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap-button {
    background-size: 12.5px 7px;
    background-size: 3.47222vw 1.94444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-wrap::before {
    top: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-inner {
    display: block;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="initial"] {
    opacity: 0;
    transform: translate3d(0, 50vw, 0);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step [data-interaction="initial"].animate {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step--has-anchor {
    padding: 27.73333px 32px 32px;
    padding: 3.61111vw 4.16667vw 4.16667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step--has-anchor {
    padding: 13px 15px 15px;
    padding: 3.61111vw 4.16667vw 4.16667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step[data-target-step=step3] .pr-g-bespoke-simulator__step-type-select {
    overflow: hidden;
    padding-left: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step[data-target-step=step2] .pr-g-bespoke-simulator__step-type-select {
    overflow: visible;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step[data-target-step=step2] .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--prev-step {
    left: 32px;
    left: 4.16667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step[data-target-step=step2] .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--prev-step {
    left: 15px;
    left: 4.16667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step[data-target-step=step2] .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--next-step {
    right: 32px;
    right: 4.16667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step[data-target-step=step2] .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--next-step {
    right: 15px;
    right: 4.16667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info {
    padding: 42.66667px 213.33333px 32px;
    padding: 5.55556vw 27.77778vw 4.16667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info {
    padding: 20px 100px 15px;
    padding: 5.55556vw 27.77778vw 4.16667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn {
    font-size: 25.6px;
    font-size: 3.33333vw;
    top: 49.06667px;
    top: 6.38889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn {
    font-size: 34.56px;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn {
    font-size: 12px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn {
    font-size: 16.2px;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn {
    top: 23px;
    top: 6.38889vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--prev-step {
    margin-left: 4.26667px;
    margin-left: .55556vw;
    padding-left: 23.46667px;
    padding-left: 3.05556vw;
    background-size: 10.66667px 21.33333px;
    background-size: 1.38889vw 2.77778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--prev-step {
    margin-left: 2px;
    margin-left: .55556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--prev-step {
    padding-left: 11px;
    padding-left: 3.05556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--prev-step {
    background-size: 5px 10px;
    background-size: 1.38889vw 2.77778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--next-step {
    margin-right: 4.26667px;
    margin-right: .55556vw;
    padding-right: 23.46667px;
    padding-right: 3.05556vw;
    background-size: 10.66667px 21.33333px;
    background-size: 1.38889vw 2.77778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--next-step {
    margin-right: 2px;
    margin-right: .55556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--next-step {
    padding-right: 11px;
    padding-right: 3.05556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-info .pr-g-bespoke-simulator__step-move-btn--next-step {
    background-size: 5px 10px;
    background-size: 1.38889vw 2.77778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-sequence {
    font-size: 23.46667px;
    font-size: 3.05556vw;
    margin-top: 6.4px;
    margin-top: .83333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-sequence {
    font-size: 31.68px;
    font-size: 4.125vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-sequence {
    font-size: 11px;
    font-size: 3.05556vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-sequence {
    font-size: 14.85px;
    font-size: 4.125vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-sequence {
    margin-top: 3px;
    margin-top: .83333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-sequence-complete::before {
    padding: 0px 6.4px;
    padding: 0vw .83333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-sequence-complete::before {
    padding: 0px 3px;
    padding: 0vw .83333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-title {
    font-size: 40.53333px;
    font-size: 5.27778vw;
    font-size: 4.8vw;
    font-family: "SamsungSharpSans", arial;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-title {
    font-size: 54.72px;
    font-size: 7.125vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-title {
    font-size: 19px;
    font-size: 5.27778vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-title {
    font-size: 25.65px;
    font-size: 7.125vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap html.rtl .pr-g-bespoke-simulator__step-title {
    font-family: "SamsungSharpSans", "SamsungOneArabic", tahoma;
  }

  .sece-bespoke-wrap html.rtl[lang^="he"] .pr-g-bespoke-simulator__step-title {
    font-family: "SamsungSharpSans", "SamsungOneHebrew", tahoma;
  }

  .sece-bespoke-wrap html[lang^="el"] .pr-g-bespoke-simulator__step-title {
    font-family: "SamsungOne", arial;
  }

  .sece-bespoke-wrap html[lang^="zh"] .pr-g-bespoke-simulator__step-title {
    font-family: "SamsungSharpSans", "Microsoft JhengHei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
  }

  .sece-bespoke-wrap html[lang="zh-CN"] .pr-g-bespoke-simulator__step-title {
    font-family: "SamsungSharpSans", "Microsoft Yahei", "å¾®è½¯é›…é»‘", "Simsun", "å®‹ä½“", arial;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-title {
    font-family: "Kittithada", arial;
  }

  .sece-bespoke-wrap html[lang^="vi"] .pr-g-bespoke-simulator__step-title {
    font-family: "SamsungSharpSans", "SamsungOne", arial;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-title {
    font-family: "zawgyione", arial, sans-serif;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select {
    overflow-y: auto;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select:after {
    content: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list {
    text-align: left;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3.slick-no-dot:after {
    content: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3:after {
    content: '';
    display: inline-block;
    width: 53.33333px;
    width: 6.94444vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: -32px;
    right: -4.16667vw;
    background: linear-gradient(to right, rgba(0,0,0,0), #000);
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3:after {
    width: 25px;
    width: 6.94444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3:after {
    right: -15px;
    right: -4.16667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-label {
    border-width: 3.2px;
    border-width: .41667vw;
    padding: 39.46667px 0px 10.66667px;
    padding: 5.13889vw 0vw 1.38889vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-label {
    border-width: 1.5px;
    border-width: .41667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-label {
    padding: 18.5px 0px 5px;
    padding: 5.13889vw 0vw 1.38889vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item-picture {
    height: 168.53333px;
    height: 21.94444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item-picture {
    height: 79px;
    height: 21.94444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item-picture img {
    max-width: 82.13333px;
    max-width: 10.69444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item-picture img {
    max-width: 38.5px;
    max-width: 10.69444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item {
    width: 197.33333px;
    width: 25.69444vw;
    margin-top: 13.86667px;
    margin-top: 1.80556vw;
    margin-bottom: 85.33333px;
    margin-bottom: 11.11111vw;
    bottom: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item {
    width: 92.5px;
    width: 25.69444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item {
    margin-top: 6.5px;
    margin-top: 1.80556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item {
    margin-bottom: 40px;
    margin-bottom: 11.11111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item ~ .pr-g-bespoke-simulator__step-type-select-item {
    margin-left: 17.06667px;
    margin-left: 2.22222vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item ~ .pr-g-bespoke-simulator__step-type-select-item {
    margin-left: 8px;
    margin-left: 2.22222vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 29.86667px;
    font-size: 3.88889vw;
    font-size: 3.5vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 40.32px;
    font-size: 5.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 14px;
    font-size: 3.88889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 18.9px;
    font-size: 5.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text--top-padding {
    padding-top: 40.53333px;
    padding-top: 5.27778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text--top-padding {
    padding-top: 19px;
    padding-top: 5.27778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn {
    font-size: 25.6px;
    font-size: 3.33333vw;
    font-size: 2.8vw;
    font-weight: bold;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn {
    font-size: 34.56px;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn {
    font-size: 12px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn {
    font-size: 16.2px;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn-wrap {
    bottom: -57.6px;
    bottom: -7.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-list--col-3 .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-btn-wrap {
    bottom: -27px;
    bottom: -7.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-title {
    margin-bottom: 29.86667px;
    margin-bottom: 3.88889vw;
    padding-left: 21.33333px;
    padding-left: 2.77778vw;
    font-size: 29.86667px;
    font-size: 3.88889vw;
    line-height: 1.43;
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-title {
    margin-bottom: 14px;
    margin-bottom: 3.88889vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-title {
    padding-left: 10px;
    padding-left: 2.77778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-title {
    font-size: 40.32px;
    font-size: 5.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-title {
    font-size: 14px;
    font-size: 3.88889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-title {
    font-size: 18.9px;
    font-size: 5.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-title {
    line-height: 1.0725;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-type-select-title {
    line-height: 1.6;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-title .s-btn-fold {
    display: inline-block;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-item {
    width: 48%;
    position: static;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-item ~ .pr-g-bespoke-simulator__step-type-select-item {
    margin-left: 4%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-item-picture img {
    max-width: 337.06667px;
    max-width: 43.88889vw;
    max-height: 256px;
    max-height: 33.33333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-item-picture img {
    max-width: 158px;
    max-width: 43.88889vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-item-picture img {
    max-height: 120px;
    max-height: 33.33333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-item--wide ~ .pr-g-bespoke-simulator__step-type-select-item--wide {
    margin-top: 69.33333px;
    margin-top: 9.02778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-item--wide ~ .pr-g-bespoke-simulator__step-type-select-item--wide {
    margin-top: 32.5px;
    margin-top: 9.02778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-label {
    max-width: 337.06667px;
    max-width: 43.88889vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-label {
    max-width: 158px;
    max-width: 43.88889vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 25.6px;
    font-size: 3.33333vw;
    line-height: 1.1;
    margin-top: 26.66667px;
    margin-top: 3.47222vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 34.56px;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 12px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 16.2px;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select-text {
    line-height: .825;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-type-select-text {
    line-height: 1.4;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-text {
    margin-top: 12.5px;
    margin-top: 3.47222vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip {
    margin-top: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .s-slick-dots {
    position: absolute;
    bottom: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .slick-list {
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-kinds {
    display: inline-block;
    width: 704px;
    width: 91.66667vw;
    vertical-align: top;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-kinds {
    width: 330px;
    width: 91.66667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-list {
    margin-bottom: 21.33333px;
    margin-bottom: 2.77778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-list {
    margin-bottom: 10px;
    margin-bottom: 2.77778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item {
    width: 21.5%;
    margin-bottom: 26.66667px;
    margin-bottom: 3.47222vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item {
    margin-bottom: 12.5px;
    margin-bottom: 3.47222vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item input:checked+.pr-g-bespoke-simulator__step-type-select-color-label {
    border-width: 4.26667px;
    border-width: .55556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item input:checked+.pr-g-bespoke-simulator__step-type-select-color-label {
    border-width: 2px;
    border-width: .55556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 25.6px;
    font-size: 3.33333vw;
    line-height: 1.25;
    margin-top: 21.33333px;
    margin-top: 2.77778vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 34.56px;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 12px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    font-size: 16.2px;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    line-height: .9375;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    line-height: 1.4;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-item .pr-g-bespoke-simulator__step-type-select-text {
    margin-top: 10px;
    margin-top: 2.77778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-title {
    padding-left: 0;
    margin-bottom: 27.73333px;
    margin-bottom: 3.61111vw;
    font-size: 34.13333px;
    font-size: 4.44444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-title {
    margin-bottom: 13px;
    margin-bottom: 3.61111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-title {
    font-size: 46.08px;
    font-size: 6vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-title {
    font-size: 16px;
    font-size: 4.44444vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-title {
    font-size: 21.6px;
    font-size: 6vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-color-label {
    width: 98.13333px;
    width: 12.77778vw;
    height: 99.2px;
    height: 12.91667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-color-label {
    width: 46px;
    width: 12.77778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-color-label {
    height: 46.5px;
    height: 12.91667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-color-label ~ .pr-g-bespoke-simulator__step-type-select-color-label {
    margin-left: 55.46667px;
    margin-left: 7.22222vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-color-label ~ .pr-g-bespoke-simulator__step-type-select-color-label {
    margin-left: 26px;
    margin-left: 7.22222vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info {
    text-align: left;
    font-size: 0;
    margin-top: 8.53333px;
    margin-top: 1.11111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info {
    margin-top: 4px;
    margin-top: 1.11111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-color {
    vertical-align: middle;
    width: 37%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-color img {
    max-width: 100%;
    max-height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin-top: 0;
    padding-left: 29.86667px;
    padding-left: 3.88889vw;
    width: 63%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail {
    padding-left: 14px;
    padding-left: 3.88889vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-title {
    font-size: 34.13333px;
    font-size: 4.44444vw;
    vertical-align: middle;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-title {
    font-size: 46.08px;
    font-size: 6vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-title {
    font-size: 16px;
    font-size: 4.44444vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-title {
    font-size: 21.6px;
    font-size: 6vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-desc {
    font-size: 23.46667px;
    font-size: 3.05556vw;
    line-height: 1.18;
    vertical-align: middle;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-desc {
    font-size: 31.68px;
    font-size: 4.125vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-desc {
    font-size: 11px;
    font-size: 3.05556vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-desc {
    font-size: 14.85px;
    font-size: 4.125vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-desc {
    line-height: .885;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-type-select--colorchip .pr-g-bespoke-simulator__step-type-select-info-detail-desc {
    line-height: 1.4;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--style {
    padding-left: 0px;
    padding-left: 0vw;
    padding-right: 0px;
    padding-right: 0vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--style {
    padding-left: 0px;
    padding-left: 0vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--style {
    padding-right: 0px;
    padding-right: 0vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select--side-padding {
    padding-left: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-desc-item {
    max-width: none;
    width: 44.4%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-desc-item--wide {
    width: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-desc-desc-list {
    margin-bottom: 49.06667px;
    margin-bottom: 6.38889vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-desc-desc-list {
    margin-bottom: 23px;
    margin-bottom: 6.38889vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-desc-desc-item {
    font-size: 27.73333px;
    font-size: 3.61111vw;
    line-height: 1.4;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-desc-desc-item {
    font-size: 37.44px;
    font-size: 4.875vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-desc-desc-item {
    font-size: 13px;
    font-size: 3.61111vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-desc-desc-item {
    font-size: 17.55px;
    font-size: 4.875vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-desc-desc-item {
    line-height: 1.05;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-type-desc-desc-item {
    line-height: 1.6;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-desc-text {
    font-size: 33.06667px;
    font-size: 4.30556vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-desc-text {
    font-size: 44.64px;
    font-size: 5.8125vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-desc-text {
    font-size: 15.5px;
    font-size: 4.30556vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-desc-text {
    font-size: 20.925px;
    font-size: 5.8125vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-desc-title {
    font-size: 29.86667px;
    font-size: 3.88889vw;
    line-height: 1.43;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-desc-title {
    font-size: 40.32px;
    font-size: 5.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-desc-title {
    font-size: 14px;
    font-size: 3.88889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-desc-title {
    font-size: 18.9px;
    font-size: 5.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-type-desc-title {
    line-height: 1.0725;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-type-desc-title {
    line-height: 1.6;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn {
    max-width: 426.66667px;
    max-width: 55.55556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn {
    max-width: 200px;
    max-width: 55.55556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn-wrap {
    display: none;
    margin-top: 85.33333px;
    margin-top: 11.11111vw;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn-wrap {
    margin-top: 40px;
    margin-top: 11.11111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn-wrap:before,
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn-wrap:after {
    content: '';
    display: block;
    clear: both;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn-text {
    font-size: 25.6px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-move-btn-text {
    font-size: 34.56px;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn-text {
    font-size: 12px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-move-btn-text {
    font-size: 16.2px;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn-sub-text {
    font-size: 21.33333px;
    font-size: 2.77778vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-move-btn-sub-text {
    font-size: 28.8px;
    font-size: 3.75vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn-sub-text {
    font-size: 10px;
    font-size: 2.77778vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-move-btn-sub-text {
    font-size: 13.5px;
    font-size: 3.75vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--prev-step {
    padding-left: 32px;
    padding-left: 4.16667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--prev-step {
    padding-left: 15px;
    padding-left: 4.16667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--prev-step:after {
    width: 12.8px;
    width: 1.66667vw;
    height: 22.4px;
    height: 2.91667vw;
    background-position: bottom left;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--prev-step:after {
    width: 6px;
    width: 1.66667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--prev-step:after {
    height: 10.5px;
    height: 2.91667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--next-step {
    padding-right: 32px;
    padding-right: 4.16667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--next-step {
    padding-right: 15px;
    padding-right: 4.16667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--next-step:after {
    width: 12.8px;
    width: 1.66667vw;
    height: 22.4px;
    height: 2.91667vw;
    background-position: bottom right;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--next-step:after {
    width: 6px;
    width: 1.66667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--next-step:after {
    height: 10.5px;
    height: 2.91667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--preview {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-move-btn--preview-active {
    display: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution {
    margin-top: 57.6px;
    margin-top: 7.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution {
    margin-top: 27px;
    margin-top: 7.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc {
    font-size: 21.33333px;
    font-size: 2.77778vw;
    line-height: 1.6;
    padding-left: 24.53333px;
    padding-left: 3.19444vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-precaution-desc {
    font-size: 28.8px;
    font-size: 3.75vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc {
    font-size: 10px;
    font-size: 2.77778vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-precaution-desc {
    font-size: 13.5px;
    font-size: 3.75vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-precaution-desc {
    line-height: 1.2;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-precaution-desc {
    line-height: 1.6;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc {
    padding-left: 11.5px;
    padding-left: 3.19444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc:before {
    background-image: url(./bespoke-simulator/icon-check-mo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    width: 2.08333vw;
    height: 14.93333px;
    height: 1.94444vw;
    top: 12.8px;
    top: 1.66667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc:before {
    width: 7.5px;
    width: 2.08333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc:before {
    height: 7px;
    height: 1.94444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-precaution-desc:before {
    top: 6px;
    top: 1.66667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip {
    width: 100%;
    top: 328.53333px;
    top: 42.77778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip {
    top: 154px;
    top: 42.77778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip:after {
    content: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-trigger {
    background-image: url(./bespoke-simulator/type-tooltip-icon-mo.svg);
    background-repeat: no-repeat;
    width: 29.86667px;
    width: 3.88889vw;
    height: 29.86667px;
    height: 3.88889vw;
    background-size: 29.86667px 29.86667px;
    background-size: 3.88889vw 3.88889vw;
    margin-left: 12.8px;
    margin-left: 1.66667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-trigger {
    width: 14px;
    width: 3.88889vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-trigger {
    height: 14px;
    height: 3.88889vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-trigger {
    background-size: 14px 14px;
    background-size: 3.88889vw 3.88889vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-trigger {
    margin-left: 6px;
    margin-left: 1.66667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-contents {
    border-radius: 6.4px;
    border-radius: .83333vw;
    padding-top: 27.73333px;
    padding-top: 3.61111vw;
    padding-bottom: 27.73333px;
    padding-bottom: 3.61111vw;
    padding-left: 32px;
    padding-left: 4.16667vw;
    padding-right: 74.66667px;
    padding-right: 9.72222vw;
    width: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-contents {
    border-radius: 3px;
    border-radius: .83333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-contents {
    padding-top: 13px;
    padding-top: 3.61111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-contents {
    padding-bottom: 13px;
    padding-bottom: 3.61111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-contents {
    padding-left: 15px;
    padding-left: 4.16667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-contents {
    padding-right: 35px;
    padding-right: 9.72222vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-arw {
    width: 27.73333px;
    width: 3.61111vw;
    height: 11.73333px;
    height: 1.52778vw;
    top: -8.53333px;
    top: -1.11111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-arw {
    width: 13px;
    width: 3.61111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-arw {
    height: 5.5px;
    height: 1.52778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-arw {
    top: -4px;
    top: -1.11111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-arw::before {
    border-width: 8.53333px;
    border-width: 1.11111vw;
    transform: translate(-50%, -10%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-arw::before {
    border-width: 4px;
    border-width: 1.11111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-arw:after {
    border-width: 8.53333px;
    border-width: 1.11111vw;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-arw:after {
    border-width: 4px;
    border-width: 1.11111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-btn {
    display: block;
    position: absolute;
    top: 14.93333px;
    top: 1.94444vw;
    right: 23.46667px;
    right: 3.05556vw;
    width: 27.73333px;
    width: 3.61111vw;
    height: 27.73333px;
    height: 3.61111vw;
    background-image: url(./bespoke-simulator/icon-tooltip-close.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-btn {
    top: 7px;
    top: 1.94444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-btn {
    right: 11px;
    right: 3.05556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-btn {
    width: 13px;
    width: 3.61111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-btn {
    height: 13px;
    height: 3.61111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-desc {
    font-size: 25.6px;
    font-size: 3.33333vw;
    line-height: 1.25;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-help-tooltip-desc {
    font-size: 34.56px;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-desc {
    font-size: 12px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-help-tooltip-desc {
    font-size: 16.2px;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-help-tooltip-desc {
    line-height: .9375;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-help-tooltip-desc {
    line-height: 1.4;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-caution-list {
    margin-top: 8.53333px;
    margin-top: 1.11111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-caution-list {
    margin-top: 4px;
    margin-top: 1.11111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-caution-item {
    position: relative;
    font-size: 25.6px;
    font-size: 3.33333vw;
    line-height: 1.2;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-help-tooltip-caution-item {
    font-size: 34.56px;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-caution-item {
    font-size: 12px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-help-tooltip-caution-item {
    font-size: 16.2px;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__step-help-tooltip-caution-item {
    line-height: .9;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__step-help-tooltip-caution-item {
    line-height: 1.4;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-caution-item ~ .pr-g-bespoke-simulator__step-help-tooltip-caution-item {
    margin-top: 12.8px;
    margin-top: 1.66667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-caution-item ~ .pr-g-bespoke-simulator__step-help-tooltip-caution-item {
    margin-top: 6px;
    margin-top: 1.66667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step .s-slick-dots {
    display: inline-block;
    text-align: center;
    width: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step .s-slick-dots .slick-dots {
    display: inline-block;
    padding: 12.8px 34.13333px;
    padding: 1.66667vw 4.44444vw;
    border-radius: 34.13333px;
    border-radius: 4.44444vw;
    background: #363636;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step .s-slick-dots .slick-dots {
    padding: 6px 16px;
    padding: 1.66667vw 4.44444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step .s-slick-dots .slick-dots {
    border-radius: 16px;
    border-radius: 4.44444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step .s-slick-dots .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    width: 12.8px;
    width: 1.66667vw;
    height: 12.8px;
    height: 1.66667vw;
    margin-left: 23.46667px;
    margin-left: 3.05556vw;
    opacity: 0.2;
    background-color: #fff;
    border-radius: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step .s-slick-dots .slick-dots li {
    width: 6px;
    width: 1.66667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step .s-slick-dots .slick-dots li {
    height: 6px;
    height: 1.66667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step .s-slick-dots .slick-dots li {
    margin-left: 11px;
    margin-left: 3.05556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step .s-slick-dots .slick-dots li:first-child {
    margin-left: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step .s-slick-dots .slick-dots li button {
    font-size: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step .s-slick-dots .slick-dots li.slick-active {
    opacity: 1;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup {
    max-width: 699.73333px;
    max-width: 91.11111vw;
    max-height: 92.8%;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup {
    max-width: 328px;
    max-width: 91.11111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-wrap {
    position: relative;
    padding: 83.2px 0px 78.93333px;
    padding: 10.83333vw 0vw 10.27778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-wrap {
    padding: 39px 0px 37px;
    padding: 10.83333vw 0vw 10.27778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-content {
    max-height: 87vw;
    padding: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-content-header {
    padding-bottom: 42.66667px;
    padding-bottom: 5.55556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-content-header {
    padding-bottom: 20px;
    padding-bottom: 5.55556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-title {
    font-size: 46.93333px;
    font-size: 6.11111vw;
    line-height: 1;
    text-align: center;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-title {
    font-size: 63.36px;
    font-size: 8.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-title {
    font-size: 22px;
    font-size: 6.11111vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-title {
    font-size: 29.7px;
    font-size: 8.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-title {
    line-height: .75;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__select-popup-title {
    line-height: 1.4;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup--close-button {
    width: 27.73333px;
    width: 3.61111vw;
    height: 27.73333px;
    height: 3.61111vw;
    top: 21.33333px;
    top: 2.77778vw;
    right: 21.33333px;
    right: 2.77778vw;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup--close-button {
    width: 13px;
    width: 3.61111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup--close-button {
    height: 13px;
    height: 3.61111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup--close-button {
    top: 10px;
    top: 2.77778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup--close-button {
    right: 10px;
    right: 2.77778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-desc {
    font-size: 40.53333px;
    font-size: 5.27778vw;
    line-height: 1.13;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-desc {
    font-size: 54.72px;
    font-size: 7.125vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-desc {
    font-size: 19px;
    font-size: 5.27778vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-desc {
    font-size: 25.65px;
    font-size: 7.125vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-desc {
    line-height: .8475;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__select-popup-desc {
    line-height: 1.4;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-content-body {
    overflow: hidden;
    padding-left: 34.13333px;
    padding-left: 4.44444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-content-body {
    padding-left: 16px;
    padding-left: 4.44444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style {
    position: relative;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    display: block;
    height: 100%;
    width: 72.53333px;
    width: 9.44444vw;
    background: linear-gradient(to right, rgba(255,255,255,0), #fff);
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style::after {
    width: 34px;
    width: 9.44444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-list {
    font-size: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item {
    pointer-events: none;
    width: 554.66667px;
    width: 72.22222vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item {
    width: 260px;
    width: 72.22222vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item-picture {
    width: 554.66667px;
    width: 72.22222vw;
    height: 370.13333px;
    height: 48.19444vw;
    background-color: transparent;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item-picture {
    width: 260px;
    width: 72.22222vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item-picture {
    height: 173.5px;
    height: 48.19444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item input[type=radio]:checked+.pr-g-bespoke-simulator__select-popup-kind-style-label .pr-g-bespoke-simulator__select-popup-kind-style-item-picture:after {
    border: none;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item ~ .pr-g-bespoke-simulator__select-popup-kind-style-item {
    margin-left: 38.4px;
    margin-left: 5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-item ~ .pr-g-bespoke-simulator__select-popup-kind-style-item {
    margin-left: 18px;
    margin-left: 5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-text {
    font-size: 29.86667px;
    font-size: 3.88889vw;
    margin-top: 17.06667px;
    margin-top: 2.22222vw;
    margin-bottom: 0;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-kind-style-text {
    font-size: 40.32px;
    font-size: 5.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-text {
    font-size: 14px;
    font-size: 3.88889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-kind-style-text {
    font-size: 18.9px;
    font-size: 5.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-text {
    margin-top: 8px;
    margin-top: 2.22222vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-feature {
    font-size: 21.33333px;
    font-size: 2.77778vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-kind-style-feature {
    font-size: 28.8px;
    font-size: 3.75vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-feature {
    font-size: 10px;
    font-size: 2.77778vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-kind-style-feature {
    font-size: 13.5px;
    font-size: 3.75vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-kind-style-label {
    display: inline-block;
    height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-footer {
    margin-top: 53.33333px;
    margin-top: 6.94444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-footer {
    margin-top: 25px;
    margin-top: 6.94444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-button--apply {
    font-size: 29.86667px;
    font-size: 3.88889vw;
    border-radius: 64px;
    border-radius: 8.33333vw;
    padding: 27.73333px 125.86667px;
    padding: 3.61111vw 16.38889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-button--apply {
    font-size: 40.32px;
    font-size: 5.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-button--apply {
    font-size: 14px;
    font-size: 3.88889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__select-popup-button--apply {
    font-size: 18.9px;
    font-size: 5.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-button--apply {
    border-radius: 30px;
    border-radius: 8.33333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__select-popup-button--apply {
    padding: 13px 59px;
    padding: 3.61111vw 16.38889vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup {
    max-width: 699.73333px;
    max-width: 91.11111vw;
    max-height: 92.8%;
    overflow: hidden;
    height: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup {
    max-width: 328px;
    max-width: 91.11111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-wrap {
    width: 699.73333px;
    width: 91.11111vw;
    padding: 83.2px 0px 78.93333px;
    padding: 10.83333vw 0vw 10.27778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-wrap {
    width: 328px;
    width: 91.11111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-wrap {
    padding: 39px 0px 37px;
    padding: 10.83333vw 0vw 10.27778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-content {
    padding: 0;
    height: 1322.66667px;
    height: 172.22222vw;
    max-height: 87vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-content {
    height: 620px;
    height: 172.22222vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-content-header {
    margin: 0px 0px 42.66667px;
    margin: 0vw 0vw 5.55556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-content-header {
    margin: 0px 0px 20px;
    margin: 0vw 0vw 5.55556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-title {
    text-align: center;
    font-size: 46.93333px;
    font-size: 6.11111vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-title {
    font-size: 63.36px;
    font-size: 8.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-title {
    font-size: 22px;
    font-size: 6.11111vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-title {
    font-size: 29.7px;
    font-size: 8.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-list {
    width: auto;
    margin: 0;
    padding: 0px 34.13333px;
    padding: 0vw 4.44444vw;
    padding-top: 74.66667px;
    padding-top: 9.72222vw;
    font-size: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-list {
    padding: 0px 16px;
    padding: 0vw 4.44444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-list {
    padding-top: 35px;
    padding-top: 9.72222vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-item {
    width: 50%;
    font-size: 0;
    vertical-align: top;
    margin-bottom: 91.73333px;
    margin-bottom: 11.94444vw;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-item {
    margin-bottom: 43px;
    margin-bottom: 11.94444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-desc {
    font-size: 46.93333px;
    font-size: 6.11111vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-main-spec-desc {
    font-size: 63.36px;
    font-size: 8.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-desc {
    font-size: 22px;
    font-size: 6.11111vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-main-spec-desc {
    font-size: 29.7px;
    font-size: 8.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-title {
    font-size: 25.6px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-main-spec-title {
    font-size: 34.56px;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-main-spec-title {
    font-size: 12px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-main-spec-title {
    font-size: 16.2px;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec {
    border-top: 1px solid #dedede;
    background-color: #f7f7f7;
    padding: 0px;
    padding: 0vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec {
    padding: 0px;
    padding: 0vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-list {
    padding: 0px 53.33333px;
    padding: 0vw 6.94444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-list {
    padding: 0px 25px;
    padding: 0vw 6.94444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-item {
    border: none;
    padding-top: 0px;
    padding-top: 0vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-item {
    padding-top: 0px;
    padding-top: 0vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-item:first-child {
    padding-top: 59.73333px;
    padding-top: 7.77778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-item:first-child {
    padding-top: 28px;
    padding-top: 7.77778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-category {
    font-size: 34.13333px;
    font-size: 4.44444vw;
    margin-bottom: 36.26667px;
    margin-bottom: 4.72222vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-detail-spec-category {
    font-size: 46.08px;
    font-size: 6vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-category {
    font-size: 16px;
    font-size: 4.44444vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-detail-spec-category {
    font-size: 21.6px;
    font-size: 6vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-category {
    margin-bottom: 17px;
    margin-bottom: 4.72222vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-title {
    font-size: 25.6px;
    font-size: 3.33333vw;
    line-height: 1.2;
    margin-bottom: 10.66667px;
    margin-bottom: 1.38889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-detail-spec-title {
    font-size: 34.56px;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-title {
    font-size: 12px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-detail-spec-title {
    font-size: 16.2px;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-detail-spec-title {
    line-height: .9;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__specs-popup-detail-spec-title {
    line-height: 1.4;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-title {
    margin-bottom: 5px;
    margin-bottom: 1.38889vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-desc {
    font-size: 25.6px;
    font-size: 3.33333vw;
    margin-bottom: 56.53333px;
    margin-bottom: 7.36111vw;
    color: #363636;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-detail-spec-desc {
    font-size: 34.56px;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-desc {
    font-size: 12px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-detail-spec-desc {
    font-size: 16.2px;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-detail-spec-desc {
    margin-bottom: 26.5px;
    margin-bottom: 7.36111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-category-list {
    padding-bottom: 23.46667px;
    padding-bottom: 3.05556vw;
    font-size: 0;
    vertical-align: top;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-category-list {
    padding-bottom: 11px;
    padding-bottom: 3.05556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-category-item {
    width: 42%;
    margin-left: 15%;
    font-size: 0;
    vertical-align: top;
    margin-bottom: 42.66667px;
    margin-bottom: 5.55556vw;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-category-item:nth-child(3n+1) {
    margin-left: 15%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-category-item:nth-child(2n-1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-category-item {
    margin-bottom: 20px;
    margin-bottom: 5.55556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-all-specs-btn {
    font-size: 25.6px;
    font-size: 3.33333vw;
    font-weight: normal;
    margin-bottom: 89.6px;
    margin-bottom: 11.66667vw;
    background-size: 34.13333px 34.13333px;
    background-size: 4.44444vw 4.44444vw;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-all-specs-btn-wrap {
    margin-bottom: 0;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-all-specs-btn {
    font-size: 34.56px;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-all-specs-btn {
    font-size: 12px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__specs-popup-all-specs-btn {
    font-size: 16.2px;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-all-specs-btn {
    margin-bottom: 42px;
    margin-bottom: 11.66667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-all-specs-btn {
    background-size: 16px 16px;
    background-size: 4.44444vw 4.44444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-close-button {
    width: 27.73333px;
    width: 3.61111vw;
    height: 27.73333px;
    height: 3.61111vw;
    top: 21.33333px;
    top: 2.77778vw;
    right: 21.33333px;
    right: 2.77778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-close-button {
    width: 13px;
    width: 3.61111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-close-button {
    height: 13px;
    height: 3.61111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-close-button {
    top: 10px;
    top: 2.77778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup-close-button {
    right: 10px;
    right: 2.77778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold {
    width: 32px;
    width: 4.16667vw;
    height: 32px;
    height: 4.16667vw;
    margin-left: 10.66667px;
    margin-left: 1.38889vw;
    border-width: 2.13333px;
    border-width: .27778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold {
    width: 15px;
    width: 4.16667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold {
    height: 15px;
    height: 4.16667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold {
    margin-left: 5px;
    margin-left: 1.38889vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold {
    border-width: 1px;
    border-width: .27778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:before,
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:after {
    position: absolute;
    content: '';
    width: 17.06667px;
    width: 2.22222vw;
    height: 2.13333px;
    height: .27778vw;
    margin-left: -8.53333px;
    margin-left: -1.11111vw;
    margin-top: 0px;
    margin-top: 0vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:before,
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:after {
    width: 8px;
    width: 2.22222vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:before,
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:after {
    height: 1px;
    height: .27778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:before,
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:after {
    margin-left: -4px;
    margin-left: -1.11111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:before,
  .sece-bespoke-wrap .pr-g-bespoke-simulator__specs-popup .s-btn-fold:after {
    margin-top: 0px;
    margin-top: 0vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup {
    max-width: 699.73333px;
    max-width: 91.11111vw;
    max-height: 92.8%;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup {
    max-width: 328px;
    max-width: 91.11111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-wrap {
    position: relative;
    padding: 83.2px 0px 78.93333px;
    padding: 10.83333vw 0vw 10.27778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-wrap {
    padding: 39px 0px 37px;
    padding: 10.83333vw 0vw 10.27778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-wrap {
    padding: 0;
    max-height: 87vw;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header {
    padding: 0px 34.13333px 42.66667px;
    padding: 0vw 4.44444vw 5.55556vw;
    border-width: 3.2px;
    border-width: .41667vw;
    margin-bottom: 42.66667px;
    margin-bottom: 5.55556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header {
    padding: 0px 16px 20px;
    padding: 0vw 4.44444vw 5.55556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header {
    border-width: 1.5px;
    border-width: .41667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header {
    margin-bottom: 20px;
    margin-bottom: 5.55556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header-title {
    font-size: 46.93333px;
    font-size: 6.11111vw;
    line-height: 1;
    text-align: center;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
    font-size: 63.36px;
    font-size: 8.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header-title {
    font-size: 22px;
    font-size: 6.11111vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
    font-size: 29.7px;
    font-size: 8.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
    line-height: .75;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__colorchip-popup-header-title {
    line-height: 1.4;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header-desc {
    font-size: 27.73333px;
    font-size: 3.61111vw;
    margin-top: 21.33333px;
    margin-top: 2.77778vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-header-desc {
    font-size: 37.44px;
    font-size: 4.875vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header-desc {
    font-size: 13px;
    font-size: 3.61111vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-header-desc {
    font-size: 17.55px;
    font-size: 4.875vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header-desc {
    margin-top: 10px;
    margin-top: 2.77778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-header--underline {
    border-bottom: 1px solid #e7e7e7;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup--close-button {
    top: 21.33333px;
    top: 2.77778vw;
    right: 21.33333px;
    right: 2.77778vw;
    width: 38.4px;
    width: 5vw;
    height: 38.4px;
    height: 5vw;
    background-size: 27.73333px 27.73333px;
    background-size: 3.61111vw 3.61111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup--close-button {
    top: 10px;
    top: 2.77778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup--close-button {
    right: 10px;
    right: 2.77778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup--close-button {
    width: 18px;
    width: 5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup--close-button {
    height: 18px;
    height: 5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup--close-button {
    background-size: 13px 13px;
    background-size: 3.61111vw 3.61111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color {
    width: 100%;
    max-width: 699.73333px;
    max-width: 91.11111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color {
    max-width: 328px;
    max-width: 91.11111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap {
    width: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .slick-arrow {
    width: 0;
    height: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots {
    top: 492.8px;
    top: 64.16667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots {
    top: 231px;
    top: 64.16667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots {
    padding: 8.53333px 34.13333px;
    padding: 1.11111vw 4.44444vw;
    border-radius: 34.13333px;
    border-radius: 4.44444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots {
    padding: 4px 16px;
    padding: 1.11111vw 4.44444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots {
    border-radius: 16px;
    border-radius: 4.44444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots li {
    width: 12.8px;
    width: 1.66667vw;
    height: 12.8px;
    height: 1.66667vw;
    margin-left: 34.13333px;
    margin-left: 4.44444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots li {
    width: 6px;
    width: 1.66667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots li {
    height: 6px;
    height: 1.66667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-kind-color-wrap .s-slick-dots .slick-dots li {
    margin-left: 16px;
    margin-left: 4.44444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content {
    padding: 0px 34.13333px;
    padding: 0vw 4.44444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content {
    padding: 0px 16px;
    padding: 0vw 4.44444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-img {
    margin-bottom: 96px;
    margin-bottom: 12.5vw;
    height: 465.06667px;
    height: 60.55556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-img {
    margin-bottom: 45px;
    margin-bottom: 12.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-img {
    height: 218px;
    height: 60.55556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-img img {
    height: 100%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-title {
    font-size: 29.86667px;
    font-size: 3.88889vw;
    margin-bottom: 10.66667px;
    margin-bottom: 1.38889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-content-title {
    font-size: 40.32px;
    font-size: 5.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-title {
    font-size: 14px;
    font-size: 3.88889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-content-title {
    font-size: 18.9px;
    font-size: 5.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-title {
    margin-bottom: 5px;
    margin-bottom: 1.38889vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-text {
    font-size: 25.6px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-content-text {
    font-size: 34.56px;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__colorchip-popup-content-text {
    font-size: 12px;
    font-size: 3.33333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__colorchip-popup-content-text {
    font-size: 16.2px;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup {
    max-width: 699.73333px;
    max-width: 91.11111vw;
    height: auto;
    max-height: 92.8%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup {
    max-width: 328px;
    max-width: 91.11111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-wrap {
    padding: 84.26667px 0px;
    padding: 10.97222vw 0vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-wrap {
    padding: 39.5px 0px;
    padding: 10.97222vw 0vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-content {
    max-height: 87vw;
    padding: 0;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-content-header {
    margin-bottom: 42.66667px;
    margin-bottom: 5.55556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-content-header {
    margin-bottom: 20px;
    margin-bottom: 5.55556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-title {
    font-size: 44.8px;
    font-size: 5.83333vw;
    text-align: center;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-title {
    font-size: 60.48px;
    font-size: 7.875vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-title {
    font-size: 21px;
    font-size: 5.83333vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-title {
    font-size: 28.35px;
    font-size: 7.875vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-list {
    padding: 0px 32px;
    padding: 0vw 4.16667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-list {
    padding: 0px 15px;
    padding: 0vw 4.16667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-item {
    padding: 32px 0px;
    padding: 4.16667vw 0vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-item {
    padding: 15px 0px;
    padding: 4.16667vw 0vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb {
    width: 153.6px;
    width: 20vw;
    height: 115.2px;
    height: 15vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb {
    width: 72px;
    width: 20vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb {
    height: 54px;
    height: 15vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--4door .pr-g-bespoke-simulator__detail-popup-thumb-door-list {
    max-width: 40%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--2door .pr-g-bespoke-simulator__detail-popup-thumb-door-list {
    max-width: 26%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-thumb--1door .pr-g-bespoke-simulator__detail-popup-thumb-door-list {
    max-width: 26%;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge {
    width: 477.86667px;
    width: 62.22222vw;
    padding-left: 35.2px;
    padding-left: 4.58333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge {
    width: 224px;
    width: 62.22222vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge {
    padding-left: 16.5px;
    padding-left: 4.58333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door {
    font-size: 34.13333px;
    font-size: 4.44444vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-fridge-door {
    font-size: 46.08px;
    font-size: 6vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door {
    font-size: 16px;
    font-size: 4.44444vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-fridge-door {
    font-size: 21.6px;
    font-size: 6vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-info {
    display: block;
    margin-top: 19.2px;
    margin-top: 2.5vw;
    padding-left: 0;
    font-size: 29.86667px;
    font-size: 3.88889vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-info {
    margin-top: 9px;
    margin-top: 2.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-fridge-door-info {
    font-size: 40.32px;
    font-size: 5.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-info {
    font-size: 14px;
    font-size: 3.88889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-fridge-door-info {
    font-size: 18.9px;
    font-size: 5.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-item {
    display: block;
    width: 100%;
    margin-top: 37.33333px;
    margin-top: 4.86111vw;
    font-size: 29.86667px;
    font-size: 3.88889vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-item {
    margin-top: 17.5px;
    margin-top: 4.86111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-fridge-door-item {
    font-size: 40.32px;
    font-size: 5.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-item {
    font-size: 14px;
    font-size: 3.88889vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__detail-popup-fridge-door-item {
    font-size: 18.9px;
    font-size: 5.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-item-info {
    margin-top: 11.73333px;
    margin-top: 1.52778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-fridge-door-item-info {
    margin-top: 5.5px;
    margin-top: 1.52778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-close-button {
    width: 27.73333px;
    width: 3.61111vw;
    height: 27.73333px;
    height: 3.61111vw;
    top: 21.33333px;
    top: 2.77778vw;
    right: 21.33333px;
    right: 2.77778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-close-button {
    width: 13px;
    width: 3.61111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-close-button {
    height: 13px;
    height: 3.61111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-close-button {
    top: 10px;
    top: 2.77778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__detail-popup-close-button {
    right: 10px;
    right: 2.77778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup {
    width: 699.73333px;
    width: 91.11111vw;
    max-height: 1322.66667px;
    max-height: 172.22222vw;
    padding: 97.06667px 74.66667px 81.06667px;
    padding: 12.63889vw 9.72222vw 10.55556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup {
    width: 328px;
    width: 91.11111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup {
    max-height: 620px;
    max-height: 172.22222vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup {
    padding: 45.5px 35px 38px;
    padding: 12.63889vw 9.72222vw 10.55556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-content-exclamation {
    padding-top: 85.33333px;
    padding-top: 11.11111vw;
    background-size: 72.53333px 72.53333px;
    background-size: 9.44444vw 9.44444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-content-exclamation {
    padding-top: 40px;
    padding-top: 11.11111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-content-exclamation {
    background-size: 34px 34px;
    background-size: 9.44444vw 9.44444vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-content-title {
    font-size: 42.66667px;
    font-size: 5.55556vw;
    line-height: 1.1;
    text-align: center;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__alert-popup-content-title {
    font-size: 57.6px;
    font-size: 7.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-content-title {
    font-size: 20px;
    font-size: 5.55556vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__alert-popup-content-title {
    font-size: 27px;
    font-size: 7.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__alert-popup-content-title {
    line-height: .825;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__alert-popup-content-title {
    line-height: 1.4;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn {
    width: 320px;
    width: 41.66667vw;
    font-size: 30.93333px;
    font-size: 4.02778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn {
    width: 150px;
    width: 41.66667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__alert-popup-btn {
    font-size: 41.76px;
    font-size: 5.4375vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn {
    font-size: 14.5px;
    font-size: 4.02778vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__alert-popup-btn {
    font-size: 19.575px;
    font-size: 5.4375vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn-wrap {
    margin-top: 83.2px;
    margin-top: 10.83333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn-wrap {
    margin-top: 39px;
    margin-top: 10.83333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn.s-btn-encased {
    padding: 25.6px 16px;
    padding: 3.33333vw 2.08333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn.s-btn-encased {
    padding: 12px 7.5px;
    padding: 3.33333vw 2.08333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn ~ .pr-g-bespoke-simulator__alert-popup-btn {
    margin-top: 42.66667px;
    margin-top: 5.55556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn ~ .pr-g-bespoke-simulator__alert-popup-btn {
    margin-top: 20px;
    margin-top: 5.55556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__alert-popup-btn--clear {
    width: auto;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup {
    width: 699.73333px;
    width: 91.11111vw;
    max-height: 1322.66667px;
    max-height: 172.22222vw;
    padding: 144px 100.26667px 81.06667px;
    padding: 18.75vw 13.05556vw 10.55556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup {
    width: 328px;
    width: 91.11111vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup {
    max-height: 620px;
    max-height: 172.22222vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup {
    padding: 67.5px 47px 38px;
    padding: 18.75vw 13.05556vw 10.55556vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-content-title {
    font-size: 42.66667px;
    font-size: 5.55556vw;
    line-height: 1.1;
    text-align: center;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__confirm-popup-content-title {
    font-size: 57.6px;
    font-size: 7.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-content-title {
    font-size: 20px;
    font-size: 5.55556vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__confirm-popup-content-title {
    font-size: 27px;
    font-size: 7.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__confirm-popup-content-title {
    line-height: .825;
  }

  .sece-bespoke-wrap html[lang^="my"] .pr-g-bespoke-simulator__confirm-popup-content-title {
    line-height: 1.4;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn {
    width: 320px;
    width: 41.66667vw;
    font-size: 30.93333px;
    font-size: 4.02778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn {
    width: 150px;
    width: 41.66667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__confirm-popup-btn {
    font-size: 41.76px;
    font-size: 5.4375vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn {
    font-size: 14.5px;
    font-size: 4.02778vw;
  }

  .sece-bespoke-wrap html[lang^="th"] .pr-g-bespoke-simulator__confirm-popup-btn {
    font-size: 19.575px;
    font-size: 5.4375vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn-wrap {
    margin-top: 93.86667px;
    margin-top: 12.22222vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn-wrap {
    margin-top: 44px;
    margin-top: 12.22222vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn.s-btn-encased {
    padding: 25.6px 16px;
    padding: 3.33333vw 2.08333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn.s-btn-encased {
    padding: 12px 7.5px;
    padding: 3.33333vw 2.08333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn ~ .pr-g-bespoke-simulator__confirm-popup-btn {
    margin-top: 40.53333px;
    margin-top: 5.27778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) and (max-width: 360px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn ~ .pr-g-bespoke-simulator__confirm-popup-btn {
    margin-top: 19px;
    margin-top: 5.27778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 768px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__confirm-popup-btn--clear {
    width: auto;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-help-tooltip-trigger,
  .sece-bespoke-wrap .pr-g-bespoke-simulator__3d-preview-btn {
    display: none !important;
  }

  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-type-select-text,
  .sece-bespoke-wrap .pr-g-bespoke-simulator__step-title {
    word-break: normal !important;
  }
}
