
body {
    color: #222;
}

.sellingSwiperList ul li a {
    text-decoration: none;
}

.sellingTop h1 {
    font-weight: 400;
}

.detailsContent {
    padding: 0 40px 0;
    margin: 0 auto;
}

.detailsContentBox {
    padding-top: 16px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.detailsContentLeft {
    min-width: 676px;
    margin-inline-end: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex: 1;
    position: sticky;
    width: 100%;
}

.detailsContentLeft > div {
    /* margin-inline-end: 8px; */
    width: calc(50% - 8px);

    /* margin-bottom: 8px; */
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.detailsContentLeft > div > div {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 133.33333%;
}

.detailsContentLeft div div img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    cursor: crosshair;
    object-fit: cover;
    background: unset;
}

.detailsContentRight {
    width: 484px;
    min-width: 484px;
    transition: all .3s ease;
}

.detailsContentList {
    position: relative;
    z-index: 2;
}

.detailsContentList h1 {
    font-weight: 400;
    margin-inline-end: 36px;
    line-height: 28px;
    font-size: 20px;
    text-align: start;
}

.detailsContentComment {
    margin-top: 8px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}

.detailsContentComment div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.detailsContentComment span {
    border-bottom: 1px solid #222;
    margin-inline-start: 8px;
    cursor: pointer;
    line-height: 20px;
    font-size: 14px;
}

.detailsContentPrice {
    margin-top: 32px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}

.detailsContentPriceBox {
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
    display: inline-flex;
}

.priceNumber {
    padding-inline-end: 4px;
    line-height: 28px;
    font-size: 20px;
    font-weight: 400;
}

.pricePreviously {
    display: flex;
    align-items: center;
    padding-inline-end: 4px;
    justify-content: center;
    color: #646464;
    line-height: 22px;
    font-size: 14px;
}

.pricePreviously span:nth-child(1) {
    text-decoration-line: line-through;
    padding-inline-end: 8px;
}

.pricePreviously span:nth-child(2) {
    background-color: #f7f7f7;
    padding-left: 4px;
    padding-right: 4px;
    color: #ff405f;
    line-height: 20px;
    font-size: 12px;
}

.line {
    background-color: #e9e9e9;
    margin-top: 32px;
    height: 1px;
    width: 100%;
}

.detailsAllocation {
    padding-bottom: 40px;
}

.detailsListOption {
    margin-top: 8px;
}

.detailsListData {
    padding-top: 24px;
    position: relative;
}

.detailsColor {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detailsColor span {
    line-height: 24px;
    font-size: 16px;
    text-transform: capitalize;
}

.memberBox {
    padding-top: 20px;
    position: relative;
}

.detailsMember {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detailsBtn {
    width: calc(100% + 16px);
    padding-top: 12px;
    text-align: start;
}

.detailsBtn button {
    padding: 13px 5px;
    min-width: 115px;
    height: 48px;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    margin-inline-end: 5px;
    margin-bottom: 8px;
    color: #222;
    text-align: center;
    font-family: var(--bold);
    font-size: 14px;
    line-height: 20px;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
}

.detailsBtn button:hover {
    border: 1px solid #222;
}

.detailsSize {
    margin-top: 28px;
    width: 100%;
}

.detailsSize button {
    transition: all .3s ease;
    box-sizing: border-box;
    background-color: #222;
    padding-left: 24px;
    padding-right: 24px;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    line-height: 64px;
    font-size: 16px;
    text-align: center;
    height: 64px;
    width: 100%;
}

.detailsSize button:nth-child(1):hover {
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .1)), #222;
}

.detailsAllocation .detailsSize button:nth-child(2) {
    display: none;
    background: #ff405f;
}

.detailsSize button:nth-child(2):hover {
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .1)), #ff405f;
}

.advantage {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 8px;
}

.advantage div {
    width: 30%;
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.advantage div img {
    width: 48px;
    height: 48px;
}

.advantage div span {
    font-family: patpat-Regular, sans-serif;
    -webkit-font-smoothing: antialiased;
}


.selling,
.selling2 {
    margin-bottom: 80px
}

.sellingTop {
    margin-bottom: 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 40px;
    margin-right: 40px;
}

.sellingTop a span {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    color: #222;
    display: inline-block;
    border-bottom: 1px solid #222;
    text-transform: uppercase;
}

.sellingSwiper {
    width: 100%;
    display: flex;
    position: relative;
}

.sellingSwiperList {
    width: 100%;
    overflow-x: auto;
    display: flex;
    position: relative;
}

.sellingSwiperList ul {
    display: flex;
    margin-left: 40px;
    margin-right: 40px;
}

.sellingSwiperList ul li {
    margin-inline-end: 16px;
    max-width: 434px;
    min-width: 280px;
    width: calc((100vw - 144px) / 4);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.sellingSwiperList ul li a {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: start;
}

.sellingSwiperList ul li a > div {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.sellingSwiperList ul li a div div {
    position: relative;
}

.sellingSwiperList a img {
    width: 100%;
}

.intrduce {
    margin-top: 16px;
}

.intrduce p:nth-child(1) {
    color: #222;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-inline-end: 24px;
}

.intrduce p:nth-child(2) {
    margin-top: 8px;
    color: #222;
    font-size: 14px;
    font-family: patpat-SemiBold;
    line-height: 20px;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    align-content: flex-start;
}

.intrduce p span {
    color: #222;
    font-size: 14px;
    font-family: patpat-SemiBold;
    font-weight: 500;
    line-height: 20px;
    margin-inline-end: 4px;
}

.sellingSwiperList button {
    position: absolute;
    z-index: 9;
    display: none;
    bottom: 24px;
    left: 8%;
    width: 84%;
    border: 1px solid;
    cursor: pointer;
    background-color: #fff;
}

.sellingSwiperList button span {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 14px 32px;
    gap: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-family: patpat-Medium;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
}

.sellingSwiperList a:hover button {
    display: block;
}

.arrow-right,
.arrow-left {
    cursor: pointer;
    position: absolute;
    top: 46%;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 9;
    padding: 10px;
    background: #ccc;
    color: #333;
    opacity: 0.6;
    border-radius: 20px;
}

.arrow-right {
    right: 0;
}

.arrow-left {
    left: 0;
}

.productDetails {
    padding-bottom: 12px;
    width: 100%;
}

.product {
    transition: all 0.3s ease-in-out 0s;
    border-top: 1px solid #e9e9e9;
    padding-bottom: 16px;
    padding-top: 3px;
    margin-top: 12px;
}

.productTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    cursor: pointer;
}

.productTitle h2 {
    font-size: 16px;
    font-weight: 400;
}

.productTitle div img {
    width: 24px;
    height: 24px;
}

.productList {
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
}

.productList p {
    margin-top: 4px;
    text-align: start;
}

.productList img {
    width: 28px;
    height: 28px;
}

.productList > div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 12px;
}

.productListData {
    margin-inline-start: 8px;
    flex: 1;
    line-height: 20px;
    font-size: 14px;
}

.productListData p:nth-child(2) {
    margin-top: 4px;
}

.productListData p:nth-child(2) span:nth-child(2) {
    font-weight: 700;
}

.productList {
    display: none;
    overflow: hidden;
}

.rotated {
    transform: rotate(180deg);
}

.productTitle img {
    transition: transform 0.3s; /* Smooth transition for rotation */
}

.commentBox {
    position: relative;
    margin: 80px auto 0;
    width: 1056px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.commentTitle {
    background: #f7f7f7;
    height: 112px;
    width: 100%;
    padding-left: 48px;
    padding-right: 48px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.commentTitleOne, .commentTitleTwo {
    width: 33.33%;
    font-size: 32px;
}

/*.commentTitleTwo {*/
/*    font-size: 40px !important;*/
/*    font-weight: 700 !important;*/
/*}*/

.commentTitleThree {
    display: flex;
    align-items: center;
    padding-top: 8px;
    justify-content: center;
    flex-direction: row;
}

.commentTitleThreeLeft, .commentTitleThreeRight {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-inline-start: 8px;
    text-align: start;
}

.commentUl {
    margin-top: 24px;
    position: relative;
    width: 100%;
    list-style: none;
}

.commentUl li {
    border-top: 1px solid #e9e9e9;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 24px;
    flex-direction: row;
    list-style: none;
}

.commentUl li:first-child {
    border-top: none;
}

.commentUlLeft {
    width: 216px;
    margin-inline-end: 24px;
    flex: none;
    text-align: start;
}

.commentUlRight {
    flex: 1;
}

.commentUlRight p:nth-child(1) {
    overflow: hidden;
    line-height: 24px;
    font-size: 16px;
}

.commentUlRight p:nth-child(2) {
    margin-top: 8px;
    overflow: hidden;
    line-height: 24px;
    font-size: 14px;
    font-family: patpat-Regular, sans-serif;
}

.translate {
    margin-top: 8px;
}

.commentImg {
    margin-top: 24px;
    flex: 1;
    overflow-x: auto;
    white-space: nowrap;
}

.commentImg img {
    display: inline-block;
    cursor: pointer;
    width: 68px;
    height: 68px;
    margin-inline-end: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}

.commentBottom {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.commentBottom span {
    line-height: 20px;
    font-size: 14px;
    color: #646464;
}

.commentBottom button {
    cursor: pointer;
    background: #f7f7f7;
    padding: 6px 12px;
    padding-inline-end: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--font-color-black);
    font-family: var(--regular);
    font-size: 14px;
    line-height: 20px;
}

.commentBottom button img, .commentCertified img, .commentPentagram img {
    width: 20px;
    height: 20px;
}

.commentUlLeft p {
    font-size: 16px;
    line-height: 24px;
}

.commentCertified {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 4px;
}

.commentCertified span {
    color: rgb(60, 158, 129);
    line-height: 16px;
    font-size: 12px;
}

.commentPentagram {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 16px;
}

.commentUlLeftList {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 24px;
    flex-wrap: wrap;
}

.commentUlLeftList > span {
    margin-inline-end: 24px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
}

.commentTitleThreeLeft span, .commentTitleThreeRight span {
    margin-bottom: 8px;
    height: 16px;
    width: 100%;
    box-sizing: border-box;
    color: #646464;
    line-height: 16px;
    font-size: 12px;
}

.commentTitleThreeLeft span {
    width: 60px;
}

.progressBar {
    margin-inline-start: 8px;
}

.progressBar div {
    height: 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progressBar div span {
    display: block;
    box-sizing: border-box;
    width: 70px;
    background: #e9e9e9;
    height: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.progressBar div span i {
    height: 4px;
    border-radius: 4px;
    display: block;
    width: 0%;
    background: #222;
}

.progressBar div:nth-child(2) i {
    width: 95%;
}

.progressBar div:nth-child(3) i {
    width: 5%;
}

.commentTab {
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #e9e9e9;
    transition: top .3s ease 0s;
    background-color: #fff;
    margin-top: 40px;
    align-items: flex-start;
    display: flex;
    /*justify-content: space-between;*/
}

.commentTabLeft {
    height: 100%;
}

.commentTabLeft div {
    height: 100%;
    cursor: pointer;
    padding: 10px 0 26px;
    margin-inline-end: 64px;
    line-height: 20px;
}

.commentTabLeft .active {
    border-bottom: 2px solid #222;
}

@media screen and (min-width: 1680px) {
    .detailsContent {
        padding: 0 80px;
    }
}

.detailsContentLeft {
    display: flex;
    gap: 10px;
}

.image-container {
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}

.image {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.image.zoomed {
    cursor: zoom-out;
    transform: scale(2);
}

.choiceColor {
    margin-top: 15px;
}

.choiceColor button {
    padding: 13px 5px;
    min-width: 115px;
    height: 48px;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    margin-inline-end: 8px;
    margin-bottom: 8px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    background: #f7f7f7;
}

.choiceColor button span {
    /*opacity: 0;*/
}

/*.choiceColor button:nth-child(1) {*/
/*    background: #4682B4;*/
/*}*/

/*.choiceColor button:nth-child(2) {*/
/*    background: #FF69B4;*/
/*}*/

.border-highlight {
    border: 1px solid #222;
}

.detailsBtn .selected {
    background-color: #222;
    color: #fff;
}

.detailsContentLeft {
    display: none;
}

.detailsContentLeft.active {
    display: flex;
}

.color-size {
    display: none;
}

.color-size.active {
    display: flex;
    flex-wrap: wrap;
}

.star-rating {
    display: flex;
    /* display: inline-block; */
}

.star-rating img {
    width: 20px;
    height: 20px;
}

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

.commentTitleTwo span {
    margin-right: 15px;
}

.detailsPopup, .detailsPopupList {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.detailsPopupList {
    display: none;
}

.popupBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.detailsPop {
    top: 50%;
    left: 50%;
    background: 0 0;
    transform: translate(-50%, -50%);
    width: auto;
    height: 600px;
    position: relative;
    display: inline-block;
    background-color: #fff;
    right: 0;
    margin: 0 auto;
}

.detailsLeftImg, .detailsLeftImgOne {
    width: 450px;
    height: 100%;
}

.detailsLeftImg img, .detailsLeftImgOne img {
    object-fit: cover;
    height: 100%;
    width: 450px;
}

.detailsLeftImgOne .btn {
    cursor: pointer;
    z-index: 19;
    display: block;
    width: 40px;
    height: 40px;
    padding: 8px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s ease;
    box-shadow: 0 0 6.67px 0 rgba(0, 0, 0, .06);
}

.detailsLeftImgOne .btn img {
    width: 24px;
}

.detailsLeftImgOne .btnLeft img {
    transform: rotate(180deg);
}

.detailsLeftImgOne .btnLeft {
    left: 8px;
}

.detailsLeftImgOne .btnRight {
    right: 8px;
}

.custom-indicator {
    position: absolute;
    bottom: 16px;
    left: 50%;
    height: 18px;
    margin-left: -25px;
    padding: 0 8px;
    border-radius: 10px;
    text-align: center;
    background: hsla(0, 0%, 100%, .9);
    font-size: 12px;
    color: var(--font-color-black);
    line-height: 18px;
    z-index: 18;
    font-family: patpat-Regular, sans-serif;
}

.detailsRightBox {
    padding: 40px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.detailsRightList {
    width: 100%;
    overflow-x: auto;
    cursor: move;
    flex: 1;
}

.detailsRightOne span:nth-child(1) {
    font-weight: 700;
    margin-right: 16px;
}

.detailsRightThree {
    margin-top: 16px;
}

.detailsRightFour {
    margin-top: 24px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 23px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.detailsRightFour > span {
    margin-right: 24px;
    margin-bottom: 8px;
}

.detailsRightFive {
    margin-top: 32px;
}

.detailsRightFive p {
    margin-bottom: 16px;
}

.detailsRightSix {
    margin-top: 16px;
    align-items: flex-end;
    justify-content: flex-end;
    display: flex;
}

.detailsRightSix button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.detailsRightSix img {
    width: 20px;
}

.addDetails {
    margin: 24px 0 0;
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #222;
    color: #fff;
}

.closeImg, .closeImgTwo {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
}

.detailsLeftImg > div {
    display: none;
}

.detailsPopup {
    display: none;
}

.no-scroll {
    overflow: hidden;
}

.commentBox {
    position: relative;
    margin: 80px auto 0;
    width: 1056px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.noComment {
    position: relative;
    margin: 80px auto;
    width: 1056px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.noComment div {
    width: 100%;
    background: #f7f7f7;
    height: 112px;
    line-height: 112px;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.noComment img {
    width: 128px;
}

.noComment p {
    width: 440px;
    text-align: center;
    margin-top: 16px;
}

.pagingBox {
    width: 1056px;
    display: flex;
    justify-content: center;
}

.prevLeftImg img {
    transform: rotate(180deg);
}

.pagination img {
    width: 16px;
}

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

.pages div a {
    vertical-align: middle;
}

.page {
    border: none;
    display: inline-block;
    text-align: center;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    min-height: 24px;
    margin: 6px;
    border-radius: 50%;
    background: #f0f0f0;
}

.pagination .pages div {
    display: inline-block;
    background: none;
}

.pageActive {
    background: #222;
    color: #fff;
}

.detailsLeftImgOne {
    position: relative;
    overflow: hidden;
    width: 450px;
}

.imgBox {
    /*display: flex;*/
    /*position: relative;*/
    /*width: calc(450px * 3);*/
}

.imgBox div {
    width: 450px;
    flex-shrink: 0;
}

.sellingSwiperList::-webkit-scrollbar {
    display: none;
}



