/* BASIC css start */
:root {
    --point-color: #3D5A80;
    --main-bg: #F7F5F0;
    --ink: #1F2933;
    --muted: #7F7B74;
    --line: #DED9CE;
    --paper: #FFFFFF;
    --surface: #FFFFFF;
    --soft-accent: #DED9CE;
    --sale-color: #B0003A;
}

body {
    padding-top: 0 !important;
    background: var(--main-bg);
}

#contentWrapper {
    padding-top: 114px !important;
    background: var(--main-bg);
    color: var(--ink);
}

#contentWrapper * {
    box-sizing: border-box;
}

#contentWrapper a {
    color: inherit;
    text-decoration: none;
}

#contentWrapper dl,
#contentWrapper dt,
#contentWrapper dd,
#contentWrapper ul,
#contentWrapper li,
#contentWrapper p,
#contentWrapper h2,
#contentWrapper h3 {
    margin: 0;
    padding: 0;
}

#contentWrapper li {
    list-style: none;
}

#content {
    padding: 0 !important;
}

#productClass {
    width: 100%;
    overflow: hidden;
    font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
}

.blind {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
}

.prd-class-hd {
    width: min(1760px, calc(100% - 48px));
    margin: 0 auto;
    padding: 22px 0 0;
}

.loc-navi dd {
    color: rgba(31, 41, 51, 0.52);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}

.loc-navi a {
    color: rgba(31, 41, 51, 0.72);
}

.page-body {
    width: 100%;
}

.cate-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 42px 24px 30px;
    border-bottom: 0;
    background: var(--main-bg);
    text-align: center;
}

.cate-wrap .bcate {
    color: var(--ink);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    word-break: keep-all;
}

.cate-wrap .bcate::after {
    content: "EVERYDAY LIVING GOODS";
    display: block;
    margin-top: 12px;
    color: rgba(31, 41, 51, 0.48);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    text-indent: 0;
}

.class-list {
    width: min(1040px, 100%);
    margin: 34px auto 0;
}

.class-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
}

.class-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    min-height: 38px;
    padding: 0 18px;
    border: 1px solid rgba(61, 90, 128, 0.18);
    border-radius: 999px;
    background: var(--paper);
    color: rgba(31, 41, 51, 0.74);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.class-list a:hover,
.class-list a.sel {
    border-color: var(--point-color);
    background: var(--point-color);
    color: #fff;
}

.eyebrow {
    display: block;
    margin-bottom: 10px;
    color: var(--point-color);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
}

.product-wrap {
    width: min(1760px, calc(100% - 48px));
    margin: 0 auto;
}

.product-wrap .item-wrap {
    position: relative;
}

.slide-section {
    padding: 84px 0 54px;
}

.slide-section + .slide-section {
    padding-top: 34px;
}

.slide-section .item-wrap {
    position: relative;
}

.cateTit {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 30px;
}

.cateTit h3 {
    color: var(--ink);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: 0;
}

.arrowBox {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.arrowBox .l-line {
    width: 1px;
    height: 18px;
    background: rgba(31, 41, 51, 0.18);
}

.arrowBox .swiper-button-prev,
.arrowBox .swiper-button-next {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0;
    border: 1px solid rgba(61, 90, 128, 0.22);
    border-radius: 50%;
    background: var(--paper);
    color: var(--point-color);
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.arrowBox .swiper-button-prev::after,
.arrowBox .swiper-button-next::after {
    display: none;
}

.arrowBox .swiper-button-prev span,
.arrowBox .swiper-button-next span {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
}

.arrowBox img {
    display: none;
}

.arrowBox .swiper-button-prev span::before,
.arrowBox .swiper-button-next span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.arrowBox .swiper-button-prev span::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.arrowBox .swiper-button-next span::before {
    transform: translate(-65%, -50%) rotate(45deg);
}

.arrowBox .swiper-button-prev:hover,
.arrowBox .swiper-button-next:hover {
    border-color: var(--point-color);
    background: var(--point-color);
    color: #fff;
}

.slide-section .mySwiper {
    overflow: hidden;
}

.slide-section .swiper-wrapper {
    align-items: stretch;
}

.slide-section .swiper-pagination {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto !important;
    width: 100% !important;
    height: 4px !important;
    margin: 42px auto 0;
    background: rgba(61, 90, 128, 0.14);
}

.slide-section .swiper-pagination .swiper-pagination-progressbar-fill {
    background: var(--point-color);
}

.product-list-wrap {
    width: min(1760px, calc(100% - 48px));
    margin: 12px auto 150px;
}

.item-sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 0;
    padding: 14px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.item-sort .ea {
    color: rgba(31, 41, 51, 0.72);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.item-sort .ea strong {
    color: var(--point-color);
    font-weight: 800;
}

.sort-menu {
    position: relative;
    z-index: 10;
    flex: 0 0 auto;
}

.sort-menu .sort-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 138px;
    height: 40px;
    padding: 0 36px 0 15px;
    border: 1px solid rgba(31, 41, 51, 0.18);
    border-radius: 999px;
    background: var(--paper);
    color: var(--ink);
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    cursor: pointer;
}

.sort-menu .sort-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 7px;
    height: 7px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.2s ease;
}

.sort-menu .sort-btn.active::after {
    transform: translateY(-20%) rotate(-135deg);
}

.sort-menu .sort-list {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    display: none;
    width: 154px;
    padding: 8px;
    border: 1px solid rgba(31, 41, 51, 0.14);
    border-radius: 12px;
    background: var(--paper);
    box-shadow: 0 14px 38px rgba(31, 41, 51, 0.13);
}

.sort-menu .sort-list.opened {
    display: block;
}

.sort-menu .sort-list a {
    display: block;
    padding: 9px 10px;
    border-radius: 8px;
    color: rgba(31, 41, 51, 0.76);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.sort-menu .sort-list a:hover {
    background: rgba(61, 90, 128, 0.08);
    color: var(--point-color);
}

.item-cate {
    display: none;
}

.item-cate .scate-img img {
    display: block;
    max-width: 100%;
}

#PrdWrp {
    width: 100%;
    margin: 0 !important;
    padding-top: 0 !important;
}

#PrdWrp .item-wrap,
#PrdWrp .newPrdWrp,
#PrdWrp .item-cont {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#PrdWrp .items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 16px !important;
    padding-top: 0 !important;
    gap: 54px 24px;
}

.item-list {
    min-width: 0;
}

.product-wrap .item-list {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
}

#PrdWrp .item-list {
    margin: 0 !important;
}

.product-wrap .thumb {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--soft-accent);
}

.product-wrap .thumb .prd_thumb {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.product-wrap .thumb .prd_thumb img,
.product-wrap .thumb .prd_thumb > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.45s ease;
}

.product-wrap .thumb:hover .prd_thumb img,
.product-wrap .thumb:hover .prd_thumb > img {
    transform: scale(1.035);
}

.product-wrap .new_option,
.product-wrap .prd-wish,
.product-wrap .prd-ico,
.product-wrap .prd-benefit {
    display: none !important;
    pointer-events: none !important;
}

.product-wrap .prd-info {
    padding-top: 18px;
    text-align: left;
}

.product-wrap .prd-info ul {
    display: flex;
    flex-direction: column;
    min-height: 134px;
}

.product-wrap .prd-info li {
    margin: 0;
    padding: 0;
}

.product-wrap .prd-copy {
    flex: 0 0 74px;
    min-height: 74px;
}

.product-wrap .prd-name {
    margin: 0 0 5px;
    padding: 0;
}

.product-wrap .prd-name a {
    display: block;
    overflow: hidden;
    height: 25px;
    min-height: 0;
    margin: 0;
    padding: 0;
    color: var(--ink);
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
}

.product-wrap .prd-subname {
    display: -webkit-box;
    overflow: hidden;
    height: 44px;
    min-height: 44px;
    margin: 0;
    padding: 0;
    color: #777;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: keep-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-wrap .prd-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    gap: 2px 9px;
    margin-top: 10px;
    text-align: left;
}

.product-wrap .prd-price strike {
    display: block;
    order: 1;
    flex: 0 0 100%;
    width: 100%;
    margin: 0;
    color: #8A8680;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.18;
    text-align: left;
    text-decoration-color: rgba(138, 134, 128, 0.9);
    text-decoration-thickness: 1px;
}

.product-wrap .prd-price .discount {
    order: 2;
    flex: 0 0 auto;
    margin: 0;
    color: var(--sale-color);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.2;
}

.product-wrap .prd-price .price,
.product-wrap .prd-price .replace,
.product-wrap .prd-price .soldOut {
    order: 3;
    flex: 0 0 auto;
    margin: 0;
    color: #000;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.product-wrap .prd-color {
    display: flex;
    gap: 4px;
    margin-top: 10px;
}

.more {
    display: flex;
    justify-content: center;
    margin-top: 64px;
}

.more a {
    display: inline-block;
}

.btn_moreGray {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 148px;
    height: 44px;
    padding: 0 28px;
    border: 1px solid var(--point-color);
    border-radius: 999px;
    background: transparent;
    color: var(--point-color);
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.btn_moreGray:hover {
    background: var(--point-color);
    color: #fff;
}

@media (max-width: 1280px) {
    #PrdWrp .items {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    #contentWrapper {
        padding-top: 92px !important;
    }

    .prd-class-hd,
    .product-wrap,
    .product-list-wrap {
        width: min(100% - 32px, 1760px);
    }

    .cate-wrap {
        padding: 34px 16px 26px;
    }

    .cate-wrap .bcate {
        font-size: 26px;
        font-weight: 600;
    }

    .cate-wrap .bcate::after {
        margin-top: 10px;
        font-size: 10px;
        letter-spacing: 0;
        text-indent: 0;
    }

    .class-list {
        margin-top: 26px;
    }

    .slide-section {
        padding: 64px 0 36px;
    }

    .cateTit h3 {
        font-size: 22px;
        font-weight: 700;
    }

    #PrdWrp .items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 14px !important;
        gap: 42px 14px;
    }

    .product-list-wrap {
        margin-top: 10px;
        margin-bottom: 110px;
    }
}

@media (max-width: 767px) {
    #contentWrapper {
        padding-top: 74px !important;
    }

    .prd-class-hd {
        display: none;
    }

    .cate-wrap {
        padding: 30px 16px 22px;
    }

    .cate-wrap .bcate {
        font-size: 23px;
        font-weight: 600;
        line-height: 1.12;
    }

    .cate-wrap .bcate::after {
        margin-top: 9px;
        font-size: 10px;
        letter-spacing: 0;
        text-indent: 0;
    }

    .class-list ul {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 2px;
        -webkit-overflow-scrolling: touch;
    }

    .class-list a {
        min-width: auto;
        min-height: 34px;
        padding: 0 15px;
        white-space: nowrap;
        font-size: 13px;
    }

    .slide-section {
        padding: 48px 0 24px;
    }

    .slide-section + .slide-section {
        padding-top: 20px;
    }

    .cateTit {
        align-items: center;
        gap: 16px;
        margin-bottom: 20px;
    }

    .cateTit h3 {
        font-size: 20px;
        font-weight: 700;
    }

    .eyebrow {
        margin-bottom: 7px;
        font-size: 10px;
    }

    .arrowBox {
        gap: 8px;
    }

    .arrowBox .l-line {
        display: none;
    }

    .arrowBox .swiper-button-prev,
    .arrowBox .swiper-button-next {
        width: 36px;
        height: 36px;
    }

    .slide-section .swiper-pagination {
        height: 3px !important;
        margin-top: 30px;
    }

    .product-list-wrap {
        margin-top: 8px;
        margin-bottom: 84px;
    }

    .item-sort {
        margin-bottom: 0;
        padding: 12px 0;
    }

    .item-sort .ea {
        font-size: 13px;
    }

    .sort-menu .sort-btn {
        width: 120px;
        height: 36px;
        padding-left: 14px;
        font-size: 12px;
    }

    #PrdWrp .items {
        margin-top: 12px !important;
        gap: 36px 12px;
    }

    .product-wrap .prd-info {
        padding-top: 13px;
    }

    .product-wrap .prd-info ul {
        min-height: 120px;
    }

    .product-wrap .prd-copy {
        flex-basis: 67px;
        min-height: 67px;
    }

    .product-wrap .prd-name a {
        height: 23px;
        font-size: 16px;
        line-height: 23px;
    }

    .product-wrap .prd-subname {
        height: 39px;
        min-height: 39px;
        font-size: 13px;
        line-height: 1.45;
    }

    .product-wrap .prd-price {
        margin-top: 8px;
        gap: 2px 7px;
    }

    .product-wrap .prd-price strike {
        font-size: 14px;
    }

    .product-wrap .prd-price .discount,
    .product-wrap .prd-price .price,
    .product-wrap .prd-price .replace,
    .product-wrap .prd-price .soldOut {
        font-size: 17px;
    }

    .more {
        margin-top: 44px;
    }
}

/* Sub product card typography - match main product cards */
#PrdWrp .item-list .prd-info {
    display: block !important;
    padding-top: 18px !important;
    text-align: left !important;
}

#PrdWrp .item-list .prd-info ul {
    display: flex !important;
    flex-direction: column !important;
    min-height: 134px !important;
    margin: 0 !important;
    padding: 0 !important;
}

#PrdWrp .item-list .prd-info li {
    margin: 0 !important;
    padding: 0 !important;
}

#PrdWrp .item-list .prd-copy {
    flex: 0 0 auto !important;
    min-height: 0 !important;
}

#PrdWrp .item-list .prd-name {
    flex: 0 0 auto !important;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
}

#PrdWrp .item-list .prd-name a {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    color: var(--ink) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    text-overflow: clip !important;
    white-space: normal !important;
    word-break: keep-all !important;
}

#PrdWrp .item-list .prd-subname {
    display: -webkit-box !important;
    overflow: hidden !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #777 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    word-break: keep-all !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

#PrdWrp .item-list .prd-copy:not(:has(.prd-subname)) .prd-name {
    margin-bottom: 0 !important;
}

#PrdWrp .item-list .prd-price {
    display: flex !important;
    align-items: baseline !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 2px 9px !important;
    margin-top: 10px !important;
    padding: 0 !important;
    text-align: left !important;
}

#PrdWrp .item-list .prd-price > * {
    position: static !important;
    float: none !important;
}

#PrdWrp .item-list .prd-price strike {
    display: block !important;
    order: 0 !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    margin: 0 !important;
    color: #8a8680 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.18 !important;
    text-align: left !important;
    text-decoration-color: rgba(138, 134, 128, 0.9) !important;
    text-decoration-thickness: 1px !important;
}

#PrdWrp .item-list .prd-price .discount {
    display: inline-flex !important;
    order: 1 !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    color: #c4003b !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

#PrdWrp .item-list .prd-price .price,
#PrdWrp .item-list .prd-price .replace,
#PrdWrp .item-list .prd-price .soldOut {
    display: inline-flex !important;
    order: 2 !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    color: var(--ink) !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

@media (max-width: 767px) {
    #PrdWrp .item-list .prd-info {
        padding-top: 13px !important;
    }

    #PrdWrp .item-list .prd-info ul {
        min-height: 120px !important;
    }

    #PrdWrp .item-list .prd-copy {
        flex-basis: auto !important;
        min-height: 0 !important;
    }

    #PrdWrp .item-list .prd-name a {
        height: auto !important;
        font-size: 16px !important;
        line-height: 1.35 !important;
    }

    #PrdWrp .item-list .prd-subname {
        height: 39px !important;
        min-height: 39px !important;
        font-size: 13px !important;
        line-height: 1.45 !important;
    }

    #PrdWrp .item-list .prd-copy:not(:has(.prd-subname)) .prd-name {
        margin-bottom: 0 !important;
    }

    #PrdWrp .item-list .prd-price {
        margin-top: 8px !important;
        gap: 2px 7px !important;
    }

    #PrdWrp .item-list .prd-price strike {
        font-size: 14px !important;
    }

    #PrdWrp .item-list .prd-price .discount,
    #PrdWrp .item-list .prd-price .price,
    #PrdWrp .item-list .prd-price .replace,
    #PrdWrp .item-list .prd-price .soldOut {
        font-size: 17px !important;
    }
}

/* =========================================================
   PRODUCT CATEGORY FINAL
   Brand Blue : #173D91
   ========================================================= */

:root {
    --point-color: #173D91;
}


/* 카테고리 버튼 */
.class-list a:hover,
.class-list a.sel {
    border-color: #173D91 !important;
    background: #173D91 !important;
    color: #FFFFFF !important;
}


/* 상품명 ↔ 서브설명 간격 */
#PrdWrp .item-list .prd-subname {
    margin-top: 6px !important;
}


/* 가격 한 줄 */
#PrdWrp .item-list .prd-price {
    display: flex !important;
    align-items: baseline !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    margin-top: 10px !important;
    padding: 0 !important;
    white-space: nowrap !important;
}

#PrdWrp .item-list .prd-price > * {
    position: static !important;
    float: none !important;
}


/* 할인율 */
#PrdWrp .item-list .prd-price .discount {
    display: inline-flex !important;
    order: 1 !important;
    flex: 0 0 auto !important;
    width: auto !important;
    margin: 0 !important;
    color: #C4003B !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
}


/* 판매가 */
#PrdWrp .item-list .prd-price .price,
#PrdWrp .item-list .prd-price .replace {
    display: inline-flex !important;
    order: 2 !important;
    flex: 0 0 auto !important;
    width: auto !important;
    margin: 0 !important;
    color: #173D91 !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
}


/* 정상가 */
#PrdWrp .item-list .prd-price strike {
    display: inline-flex !important;
    order: 3 !important;
    flex: 0 0 auto !important;
    width: auto !important;
    margin: 0 0 0 2px !important;
    color: #929292 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    text-align: left !important;
    white-space: nowrap !important;
    text-decoration-line: line-through !important;
    text-decoration-color: #929292 !important;
    text-decoration-thickness: 1px !important;
}


/* 품절 */
#PrdWrp .item-list .prd-price .soldOut {
    display: inline-flex !important;
    order: 2 !important;
    flex: 0 0 auto !important;
    width: auto !important;
    margin: 0 !important;
    color: #173D91 !important;
}


/* MOBILE */
@media (max-width: 767px) {

    #PrdWrp .item-list .prd-subname {
        margin-top: 5px !important;
    }

    #PrdWrp .item-list .prd-price {
        flex-wrap: nowrap !important;
        gap: 6px !important;
        margin-top: 8px !important;
    }

    #PrdWrp .item-list .prd-price .discount {
        font-size: 17px !important;
    }

    #PrdWrp .item-list .prd-price .price,
    #PrdWrp .item-list .prd-price .replace,
    #PrdWrp .item-list .prd-price .soldOut {
        font-size: 17px !important;
    }

    #PrdWrp .item-list .prd-price strike {
        display: inline-flex !important;
        order: 3 !important;
        flex: 0 0 auto !important;
        width: auto !important;
        margin-left: 1px !important;
        font-size: 13px !important;
    }
}
/* BASIC css end */

