.onecore-picture {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.onecore-picture:after {
    content: attr(data-recommend);
    color: #31343c;
    background-color: #eee;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 36px;
    font-weight: 700;
    display: none;
    position: absolute;
    top: 0;
}
@media screen and (width<=1024px) {
    .onecore-picture:after {
        font-size: 24px;
    }
}
@media screen and (width<=743px) {
    .onecore-picture:after {
        font-size: 16px;
        font-weight: 600;
    }
}
:root {
    --theme-color-1: #452d19;
    --theme-color-2: #a6ceef;
    --theme-color-3: #694426;
    --theme-color-4: #b5d7f2;
    --theme-color-text-dark-blue: #577994;
    --theme-color-text-dark-blue-50: #57799480;
    --theme-color-text-blue-soft: #e4f0fa;
    --theme-color-text-black: #151210;
    --theme-color-text-black-light: #302b27;
    --theme-color-text-black-80: #403d3c;
    --theme-color-text-grey-20: #ccc;
    --theme-color-text-brown: #452d19;
    --theme-color-text-brown-light: #694426;
    --theme-color-text-clay: #d7d0ca;
    --theme-color-text-clay-50: #d7d0ca80;
    --theme-color-text-white: #fff;
    --theme-color-error: #d42525;
    --theme-color-success: #357e16;
    --theme-color-pearl-sand: #f5f1ed;
    --theme-color-grey: #f5f5f5;
    --theme-color-bg-grey: #eee;
    --theme-color-green-shop-noti: #b0e699;
    --theme-color-green-light: #ebf2e8;
}
*,
:before,
:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
body,
html {
    margin: 0;
}
body {
    background-color: #fff;
    font-family: Figtree;
    font-style: normal;
    overflow-y: auto;
}
main,
section,
p,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
a {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    outline: none;
    text-decoration: none;
}
ul li {
    list-style: none;
}
::-webkit-scrollbar,
::-webkit-scrollbar-track,
::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
    scrollbar-color: transparent transparent;
    background-color: #0000;
    display: none;
}
main {
    min-height: calc(100dvh - (var(--header-height) + var(--footer-height)));
    transition: margin-top 0.3s;
}
.hidden {
    display: none !important;
}
.component-section {
    margin-bottom: 104px;
}
.text-truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: clip visible;
}
video,
iframe {
    border: none;
    max-width: 100%;
}
@media screen and (width<=1200px) {
    .component-section {
        margin-bottom: 56px;
    }
}
@media screen and (width<=743px) {
    .component-section {
        margin-bottom: 24px;
    }
}
.container {
    width: 100%;
    height: 100%;
    max-width: min(100% - var(--container-padding, 24px) * 2, var(--container-max-width, 1424px));
    margin: 0 auto;
    position: relative;
}
@media screen and (width<=1200px) {
    .container {
        --container-max-width: 100%;
    }
}
@media screen and (width<=743px) {
    .container {
        --container-padding: 16px;
    }
}
.heading-title-l {
    font-family: Figtree;
    font-size: var(--typeface-size-h1, 40px);
    font-style: normal;
    font-weight: var(--typeface-font-weight-h1, 600);
    line-height: var(--typeface-line-height-h1, 48px);
}
.heading-title-m {
    font-family: Figtree;
    font-size: var(--typeface-size-h2, 34px);
    font-style: normal;
    font-weight: var(--typeface-font-weight-h2, 600);
    line-height: var(--typeface-line-height-h2, 48px);
}
.heading-title-s {
    font-family: Figtree;
    font-size: var(--typeface-size-h3, 22px);
    font-style: normal;
    font-weight: var(--typeface-font-weight-h3, 600);
    line-height: var(--typeface-line-height-h3, 32px);
}
.sub-heading-l {
    font-family: Figtree;
    font-size: var(--typeface-size-subheading-l, 20px);
    font-style: normal;
    font-weight: var(--typeface-font-weight-subheading-l, 400);
    line-height: var(--typeface-line-height-subheading-l, 40px);
}
.sub-heading-m {
    font-family: Figtree;
    font-size: var(--typeface-size-subheading-m, 16px);
    font-style: normal;
    font-weight: var(--typeface-font-weight-subheading-m, 400);
    line-height: var(--typeface-line-height-subheading-m, 24px);
}
.txt-body-l {
    font-family: Figtree;
    font-size: var(--typeface-size-body-l, 15px);
    font-style: normal;
    font-weight: var(--typeface-font-weight-body-l, 400);
    line-height: var(--typeface-line-height-body-l, 24px);
}
.txt-body-m {
    font-family: Figtree;
    font-size: var(--typeface-size-body-m, 13px);
    font-style: normal;
    font-weight: var(--typeface-font-weight-body-m, 400);
    line-height: var(--typeface-line-height-body-m, 24px);
}
@media screen and (width<=1200px) {
    .heading-title-l {
        --typeface-size-h1: 32px;
        --typeface-line-height-h1: 40px;
    }
    .heading-title-m {
        --typeface-size-h2: 24px;
        --typeface-line-height-h2: 32px;
    }
    .heading-title-s {
        --typeface-size-h3: 22px;
        --typeface-line-height-h3: 24px;
    }
    .sub-heading-l {
        --typeface-size-subheading-l: 18px;
        --typeface-line-height-subheading-l: 32px;
    }
    .txt-body-l {
        --typeface-size-body-l: 14px;
    }
}
@media screen and (width<=743px) {
    .heading-title-l {
        --typeface-size-h1: 24px;
        --typeface-line-height-h1: 32px;
    }
    .heading-title-m {
        --typeface-size-h2: 22px;
    }
    .heading-title-s {
        --typeface-size-h3: 18px;
    }
    .sub-heading-l {
        --typeface-size-subheading-l: 17px;
        --typeface-line-height-subheading-l: 24px;
    }
    .sub-heading-m {
        --typeface-size-subheading-m: 14px;
    }
    .txt-body-l {
        --typeface-line-height-body-l: 20px;
    }
    .txt-body-m {
        --typeface-line-height-body-m: 20px;
    }
}
button {
    all: unset;
    box-sizing: border-box;
    cursor: pointer;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
}
.bt {
    --height: 56px;
    height: var(--height);
    background-color: var(--color-btn, var(--theme-color-1));
    border: 1px solid var(--color-border-btn, var(--theme-color-1));
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 0 24px;
    transition: all 0.3s;
    display: flex;
    position: relative;
    overflow: hidden;
}
.bt .txt {
    text-align: center;
    color: var(--color-txt-btn, var(--theme-color-text-white));
    z-index: 1;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    transition: all 0.3s;
    position: relative;
}
.bt .icon {
    z-index: 1;
    width: 24px;
    height: 24px;
    position: relative;
}
.bt .icon svg {
    color: var(--color-icon-btn, var(--theme-color-text-white));
}
.bt.bt-primary {
    --color-btn: var(--theme-color-2);
    --color-border-btn: var(--theme-color-2);
    --color-txt-btn: var(--theme-color-text-black);
    --color-icon-btn: var(--theme-color-text-black);
    --color-hover-btn: var(--theme-color-4);
    --color-hover-border-btn: var(--theme-color-4);
    --color-hover-txt-btn: var(--theme-color-text-black);
    --color-hover-icon-btn: var(--theme-color-text-black);
    --color-disable-btn: var(--theme-color-4);
    --color-disable-border-btn: var(--theme-color-4);
    --color-disable-txt-btn: var(--theme-color-text-black);
    --color-disable-icon-btn: var(--theme-color-text-black);
}
.bt.bt-tertiary {
    --color-btn: transparent;
    --color-border-btn: transparent;
    --color-txt-btn: var(--theme-color-text-black);
    --color-icon-btn: var(--theme-color-text-black);
    --color-hover-btn: transparent;
    --color-hover-border-btn: transparent;
    --color-hover-txt-btn: var(--theme-color-1);
    --color-hover-icon-btn: var(--theme-color-1);
    --color-disable-btn: transparent;
    --color-disable-border-btn: transparent;
    --color-disable-txt-btn: var(--theme-color-1);
    --color-disable-icon-btn: var(--theme-color-1);
}
.bt.small {
    --height: 48px;
}
.bt.small .txt {
    font-size: 13px;
    line-height: 20px;
}
@media screen and (width<=1200px) {
    .bt .txt {
        font-size: 14px;
    }
}
@media screen and (width<=743px) {
    .bt {
        --height: 48px;
    }
    .bt .txt {
        font-size: 13px;
        line-height: 20px;
    }
}
.icon {
    display: flex;
    position: relative;
}
.icon svg {
    color: var(--theme-color-text-white);
    position: absolute;
}
.logo-s,
.arr-ico,
.close-ico,
.search-ico,
.clear-ico,
.check-ico,
.share-icon,
.expand-ico,
.cart-ico,
.edition-info-btn,
.logo-s svg,
.arr-ico svg,
.close-ico svg,
.search-ico svg,
.clear-ico svg,
.check-ico svg,
.share-icon svg,
.expand-ico svg,
.cart-ico svg,
.edition-info-btn svg {
    width: 24px;
    height: 24px;
}
.contact-ico,
.contact-ico svg {
    width: 20px;
    height: 20px;
}
.logo,
.logo svg {
    width: 174px;
    height: 40px;
}
.cart,
.ham-ico,
.cart svg,
.ham-ico svg {
    width: 40px;
    height: 40px;
}
.slash-ico,
.slash-ico svg {
    width: 20px;
    height: 24px;
}
.arr-nav,
.dot,
.flag,
.color-ico,
.gift-ico,
.arr-nav svg,
.dot svg,
.flag svg,
.color-ico svg,
.gift-ico svg {
    width: 16px;
    height: 16px;
}
.arr-tilted,
.arr-tilted svg {
    width: 72px;
    height: 72px;
}
main {
    margin: var(--header-height) auto 0;
    width: 100%;
    overflow: hidden;
}
::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}
::-webkit-scrollbar-track {
    background: 0 0;
}
::-webkit-scrollbar-thumb {
    background: #452d19;
}
input,
select,
textarea {
    border: none;
    outline: 0;
    width: 100%;
    font-family: Figtree;
}
.header {
    z-index: 3;
    width: 100%;
    transition: all 0.3s;
    position: fixed;
    top: 0;
}
.header .nav-top {
    background: #fff;
}
.header .nav-top .nav-content {
    justify-content: space-between;
    align-items: center;
    height: 80px;
    display: flex;
}
.header .nav-top .center-box {
    align-items: center;
    gap: 24px;
    display: flex;
}
.header .nav-top .right-box {
    align-items: center;
    gap: 16px;
    display: flex;
}
.header .nav-top .right-box .shopping-cart {
    will-change: color, transform;
    transition:
        color 0.3s,
        transform 0.3s;
}
.header .nav-top .right-box .shopping-cart .cart svg {
    color: var(--theme-color-text-black);
}
.header .nav-top .right-box .ham-ico {
    cursor: pointer;
    display: none;
}
.header .nav-top .right-box .ham-ico svg {
    color: var(--theme-color-text-black);
}
.header .nav-top .sub-menu {
    gap: 24px;
    display: flex;
}
.header .nav-top .sub-menu .item .txt {
    color: var(--theme-color-1);
    position: relative;
}
.header .nav-top .sub-menu .item .txt:after {
    content: "";
    transform-origin: 100% 100%;
    background: currentColor;
    border-radius: 5px;
    width: 100%;
    height: 0.05em;
    transition: transform 0.3s ease-out;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
}
.header .nav-top .logo svg {
    color: var(--theme-color-text-black);
    transition: all 0.3s;
}
.header .nav-bottom {
    background: var(--theme-color-pearl-sand);
    z-index: 2;
    position: relative;
}
.header .nav-bottom .nav-content {
    justify-content: space-between;
    align-items: center;
    height: 72px;
    display: flex;
}
.header .nav-bottom .search-btn {
    display: none;
}
@media screen and (width<=1200px) {
    .header .nav-top .nav-content .center-box {
        display: none;
    }
    .header .nav-top .right-box .ham-ico {
        display: flex;
    }
    .header .nav-bottom .search-btn {
        cursor: pointer;
        display: flex;
    }
}
@media screen and (width<=743px) {
    .header .nav-top .nav-content {
        height: 56px;
    }
    .header .nav-top .right-box {
        gap: 8px;
    }
    .header .nav-top .right-box .my-studio {
        padding: 0 12px;
    }
    .header .nav-top .right-box .my-studio .txt {
        display: none;
    }
    .header .nav-top .logo,
    .header .nav-top .logo svg {
        width: 104px;
        height: 24px;
    }
    .header .nav-top .logo svg use {
        scale: 0.6;
    }
    .header .nav-bottom {
        display: none;
    }
    .header .nav-bottom .nav-content {
        height: 48px;
    }
    .header .nav-bottom .search-btn {
        margin-left: auto;
        margin-right: 0;
    }
}
.footer .footer-content {
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
    gap: 16px;
    padding-top: 16px;
    padding-bottom: 64px;
    display: grid;
}
.footer .footer-content .menu {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
    display: flex;
}
.footer .footer-content .menu .header-title {
    align-items: center;
    height: 40px;
    display: flex;
}
.footer .footer-content .menu .header-title .logo {
    width: 139px;
    height: 32px;
}
.footer .footer-content .menu .header-title .logo svg {
    width: 139px;
    height: 32px;
    color: var(--theme-color-text-black);
    transition: all 0.3s;
}
.footer .footer-content .menu .header-title .logo svg use {
    scale: 0.8;
}
.footer .footer-content .menu .menu-body .content {
    flex-direction: column;
    gap: 16px;
    display: flex;
}
.footer .footer-content .menu .menu-body .content .sub-menu {
    align-items: center;
    gap: 16px;
    width: fit-content;
    display: flex;
    overflow: hidden;
}
.footer .footer-content .menu .menu-body .content .sub-menu .contact-ico svg {
    color: var(--theme-color-text-black-80);
}
.footer .footer-content .menu .menu-body .content .sub-menu .cert-icon {
    width: 150px;
    height: 48px;
    margin-top: 16px;
}
.footer .footer-content .menu .menu-body .content .sub-menu .cert-icon img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.footer .footer-content .menu .menu-body .content .sub-menu .rating-star-navigation {
    margin-top: 16px;
}
.footer .footer-content .menu .menu-body .content .sub-menu .rating-star-navigation .title .txt-body-m {
    color: var(--theme-color-text-black);
}
.footer .footer-content .menu .menu-body .content .sub-menu .txt-body-m {
    color: var(--theme-color-text-black-80);
    position: relative;
}
.footer .footer-content .menu .menu-body .content .sub-menu .txt-body-m:after {
    content: "";
    transform-origin: 100% 100%;
    background: currentColor;
    border-radius: 5px;
    width: 100%;
    height: 0.05em;
    transition: transform 0.3s ease-out;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
}
.footer .footer-bottom {
    background-color: var(--theme-color-grey);
}
.footer .footer-bottom .content {
    display: flex;
}
.footer .footer-bottom .content .copy-right {
    gap: 24px;
    width: fit-content;
    margin-right: 48px;
    padding: 16px 0;
    display: flex;
}
.footer .footer-bottom .content .copy-right .copy-right-text .txt {
    color: var(--theme-color-text-black-80);
}
.footer .footer-bottom .content .copy-right .txt {
    color: var(--theme-color-text-brown);
}
.footer .footer-bottom .content .copy-right .footer-run-on {
    align-items: center;
    display: flex;
    position: relative;
}
.footer .footer-bottom .content .copy-right .footer-run-on .run-on-txt-1,
.footer .footer-bottom .content .copy-right .footer-run-on .run-on-txt-2 {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    position: relative;
}
.footer .footer-bottom .content .copy-right .footer-run-on .run-on-block {
    align-items: center;
    display: flex;
}
.footer .footer-bottom .content .copy-right .footer-run-on .run-on-block .run-on-logo {
    filter: grayscale();
    width: 16px;
    height: 16px;
    margin: 0 8px;
    transition: filter 0.3s ease-out;
    display: inline-block;
    position: relative;
}
.footer .footer-bottom .content .copy-right .footer-run-on .run-on-block .run-on-logo .logo-colengo {
    width: 16px;
    height: 16px;
    transition: all 0.3s ease-out;
    position: absolute;
    left: 0;
}
@media screen and (width<=1200px) {
    .footer .footer-content {
        grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
        padding-bottom: 32px;
    }
    .footer .footer-bottom .content {
        flex-direction: column;
    }
    .footer .footer-bottom .content .copy-right {
        justify-content: center;
        width: 100%;
        margin-right: 0;
        padding: 16px 0 12px;
    }
}
@media screen and (width<=743px) {
    .footer .footer-content {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }
}
.menu-top .parent {
    justify-content: center;
    align-items: center;
    gap: 24px;
    display: flex;
}
.menu-top .parent .more-menu {
    display: none;
}
.menu-top .parent .more-menu .nav {
    gap: 4px;
}
.menu-top .parent .more-menu .dot svg {
    color: var(--theme-color-text-brown);
}
.menu-top .parent li {
    gap: 32px;
    display: flex;
}
.menu-top .parent .main-item {
    cursor: pointer;
    align-items: center;
    height: 72px;
    display: flex;
}
.menu-top .parent .main-item .txt {
    align-items: center;
    gap: 4px;
    display: flex;
}
.menu-top .parent .main-item .txt.txt-body-l {
    --typeface-font-weight-body-l: 600;
    color: var(--theme-color-text-brown);
}
.menu-top .parent .main-item .txt .arr-nav svg {
    color: var(--theme-color-text-brown);
    transition: transform 0.4s ease-out;
    transform: rotate(0);
}
.menu-top .parent .sub-show {
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    gap: 32px;
    width: fit-content;
    max-width: 100%;
    padding: 56px;
    transition: opacity 0.6s;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 8px 16px 40px #00000014;
}
.menu-top .parent .sub-show .close-ico {
    z-index: 1;
    transition: transform 0.3s ease-out;
    display: none;
    position: absolute;
    top: 16px;
    right: 16px;
    transform: rotate(0);
}
.menu-top .parent .sub-show .close-ico svg {
    color: var(--theme-color-text-brown);
}
.menu-top .parent .sub-show li.second-box {
    grid-template-columns: repeat(auto-fit, minmax(0, 262px));
    grid-auto-rows: max-content;
    gap: 16px;
    display: grid;
}
.menu-top .parent .sub-show li.second-box .child {
    padding: 0 8px 0 0;
}
.menu-top .parent .sub-show li.second-box .child.adjust-align {
    align-items: normal;
}
.menu-top .parent .sub-show li.second-box .child .heading-title-s {
    --line-max: 2;
    --line-h: 32;
    width: calc(100% - 40px);
    color: var(--theme-color-text-black);
    grid-template-columns: 20px auto;
    gap: 8px;
    display: grid;
}
.menu-top .parent .sub-show li.second-box .child .heading-title-s .title-txt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.menu-top .parent .sub-show li.second-box .child .heading-title-s.add-spe-h {
    height: calc(var(--line-max) * var(--line-h) * 1px);
}
.menu-top .parent .sub-show li.second-box .child .slash-ico svg {
    color: var(--theme-color-text-clay);
}
.menu-top .parent .sub-show .nav {
    z-index: 1;
    justify-content: space-between;
    align-items: center;
    padding: 12px 8px;
    display: flex;
    position: relative;
}
.menu-top .parent .sub-show .nav.children {
    align-items: normal;
    width: 100%;
    transition: background-color 0.3s ease-out;
}
.menu-top .parent .sub-show .nav.children .txt-body-m {
    color: var(--theme-color-text-brown);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: calc(100% - 24px);
    display: -webkit-box;
    overflow: hidden;
}
.menu-top .parent .sub-show .arr-ico svg {
    color: var(--theme-color-text-brown);
}
.menu-top .parent .sub-show .box-image {
    flex-direction: column;
    gap: 8px;
    width: 428px;
    display: flex;
    left: 8px;
}
.menu-top .parent .sub-show .box-image .image-wrapper {
    --aspect-ratio: 107/56;
    width: 100%;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
    z-index: 1;
    background-color: var(--theme-color-text-brown);
    position: relative;
    overflow: hidden;
}
.menu-top .parent .sub-show .box-image .image-wrapper img,
.menu-top .parent .sub-show .box-image .image-wrapper picture {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.menu-top .parent .sub-show .box-image .image-wrapper .shadow {
    aspect-ratio: 515/1045.56;
    background-color: var(--theme-color-text-clay);
    width: 100px;
    height: 500px;
    fill: var(--theme-color-text-clay);
    mix-blend-mode: overlay;
    filter: blur(28px);
    transition: left 0.3s ease-in-out;
    position: absolute;
    top: -50%;
    left: -70%;
    transform: rotate(35deg);
}
.menu-top .parent .sub-show .box-image .item {
    gap: 8px;
    display: flex;
    position: absolute;
    bottom: 8px;
}
.menu-top .parent .sub-show .box-image .item .arr-tilted svg {
    color: #fff;
}
.menu-top .parent .sub-show .box-image .item .txt {
    color: #fff;
    align-items: center;
    display: grid;
}
.menu-top .parent .sub-show .box-image .my-studio {
    width: 100%;
}
@media screen and (width<=1200px) {
    .menu-top .parent > li:not(.more-menu) {
        display: none;
    }
    .menu-top .parent .more-menu,
    .menu-top .parent > li:nth-child(-n + 3) {
        display: flex;
    }
    .menu-top .parent .sub-show {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        width: 100%;
        padding: 40px 24px 24px;
        display: grid;
    }
    .menu-top .parent .sub-show li.second-box {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        display: grid;
    }
    .menu-top .parent .sub-show li.second-box .child .heading-title-s {
        --line-h: 24;
    }
    .menu-top .parent .sub-show .box-image {
        width: 100%;
    }
}
@media screen and (width<=743px) {
    .menu-top {
        display: none;
    }
}
.search-box.in-popup {
    width: 100%;
    display: flex;
}
.search-box.in-popup .form-search {
    z-index: 13;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
}
.search-box.in-popup .form-search input {
    background: var(--theme-color-pearl-sand);
    color: var(--theme-color-text-brown);
    width: 100%;
    height: 100%;
    text-align: unset;
    border: none;
    outline: 0;
    padding: 12px 48px 12px 40px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.search-box.in-popup .search-ico {
    align-items: center;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 8px;
}
.search-box.in-popup .list-option {
    box-shadow: unset;
    min-width: unset;
    max-width: unset;
    width: calc(100% + 56px);
    min-height: calc(100dvh - 64px);
    max-height: calc(100dvh - 64px);
    top: 56px;
    left: -8px;
    overflow-y: auto;
}
.search-box.in-popup .list-option .box-options {
    padding: 0 8px;
}
.search-box .form-search {
    align-items: center;
    gap: 8px;
    display: flex;
    position: relative;
}
.search-box .form-search input {
    order: 1;
}
.search-box .form-search .search-ico {
    order: 2;
}
.search-box .form-search input {
    background: 0 0;
    background: var(--theme-color-pearl-sand);
    height: 24px;
    color: var(--theme-color-text-brown);
    text-align: right;
    border: none;
    border-radius: 0;
    outline: 0;
    width: 100px;
}
.search-box .search-ico {
    cursor: pointer;
}
.search-box .search-ico svg {
    color: var(--theme-color-text-brown);
}
.search-box .clear-ico {
    cursor: pointer;
    cursor: pointer;
    opacity: 0;
    align-items: center;
    height: 100%;
    transition: opacity 0.1s ease-in;
    display: flex;
    position: absolute;
    top: 0;
    right: 16px;
}
.search-box .list-option {
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    transition-behavior: allow-discrete;
    will-change: opacity;
    background-color: #fff;
    min-width: 424px;
    max-width: 424px;
    transition: opacity 0.3s;
    display: none;
    position: absolute;
    top: calc(50% + 36px);
    right: 0;
    overflow: hidden;
    box-shadow: 8px 16px 40px #00000014;
}
.search-box .list-option .box-options {
    grid-gap: 8px;
    padding: 8px;
    display: grid;
}
.search-box .list-option .box-options .box-option {
    cursor: pointer;
    align-items: center;
    transition: all 0.3s ease-out;
    display: flex;
    position: relative;
}
.dimension-input {
    width: 100%;
    overflow: hidden;
}
.dimension-input .input-field {
    cursor: pointer;
    background-color: var(--theme-color-text-white);
    border: 1px solid #d7d0ca80;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 56px;
    margin-bottom: 4px;
    padding-left: 16px;
    display: flex;
    position: relative;
}
.dimension-input .input-field .input-number {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100% - 80px);
    color: var(--theme-color-text-black);
}
.dimension-input .input-field .input-number::placeholder {
    color: var(--theme-color-text-brown);
}
.dimension-input .input-field .input-number::-webkit-inner-spin-button {
    display: none;
}
.dimension-input .input-field .icon svg {
    color: var(--theme-color-text-brown);
}
.dimension-input .input-field .icon.ico-h {
    transform: rotate(90deg);
}
.dimension-input .input-field .unit {
    color: var(--theme-color-text-brown);
}
.dimension-input .error {
    color: var(--theme-color-error);
    -webkit-line-clamp: 1;
    opacity: 0;
    -webkit-box-orient: vertical;
    padding-left: 16px;
    transition: all 0.3s;
    display: -webkit-box;
    overflow: hidden;
}
@media screen and (width<=743px) {
    .dimension-input .input-field {
        height: 48px;
        padding-right: 16px;
    }
    .dimension-input .input-field .input-number {
        max-width: calc(100% - 40px);
    }
}
.rating-star-navigation {
    text-align: center;
}
.rating-star-navigation .title .txt-body-m {
    color: var(--theme-color-text-black);
}
.rating-star-navigation.in-header {
    padding-right: 40px;
}
.rating-star-navigation.in-footer .title .txt-body-m:after {
    display: none;
}
.rating-star-navigation .star-rating {
    line-height: 0;
    display: inline-block;
    position: relative;
}
.rating-star-navigation .star-rating-base {
    color: #ddd;
}
.rating-star-navigation .star-rating-base svg {
    width: 17px;
    height: 16px;
}
.rating-star-navigation .star-rating-fill {
    white-space: nowrap;
    width: var(--w-percent, 100%);
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.rating-star-navigation .star-rating-fill svg {
    width: 17px;
    height: 16px;
}
.popup-side-menu .content {
    will-change: right;
    z-index: 12;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    height: 100dvh;
    transition: right 0.4s;
    position: fixed;
    top: 0;
    right: -100%;
}
.popup-side-menu .content .content-top {
    justify-content: space-between;
    align-items: center;
    height: 64px;
    padding: 8px;
    display: flex;
}
.popup-side-menu .content .content-top .left-box {
    width: 100%;
    display: flex;
}
.popup-side-menu .content .content-top .left-box .form-search input {
    height: 48px;
}
.popup-side-menu .content .content-top .right-box {
    display: flex;
}
.popup-side-menu .content .content-top .right-box .bt-close {
    padding: 8px;
}
.popup-side-menu .content .content-top .right-box .bt-close .close-ico {
    transition: transform 0.3s ease-out;
    transform: rotate(0);
}
.popup-side-menu .content .content-top .right-box .bt-close .close-ico svg {
    color: var(--theme-color-text-brown);
}
.popup-side-menu .content .content-menu {
    width: 100%;
    height: 100%;
    min-height: calc(100dvh - 64px);
    max-height: calc(100dvh - 64px);
    position: relative;
    overflow-y: auto;
}
.popup-side-menu .content .side-menu {
    z-index: 1;
    width: 100%;
    height: 344px;
    min-height: 344px;
    max-height: 344px;
    position: relative;
    overflow-y: auto;
}
.popup-side-menu .content .side-menu ul {
    flex-direction: column;
    gap: 16px;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    display: flex;
    position: absolute;
    top: 0;
    overflow: hidden auto;
}
.popup-side-menu .content .side-menu ul.parent {
    padding: 8px 8px 16px;
}
.popup-side-menu .content .side-menu ul .txt-body-l {
    --typeface-font-weight-body-l: 600;
    color: var(--theme-color-text-brown);
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
    max-width: calc(100% - 40px);
    display: -webkit-box;
    overflow: hidden;
}
.popup-side-menu .content .side-menu ul .arr-ico svg {
    color: var(--theme-color-text-brown);
}
.popup-side-menu .content .side-menu ul.parent li > .nav {
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    height: 40px;
    padding: 8px;
    display: flex;
}
.popup-side-menu .content .side-menu ul.parent li .go-back {
    align-items: center;
    gap: 8px;
    height: 48px;
    padding-left: 8px;
    display: flex;
}
.popup-side-menu .content .side-menu ul.parent li .go-back .txt {
    color: var(--theme-color-text-black);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.popup-side-menu .content .side-menu ul.parent li .go-back .icon svg {
    color: var(--theme-color-text-black);
}
.popup-side-menu .content .side-menu ul.active > li > a,
.popup-side-menu .content .side-menu ul.active > li > button {
    transform: translate(0);
}
.popup-side-menu .content .side-menu ul.is-hidden {
    pointer-events: none;
    opacity: 0;
    width: 0;
    position: absolute;
}
.popup-side-menu .content .side-menu ul.is-hidden > li > a,
.popup-side-menu .content .side-menu ul.is-hidden > li > button {
    transform: translate(110%);
}
.popup-side-menu .content .side-menu ul li ul {
    padding-right: 16px;
    top: 0;
}
.popup-side-menu .content .side-menu ul li a,
.popup-side-menu .content .side-menu ul li button {
    will-change: transition;
    width: 100%;
    transition: transform 0.4s;
    transform: translate(110%);
}
.popup-side-menu .content .side-menu ul li .txt,
.popup-side-menu .content .side-menu ul li .icon {
    opacity: 0;
    will-change: transform;
    transition:
        transform 0.1s linear 0.3s,
        opacity 0.2s;
}
.popup-side-menu .content .content-sub {
    border-top: 1px solid var(--theme-color-text-clay);
}
.popup-side-menu .content .content-sub .sub-menu {
    padding: 8px;
}
.popup-side-menu .content .content-sub .sub-menu .item a {
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    display: flex;
}
.popup-side-menu .content .content-sub .sub-menu .item a .txt,
.popup-side-menu .content .content-sub .sub-menu .item a .arr-ico svg {
    color: var(--theme-color-text-brown);
}
.popup-side-menu .content .content-sub .box-image {
    flex-direction: column;
    gap: 4px;
    width: 100%;
    padding: 0 4px 4px;
    display: flex;
}
.popup-side-menu .content .content-sub .box-image .image-wrapper {
    --aspect-ratio: 184/103;
    width: 100%;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
    z-index: 1;
    background-color: var(--theme-color-text-brown);
    position: relative;
}
.popup-side-menu .content .content-sub .box-image .image-wrapper img,
.popup-side-menu .content .content-sub .box-image .image-wrapper picture {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.popup-side-menu .content .content-sub .box-image .image-wrapper .shadow {
    display: none;
}
.popup-side-menu .content .content-sub .box-image .item {
    gap: 4px;
    display: flex;
    position: absolute;
    bottom: 8px;
    left: 8px;
}
.popup-side-menu .content .content-sub .box-image .item .arr-tilted svg {
    color: #fff;
}
.popup-side-menu .content .content-sub .box-image .item .txt {
    color: #fff;
    align-items: center;
    display: grid;
}
.popup-side-menu .content .content-sub .box-image .my-studio {
    width: 100%;
}
@media screen and (width<=743px) {
    .popup-side-menu .content .content-sub .box-image .image-menu {
        --aspect-ratio: 203 / 113;
    }
}
.popup-search .content {
    will-change: right;
    z-index: 12;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    height: 100dvh;
    transition: right 0.4s;
    position: fixed;
    top: 0;
    right: -100%;
}
.popup-search .content .content-top {
    justify-content: space-between;
    height: 64px;
    padding: 8px;
    display: flex;
}
.popup-search .content .content-top .left-box {
    width: 100%;
    display: flex;
}
.popup-search .content .content-top .right-box {
    display: flex;
}
.popup-search .content .content-top .right-box .bt-close {
    padding: 8px;
}
.popup-search .content .content-top .right-box .bt-close .close-ico {
    transition: transform 0.3s ease-out;
    transform: rotate(0);
}
.popup-search .content .content-top .right-box .bt-close .close-ico svg {
    color: var(--theme-color-text-brown);
}
.popup-video {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background: #0006;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}
.popup-video .popup-panel {
    flex-direction: column;
    align-items: end;
    gap: 16px;
    max-width: 964px;
    max-height: 632px;
    padding: 32px;
    display: flex;
}
.popup-video .popup-panel .bt-close-sidebar .close-ico {
    transition: transform 0.3s ease-out;
    transform: rotate(0);
}
@media screen and (width<=743px) {
    .popup-video .popup-panel {
        padding: 16px;
    }
}
.image-box.loaded:before {
    background: 0 0;
    animation: none;
}
.image-box.loaded img {
    opacity: 1;
}
.image-box:before {
    content: "";
    background-color: #eee;
    background-image: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    background-position: -120px 0;
    background-repeat: no-repeat;
    background-size: 200% 100%;
    animation: 1s infinite imageBoxSkeleton;
    position: absolute;
    inset: 0;
}
.image-box img {
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
}
.title-desc {
    height: auto;
    position: relative;
}
.title-desc .content-wrap {
    flex-wrap: wrap;
    gap: 16px;
    max-width: 1424px;
    margin: 0 auto;
    display: flex;
}
.title-desc .content-wrap .heading-title-m {
    color: var(--theme-color-text-black);
}
.title-desc .content-wrap .txt-body-m {
    color: var(--theme-color-text-black-80);
}
.title-desc .wrap-2 .item:first-child {
    flex: 48%;
    justify-content: end;
    margin-bottom: 0;
}
.title-desc .wrap-2 .item:first-child .box {
    max-width: 584px;
    padding: 0 64px;
}
.title-desc .wrap-2 .item:nth-child(2) {
    justify-content: unset;
}
.title-desc .item {
    width: 100%;
    display: flex;
}
.title-desc .item .box {
    flex-direction: column;
    gap: 24px;
    display: flex;
}
.title-desc .item:first-child {
    justify-content: center;
    margin-bottom: 88px;
}
.title-desc .item:first-child .box {
    max-width: 704px;
}
.title-desc .item:nth-child(2) {
    justify-content: end;
}
.title-desc .item:nth-child(2) .box {
    max-width: 584px;
    padding: 0 64px;
}
.title-desc .item {
    flex: 100%;
}
.title-desc .item:nth-child(2),
.title-desc .item:nth-child(3) {
    flex: 48%;
}
@media screen and (width<=1200px) {
    .title-desc .content-wrap {
        gap: 24px;
    }
    .title-desc .wrap-2 .item:first-child {
        justify-content: unset;
    }
    .title-desc .wrap-2 .item:first-child .box {
        max-width: 584px;
        padding: 0;
    }
    .title-desc .item .box {
        gap: 16px;
    }
    .title-desc .item:first-child {
        margin-bottom: 23px;
    }
    .title-desc .item:first-child .box {
        max-width: 100%;
    }
    .title-desc .item:nth-child(2) .box {
        max-width: 100%;
        padding: 0;
    }
}
@media screen and (width<=743px) {
    .title-desc .content-wrap {
        grid-template-columns: repeat(1, 1fr);
        display: grid;
    }
    .title-desc .wrap-1 .item:first-child,
    .title-desc .wrap-1 .item:nth-child(2),
    .title-desc .wrap-1 .item:nth-child(3),
    .title-desc .wrap-2 .item:first-child,
    .title-desc .wrap-2 .item:nth-child(2),
    .title-desc .wrap-2 .item:nth-child(3),
    .title-desc .wrap-3 .item:first-child,
    .title-desc .wrap-3 .item:nth-child(2),
    .title-desc .wrap-3 .item:nth-child(3) {
        justify-content: unset;
        margin-bottom: 0;
    }
    .title-desc .wrap-1 .item:first-child .box,
    .title-desc .wrap-1 .item:nth-child(2) .box,
    .title-desc .wrap-1 .item:nth-child(3) .box,
    .title-desc .wrap-2 .item:first-child .box,
    .title-desc .wrap-2 .item:nth-child(2) .box,
    .title-desc .wrap-2 .item:nth-child(3) .box,
    .title-desc .wrap-3 .item:first-child .box,
    .title-desc .wrap-3 .item:nth-child(2) .box,
    .title-desc .wrap-3 .item:nth-child(3) .box {
        justify-content: unset;
        max-width: 100%;
    }
}
.media-with-content {
    position: relative;
}
.media-with-content.image-right .content-wrapper {
    grid-template-columns: minmax(0, 584px) minmax(0, 704px);
}
.media-with-content.image-right .content-wrapper .content-image,
.media-with-content.image-right .content-wrapper .content-widget {
    order: 2;
}
.media-with-content.image-right .content-wrapper .content-desc {
    order: 1;
}
.media-with-content.with-pearl {
    background-color: var(--theme-color-pearl-sand);
    padding: 120px 0;
}
.media-with-content.with-pearl .content-btn .bt-primary {
    --color-btn: var(--theme-color-text-black);
    --color-border-btn: var(--theme-color-text-black);
    --color-txt-btn: var(--theme-color-text-white);
    --color-icon-btn: var(--theme-color-text-white);
    --color-hover-btn: var(--theme-color-text-black-light);
    --color-hover-border-btn: var(--theme-color-text-black-light);
    --color-hover-txt-btn: var(---theme-color-text-white);
    --color-hover-icon-btn: var(--theme-color-text-white);
    --color-disable-btn: var(--theme-color-text-black-light);
    --color-disable-border-btn: var(--theme-color-text-black-light);
    --color-disable-txt-btn: var(--theme-color-text-white);
    --color-disable-icon-btn: var(--theme-color-text-white);
}
.media-with-content.with-pearl .content-btn .bt-tertiary .logo-s {
    display: none;
}
.media-with-content .shadow {
    aspect-ratio: 515/1045.56;
    background-color: var(--theme-color-text-clay);
    width: 100px;
    height: 1000px;
    fill: var(--theme-color-text-clay);
    mix-blend-mode: overlay;
    filter: blur(28px);
    position: absolute;
    top: -45%;
    left: 50%;
    transform: rotate(18deg);
}
.media-with-content .content-wrapper {
    grid-template-columns: minmax(0, 704px) minmax(0, 584px);
    justify-content: center;
    gap: 136px;
    display: grid;
}
.media-with-content .content-image {
    height: auto;
    min-height: 396px;
    position: relative;
    overflow: hidden;
}
.media-with-content .content-image.two-item {
    flex-direction: column;
    gap: 8px;
    display: flex;
}
.media-with-content .content-image.two-item .box-images {
    width: 100%;
    height: 100%;
    position: relative;
}
.media-with-content .content-image .image-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.media-with-content .content-image .image-wrapper .video-control,
.media-with-content .content-image .image-wrapper img,
.media-with-content .content-image .image-wrapper video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.media-with-content .content-desc {
    flex-direction: column;
    row-gap: 24px;
    padding: 88px 0;
    display: flex;
}
.media-with-content .content-desc .content-box {
    flex-direction: column;
    gap: 24px;
    padding: 0 64px;
    display: flex;
}
.media-with-content .content-desc .content-box .sub-heading-l {
    color: var(--theme-color-text-dark-blue);
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.media-with-content .content-desc .content-box .heading-title-m {
    color: var(--theme-color-text-black);
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.media-with-content .content-desc .content-box .txt-body-m {
    color: var(--theme-color-text-black-80);
}
.media-with-content .content-btn {
    flex-wrap: wrap;
    gap: 16px;
    padding-left: 64px;
    display: flex;
}
@media screen and (width<=1440px) {
    .media-with-content .content-wrapper {
        gap: 32px;
    }
}
@media screen and (width<=1200px) {
    .media-with-content.image-right .content-wrapper {
        grid-template-columns: 1fr 1fr;
    }
    .media-with-content.with-pearl {
        padding: 48px 0;
    }
    .media-with-content .shadow {
        left: 10%;
    }
    .media-with-content .content-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
    .media-with-content .content-image {
        min-height: 168px;
    }
    .media-with-content .content-image.two-item {
        gap: 4px;
    }
    .media-with-content .content-desc {
        row-gap: 16px;
        padding: 32px 0 0;
    }
    .media-with-content .content-desc .content-box {
        gap: 16px;
        padding: 0;
    }
    .media-with-content .content-btn {
        padding-left: 0;
    }
}
@media screen and (width<=743px) {
    .media-with-content.image-right .content-wrapper {
        grid-template-columns: 1fr;
    }
    .media-with-content.image-right .content-wrapper .content-image {
        order: 1;
    }
    .media-with-content.image-right .content-wrapper .content-desc {
        order: 2;
    }
    .media-with-content.with-pearl {
        padding: 16px 0;
    }
    .media-with-content .shadow {
        left: 30%;
    }
    .media-with-content .content-wrapper {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .media-with-content .content-image {
        min-height: 240px;
    }
    .media-with-content .content-image.two-item {
        gap: 2px;
    }
    .media-with-content .content-desc {
        padding: 0;
    }
    .media-with-content .content-btn .bt {
        width: 100%;
    }
}
.collection-masonry .container {
    --container-max-width: 1664px;
}
.collection-masonry .header-wrapper {
    text-align: center;
    margin-bottom: 48px;
    position: relative;
}
.collection-masonry .header-wrapper .title {
    color: var(--theme-color-text-black, #151210);
}
.collection-masonry .header-wrapper .sub-title {
    color: var(--theme-color-text-dark-blue, #577994);
}
.collection-masonry .flex-masonry {
    flex-wrap: wrap;
    gap: 8px;
    display: flex;
}
.collection-masonry .flex-masonry .category-card {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.collection-masonry .flex-masonry .category-card .image-wrapper {
    background: var(--theme-color-bg-grey);
    width: 100%;
    height: 100%;
    position: relative;
}
.collection-masonry .flex-masonry .category-card .image-wrapper:before,
.collection-masonry .flex-masonry .category-card .image-wrapper:after {
    content: "";
    mix-blend-mode: overlay;
    z-index: 1;
    opacity: 0;
    background: url(/assetfiles/img/azura/svgs/shape.svg#shape-obj) no-repeat;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: -250px;
}
.collection-masonry .flex-masonry .category-card .image-wrapper:after {
    transform: translate(-10px);
}
.collection-masonry .flex-masonry .category-card .image-wrapper .image-box {
    width: 100%;
    height: 100%;
    position: relative;
}
.collection-masonry .flex-masonry .category-card .image-wrapper .image-box:after {
    content: "";
    opacity: 0.5;
    mix-blend-mode: multiply;
    background: linear-gradient(90deg, #000 0%, #fff 100%);
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}
.collection-masonry .flex-masonry .category-card .image-wrapper .image-box img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.collection-masonry .flex-masonry .category-card .title-content {
    z-index: 1;
    align-items: end;
    gap: 8px;
    width: calc(100% - 48px);
    display: flex;
    position: absolute;
    bottom: 24px;
    left: 24px;
}
.collection-masonry .flex-masonry .category-card .title-content .title-wrapper {
    color: #fff;
    align-self: start;
    overflow: hidden;
}
@media screen and (width>=1201px) {
    .collection-masonry .flex-masonry[data-mod-5="2"] .category-card:last-child,
    .collection-masonry .flex-masonry[data-mod-5="2"] .category-card:nth-last-child(2) {
        aspect-ratio: 828/432;
        max-width: calc(50% - 4px);
    }
    .collection-masonry .flex-masonry .category-card:nth-child(5n + 1),
    .collection-masonry .flex-masonry .category-card:nth-child(5n + 2),
    .collection-masonry .flex-masonry .category-card:nth-child(5n + 3) {
        aspect-ratio: 549/432;
        max-width: calc(33.3333% - 5.33333px);
    }
    .collection-masonry .flex-masonry .category-card:nth-child(5n + 4),
    .collection-masonry .flex-masonry .category-card:nth-child(5n + 5) {
        aspect-ratio: 828/432;
        max-width: calc(50% - 4px);
    }
}
@media screen and (width<=1200px) {
    .collection-masonry .header-wrapper {
        margin-bottom: 16px;
    }
    .collection-masonry .masonry-container {
        margin: 0 -24px;
    }
    .collection-masonry .flex-masonry {
        gap: 4px;
    }
    .collection-masonry .flex-masonry[data-mod-4="1"] .category-card:last-child,
    .collection-masonry .flex-masonry[data-mod-4="3"] .category-card:last-child {
        aspect-ratio: 744/304;
        max-width: 100%;
    }
    .collection-masonry .flex-masonry .category-card .title-content {
        bottom: 8px;
        left: 8px;
    }
    .collection-masonry .flex-masonry .category-card:nth-child(4n + 1) {
        aspect-ratio: 331/304;
        max-width: calc(45% - 4px);
    }
    .collection-masonry .flex-masonry .category-card:nth-child(4n + 2) {
        aspect-ratio: 409/304;
        max-width: 55%;
    }
    .collection-masonry .flex-masonry .category-card:nth-child(4n + 3),
    .collection-masonry .flex-masonry .category-card:nth-child(4n + 4) {
        aspect-ratio: 370/304;
        max-width: calc(50% - 2px);
    }
}
@media screen and (width<=743px) {
    .collection-masonry .masonry-container {
        margin: 0 -16px;
    }
    .collection-masonry .flex-masonry {
        gap: 2px;
    }
    .collection-masonry .flex-masonry .category-card {
        aspect-ratio: 414/243 !important;
        max-width: 100% !important;
    }
}
.usp .header-wrapper {
    text-align: center;
    margin-bottom: 48px;
}
.usp .header-wrapper .title {
    color: var(--theme-color-text-black, #151210);
}
.usp .header-wrapper .sub-title {
    color: var(--theme-color-text-dark-blue, #577994);
}
.usp .usp-wrapper {
    grid-auto-columns: minmax(0, 272px);
    grid-auto-flow: column;
    justify-content: center;
    gap: 16px;
    display: grid;
}
.usp .usp-wrapper .usp-item {
    flex-direction: column;
    gap: 16px;
    max-width: 272px;
    padding: 16px;
    display: flex;
}
.usp .usp-wrapper .usp-item .image-box {
    aspect-ratio: 1;
    width: 100%;
    max-width: 48px;
    position: relative;
}
.usp .usp-wrapper .usp-item .image-box img {
    object-fit: contain;
    object-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.usp .usp-wrapper .usp-item .title-wrapper {
    flex-direction: column;
    gap: 8px;
    display: flex;
}
.usp .usp-wrapper .usp-item .title-wrapper .title {
    -webkit-line-clamp: 2;
    color: var(--theme-color-text-brown);
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.usp .usp-wrapper .usp-item .title-wrapper .desc {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
@media screen and (width<=1200px) {
    .usp .header-wrapper {
        margin-bottom: 16px;
    }
    .usp .usp-wrapper {
        grid-auto-flow: unset;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-self: center;
        width: 100%;
        max-width: 696px;
    }
    .usp .usp-wrapper .usp-item {
        max-width: 100%;
    }
    .usp .usp-wrapper .usp-item .image-box {
        max-width: 40px;
    }
    .usp .usp-wrapper .usp-item:last-child:nth-child(odd) {
        grid-column: span 2;
    }
}
@media screen and (width<=743px) {
    .usp .usp-wrapper {
        grid-template-columns: minmax(0, 1fr);
        grid-auto-flow: unset;
        justify-self: center;
        max-width: 382px;
    }
    .usp .usp-wrapper .usp-item:last-child:nth-child(odd) {
        grid-column: unset;
    }
}
.hero-section .wrapper {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.hero-section .wrapper .image-wrapper {
    --aspect-ratio: 240 / 77;
    width: 100%;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
    z-index: 1;
    background: var(--theme-color-bg-grey);
    position: relative;
    overflow: hidden;
}
.hero-section .wrapper .image-wrapper picture,
.hero-section .wrapper .image-wrapper img,
.hero-section .wrapper .image-wrapper video,
.hero-section .wrapper .image-wrapper iframe {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.hero-section .wrapper .content-box {
    justify-content: center;
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 0;
}
.hero-section .wrapper .content-box .box-wrapper {
    background-color: var(--theme-color-text-white);
    max-width: 80%;
    padding: 64px 80px 0;
    display: grid;
}
.hero-section .wrapper .content-box .heading-title-l {
    text-align: center;
    margin-bottom: 32px;
}
.hero-section .wrapper .content-box .txt {
    text-align: center;
}
.hero-section .wrapper .content-field {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 4px;
    display: grid;
}
.hero-section .wrapper .bt-config {
    width: 100%;
}
@media screen and (width<=1200px) {
    .hero-section .wrapper .image-wrapper {
        --aspect-ratio: 93 / 59;
    }
    .hero-section .wrapper .content-box .box-wrapper {
        padding: 40px 40px 0;
    }
    .hero-section .wrapper .content-box .heading-title-l {
        margin-bottom: 24px;
    }
}
@media screen and (width<=743px) {
    .hero-section .wrapper .image-wrapper {
        --aspect-ratio: 207 / 260;
    }
    .hero-section .wrapper .content-box .box-wrapper {
        max-width: calc(100% - 32px);
        padding: 40px 24px 0;
    }
    .hero-section .wrapper .content-field {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 16px;
    }
}
