.ProductBox_main__4eQaT {
    background-color: #fafafa
}

.ProductBox_designDetailSection__UXK6o {
    width: 100%;
    margin-top: 26px
}

.ProductBox_designDetailSection__UXK6o .ProductBox_designDetailLayout__1kkyK {
    display: grid;
    grid-template-columns: 1fr 424px;
    grid-gap: 24px;
    gap: 24px
}

.ProductBox_designMedia__lZXoN .ProductBox_detailImageBox__oovGQ {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 1/.66
}

.ProductBox_detailImageBox__oovGQ .ProductBox_designMainImage__sUtWz, .ProductBox_productImageImg__xO_I9 {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ProductBox_detailImageBox__oovGQ .ProductBox_designActionBar__az5f0 {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 10px
}

.ProductBox_designActionBar__az5f0 .ProductBox_designActionBtn__EULi7 {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: #ffffffb2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.ProductBox_designActionBtn__EULi7:hover {
    background: #fff;
    transition: all .4s cubic-bezier(.3, 0, .2, 1)
}

.ProductBox_designActionBtn__EULi7 img {
    width: 16px;
    height: 16px
}

.ProductBox_designActionBtn__EULi7 .ProductBox_designSharePopup__TZ9eY {
    position: absolute;
    top: 36px;
    right: 0;
    width: 170px;
    padding: 16px;
    border-radius: 6px;
    box-shadow: 0 5px 15px #00000040;
    display: none;
    background: #fff
}

.ProductBox_designActionBtn__EULi7.ProductBox_active__jmsyy .ProductBox_designSharePopup__TZ9eY {
    display: block
}

.ProductBox_designSharePopup__TZ9eY .ProductBox_designShareTitle__0JK1Z {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #222
}

.ProductBox_designSharePopup__TZ9eY .ProductBox_designShareList__2zcbC {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 13px
}

.ProductBox_designSharePopup__TZ9eY .ProductBox_designShareList__2zcbC li {
    display: flex;
    align-items: center;
    gap: 10px
}

.ProductBox_designMedia__lZXoN .ProductBox_designNavigation__kDjzn {
    position: absolute;
    bottom: 24px;
    left: 24px;
    width: calc(100% - 48px);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    gap: 20px
}

.ProductBox_designNavigation__kDjzn .ProductBox_designNavCard__PoIiu {
    background: #ffffffcc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    overflow: hidden;
    cursor: pointer
}

.ProductBox_designNavCard__PoIiu .ProductBox_designNavText__ueCTp {
    padding: 0 16px;
    flex: 1 1;
    display: block;
    font-size: 10px;
    color: #222;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ProductBox_designNavCard__PoIiu .ProductBox_designNavText__ueCTp>a>span, .ProductBox_designNavCard__PoIiu .ProductBox_designNavText__ueCTp>span {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    color: #222;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ProductBox_designNavCard__PoIiu .ProductBox_designNavImage__46g18 {
    flex-shrink: 0;
    width: 90px;
    height: 54px;
    overflow: hidden;
    border-radius: 2px
}

.ProductBox_designNavImage__46g18>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ProductBox_designNavCard__PoIiu .ProductBox_designNavArrow__J5v14 {
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center
}

.ProductBox_designNavCard__PoIiu .ProductBox_mobNavText__FKX4L {
    display: none
}

@media (max-width:768px) {
    .ProductBox_designDetailSection__UXK6o {
        margin-top: 5px
    }

    .ProductBox_designDetailSection__UXK6o .ProductBox_designDetailLayout__1kkyK {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .ProductBox_designActionBar__az5f0 .ProductBox_designActionBtn__EULi7 {
        border-radius: 5px
    }
}

@media (max-width:540px) {
    .ProductBox_designMedia__lZXoN .ProductBox_detailImageBox__oovGQ {
        aspect-ratio: 1/1;
        border-radius: 10px
    }

    .ProductBox_designMedia__lZXoN .ProductBox_designNavigation__kDjzn {
        display: flex;
        bottom: 15px;
        left: 15px;
        width: calc(100% - 30px);
        justify-content: space-between
    }

    .ProductBox_designNavCard__PoIiu .ProductBox_designNavArrow__J5v14, .ProductBox_designNavCard__PoIiu .ProductBox_designNavImage__46g18, .ProductBox_designNavCard__PoIiu .ProductBox_designNavText__ueCTp {
        display: none
    }

    .ProductBox_designNavigation__kDjzn .ProductBox_designNavCard__PoIiu {
        width: 50px;
        height: 26px;
        border-radius: 5px;
        justify-content: center
    }

    .ProductBox_designNavCard__PoIiu .ProductBox_mobNavText__FKX4L {
        display: block;
        color: #222;
        font-size: 10px
    }
}

.ProductBox_designInfoSection__Zfl_C {
    width: 100%
}

.ProductBox_designInfoSection__Zfl_C .ProductBox_designTitle__VXzHA {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    line-height: normal
}

.ProductBox_designDescription__soVRI {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    line-height: 20px
}

.ProductBox_designDescription__soVRI .ProductBox_descriptionContent__Sigt9 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ProductBox_designDescription__soVRI .ProductBox_descriptionContent__Sigt9.ProductBox_expanded__Paup6 {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible
}

.ProductBox_designDescription__soVRI .ProductBox_readMoreLink__rXhXi {
    color: #eb5976;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 4px
}

.ProductBox_designDescription__soVRI .ProductBox_readMoreArrow__M7Z9V {
    transition: transform .3s ease
}

.ProductBox_designDescription__soVRI .ProductBox_readMoreArrow__M7Z9V.ProductBox_up__cFiOI {
    transform: rotate(180deg)
}

.ProductBox_designInfoSection__Zfl_C .ProductBox_designDetailCard__E2wVm {
    margin-top: 15px;
    border: .5px solid #cecece;
    border-radius: 20px;
    padding: 15px 20px;
    background: #fff
}

.ProductBox_designDetailCard__E2wVm .ProductBox_detailHeader__mUzRc {
    font-size: 16px;
    font-weight: 700;
    color: #000
}

.ProductBox_designDetailCard__E2wVm .ProductBox_detailRow__eAEjw {
    display: grid;
    grid-template-columns: 190px 1fr;
    padding: 12px 0;
    border-bottom: .5px solid #cecece
}

.ProductBox_designDetailCard__E2wVm .ProductBox_detailLabel__nqcOT {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    line-height: normal
}

.ProductBox_designDetailCard__E2wVm .ProductBox_detailItem__Sclry {
    display: flex;
    justify-content: flex-end
}

.ProductBox_designDetailCard__E2wVm .ProductBox_detailValue__ONvlX {
    font-size: 12px;
    color: #222;
    line-height: normal;
    display: block;
    text-align: right
}

.ProductBox_designDetailCard__E2wVm .ProductBox_detailValue__ONvlX a {
    text-transform: capitalize
}

.ProductBox_designDetailCard__E2wVm .ProductBox_detailFooter__CzViu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px
}

.ProductBox_designDetailCard__E2wVm .ProductBox_estimateLabel__Dfh6G {
    font-size: 12px;
    font-weight: 700;
    color: #eb5976;
    line-height: normal
}

.ProductBox_designDetailCard__E2wVm .ProductBox_estimateValue__VCvY3 {
    border-radius: 10px;
    padding: 8px 10px;
    background: #eb5976;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: normal;
    cursor: pointer
}

.ProductBox_designDetailCard__E2wVm .ProductBox_mainPrimaryBtn__nygMs {
    padding: 13px 20px;
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
    box-shadow: 0 4px 4px 0 #00000040
}

.ProductBox_designInfoSection__Zfl_C .ProductBox_designBenefits__7w6Ij {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    grid-gap: 16px;
    gap: 16px
}

.ProductBox_designBenefits__7w6Ij .ProductBox_benefitItem__J_b4V {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}

.ProductBox_benefitItem__J_b4V .ProductBox_benefitIcon__ioW1A>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: middle
}

.ProductBox_benefitItem__J_b4V .ProductBox_benefitText__2Rx_9 {
    font-size: 14px;
    color: #000;
    line-height: 18px;
    font-weight: 500;
    text-align: center
}

@media (max-width:540px) {
    .ProductBox_designDetailCard__E2wVm .ProductBox_detailRow__eAEjw {
        padding: 10px 0
    }

    .ProductBox_designDetailCard__E2wVm .ProductBox_detailRow__eAEjw:last-child {
        border-bottom: none
    }

    .ProductBox_designInfoSection__Zfl_C .ProductBox_designTitle__VXzHA {
        font-size: 16px
    }

    .ProductBox_designDescription__soVRI {
        font-size: 12px;
        line-height: 16px
    }

    .ProductBox_designInfoSection__Zfl_C .ProductBox_designDetailCard__E2wVm {
        margin-top: 20px;
        padding: 10px;
        border-radius: 10px
    }

    .ProductBox_designInfoSection__Zfl_C .ProductBox_designDetailCard__E2wVm .ProductBox_detailHeader__mUzRc {
        font-size: 14px
    }

    .ProductBox_benefitItem__J_b4V .ProductBox_benefitText__2Rx_9 {
        font-size: 10px;
        line-height: 12px
    }

    .ProductBox_designBenefits__7w6Ij .ProductBox_benefitItem__J_b4V .ProductBox_benefitIcon__ioW1A {
        width: 24px;
        height: 24px
    }
}

.ProductBox_ctaSection__8zogD {
    width: 100%;
    margin-top: 24px
}

.ProductBox_ctaSection__8zogD .ProductBox_ctaWrapper__lEauU {
    display: flex;
    gap: 24px
}

.ProductBox_ctaSection__8zogD .ProductBox_ctaCard__jCNr_ {
    flex: 1 1;
    border-radius: 10px;
    background: #1c2f59;
    padding: 20px 40px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    position: relative
}

.ProductBox_ctaSection__8zogD .ProductBox_rightEplises__53Mhj {
    position: absolute;
    right: 0
}

.ProductBox_ctaSection__8zogD .ProductBox_ctaLeft__V69uv {
    display: flex;
    align-items: center;
    gap: 15px
}

.ProductBox_ctaSection__8zogD .ProductBox_ctaIcon__XvkKb {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff
}

.ProductBox_ctaSection__8zogD .ProductBox_ctaText__CDcqE {
    display: flex;
    flex-direction: column
}

.ProductBox_ctaSection__8zogD .ProductBox_ctaTitle__RWW68 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: normal
}

.ProductBox_ctaSection__8zogD .ProductBox_ctaDesc__F9WqF {
    margin-top: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #d99d8f;
    line-height: normal
}

.ProductBox_ctaSection__8zogD .ProductBox_ctaArrow__LnSkU {
    font-size: 18px;
    color: #fff;
    transition: all .3s ease
}

.ProductBox_ctaSection__8zogD .ProductBox_ctaCard__jCNr_:hover .ProductBox_ctaArrow__LnSkU {
    transform: translateX(5px);
    transition: all .3s ease
}

@media(max-width:540px) {
    .ProductBox_ctaSection__8zogD .ProductBox_ctaWrapper__lEauU {
        flex-direction: column;
        gap: 10px
    }

    .ProductBox_ctaSection__8zogD .ProductBox_ctaCard__jCNr_ {
        padding: 15px
    }

    .ProductBox_ctaSection__8zogD .ProductBox_ctaLeft__V69uv {
        gap: 10px
    }

    .ProductBox_ctaSection__8zogD .ProductBox_ctaTitle__RWW68 {
        font-size: 14px
    }

    .ProductBox_ctaSection__8zogD .ProductBox_ctaDesc__F9WqF {
        font-size: 10px;
        margin-top: 10px
    }

    .ProductBox_ctaSection__8zogD .ProductBox_ctaArrow__LnSkU {
        display: none
    }
}

.ProductBox_designQuoteSection__8sQj9 {
    width: 100%;
    margin: 60px 0
}

.ProductBox_designQuoteSection__8sQj9 .ProductBox_designQuoteBox__jV4AB {
    background: linear-gradient(180deg, #ededed, #fff2ef);
    border-radius: 10px;
    padding: 20px;
    text-align: center
}

.ProductBox_designQuoteSection__8sQj9 .ProductBox_designQuoteTitle__3_Q7x {
    font-size: 20px;
    font-weight: 600;
    color: #000
}

.ProductBox_designQuoteSection__8sQj9 .ProductBox_designQuoteText__8Taih {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    line-height: normal
}

.ProductBox_designQuoteSection__8sQj9 .ProductBox_quoteIcon__FnPBD {
    width: 40px;
    height: 35px;
    color: #f7b897;
    font-size: 80px;
    font-weight: 700;
    margin: 0 4px
}

.ProductBox_designQuoteSection__8sQj9 .ProductBox_designQuoteAuthor__oetwd {
    font-size: 12px;
    color: #222;
    font-weight: 400;
    margin-top: 8px
}

@media(max-width:540px) {
    .ProductBox_designQuoteSection__8sQj9 {
        margin: 20px 0
    }

    .ProductBox_designQuoteSection__8sQj9 .ProductBox_designQuoteBox__jV4AB {
        padding: 15px 10px
    }

    .ProductBox_designQuoteSection__8sQj9 .ProductBox_designQuoteTitle__3_Q7x {
        font-size: 16px
    }

    .ProductBox_designQuoteSection__8sQj9 .ProductBox_designQuoteText__8Taih {
        margin-top: 5px;
        font-size: 12px
    }

    .ProductBox_designQuoteSection__8sQj9 .ProductBox_quoteIcon__FnPBD {
        font-size: 50px
    }

    .ProductBox_designQuoteSection__8sQj9 .ProductBox_designQuoteAuthor__oetwd {
        font-size: 10px
    }
}

.ProductBox_relatedDesignSection__cLSIH {
    width: 100%;
    margin: 40px 0
}

.ProductBox_relatedDesignSection__cLSIH .ProductBox_relatedDesignHeader__6V7gb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px
}

.ProductBox_relatedDesignSection__cLSIH .ProductBox_relatedDesignTitle__ywaop {
    font-size: 18px;
    font-weight: 600;
    color: #222
}

.ProductBox_relatedDesignSection__cLSIH .ProductBox_relatedNav__e01Dp {
    display: flex;
    filter: drop-shadow(2px 4px 15px rgba(203, 203, 203, .25));
    background: #fff;
    border: .5px solid #cbcbcb;
    border-radius: 10px;
    overflow: hidden
}

.ProductBox_relatedDesignSection__cLSIH .ProductBox_navBtn__Qz6AW {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    background: #fff
}

.ProductBox_relatedDesignSection__cLSIH .ProductBox_navBtn__Qz6AW~.ProductBox_navBtn__Qz6AW {
    border-left: 1px solid #cbcbcb
}

.ProductBox_relatedDesignSection__cLSIH .ProductBox_navBtn__Qz6AW.ProductBox_disabled__A0KM2 {
    cursor: not-allowed
}

.ProductBox_relatedDesignSection__cLSIH .ProductBox_navBtn__Qz6AW.ProductBox_disabled__A0KM2>svg path {
    stroke: #cbcbcb
}

@media(max-width:540px) {
    .ProductBox_relatedDesignSection__cLSIH .ProductBox_relatedDesignTitle__ywaop {
        font-size: 16px;
        font-weight: 600;
        color: #222
    }
}

.ProductBox_kitchenTipsGrid__VPkr6 {
    margin-top: 20px;
    display: flex;
    gap: 24px;
    position: relative;
    overflow: scroll;
    z-index: 1;
    scroll-behavior: smooth
}

.ProductBox_kitchenTipCard__dR0j_ {
    cursor: pointer
}

.ProductBox_kitchenTipsGrid__VPkr6 .ProductBox_kitchenTipCard__dR0j_ {
    flex: 0 0 312px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff2ef
}

.ProductBox_kitchenTipCard__dR0j_ .ProductBox_kitchenTipImage__S7JX_ {
    width: 100%;
    aspect-ratio: 1/.8;
    object-fit: cover;
    vertical-align: middle
}

.ProductBox_kitchenTipCard__dR0j_ .ProductBox_kitchenTipContent__shjck {
    padding: 20px
}

.ProductBox_kitchenTipContent__shjck .ProductBox_kitchenTipName__5igzV {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    line-height: normal
}

.ProductBox_kitchenTipContent__shjck .ProductBox_kitchenTipText__IrEv1 {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    line-height: 16px
}

@media (max-width:768px) {
    .ProductBox_kitchenTipsGrid__VPkr6 {
        margin-top: 15px;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }

    .ProductBox_kitchenTipCard__dR0j_ .ProductBox_kitchenTipContent__shjck {
        padding: 8px;
        text-align: center
    }

    .ProductBox_kitchenTipsGrid__VPkr6 .ProductBox_kitchenTipCard__dR0j_ {
        border-radius: 10px
    }

    .ProductBox_kitchenTipContent__shjck .ProductBox_kitchenTipName__5igzV {
        font-size: 12px
    }

    .ProductBox_kitchenTipContent__shjck .ProductBox_kitchenTipText__IrEv1 {
        margin-top: 5px;
        font-size: 10px;
        line-height: 14px
    }
}

.ProductBox_popupOverlay__b4KOZ {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s cubic-bezier(.4, 0, .2, 1)
}

.ProductBox_popupOverlay__b4KOZ.ProductBox_active__jmsyy {
    opacity: 1;
    visibility: visible
}

.ProductBox_popupContainer__xtRyR {
    background: linear-gradient(135deg, #fffffff2, #ffffffd9);
    border-radius: 24px;
    box-shadow: 0 24px 48px #0003;
    width: 100%;
    max-width: 400px;
    padding: 32px;
    position: relative;
    transform: scale(.95) translateY(20px);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    border: 1px solid #fff3
}

.ProductBox_popupOverlay__b4KOZ.ProductBox_active__jmsyy .ProductBox_popupContainer__xtRyR {
    transform: scale(1) translateY(0)
}

.ProductBox_popupContainer__xtRyR .ProductBox_popupCloseButton__NPUiV {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.ProductBox_imageZoomPopUp__H6yeB {
    padding: 24px;
    position: fixed;
    left: 0;
    top: 65px;
    width: 100%;
    height: calc(100% - 65px);
    background-color: rgba(0, 0, 0, .7);
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center
}

.ProductBox_imageZoomPopUp__H6yeB figure {
    max-width: 1024px;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.ProductBox_imageZoomPopUp__H6yeB figure img {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.ProductBox_imageZoomPopUp__H6yeB .ProductBox_closePopUp__Acbns {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    z-index: 1
}

.ProductBox_imageZoomPopUp__H6yeB .ProductBox_closePopUp__Acbns span {
    position: relative
}

.ProductBox_imageZoomPopUp__H6yeB .ProductBox_closePopUp__Acbns span:before {
    content: "";
    left: 5px;
    background: #000;
    position: absolute;
    top: 12px;
    width: 15px;
    height: 1px;
    transform: rotate(45deg)
}

.ProductBox_imageZoomPopUp__H6yeB .ProductBox_closePopUp__Acbns span:after {
    content: "";
    left: 5px;
    background: #000;
    position: absolute;
    top: 12px;
    width: 15px;
    height: 1px;
    transform: rotate(135deg)
}

.ProductBox_readMore__TDAcW {
    padding: 30px 0 0
}

.ProductBox_readMore__TDAcW .ProductBox_link__0tacG {
    cursor: pointer;
    color: #eb5976
}

.ProductBox_lowerContnt__NNmcE {
    max-height: 70px;
    overflow: hidden
}

.ProductBox_lowerContnt__NNmcE.ProductBox_fullHeight__Nd6RY {
    max-height: 100%
}

.ProductBox_lowerContnt__NNmcE label {
    margin-bottom: 24px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #222
}

.ProductBox_lowerContnt__NNmcE pre {
    padding-bottom: 15px;
    border-bottom: .5px solid #eb5976;
    margin: 0 0 15px;
    color: #000;
    white-space: normal;
    display: block;
    font-size: 14px
}

.ProductBox_lowerContnt__NNmcE pre ul {
    margin-bottom: 15px;
    padding-left: 15px
}

.ProductBox_lowerContnt__NNmcE pre ul li {
    list-style: disc
}

.ProductBox_lowerContnt__NNmcE p {
    color: #000;
    line-height: 20px
}

.ProductBox_lowerContnt__NNmcE a {
    color: #eb5976
}

.ProductBox_lowerContnt__NNmcE .ProductBox_faqsReadmore__xfIgT {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    position: relative
}

.ProductBox_lowerContnt__NNmcE .ProductBox_faqTile__IAe_B {
    padding-left: 15px;
    position: relative
}

.ProductBox_lowerContnt__NNmcE .ProductBox_faqTile__IAe_B:last-child pre {
    border: none
}

.ProductBox_lowerContnt__NNmcE .ProductBox_faqTile__IAe_B:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #eb5976;
    border-radius: 6px
}

@media screen and (max-width:540px) {
    .ProductBox_readMore__TDAcW {
        padding: 10px 0 0
    }
}

.DesignIdeaCategoryLongBody_readMore__xhIgl {
    padding: 46px 0;
    margin-top: 80px
}

.DesignIdeaCategoryLongBody_readMore__xhIgl .DesignIdeaCategoryLongBody_link__ct6bQ {
    cursor: pointer;
    color: #eb5976
}

.DesignIdeaCategoryLongBody_lowerContnt__pOhwW {
    max-height: 90px;
    overflow: hidden;
    font-size: 16px
}

.DesignIdeaCategoryLongBody_lowerContnt__pOhwW.DesignIdeaCategoryLongBody_fullHeight__XHw57 {
    max-height: 100%
}

.DesignIdeaCategoryLongBody_lowerContnt__pOhwW label {
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #222
}

.DesignIdeaCategoryLongBody_lowerContnt__pOhwW span {
    margin-bottom: 15px;
    display: block;
    font-size: 16px
}

.DesignIdeaCategoryLongBody_lowerContnt__pOhwW ol li {
    list-style-type: decimal !important
}

.DesignIdeaCategoryLongBody_lowerContnt__pOhwW ol {
    padding-left: 23px
}

.DesignIdeaCategoryLongBody_lowerContnt__pOhwW span ul, .DesignIdeaCategoryLongBody_lowerContnt__pOhwW span ul li {
    margin-bottom: 15px
}

.DesignIdeaCategoryLongBody_lowerContnt__pOhwW table {
    border-collapse: collapse
}

.DesignIdeaCategoryLongBody_lowerContnt__pOhwW table tr td {
    border: 1px solid #000;
    padding: 5px 10px
}

.DesignIdeaCategoryLongBody_lowerContnt__pOhwW a {
    color: #eb5976
}

.DesignIdeaCategoryLongBody_lowerContnt__pOhwW .DesignIdeaCategoryLongBody_faqsReadmore__sRj5C {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #222
}

.DesignIdeaCategoryLongBody_loginBodyContent__HlYuU h2, .DesignIdeaCategoryLongBody_loginBodyContent__HlYuU h3 {
    font-size: 16px;
    color: #222;
    font-weight: 600;
    margin: 15px 0
}

.DesignIdeaCategoryLongBody_loginBodyContent__HlYuU p {
    display: block;
    font-size: 16px;
    margin: 15px 0
}

.DesignIdeaCategoryLongBody_loginBodyContent__HlYuU ul {
    margin-left: 25px;
    margin-bottom: 15px
}

.DesignIdeaCategoryLongBody_loginBodyContent__HlYuU ul li {
    list-style-type: auto;
    line-height: 24px;
    font-size: 16px
}

.DesignIdeaCategoryLongBody_loginBodyContent__HlYuU ol li {
    font-size: 16px;
    margin: 10px 0
}

@media screen and (max-width:540px) {
    .DesignIdeaCategoryLongBody_lowerContnt__pOhwW {
        max-height: 130px
    }
}