input:focus::placeholder {
    color: transparent
}

.pd-hdr {
    width: calc(100% - 32rem - 2.4vw);
    margin: calc(0rem - 0vw) 1vw 0 1vw;
    padding: 0 0vw;
    position: relative;
}

.pd-sc1 .container {
    top: 5rem
}

.pd-hdr .img--container {
    width: calc(100% - 1.2vw);
    height: calc(100vh - 8rem);
    display: block;
    margin: 4rem 0 0 1.2vw;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    overflow-anchor: none;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: normal;
    scroll-behavior: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative
}

.pd-hdr .img--container::-webkit-scrollbar {
    display: none
}

.img--cont--sub {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

.pd-hdr .fxd--container {
    width: calc(100% - 1.2vw);
    /* width: calc(100% - 32rem - 2.4vw - 1.2vw); */
    height: calc(100vh - 8rem);
    position: absolute;
    top: 4rem;
    /* left: 2.2vw; */
    left: 1.2vw;
    z-index: 2;
    pointer-events: none;
}

.pd-hdr .fxd--container .nxt--img,
.pd-hdr .fxd--container .prv--img {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 1.3rem);
    left: 1rem;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    line-height: 1.8rem;
    font-family: Inter, sans-serif;
    color: #000;
    text-align: center;
    background-color: rgba(255, 255, 255, .4);
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    pointer-events: all;
}

.pd-hdr .fxd--container .nxt--img:hover,
.pd-hdr .fxd--container .prv--img:hover {
    background-color: rgba(255, 255, 255, .9);
    transform: scale(1.02);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.pd-hdr .fxd--container .prv--img {
    opacity: 0
}

.pd-hdr .fxd--container .nxt--img {
    left: auto;
    right: 1rem
}

.pd-hdr .fxd--container .nxt--img img,
.pd-hdr .fxd--container .prv--img img {
    width: 64%;
    height: 64%;
    object-fit: contain;
    object-position: center
}

.pd-hdr .img--container img,
.pd-hdr .img--container video {
    width: 100%;
    min-width: 100%;
    height: 100% !important;
    margin: 0;
    object-fit: cover;
    object-position: center;
    scroll-snap-align: center;
    scroll-snap-stop: normal;
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.pd-sc1 .container .nmp h1 {
    font-weight: 700
}

.pd-sc1 .container .nmp .sub-txt {
    font-weight: 500;
    line-height: 2.1rem;
    color: #666
}

.pd-sc1 .container .param span {
    display: flex;
    margin: 0 .5rem;
    line-height: 1.8rem;
    font-family: 'Noto Sans Display', sans-serif;
}

.pd-sc1 .container .param span .spcr {
    margin: -0.1rem 0.4rem 0 0;
}

.pd-sc1 .container .param .slc--container {
    color: #323332;
    font-weight: 400
}

.pd-sc1 .container .param .slc--container .lbl--container {
    margin-bottom: .4rem
}

.pd-sc1 .container .param label {
    font-family: 'Noto Sans Display', sans-serif;
    font-weight: 500
}

.pd-sc2 .txt--container {
    width: calc(100% - 1.2vw);
    margin: 0 0 2.4vw 0.6vw;
}

.pd-sc2 .txt--container .tbl {
    max-width: 1400px;
    margin: auto
}

.pd-sc2 .txt--container .txt {
    width: 100%;
    margin: 6rem auto 0
}

.pd-sc2 .txt--container .txt .cnt {
    width: 100%;
    max-width: 1400px;
    margin: 2rem auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.pd-sc2 .txt--container .txt .cnt .model {
    width: 100%;
    max-height: calc(100vh - 4rem);
    aspect-ratio: 6/4;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pd-sc2 .txt--container .txt .cnt model-viewer {
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 4rem)
}

.pd-sc2 .txt--container .txt .cnt h3 {
    margin: 0 auto .4rem;
    font-size: calc(2.4rem + 1.2vw);
    line-height: calc(2.6rem + 1.4vw);
    font-weight: 500;
    justify-content: center;
    color: #000
}

.pd-sc2 .txt--container .txt .alt span,
.pd-sc2 .txt--container .txt .cnt span,
.pd-sc2 .txt--container .txt .flt span,
.pd-sc2 .txt--container .txt .sdt span {
    width: 100%;
    max-width: 840px;
    margin: 1rem auto 2rem;
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 2.2rem;
    color: #666
}

.pd-sc2 .txt--container .txt .sdt {
    width: 100%;
    max-width: 1400px;
    margin: calc(4rem + 4vw) auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.pd-sc2 .txt--container .txt .alt h3,
.pd-sc2 .txt--container .txt .flt h3,
.pd-sc2 .txt--container .txt .sdt h3 {
    max-width: 100%;
    margin: 1rem auto 0;
    font-size: calc(1.4rem + 1.2vw);
    line-height: calc(1.6rem + 1.4vw);
    font-weight: 600;
    text-align: center;
    display: block
}

.pd-sc2 .txt--container .txt .alt h4,
.pd-sc2 .txt--container .txt .flt h4,
.pd-sc2 .txt--container .txt .sdt h4 {
    width: 24rem;
    max-width: 100%;
    margin: 0 auto .8rem 0;
    font-size: calc(1.4rem + 1vw);
    line-height: calc(1.6rem + 1vw);
    font-weight: 500;
    text-align: left
}

.pd-sc2 .txt--container .txt .sdt .img,
.pd-sc2 .txt--container .txt .sdt .txt--sub {
    width: calc(50% - 2vw)
}

.pd-sc2 .txt--container .txt .sdt .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.pd-sc2 .txt--container .txt .alt span,
.pd-sc2 .txt--container .txt .sdt .txt--sub span {
    width: 100%;
    max-width: none;
    margin: 0;
    display: block;
    text-align: left
}

.pd-sc2 .txt--container .txt .flt {
    width: 100%;
    max-width: 1400px;
    margin: calc(4rem + 4vw) auto 0
}

.pd-sc2 .faqs {
    /* display: none; */
    max-width: 1400px;
    margin: 0 auto 6rem;
}

.pd-sc2 .faqs h3 {
    font-size: calc(1.2rem + 1vw);
    font-weight: 500;
    margin: 0;
}

.pd-sc2 .faq {
    width: 100%;
    margin: 0.4rem 0;
    padding: 0.4rem 0;
    border-bottom: .1rem solid #323332;
    cursor: pointer;
}

.pd-sc2 .faq .qst {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.pd-sc2 .faq .qst b {
    max-width: calc(100% - 3rem);
}

.pd-sc2 .faq .plus {
    transition: transform 0.3s ease-in-out;
}

.pd-sc2 .faq p {
    height: 0;
    width: calc(100% - 3rem);
    margin: 0.4rem 0 0;
    color: #666;
    line-height: 1.6rem;
    overflow: hidden;
    opacity: 0;
}

.pd-sc2 .cnt--wrp .btns>* {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    border: solid 1px #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 1rem auto 0;
    cursor: pointer;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.pd-sc2 .cnt--wrp .btns>*:hover {
    background-color: #000;
    color: #fff;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.pd-sc2 .txt--container .txt .alt,
.pd-sc2 .txt--container .txt .flx {
    width: calc(100% - 3.6rem - 3.2vw);
    max-width: calc(1400px - 3.6rem - 3.2vw);
    background-color: #eee
}

.pd-sc2 .txt--container .txt .flx {
    display: flex;
    justify-content: space-around;
    padding: calc(1.8rem + 1.6vw) calc(1.8rem + 1.6vw) calc(.4rem + 1.6vw)
}

.pd-sc2 .txt--container .txt .flt span {
    width: 100%;
    max-width: none;
    display: block;
    text-align: left
}

.pd-sc2 .txt--container .txt .flt .img {
    width: 100%;
    aspect-ratio: 8/2
}

.pd-sc2 .txt--container .txt .flt .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.pd-sc2 .txt--container .txt .alt {
    margin: 6rem auto;
    padding: calc(1.8rem + 1.6vw)
}

.trb {
    width: 100%;
    max-width: 1400px;
    margin: 6rem auto 0;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.trb .tbg {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.trb .tbg img {
    width: 1.8rem;
    height: 1.8rem;
    margin-bottom: 0.6rem;
}

.pd-sc1 .container .param .trb .tbg span {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 1rem;
}

.pd-sc1 .container .param .dslc {
    font-size: .96rem
}

.pd-sc1 .container .param .select input[type=radio] {
    cursor: pointer
}

.pd-sc1 .container .param .bag,
.pd-sc1 .container .param .bag-bld,
.pd-sc1 .container .param .prsn,
.pd-sc1 .container .param .select .clr,
.pd-sc1 .container .param .select .dim {
    cursor: pointer;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.pd-sc1 .container .param .bag,
.pd-sc1 .container .param .bag-bld {
    margin-bottom: 2rem;
}

.pd-sc1 .container .param .select input[type=radio]:checked+.clr,
.pd-sc1 .container .param .select input[type=radio]:checked+.dim {
    border: .2rem solid #59953f;
    font-weight: 500;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.pd-sc1 .container .param .select img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.pd-sc1 .container .param .select input[type=radio]:checked+.clr img,
.pd-sc1 .container .param .select input[type=radio]:checked+.dim img {
    width: 28px;
    height: 28px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.pd-sc1 .container .param .bag:hover,
.pd-sc1 .container .param .bag-bld:hover,
.pd-sc1 .container .param .prsn:hover {
    transform: scale(.96);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.video-container {
    display: flex;
    width: 100%;
    max-width: 1400px;
    justify-content: space-between;
    align-items: center;
    margin: 6rem auto;
    position: relative;
    overflow: hidden;
    /* gap: 2%; */
    /* display: none; */
}

.video-container .video-carousel {
    display: flex;
    justify-content: flex-start;
    white-space: nowrap;
    scrollbar-width: none;
    gap: 2%;
    transition: transform 0.4s ease-in-out;
}

.video-container .controls {
    position: absolute;
    width: 96%;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    left: 2%;
    transition: transform 0.4s ease-in-out;
}

.video-container .controls .prv,
.video-container .controls .nxt {
    background-color: #fff;
    width: 2rem;
    height: 2rem;
    /* padding-bottom: 0.1rem; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.video-container .controls .prv:active,
.video-container .controls .nxt:active {
    transform: scale(0.8);
    transition: transform 0.2s ease-in-out;
}

.video-container .controls .prv img,
.video-container .controls .nxt img {
    width: 54%;
    height: 54%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.2s ease-in-out;
}

.video-container .controls .prv:active img,
.video-container .controls .nxt:active img {
    width: 40%;
    height: 40%;
    transition: transform 0.2s ease-in-out;
}

.pd-sc2-1 .video-container video {
    width: 32%;
    height: auto;
    aspect-ratio: 9/16;
    background: #aaa;
    transition: transform 0.4s ease-in-out;
}

.pd-sc2-2 .video-container video {
    width: 80%;
    height: auto;
    aspect-ratio: 9/16;
    background: #aaa;
    transition: transform 0.4s ease-in-out;
}

@media (max-width:1270px) {
    .pd-hdr {
        width: 100%;
        margin: 0 auto;
    }
    .pd-hdr .img--container {
        height: 100%;
        width: 100%;
        margin: 4rem 0 0
    }
    .pd-hdr .fxd--container {
        width: calc(100% - 2.4vw);
        height: 100vw;
        top: 4rem;
    }
}

@media (max-width:1014px) {
    .pd-sc2 .txt--container .txt {
        margin-top: 4rem
    }
    .pd-sc2 .txt--container .tbl {
        width: 100%;
        max-width: none
    }
    .pd-sc2 .txt--container .txt .flx {
        /* flex-direction: column; */
        padding: calc(1.8rem + 1.6vw);
        margin: 4rem auto 0rem
    }
    .pd-sc2 .txt--container .txt .flt .img {
        aspect-ratio: 3/2
    }
    .pd-sc2 .txt--container .txt .alt {
        margin: 3rem auto
    }
}

@media (max-width:860px) {
    .pd-sc2 .txt--container .txt .flx {
        flex-direction: column;
    }
    .pd-sc2 .txt--container .txt .sdt {
        flex-direction: column
    }
    .pd-sc2 .txt--container .txt .sdt .img,
    .pd-sc2 .txt--container .txt .sdt .txt--sub {
        width: 100%
    }
    .pd-sc2 .txt--container .txt .sdt .img {
        margin: 2rem 0
    }
}

@media (max-width:694px) {
    .pd-hdr {
        width: 100%;
        margin: 4rem 0 0;
        padding: 0;
    }
    .pd-hdr .img--container {
        width: 100%;
        margin: 0;
        aspect-ratio: 41/43;
    }
    .pd-hdr .fxd--container {
        height: 100vw;
        top: 0rem
    }
    .pd-hdr .img--container img,
    .pd-hdr .img--container video {
        height: 100vw
    }
    .pd-hdr .img--container img:first-of-type,
    .pd-hdr .img--container video {
        margin-left: 0
    }
    .trb {
        flex-direction: column;
        margin: 3rem auto 2rem;
    }
    .trb .tbg {
        width: 100%;
    }
}

@media (orientation:portrait) {
    .pd-sc2 .txt--container .txt .cnt .model {
        max-height: 74vh;
        aspect-ratio: 4/5
    }
    .pd-sc2 .txt--container .txt .cnt .model canvas {
        width: 150% !important;
        height: 150% !important;
        margin-left: -25% !important;
    }
    .pd-sc2 .txt--container .txt .cnt model-viewer {
        max-height: 74vh
    }
}