.ms-company-daesang-heading p:last-of-type,
.ms-company-daesang-overseas-network,
.ms-company-mamasuka-heading p:last-of-type,
.ms-home-ms-logo,
body,
p {
    margin: 0;
}

.ms-lag-toggle input:checked,
.ms-lang-toggle input {
    border-color: #fff !important;
}

.dropdown-company-content,
.ms-main-navbar {
    -webkit-box-shadow: 0 1px 10px -5px #000;
    position: fixed;
}

.ms-home-m-news-content,
.ms-home-m-news-descwrap p,
.ms-home-m-news-title {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

:root {
    --bg-primary: #a22320;
    --bg-white: #ffffff;
    --text-white: #ffffff;
    --text-black: #000000;
    --dcvCard1D: #db697cb3;
    --dcvCard2A: #ca4135b3;
    --dcvCard3E: #d67661b3;
    --dcvCard4S: #555b94b3;
    --dcvCard5A: #634583b3;
    --dcvCard6N: #de916cb3;
    --dcvCard7G: #dfa054b3;
    --rtcWrapperGap: 30px;
    --msRdsHeadSbWidth: 686px;
    --msRdsHeadSbPaddingLeft: 35px;
    --msRdsHeadSbPaddingRight: 70px;
}

body {
    font-family: Poppins, sans-serif;
    height: calc(100% - 80px);
}

.ms-content-wrapper {
    position: relative;
    z-index: 0;
    width: 100%;
    max-width: 100%;
    margin: 88px auto 0;
}

.ms-lang-toggle {
    height: 32px !important;
    margin: auto 12px;
    width: 64px !important;
    border: 1px solid #ccc;
    border-radius: 9999px;
}

.ms-lang-toggle input {
    position: absolute;
    height: 30px !important;
    width: 60px !important;
    margin: 0;
    z-index: 1;
    background: url("/assets/images/logos/toggle-lang-id.svg") left center
        no-repeat #fff !important;
}

.ms-lang-toggle input:checked {
    background: url("/assets/images/logos/toggle-lang-en.svg") right center
        no-repeat #fff !important;
}

.ms-lang-toggle .ms-lt-label-id {
    position: absolute;
    -webkit-transform: translate(-8px, 3px);
    -ms-transform: translate(-8px, 3px);
    transform: translate(-8px, 3px);
    z-index: 2;
    font-size: 16px;
    font-weight: 700;
}

.ms-lang-toggle .ms-lt-label-en {
    position: absolute;
    -webkit-transform: translate(-32px, 3px);
    -ms-transform: translate(-32px, 3px);
    transform: translate(-32px, 3px);
    z-index: 2;
    font-size: 16px;
    font-weight: 700;
}

.nav-active {
    font-weight: 600;
    padding-bottom: 25px;
    border-bottom: 4px solid #fff;
}

.ms-btn-1,
.ms-btn-2 {
    font-weight: 500;
    font-size: 16px;
    font-family: Poppins, sans-serif;
}

.ms-btn-1 {
    border: none;
    border-radius: 27px;
    padding: 0 25px;
    height: 50px;
}

.ms-btn-2 {
    border: none;
    border-radius: 15px;
    padding: 15px 30px;
}

.ms-product-c-sub-container,
.product-sidenav-menu-dropdown-content-sub:first-of-type p,
.product-sidenav-menu-dropdown-content-sub:nth-of-type(2) p,
.product-sidenav-menu-dropdown-content-sub:nth-of-type(3) p,
.product-sidenav-menu-dropdown-content-sub:nth-of-type(4) p {
    display: none;
}

.ms-main-navbar {
    z-index: 1050;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100vw;
    height: 88px;
    background-color: #fff;
    box-shadow: 0 1px 10px -5px #000;
}

.ms-main-navbar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dropdown-daesang-content,
.ms-main-navbar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    gap: 1rem;
}

.ms-main-navbar-logo {
    height: 4rem;
    margin: 0;
}

.ms-main-navbar-menu .ms-main-navbar-company > a {
    cursor: pointer;
    display: block;
    height: auto;
    color: #151515;
}

.ms-main-navbar.nav--default-type .ms-main-navbar-menu > li.active > a {
    color: #a22320;
}

.ms-main-navbar.nav--company-type .ms-main-navbar-menu > li.active > a {
    color: #555b94;
}

.ms-main-navbar.nav--product-type .ms-main-navbar-menu > li.active > a {
    color: #de916c;
}

.ms-main-navbar.nav--recipe-type .ms-main-navbar-menu > li.active > a {
    color: #db697c;
}

.dropdown-company-content {
    top: 88px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #f9f9f9;
    border-radius: 0 0 10px 10px;
    color: #151515;
    padding: 0 24px;
    box-shadow: 0 1px 10px -5px #000;
    -webkit-animation: 0.3s ease-in-out forwards showDown;
    animation: 0.3s ease-in-out forwards showDown;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

@-webkit-keyframes showDown {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes showDown {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.dropdown-company-content > ul,
.ms-recipe-tips-carousel {
    padding: 0;
}

.dropdown-company-content > ul > li {
    margin: 24px 0;
    list-style-type: none;
}

.dropdown-company-content > ul > li > a {
    text-decoration: none;
    color: #000;
}

.dropdown-daesang {
    height: 80px;
    max-height: 80px;
}

.dropdown-daesang-menu {
    height: 50px;
    max-height: 50px;
    margin: calc(calc(80px - 50px) / 2) 0 calc((80px - 50px) / 2);
    vertical-align: middle;
}

.dropdown-daesang-expander {
    font-size: 12px;
    height: 12px;
    width: 12px;
    margin: calc((50px - 12px) / 2) 5px;
    color: #151515;
}

.ms-main-navbar-menu {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #151515;
    font-size: 14px;
    -ms-flex-align: center;
    align-items: center;
    min-height: 88px;
}

.ms-main-navbar-menu > li,
.ns-main-navbar-menu > li {
    height: 21px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: calc((80px - 21px) / 2) 12px 0;
}

.ms-main-navbar-menu > li > a {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #151515;
    text-decoration: none;
}

.dropdown-daesang-content {
    position: fixed;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    top: 80px;
    left: 0;
    right: 0;
    height: 80px;
    background-color: #f9f9f9;
    -webkit-transition: 250ms ease-in-out;
    -o-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 1px 10px -5px #000;
    box-shadow: 0 1px 10px -5px #000;
}

.ddcontent-daesang-name {
    margin: auto 24px auto 0;
    font-family: Nunito, sans-serif;
    font-size: 14px;
    font-weight: 800;
}

.ddcontent-divider {
    width: 1px;
    height: 50px;
    margin: auto 12px;
    background-color: #e9e9e9;
}

.ddcontent-logo {
    max-height: 50px;
    margin: auto 20px;
}

.ddcontent-logo:first-child {
    margin: auto 5px auto 0;
}

.ddcontent-jongga-logo,
.ddcontent-miwon-logo,
.ddcontent-o-food-logo {
    max-height: 40px;
}

.ddcontent-chungjung-logo {
    max-height: 45px;
}

.ms-navbar-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ms-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    z-index: 0;
}

.ms-footer-content {
    background: #a22320;
    padding: 50px 150px;
}

.ms-adc-mqc-attr,
.ms-footer-content-logo,
.ms-product-r-header,
.ms-product-r-review-content-head,
.ms-rta-mci-qb-attribute {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ms-footer-daesang-logo {
    margin-right: 70px;
}

.ms-footer-halal-logo {
    margin-left: 30px;
}

.ms-footer-content-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
}

.ms-footer-content-desc-left,
.ms-footer-content-desc-right {
    max-width: 35%;
}

.ms-footer-content-desc-center {
    max-width: 30%;
}

.ms-footer-content-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 50px 0 0;
}

.ms-footer-content-text {
    color: #ddd;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.6;
}

.ms-footer-socmed {
    background: #811715;
    padding: 25px 0;
}

.ms-social-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ms-footer-copyright,
.ms-social-link {
    display: -webkit-box;
    display: -ms-flexbox;
}

.ms-social-wrapper p {
    color: #ffffffd6;
    margin-right: 3rem;
    font-size: 1rem;
}

.ms-social-link {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3.125rem;
}

.ms-social-link a {
    color: var(--text-white);
    text-decoration: none;
}

.ms-social-link a i {
    color: var(--text-white);
    font-size: 1.625rem;
}

.ms-footer-copyright {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #690e0c;
    padding: 1.3125rem 0;
}

.ms-footer-copyright p {
    margin: 0;
    color: var(--text-white);
    font-size: 0.75rem;
    font-weight: 300;
    text-align: center;
}

.ms-home-mamasuka,
.ms-home-videotron {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position-y: center;
    width: 100vw !important;
    max-width: 100%;
    overflow: hidden;
}

.ms-home-vt-desc,
.ms-home-vt-text {
    max-width: 650px;
    color: var(--text-white);
}

.ms-home-videotron {
    background: url("/assets/images/backdrops/home-videotron.webp");
    min-height: calc(100vh - 88px) !important;
}

.ms-home-videotron::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #00000066;
}

.ms-home-vt-backdrop {
    position: absolute;
    display: block;
    width: 100%;
    height: calc(100vh - 88px);
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}

.ms-home-vt-overlay {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
}

.ms-home-bs-subtitle,
.ms-home-rt-subtitle,
.ms-milestone-splide__item,
.ms-product-c-sub-container.sub-container-active,
.ms-product-r-review-content,
.ms-sqm-input-group {
    display: block;
}

.ms-home-vt-text {
    font-family: Inter, sans-serif;
    font-size: 4.0625rem;
    font-weight: 700;
}

.ms-home-vt-divider {
    height: 0.3125rem;
    width: 135px;
    background-color: var(--bg-white);
    margin: 2.5rem 0;
}

.ms-home-vt-desc {
    font-size: 1.875rem;
}

.ms-home-best-seller,
.ms-home-mamasuka,
.ms-home-recipe-tips {
    position: relative;
    padding: 6.25rem 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.ms-home-ms-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.ms-home-ms-desc {
    font-size: 1.0625rem;
    line-height: 1.6;
}

.ms-home-ms-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--text-white);
    background-color: #d63827;
    text-decoration: none;
    margin-top: 2rem;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.ms-home-ms-btn:focus,
.ms-home-ms-btn:hover {
    color: var(--text-white);
    background-color: #e42f1b;
}

.ms-home-best-seller::before,
.ms-home-media::before {
    content: "";
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-image: -o-linear-gradient(
        left,
        var(--bg-white),
        var(--bg-white) 75%,
        transparent 75%,
        transparent 100%
    );
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(var(--bg-white)),
        color-stop(75%, var(--bg-white)),
        color-stop(75%, transparent),
        to(transparent)
    );
    background-image: linear-gradient(
        90deg,
        var(--bg-white),
        var(--bg-white) 75%,
        transparent 75%,
        transparent 100%
    );
    background-size: 8px 2px;
    border: none;
}

.ms-company-dp-imgwrap,
.ms-home-bs-header,
.ms-product-r-rating,
.ms-rtd-attr-likes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ms-home-bs-title,
.ms-home-rt-title {
    font-size: 6.25rem;
    color: transparent;
    -webkit-text-stroke: 1px var(--text-white);
    text-transform: uppercase;
    line-height: 1;
}

.ms-home-bs-title-span,
.ms-home-rt-title-span {
    color: var(--text-white);
}

.ms-home-bs-desc,
.ms-home-rt-desc {
    font-size: 2.3125rem;
    color: var(--text-white);
    font-weight: 500;
    margin: 15px 0 0;
}

.ms-home-bs-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    background-color: var(--bg-white);
    color: var(--text-black);
    margin-top: 1.25rem;
    -webkit-transition: 0.15s ease-in;
    -o-transition: 0.15s ease-in;
    transition: 0.15s ease-in;
}

.ms-home-bs-btn:focus,
.ms-home-bs-btn:hover {
    background-color: #d63827;
    color: var(--text-white);
}

#recipe .ms-home-bs-btn:focus,
#recipe .ms-home-bs-btn:hover {
    background-color: #7f7fe5;
    color: var(--text-white);
}

.ms-home-bs-imgwrapper {
    width: 100%;
    overflow: hidden;
}

.ms-home-bs-imgwrapper > a,
.ms-home-rt-recipe-wrapper > a,
.ms-product-dpf-product-wrap {
    text-decoration: none;
}

.ms-home-bs-img-w {
    height: auto;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.ms-home-bs-img-1 {
    background-color: #b5a1c5;
}

.ms-home-bs-img-2 {
    background-color: #edb4bd;
}

.ms-home-bs-img-3 {
    background-color: #f1ccb5;
}

.ms-home-bs-img-4 {
    background-color: #f9e2c5;
}

.ms-home-bs-img {
    width: auto;
    height: 100%;
    background-position: bottom;
}

.ms-home-bs-product-title {
    color: var(--text-white);
    font-size: 1.25rem;
    font-weight: 400;
    text-align: center;
    margin-top: 1.5rem;
}

.ms-home-rt-btn {
    margin: 20px 0 0;
    background-color: #d63827;
    color: var(--text-white);
    cursor: pointer;
}

.ms-home-rt-btn span {
    cursor: pointer;
    display: inline-block;
}

.ms-home-bs-showcase,
.ms-home-m-news-scroll,
.ms-home-rt-content {
    max-width: 1240px;
    margin: 50px auto 0;
    display: block;
}

.ms-home-bs-showcase .splide__slide img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.ms-home-rt-recipe-wrapper {
    position: relative;
    overflow: hidden;
}

.ms-home-rt-img-w {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.ms-home-rt-img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.ms-home-rt-recipe-title {
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--text-white);
    margin-top: 1.5rem;
}
.ms-home-rt-recipe-title > a {
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--text-white);
    text-decoration: none;
}

.ms-home-media {
    position: relative;
    padding: 6.25rem 0;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center !important;
    overflow: hidden;
}

.ms-home-m-title {
    color: #414141;
    text-transform: uppercase;
    text-align: center;
    font-size: 65px;
    margin: 0 0 2.5rem;
}

.ms-home-m-news-wrapper {
    max-width: 350px;
    overflow: hidden;
    border-radius: 0.625rem;
}

.ms-home-m-img-w {
    height: 250px;
    max-width: 350px;
    overflow: hidden;
}

.ms-home-m-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-position: bottom;
}

.ms-home-m-news-descwrap {
    max-width: 350px;
    height: auto;
    background-color: #fff;
    padding: 20px;
}

.ms-home-m-news-descwrap p {
    display: -webkit-box;
}

.ms-home-m-news-date {
    color: rgba(39, 39, 39, 0.6);
    font-size: 12px;
    margin: 0 0 5px;
    max-width: calc(350px - 40px);
}

.ms-home-m-news-title {
    color: #393939;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
    line-height: 24px;
    display: -webkit-box;
}

.ms-home-m-news-content {
    color: rgba(57, 57, 57, 0.6);
    font-size: 0.875rem;
    margin: 0 0 5px;
    line-height: 18px;
    display: -webkit-box;
}

.ms-home-m-btn {
    position: absolute;
    margin: 60px 0 0;
    background-color: #d63827;
    color: #fff;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ms-home-sahabat-rasa {
    position: relative;
    background: #f0f0f0;
    padding: 6.25rem 0;
    overflow: hidden;
}

.ms-home-sr-title {
    font-size: 60px;
    color: transparent;
    -webkit-text-stroke: 2px #414141;
    text-transform: uppercase;
    text-align: center;
}

.ms-home-sr-title-span {
    color: #414141;
}

.ms-home-sr-item-wrapper {
    width: 100%;
    margin: 50px auto 0;
}

.ms-home-sr-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 250px;
    margin: 40px auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 1rem;
}
.ms-home-sr-item-3 {
    margin: 0 auto;
}

.ms-home-sr-item-1,
.ms-home-sr-item-2,
.ms-home-sr-item-3 {
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
}

#ecommerce-buttons .ecommerce-itens .btn-ecommerce:first-of-type,
.ms-home-sr-item:first-child,
.ms-home-sr-item:last-child {
    margin-top: 0;
}

.ms-home-sr-item-text {
    font-size: 50px;
    color: #faf3f3;
    font-weight: 650;
    margin: auto 0 auto 8%;
    width: 30rem;
    line-height: 60px;
}

.ms-home-sr-item-text > span {
    font-weight: 400;
}

.ms-home-sr-item-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: auto 8% auto 0;
    height: 3.125rem;
    width: 3.125rem;
    border: none;
    border-radius: 9999px;
    background-color: #fff;
}

.ms-home-sr-btn-icon {
    color: #8c8888;
}

.ms-company-mamasuka-heading {
    padding: 150px 274px;
    background-size: cover;
    background-position: center top;
}

.ms-company-mh-title {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 1.25rem;
}

.ms-company-daesang-heading p,
.ms-company-dh-desc,
.ms-company-mamasuka-heading p {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 1rem;
}

.ms-company-mamasuka-pillar {
    position: relative;
    width: 100%;
    background-color: #f7f7f7;
}

.ms-company-mamasuka-core {
    position: relative;
    top: -5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ms-company-mp {
    width: calc(100% / 4);
    padding: 48px 49px;
}

.ms-company-mp-title {
    font-size: 32px;
    font-weight: 300;
    line-height: 36px;
    margin: 0 0 25px;
    color: #fff;
    text-transform: uppercase;
}

.ms-company-mp-title > span {
    font-weight: 650;
}

.ms-company-mp-desc {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 24px;
}

.ms-company-mc-title,
.ms-company-me-title,
.ms-company-mm-title,
.ms-company-mo-title {
    font-size: 2.5rem;
    text-transform: uppercase;
    text-align: center;
}

.ms-company-mamasuka-milestone {
    position: relative;
    background-color: #f7f7f7;
    padding-bottom: 6.25rem;
}

.ms-company-mm-title {
    font-weight: 700;
    margin-bottom: 5rem;
}

.ms-company-mm-wrapper {
    width: 100%;
    overflow-x: scroll;
}

.ms-company-mamasuka-certificate,
.ms-company-mamasuka-contact-us {
    position: relative;
    padding: 5rem 0;
}

.ms-company-mc-title {
    font-weight: 700;
    margin-bottom: 5rem;
}

.ms-company-mc-wrapper {
    max-width: 100%;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.ms-company-mc-logo {
    width: 100%;
    margin: 0;
    height: 115px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.ms-company-mamasuka-office {
    position: relative;
    padding: 5rem 0 0;
    background: #555b94;
}

.ms-company-mo-title {
    font-weight: 700;
    color: var(--text-white);
}

.ms-company-mo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 80px 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 40px 80px;
}

.ms-company-mo-map,
.ms-footer,
.ms-pagination,
.ms-pagination .pagination .page-item {
    position: relative;
}

.ms-company-mo-point {
    position: absolute;
    margin: 52px 165px 0 0;
}

.ms-company-mamasuka-export {
    position: relative;
    padding: 5rem 0 0;
}

.ms-company-me-title {
    font-weight: 700;
    color: var(--text-black);
    margin-bottom: 5rem;
}

.ms-company-me-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 2.5rem minmax(0, 1fr) 2.5rem minmax(0, 1fr)
        2.5rem minmax(0, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 640px;
    margin: 0 auto;
    gap: 2.5rem;
}

.ms-company-me-flag {
    width: 100%;
    height: auto;
}

.ms-company-mamasuka-from {
    background: url("/assets/images/backdrops/mamasuka-from.webp"),
        -o-linear-gradient(left, rgba(24, 24, 24, 0.7), rgba(24, 24, 24, 0));
    background: url("/assets/images/backdrops/mamasuka-from.webp"),
        -webkit-gradient(linear, left top, right top, from(rgba(24, 24, 24, 0.7)), to(rgba(24, 24, 24, 0)));
    background: url("/assets/images/backdrops/mamasuka-from.webp"),
        linear-gradient(to right, rgba(24, 24, 24, 0.7), rgba(24, 24, 24, 0));
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
}

.ms-company-mf-title {
    font-size: 46px;
    font-weight: 700;
    width: 550px;
    color: #fff;
    padding: 80px 0 0 150px;
    line-height: 60px;
}

.ms-company-mf-btn {
    background-color: #9d1916;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin: 25px 0 80px 150px;
}

.ms-company-mcu-form {
    background-color: #771614;
    padding: 3.75rem;
    border-radius: 0.625rem;
}

.ms-company-mcu-form-left {
    padding: 25px 50px;
    width: calc(100% - 600px);
}

.ms-company-mcu-form-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-white);
    text-transform: uppercase;
    margin: 0 0 2rem;
}

.ms-company-form-base {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 1.5625rem minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5625rem;
}

.ms-company-form-base > input[type="email"],
.ms-company-form-base > input[type="text"],
.ms-company-form-base > select {
    border: none;
    border-radius: 8px;
    height: 45px;
    padding: 0 12px;
}

.ms-company-form-base > textarea {
    border: none;
    border-radius: 8px;
    padding: 12px;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
}

.ms-company-form-base > input[type="email"]::-webkit-input-placeholder,
.ms-company-form-base > input[type="text"]::-webkit-input-placeholder {
    font-family: Poppins, sans-serif;
    color: #999;
}

.ms-company-form-base > input[type="email"]::-moz-placeholder,
.ms-company-form-base > input[type="text"]::-moz-placeholder {
    font-family: Poppins, sans-serif;
    color: #999;
}

.ms-company-form-base > input[type="email"]:-ms-input-placeholder,
.ms-company-form-base > input[type="text"]:-ms-input-placeholder {
    font-family: Poppins, sans-serif;
    color: #999;
}

.ms-company-form-base > input[type="email"]::-ms-input-placeholder,
.ms-company-form-base > input[type="text"]::-ms-input-placeholder {
    font-family: Poppins, sans-serif;
    color: #999;
}

.ms-company-form-base > input[type="email"]::placeholder,
.ms-company-form-base > input[type="text"]::placeholder,
.ms-company-form-base > select,
.ms-company-form-base > textarea {
    font-family: Poppins, sans-serif;
    color: #999;
}

.ms-company-form-base > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: -o-linear-gradient(45deg, transparent 50%, #fff 50%),
        -o-linear-gradient(315deg, #fff 50%, transparent 50%),
        -o-radial-gradient(#e60223 50%, transparent 60%);
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%),
        linear-gradient(135deg, #fff 50%, transparent 50%),
        radial-gradient(#e60223 50%, transparent 60%);
    background-position: calc(100% - 17px) 1.5em, calc(100% - 12px) 1.5em,
        calc(100% - 0.3em) 0.7em;
    background-size: 5px 5px, 5px 5px, 2em 2em;
    background-repeat: no-repeat;
}

.ms-company-mcu-form-submit {
    color: #fff;
    background-color: #d63827;
}

.ms-company-mcu-form-right {
    width: 44%;
}

@media only screen and (max-width: 600px) {
    .ms-company-me-wrapper {
        padding: 0;
    }

    .ms-company-mcu-form-left {
        padding: 0;
        width: auto;
    }

    .ms-company-mcu-form-title {
        font-size: 33px;
    }

    .ms-company-form-base {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ms-company-mcu-form-right {
        position: absolute;
        z-index: -1;
        width: 100%;
        top: 89%;
        left: 0;
    }

    .ms-company-mcu-form-right iframe {
        width: 60%;
    }
}

.ms-company-daesang-heading {
    background-position: center;
    padding: 120px 274px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ms-company-dh-title {
    color: #fff;
    font-size: 3.75rem;
    font-weight: 600;
    text-align: center;
    margin: 0 0 1.25rem;
}

.ms-company-dfb-daesang-text,
.ms-company-dfb-title {
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
}

.ms-company-daesang-color-outlet {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ms-company-dco {
    width: 100%;
    height: 21px;
}

.ms-company-dco-1 {
    background-color: #6c438b;
}

.ms-company-dco-2 {
    background-color: #d63827;
}

.ms-company-dco-3 {
    background-color: #db697c;
}

.ms-company-dco-4 {
    background-color: #e49a6b;
}

.ms-company-dco-5 {
    background-color: #f3c58b;
}

.ms-company-daesang-family-brand {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 6.25rem 0;
    background-color: #f7f7f7;
    background-size: cover;
    background-position: center;
}

.ms-company-dfb-title {
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 0 0 60px;
}

.ms-company-dfb-wrapper {
    display: block;
    max-width: 100%;
}

.ms-company-dfb-bottom,
.ms-company-dfb-mid,
.ms-company-dfb-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ms-company-dfb-top {
    gap: 20px;
    margin-bottom: 50px;
}

.ms-company-dfb-top > img {
    width: 100%;
    max-width: 350px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.ms-company-dfb-mid {
    gap: 75px;
    margin-bottom: 50px;
}

.ms-company-dfb-bottom {
    gap: 82px;
}

.ms-company-dfb-daesang-text {
    font-family: Nunito, sans-serif;
    font-weight: 800;
    margin: auto 0;
}

.ms-company-dfb {
    height: 70px;
}

.ms-company-daesang-video-section {
    position: relative;
    width: 100%;
    padding: 6.25rem 0;
    background-color: #e4e4e4;
}

.ms-company-daesang-philosophy {
    margin: 0;
    padding: 100px 265px;
}

.ms-company-dp-title {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px;
}

.ms-company-dp-img {
    margin: 0 auto;
}

.ms-company-dp-desc {
    font-size: 18px;
    font-weight: 400;
    margin: 60px 0 0;
    line-height: 22px;
}

.ms-company-daesang-core-value {
    background: url("/assets/images/backdrops/daesang-core-value.webp") center
        no-repeat;
    background-attachment: absolute;
    padding: 7.5rem 0;
    overflow: hidden;
}

.ms-company-dcv-title {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 50px;
    color: #000;
}

.ms-company-dcv-card {
    padding: 50px 35px;
    border-radius: 35px;
    min-width: auto;
    max-width: none;
    height: auto;
}

.ms-company-dcv-card-1 {
    background-color: var(--dcvCard1D);
}

.ms-company-dcv-card-2 {
    background-color: var(--dcvCard2A);
}

.ms-company-dcv-card-3 {
    background-color: var(--dcvCard3E);
}

.ms-company-dcv-card-4 {
    background-color: var(--dcvCard4S);
}

.ms-company-dcv-card-5 {
    background-color: var(--dcvCard5A);
}

.ms-company-dcv-card-6 {
    background-color: var(--dcvCard6N);
}

.ms-company-dcv-card-7 {
    background-color: var(--dcvCard7G);
}

.ms-company-dcv-card-textbox {
    background-color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 35px;
    font-size: 25px;
}

.ms-company-dcv-ctb-1 {
    color: var(--dcvCard1D);
}

.ms-company-dcv-ctb-2 {
    color: var(--dcvCard2A);
}

.ms-company-dcv-ctb-3 {
    color: var(--dcvCard3E);
}

.ms-company-dcv-ctb-4 {
    color: var(--dcvCard4S);
}

.ms-company-dcv-ctb-5 {
    color: var(--dcvCard5A);
}

.ms-company-dcv-ctb-6 {
    color: var(--dcvCard6N);
}

.ms-company-dcv-ctb-7 {
    color: var(--dcvCard7G);
}

.ms-company-dcv-card-title {
    color: #fff;
    margin-top: 20px;
    font-size: 40px;
}

.ms-company-dcv-card-quotes,
.ms-company-dcv-card-title-bold {
    font-weight: 700;
}

.ms-company-dcv-card-desc {
    color: #fff;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
}

.ms-company-don-title {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 80px 0 20px;
    margin: 0 0 50px;
    color: #000;
}

.ms-product-c-text,
.ms-product-c-title {
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.ms-company-don-wrapper {
    display: -ms-grid;
    display: grid;
    gap: 0;
    -ms-grid-columns: minmax(0, 1fr) 0 minmax(0, 1fr) 0 minmax(0, 1fr) 0
        minmax(0, 1fr) 0 minmax(0, 1fr) 0 minmax(0, 1fr);
    grid-template-columns: repeat(6, minmax(0, 1fr));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 80px;
}

.ms-company-don-flag {
    margin: 20px;
    height: 69px;
    max-height: 69px;
    background-size: cover;
}

.ms-product-carousel {
    background-image: url("/assets/images/backdrops/product-heading.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 150px;
}

.ms-product-c-title {
    font-size: 36px;
    text-transform: uppercase;
    margin: 0 0 40px;
}

.ms-product-c-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.ms-product-c-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 1.5rem);
    flex: 0 0 calc(25% - 1.5rem);
    width: calc(25% - 1.5rem);
    max-width: calc(20% - 1.5rem);
}

.ms-product-c-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 1rem;
}

.ms-product-c-text {
    font-size: 16px;
    max-width: 200px;
    word-wrap: break-word;
    line-height: 20px;
    margin: 10px 0 0;
}

.ms-product-c-dot-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 30px 0 0;
}

.ms-product-c-dot {
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    background-color: #d9d9d9;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background-color 0.8s;
    -o-transition: background-color 0.8s;
    transition: background-color 0.8s;
    opacity: 1;
}

.dot-active,
.ms-product-c-dot:hover {
    background-color: #e60223;
}

.sub-container-fade {
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0.2;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0.2;
    }

    to {
        opacity: 1;
    }
}

.ms-product-data-product {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 100px 0;
    background: #f7f7f7;
}

.ms-product-dp-sidenav {
    width: 100%;
    margin: 0;
}

.ms-product-dp-sidenav-title {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.ms-product-dp-sidenav > ul,
.ms-product-dp-sidenav > ul > li > ul {
    list-style-type: none;
    padding: 0;
}

.ms-product-dp-sidenav-menu > li {
    min-height: 70px;
    position: relative;
}

.ms-product-dp-sidenav-menu > li:first-child {
    display: -ms-grid;
    display: grid;
    gap: 0;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 0;
    font-size: 1.25rem;
    font-weight: 500;
    border-bottom: 1px solid #dfdfdf;
}

.ms-product-dp-sidenav-menu > li:first-child > a {
    color: var(--text-black);
    width: 100%;
    display: block;
    margin: auto;
    text-decoration: none;
}

.product-sidenav-menu {
    padding: 0;
    cursor: pointer;
    border-top: 1px solid #dfdfdf;
}

.product-sidenav-menu.active {
    border-top: 4px solid #a22320 !important;
}

.product-sidenav-menu > a {
    display: block;
    height: auto;
    margin: auto 0;
    padding: 1rem 0.625rem;
}

.product-sidenav-menu:has(.product-sidenav-menu-dropdown-content) {
    border-top: none;
}

.product-sidenav-menu:has(.product-sidenav-menu-dropdown-content) > a {
    border-bottom: 1px solid #dfdfdf;
}

.product-sidenav-menu > a > img {
    width: 110px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    margin: auto 0;
}

.dropdown-mamasuka-submenu {
    margin: auto;
    color: #000;
}

.product-sidenav-menu-dropdown-content {
    list-style: none;
    padding: 0;
}

.product-sidenav-menu-dropdown-content-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.75rem 0;
    border-top: 1px solid #dfdfdf;
}

.product-sidenav-menu-dropdown-content-sub a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: var(--text-black);
    padding: 0 0.75rem;
    text-decoration: none;
}

.ms-dropdown-toggle,
.ms-product-dpf-head {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
}

.product-sidenav-menu-dropdown-content-sub a > img {
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 0.625rem;
}

.product-sidenav-menu-dropdown-content-sub:nth-of-type(3) a > img,
.product-sidenav-menu-dropdown-content-sub:nth-of-type(4) a > img {
    width: auto;
    height: 48px;
    display: block;
    margin: 0 auto;
}

.product-sidenav-menu-dropdown-content-sub:nth-of-type(2) a > img {
    width: auto;
    height: 32px;
    display: block;
    margin: 0 auto;
}

.product-sidenav-menu-dropdown-content-sub:first-of-type a > img {
    width: auto;
    height: 28px;
    display: block;
    margin: 0 auto;
}

.product-sidenav-menu-dropdown-content-sub
    .product-sidenav-dropdown-content-text {
    font-size: 0.8125rem;
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-sidenav-menu-dropdown-content-sub.active {
    border-bottom: 4px solid #a22320;
}

.product-sidenav-menu-dropdown-content-sub.active
    .product-sidenav-dropdown-content-text {
    font-weight: 600;
}

.ms-dropdown-toggle {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0.625rem;
}

.ms-dropdown-toggle > a > img {
    width: 6.25rem;
    height: 3.125rem;
    margin: auto 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.ms-dropdown-toggle button {
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ms-dropdown-toggle button svg {
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.ms-dropdown-toggle button[aria-expanded="true"] svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.ms-product-dp-field {
    margin: 0;
    padding: 0 0 0 3.125rem;
    width: 100%;
}

.ms-product-dpf-head {
    display: flex;
    padding: 10px 0 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ms-product-dpf-input-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.ms-product-dpf-input-container > mat-icon {
    padding: 10px;
    color: #d9d9d9;
    text-align: center;
    background: #fff;
    border-radius: 0 8px 8px 0;
}

.ms-rtd-content-text h1,
.ms-rtd-content-text h2,
.ms-rtd-content-text h3,
.ms-rtd-content-text h4,
.ms-rtd-content-text h5,
.ms-rtd-content-text h6,
.ms-rtd-content-text ol,
.ms-rtd-content-text p,
.ms-rtd-content-text ul {
    font-family: inherit !important;
    text-align: left !important;
}
.ms-rtd-content-text h1 span,
.ms-rtd-content-text h2 span,
.ms-rtd-content-text h3 span,
.ms-rtd-content-text h4 span,
.ms-rtd-content-text h5 span,
.ms-rtd-content-text h6 span {
    font-family: inherit !important;
}
.ms-rtd-content-text ul,
.ms-rtd-content-text ol {
    padding-left: 1.375rem !important;
}
.ms-rtd-content-text ul li,
.ms-rtd-content-text ol li {
    font-family: inherit !important;
    color: #5e5e5e !important;
    white-space: normal !important;
    line-height: 2;
}
.ms-rtd-content-text ul li p,
.ms-rtd-content-text ol li p {
    margin-bottom: 0 !important;
}
.ms-rtd-content-text p,
.ms-rtd-content-text p span {
    font-family: inherit !important;
    font-size: 1rem !important;
    color: #5e5e5e !important;
    line-height: 1.6 !important;
}
.ms-rtd-content-text p {
    margin-bottom: 1rem !important;
}
.ms-rtd-content-text a,
.ms-rtd-content-text a span {
    font-family: inherit !important;
    color: #1155cc !important;
}

.ms-product-dpf-input-field {
    padding: 10px;
    outline: 0;
    border: none;
    border-radius: 8px;
}

.ms-search-group {
    position: relative;
    width: 100%;
    max-width: 300px;
}

.ms-search-group .ms-product-dpf-input-field {
    position: relative;
    width: 100%;
    height: 47px;
    padding: 0.75rem 1rem;
    border: 1px solid #d9d9d9;
    border-radius: 0.5rem;
}

.ms-search-group svg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    width: 1rem;
    height: 1rem;
    margin: auto;
}

.ms-product-dpf-sort {
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    color: #82868e;
    padding: 10px;
    width: 125px;
}

.ms-product-dpf-body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 2.5rem minmax(0, 1fr) 2.5rem minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem;
    margin: 3.75rem 0;
}

.ms-product-dpf-product-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    overflow: hidden;
    margin: auto;
    border-radius: 1.25rem;
}

.ms-product-dpf-product-image > img {
    height: auto;
    width: 100%;
}

.ms-product-dpf-product-name {
    font-size: 1.125rem;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin: 0.9375rem 0 0;
}

.ms-product-dpf-pagination-wrap,
.ms-rds-pagination-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 35px;
}

.breadcrumb {
    padding: 0;
    list-style: none;
    margin: 0;
}

.breadcrumb li {
    display: inline;
    font-size: 14px;
    font-weight: 500;
    color: #a22320;
}

.breadcrumb li a {
    text-decoration: none;
    color: #a22320;
}

.breadcrumb li + li:before {
    padding: 8px;
    content: "\276f";
    color: #a22320;
}

.breadcrumb li:last-child {
    color: #000;
}

.ms-product-detail-content {
    padding: 0 0 90px;
}

.ms-product-detail-row {
    display: -ms-grid;
    display: grid;
    gap: 3.75rem;
}

.ms-product-img-main {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 25px;
}

.ms-product-other-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
    width: 335px;
    max-width: 335px;
    overflow: scroll hidden;
    margin: 25px 0 0;
}

.ms-product-other-img {
    width: 95px;
    height: 95px;
    -o-object-fit: contain;
    object-fit: contain;
    border: 1px solid #dadada;
    border-radius: 5px;
}

.ms-product-dc-right,
.ms-rtc-item,
.ms-rtd-as-item,
.ms-rtd-content-img,
.ns-rtd-as-content-wrap {
    width: 100%;
}

.ms-product-dcr-title {
    font-size: 28px;
    font-weight: 700;
    padding: 0 0 20px;
}

.content-divider {
    height: 0;
    border: 1px solid #e5e7e9;
    margin: 20px 0;
}

.ms-product-dcr-detail-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 175px 20px auto;
    grid-template-columns: 175px auto;
    gap: 20px;
}

.ms-rds-data-wrapper,
.ms-rds-filter-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ms-product-dcr-detail-name {
    font-size: 16px;
    font-weight: 700;
}

.cert-img {
    width: 45px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 5px;
}

.available-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    width: 100%;
    margin: 10px 0 25px;
}

.available-wrap-img {
    max-height: 22px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.ms-product-related-recipe {
    position: relative;
    overflow: hidden;
    background: url("/assets/images/backdrops/product-detail-related-recipe.webp")
        0 0 / cover no-repeat;
    padding: 5rem 0;
}

.ms-product-rr-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 0 35px;
}

.ms-product-rr-wrapper {
    position: relative;
    width: 100%;
}

.ms-product-rr-item {
    width: 100%;
    display: block;
}

.ms-product-rr-item img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.ms-product-rr-item p {
    font-size: 1rem;
    font-weight: 600;
    margin: 0.5rem 0 0;
    color: #fff;
}

.ms-product-review {
    padding: 50px 150px;
    background: #fafafa;
}

.ms-product-r-title {
    font-size: 28px;
    font-weight: 700;
}

.ms-product-r-rating-icon {
    width: 18px;
    height: 18px;
    margin: auto 10px auto 0;
}

.ms-product-r-rating-text {
    font-size: 14px;
    font-weight: 500;
    margin: auto 0;
}

.ms-product-r-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #5c5ca4;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ms-navbar-toggler,
.ms-rds-head-wrap {
    -webkit-box-align: center;
    overflow: hidden;
}

.ms-product-r-link::after {
    content: "\276f \276f";
    font-size: 14px;
    padding: 0 5px;
}

.ms-product-r-body {
    margin: 2.1875rem 0 0;
}

.ms-product-r-review-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.25rem;
    border-radius: 0.5rem;
    background: #fff;
    gap: 1.25rem;
}

.ms-product-r-review-img {
    min-width: 175px;
    max-width: 175px;
    min-height: 175px;
    max-height: 175px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}

.ms-adc-ms-link-group,
.ms-product-r-review-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

.ms-product-r-review-user > img {
    width: 43px;
    height: 43px;
}

.ms-product-r-review-user-name > p {
    font-size: 14px;
    font-weight: 600;
    color: #5e5e5e;
}

.ms-product-r-review-user-name > span {
    font-size: 12px;
    font-weight: 500;
    color: #979797;
}

.ms-product-r-review-detail {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.ms-recipe-tips-chosen {
    background-image: url("/assets/images/backdrops/recipe-tips-heading-chosen.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3.75rem 0;
}

.ms-rtc-title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: 0 0 40px;
}

.ms-rtc-wrapper img {
    width: 100%;
    height: 145px;
    max-height: 145px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
}

.ms-rtc-wrapper p {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    margin: 10px 0 0;
}

.ms-recipe-data-section {
    margin: 0;
    background-color: #f7f7f7;
    padding: 50px 0;
}

.ms-rds-head-wrap {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 188px;
    background: -o-linear-gradient(73.02deg, #db697c 28.9%, #db697c 84.8%);
    background: linear-gradient(16.98deg, #db697c 28.9%, #db697c 84.8%);
    border-radius: 1.875rem;
}

.ms-rds-tab-wrapper,
.ms-rtd-attribute {
    display: -webkit-box;
    display: -ms-flexbox;
}

.ms-rds-head-wrap--carrot,
.ms-rds-head-wrap--frypan,
.ms-rds-head-wrap--mat,
.ms-rds-head-wrap--recipe,
.ms-rds-head-wrap--spoon {
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

.ms-rds-head-searchbox,
.ms-rds-tab-btn {
    border: none;
    font-family: Poppins, sans-serif;
}

.ms-rds-head-wrap p {
    position: relative;
    z-index: 10;
    font-size: 1.875rem;
    font-weight: 500;
    color: var(--text-white);
    margin-bottom: 2rem;
}

.ms-rds-head-wrap--spoon {
    z-index: 2;
    right: 30px;
    bottom: 0;
    width: 126px;
    height: 130px;
    background-image: url("../images/illustrations/spoon.webp");
}

.ms-rds-head-wrap--frypan {
    z-index: 2;
    bottom: 0;
    right: 20px;
    width: 300px;
    height: 170px;
    background-image: url("../images/illustrations/frypan.webp");
}

.ms-rds-head-wrap--recipe {
    z-index: 1;
    top: 0;
    right: -30px;
    width: 348px;
    height: 188px;
    background-image: url("../images/illustrations/recipe.webp");
}

.ms-rds-head-wrap--carrot {
    z-index: 2;
    bottom: 0;
    left: 170px;
    width: 180px;
    height: 180px;
    background-image: url("../images/illustrations/carrot.webp");
}

.ms-rds-head-wrap--mat {
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 320px;
    height: 188px;
    background-image: url("../images/illustrations/mat.webp");
}

.ms-rds-sb-wrap,
.ms-rtd-attr-from {
    height: -webkit-fit-content;
    height: -moz-fit-content;
}

.ms-rds-sb-wrap {
    position: relative;
    margin: -40px auto 70px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: fit-content;
    z-index: 3;
}

.ms-rds-head-searchbox {
    background: url("/assets/images/icons/search.svg") 0 0/38px no-repeat #fff;
    background-position: calc(100% - 1em);
    border-radius: 18px;
    height: 74px;
    width: calc(
        var(--msRdsHeadSbWidth) -
            (var(--msRdsHeadSbPaddingLeft) + var(--msRdsHeadSbPaddingRight))
    );
    -webkit-box-shadow: 0 6px 10px -4px rgba(44, 6, 80, 0.5);
    box-shadow: 0 6px 10px -4px rgba(44, 6, 80, 0.5);
    padding: 0 var(--msRdsHeadSbPaddingRight) 0 var(--msRdsHeadSbPaddingLeft);
    font-size: 22px;
}

.ms-rds-head-searchbox::-webkit-input-placeholder {
    font-family: Poppins, sans-serif;
    color: #a3a3a3;
}

.ms-rds-head-searchbox::-moz-placeholder {
    font-family: Poppins, sans-serif;
    color: #a3a3a3;
}

.ms-rds-head-searchbox:-ms-input-placeholder {
    font-family: Poppins, sans-serif;
    color: #a3a3a3;
}

.ms-rds-head-searchbox::-ms-input-placeholder {
    font-family: Poppins, sans-serif;
    color: #a3a3a3;
}

.ms-rds-head-searchbox::placeholder {
    font-family: Poppins, sans-serif;
    color: #a3a3a3;
}

.ms-rds-tab-wrapper {
    position: relative;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ms-rds-tab-wrapper::before {
    content: url("/assets/images/icons/recipe-main-tab-accent-left.svg");
    position: absolute;
    left: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.ms-rds-tab-wrapper::after {
    content: url("/assets/images/icons/recipe-main-tab-accent-right.svg");
    position: absolute;
    right: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.ms-rds-tab-btn {
    padding: 11px 20px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #5e5e5e;
    background: #ebebeb;
    min-width: 112px;
    text-align: center;
    text-decoration: none;
}

.ms-rds-tab-btn:hover {
    color: #5e5e5e;
}

.ms-rds-tab-btn.tab-active {
    background: #5e5e5e;
    color: #ebebeb;
}

.ms-rds-filter-wrapper {
    margin: 70px 0 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 35px minmax(0, 1fr) 35px minmax(0, 1fr)
        35px minmax(0, 1fr);
    gap: 35px;
}

.ms-rds-filter-text {
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 5px;
}

.ms-rds-filter-rasa::before {
    content: url("/assets/images/icons/recipe-icon-rasa.svg");
    vertical-align: top;
    margin: 0 10px 0 0;
}

.ms-rds-filter-bahan-utama::before {
    content: url("/assets/images/icons/recipe-icon-bahan-utama.svg");
    vertical-align: top;
    margin: 0 10px 0 0;
}

.ms-rds-filter-waktu-makan::before {
    content: url("/assets/images/icons/recipe-icon-waktu-makan.svg");
    vertical-align: top;
    margin: 0 10px 0 0;
}

.ms-rds-filter-jenis-produk::before {
    content: url("/assets/images/icons/recipe-icon-jenis-produk.svg");
    vertical-align: top;
    margin: 0 10px 0 0;
}

.ms-rds-filter-urutkan::before {
    content: url("/assets/images/icons/recipe-icon-urutkan.svg");
    vertical-align: top;
    margin: 0 10px 0 0;
}

.ms-rds-filter-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 8px;
    height: 45px;
    width: 100%;
    padding: 0 34px 0 15px;
    font-family: Poppins, sans-serif;
    color: #5e5e5e;
    background-image: -o-linear-gradient(45deg, transparent 50%, #fff 50%),
        -o-linear-gradient(315deg, #fff 50%, transparent 50%),
        -o-radial-gradient(#e60223 50%, transparent 60%);
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%),
        linear-gradient(135deg, #fff 50%, transparent 50%),
        radial-gradient(#e60223 50%, transparent 60%);
    background-position: calc(100% - 17px) 1.3em, calc(100% - 12px) 1.3em,
        calc(100% - 0.3em) 0.65em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
}

.ms-rds-data-wrapper {
    display: -ms-grid;
    display: grid;
    gap: 2.625rem;
    -ms-grid-columns: minmax(0, 1fr) 2.625rem minmax(0, 1fr) 2.625rem
        minmax(0, 1fr) 2.625rem minmax(0, 1fr);
    margin: 4.6875rem 0;
}

.ms-rds-data-item,
.ms-rds-data-item:not(:hover) {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #000;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.ms-rds-data-item:hover {
    color: #000;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.ms-rds-data-item-img-wrap {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 0.625rem;
    overflow: hidden;
}

.ms-rds-data-item-img-wrap > div {
    height: 100%;
}

.ms-rds-data-item-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.ms-rds-data-item-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    margin: 16px 0 0;
}
.ms-rds-data-item-title > a {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    color: #000000;
    text-decoration: none;
}

.ms-content-body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 3.75rem minmax(0, 1fr) 3.75rem
        minmax(0, 1fr) 3.75rem minmax(0, 1fr) 3.75rem minmax(0, 1fr) 3.75rem
        minmax(0, 1fr) 3.75rem minmax(0, 1fr) 3.75rem minmax(0, 1fr) 3.75rem
        minmax(0, 1fr) 3.75rem minmax(0, 1fr) 3.75rem minmax(0, 1fr) 3.75rem
        minmax(0, 1fr);
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 3.75rem;
    background: #f7f7f7;
}

.ms-recipe-tips-detail-breadcrumbs {
    padding: 20px 0 50px;
}

.ms-rtd-attribute {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: var(--bg-white);
    padding: 1.125rem 2.5rem;
    border-radius: 0.625rem;
}
.ms-rtd-attribute > div:not(:last-child) {
    margin-right: 2rem;
}

.ms-rtd-attr-propic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
    width: 75px;
    background: #ed3636;
    border-radius: 50px;
}

.ms-rtd-attr-propic-img {
    width: 58px;
    margin: auto;
}

.ms-rtd-attr-from {
    height: fit-content;
    margin: auto 0;
}

.ms-rtd-attr-from-base {
    font-size: 18px;
    font-weight: 500;
    color: #979797;
}

.ms-rtd-attr-from-name {
    font-size: 24px;
    font-weight: 700;
    color: #5e5e5e;
}

.ms-rtd-attr-likes-icon {
    width: 36px;
}

.ms-rtd-attr-likes-text {
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.4);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto 0 auto 10px;
}

.ms-rtd-attr-flags {
    display: inline-block;
}

.ms-rtd-attr-flags-icon {
    width: 27px;
    margin: auto 0;
}

.vertical-divider {
    margin: 1px 0;
    width: 0;
    border: 1px solid #e7e7e7;
    height: 3.75rem;
}

.ms-rtd-content {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    margin: 30px 0 90px;
}

.ms-rtd-content-title {
    margin: 0;
    padding: 25px 30px;
    color: #5e5e5e;
    font-size: 34px;
    font-weight: 700;
}

.ms-rtd-content-text {
    padding: 30px;
    font-size: 18px;
    color: #5e5e5e;
}

.ms-rtd-content-text p {
    margin-bottom: 1rem;
}

.ms-rtd-content-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 30px 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ms-rtd-cf-relate-title,
.ms-rtd-cf-share-title {
    font-size: 18px;
    font-weight: 600;
    color: #5e5e5e;
    margin: 0 0 10px;
}

.ms-adc-main-question,
.ms-adc-mqca-likes,
.ms-rta-mci-qba-likes,
.ms-rtd-cf-relate-wrap,
.ms-rtd-cf-share-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.ms-rtd-cf-relate-wrap a {
    display: inline-block;
    overflow: hidden;
    border-radius: 0.3125rem;
}

.ms-rtd-another-section {
    margin: 100px 0 0;
}

.ms-rtd-as-title {
    font-size: 28px;
    font-weight: 600;
    color: #5e5e5e;
    padding: 0 0 25px 5px;
}

.ms-rtd-as-item:not(:last-child) {
    margin: 0 0 1.5rem;
}

.ms-rtd-as-item a {
    text-decoration: none;
    display: block;
}

.ms-rtd-as-item-img {
    width: 100%;
    height: 145px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    border-radius: 0.625rem;
}

.ms-rtd-as-item-title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: block;
    margin-top: 0.5rem;
}
.ms-rtd-as-item-title > a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.ms-content-chosen {
    background: #ececec;
    padding: 60px 0;
}

.ms-cc-title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5e5e5e;
    margin: 0 0 50px;
}

.ms-cc-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc((100% - 120px) / 4) 30px calc((100% - 120px) / 4)
        30px calc((100% - 120px) / 4) 30px calc((100% - 120px) / 4);
    grid-template-columns:
        calc((100% - 120px) / 4) calc((100% - 120px) / 4) calc(
            (100% - 120px) / 4
        )
        calc((100% - 120px) / 4);
    gap: 30px;
}

.ms-cc-item-img {
    width: 100%;
    height: 145px;
    -o-object-fit: contain;
    object-fit: contain;
}

.ms-cc-item-title {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #5e5e5e;
    margin: 8px 0 0;
}

.ms-ask-chef-content-body,
.ms-send-question-content-body {
    padding: 0 150px;
    background: #f7f7f7;
}

#social-share,
.ms-care-link {
    right: 1.5rem;
    position: fixed;
}

.ms-rta-mc-item {
    display: -webkit-box;
    display: -ms-flexbox;
}

.ms-rta-aha-searchbox {
    background: url("/assets/images/icons/ask-chef-search.svg") 95% no-repeat,
        95% #fff4e3;
    width: 300px;
    height: 43px;
    margin: auto 0;
    border: none;
    padding: 0 50px 0 15px;
    border-radius: 6px;
    color: #b1905f;
}

.ms-rta-aha-searchbox::-webkit-input-placeholder {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #c8a673;
}

.ms-rta-aha-searchbox::-moz-placeholder {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #c8a673;
}

.ms-rta-aha-searchbox:-ms-input-placeholder {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #c8a673;
}

.ms-rta-aha-searchbox::-ms-input-placeholder {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #c8a673;
}

.ms-rta-aha-searchbox::placeholder {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #c8a673;
}

.ms-rta-aha-searchbox:focus {
    outline: #c8a673 solid 2px;
}

.ms-rta-main-content {
    padding: 0;
}

.ms-adc-mq-content,
.ms-rta-mc-item-questbox {
    height: -webkit-fit-content;
    height: -moz-fit-content;
}

.ms-rta-mc-item {
    display: flex;
    gap: 15px;
    text-decoration: none;
}

.ms-rta-mc-item:not(:last-child) {
    margin: 0 0 25px;
}

.ms-rta-mc-item-propic {
    display: flex;
    justify-content: center;
    width: 9.25rem;
}

.ms-adc-ma-propic div,
.ms-adc-mq-propic div,
.ms-rta-mc-item-propic div {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 81px;
    height: 81px;
    border-radius: 50px;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.ms-rta-mc-item-propic div:nth-last-child(-n + 1) {
    z-index: 1;
}

.ms-rta-mc-item-propic div:nth-last-child(2n) {
    margin: 41px 0 0 41px;
    z-index: 2;
}

.ms-adc-ma-propic div span,
.ms-adc-mq-propic div span,
.ms-rta-mc-item-propic div span {
    margin: auto;
    text-transform: uppercase;
}

.ms-rta-mc-item-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 50px;
}

.ms-adc-ma-polygon,
.ms-adc-mq-polygon,
.ms-rta-mci-polygon {
    margin: 0 0 8px;
}

.ms-rta-mc-item-questbox {
    margin: 0 0 0 -30px;
    padding: 15px 30px 20px;
    background: #fff;
    width: 100%;
    height: fit-content;
    border-radius: 10px;
}

.ms-adb-item-from,
.ms-adc-mqca-from,
.ms-adc-sd-from,
.ms-rta-mci-qba-from {
    font-size: 14px;
    font-weight: 400;
    color: #757575;
}

.ms-adc-mqca-state,
.ms-rta-mci-qba-state {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
}

.ms-adc-mqca-likes img,
.ms-rta-mci-qba-likes img {
    margin: -9px 0 0;
}

.ms-rta-mc-item-question {
    margin: 25px 0 30px;
}

.ms-rta-mcia-title,
.ms-rta-mciq-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0 0 10px;
}

.ms-adc-mqc-iq-text,
.ms-rta-mcia-text,
.ms-rta-mciq-text {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 21px;
}

.ms-rta-mc-item-divider {
    width: 100%;
    height: 0;
    border: 0.5px solid #e7e7e7;
}

.ms-rta-mc-item-answer {
    margin: 20px 0;
}

.ms-rta-mcia-title > span {
    font-size: 18px;
    font-weight: 500;
}

.ms-rta-mc-item-link {
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    color: #5c5ca4;
    background: 0 0;
    border: none;
    text-decoration: none;
    float: right;
}

.pagination-btn-next,
.pagination-btn-page,
.pagination-btn-prev {
    background: 0 0;
    color: #a01e1b;
    font-size: 16px;
    font-family: Poppins, sans-serif;
}

.ms-rta-mc-pagination-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 35px;
    margin: 59px 0 0;
    padding: 0 0 75px;
}

.pagination-btn-next,
.pagination-btn-prev {
    height: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    font-weight: 600;
    padding: 0 10px;
    margin: auto 0;
}

.pagination-btn-page-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.pagination-btn-page {
    height: 40px;
    width: 40px;
    border: 1px solid #a01e1b;
    border-radius: 4px;
    font-weight: 700;
}

.btn-page-active {
    background: #a01e1b;
    color: #fff;
}

.ms-askchef-detail-content-body {
    padding: 0 165px 105px;
    background: #f7f7f7;
}

.ms-askchef-detail-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 8fr 50px 4fr;
    grid-template-columns: 8fr 4fr;
    grid-gap: 50px;
    margin: 20px 0 0;
}

.ms-adc-main-title {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin: 0 0 20px;
}

.ms-adc-ma-propic,
.ms-adc-mq-propic {
    min-width: 81px;
    max-width: 81px;
    height: 81px;
}

.ms-adc-ma-arrow,
.ms-adc-mq-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 50px;
    height: 81px;
}

.ms-adc-main-answer,
.ms-adc-main-sharer {
    display: -webkit-box;
    display: -ms-flexbox;
}

.ms-adc-ma-content,
.ms-adc-mq-content {
    border-radius: 10px;
    width: 100%;
    background: #fff;
}

.ms-adc-mq-content {
    margin: 0 0 0 -30px;
    height: fit-content;
    padding: 15px 30px 25px;
}

.ms-adc-mqc-item-quest {
    margin: 25px 0 0;
}

.ms-adc-main-answer {
    display: flex;
    gap: 15px;
    margin: 30px 0 0;
}

.ms-adc-ma-content {
    margin: 0 0 0 -30px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 30px;
}

.ms-adc-mac-by {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
}

.ms-adc-mac-text {
    font-size: 14px;
    font-weight: 400;
}

.ms-adc-mac-products {
    margin-top: 1rem;
}
.ms-adc-mac-products h6 {
    font-size: 0.875rem;
}
.ms-adc-mac-products ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}
.ms-adc-mac-products ul li {
    display: block;
}
.ms-adc-mac-products ul li a {
    display: block;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    border-radius: 0.375rem;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.ms-adc-mac-products ul li a img {
    width: 3.125rem;
    height: 3.125rem;
    object-fit: cover;
    object-position: center;
    border-radius: 0.375rem;
    flex-shrink: 0;
}
.ms-adc-mac-products ul li a p {
    flex-grow: 1;
    font-size: 0.8125rem;
    color: #292929;
    line-height: 1.25;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ms-adc-main-sharer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 4rem 0 0;
}

.ms-adb-content,
.ms-footer__brands {
    display: -webkit-box;
    display: -ms-flexbox;
}

.ms-adc-ms-title {
    font-size: 16px;
    font-weight: 600;
}

.ms-adc-mslg-share-icon {
    width: 32px;
}

.ms-adc-side-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px;
}

.ms-adc-sd-item {
    padding: 20px 16px;
    background: #fff;
    border-radius: 9.5px;
}

.ms-adc-sd-item:not(:last-child) {
    margin: 0 0 15px;
}

.ms-adb-item-title {
    min-height: 3.375rem;
}

.ms-adb-item-title,
.ms-adb-item-title a,
.ms-adc-sd-title,
.ms-adc-sd-title a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 15px 0;
    text-decoration: none;
    transition: color 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.ms-adb-item-title a:hover,
.ms-adc-sd-title a:hover {
    color: #a22320;
}

.ms-adb-item-desc,
.ms-adc-sd-desc {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.ms-adc-sd-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ms-askchef-detail-best {
    padding: 35px 0 60px;
    width: 100%;
    background: #efefef;
}

.ms-adb-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 32px;
}

.ms-adb-content {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.ms-adb-item {
    width: 100%;
    background: #fff;
    border-radius: 9px;
    padding: 20px 15px;
}
.ms-adb-item > span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: #d82e2a;
    background-color: #f5f4f4;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0.5rem;
    border-radius: 0.375rem;
}
.ms-adb-item > span svg {
    width: 0.75rem;
    height: 0.75rem;
    margin-top: -1px;
}

.ms-send-question-main {
    margin: 50px 0;
    background: #fff;
    border-radius: 10px;
    width: 70%;
    padding: 30px 60px;
}

.ms-sqm-title {
    font-size: 28px;
    font-weight: 700;
    color: #5e5e5e;
    margin: 0 0 40px;
}

.ms-sqm-input-group:not(:first-child) {
    margin: 40px 0 0;
}

.ms-sqm-input-group > label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
}

.ms-sqm-input-text,
.ms-sqm-input-textarea {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.32);
    width: calc(100% - 40px);
    border-radius: 4px;
    padding: 12px 20px;
}

.ms-sqm-input-text::-webkit-input-placeholder {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ddd;
}

.ms-sqm-input-text::-moz-placeholder {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ddd;
}

.ms-sqm-input-text:-ms-input-placeholder {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ddd;
}

.ms-sqm-input-text::-ms-input-placeholder {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ddd;
}

.ms-sqm-input-text::placeholder {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ddd;
}

.ms-sqm-input-textarea::-webkit-input-placeholder {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ddd;
}

.ms-sqm-input-textarea::-moz-placeholder {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ddd;
}

.ms-sqm-input-textarea:-ms-input-placeholder {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ddd;
}

.ms-sqm-input-textarea::-ms-input-placeholder {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ddd;
}

.ms-sqm-input-textarea::placeholder {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ddd;
}

.ms-sqm-submit {
    background: #e60223;
    color: #fff;
    padding: 12px 55px;
    border: none;
    border-radius: 6px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 25px 0;
}

.ms-send-question-disc {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 55px;
}

.splide__list {
    list-style-type: none;
}

.offcanvas {
    visibility: visible;
    background-color: #771614;
}

.offcanvas.offcanvas-top {
    top: 60px;
    height: calc(100vh - 60px);
    border-bottom: none;
}

.offcanvas .offcanvas-body {
    padding: 2.5rem 5rem;
}

.ms-navbar-toggler {
    width: 2rem;
    height: 2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    outline: 0;
    margin-left: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.hamburger .line {
    width: 1.5rem;
    height: 0.125rem;
    border-radius: 0.25rem;
    background-color: var(--text-black);
    display: block;
    margin: 0.3125rem auto;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-1.is-active .line:first-child {
    -webkit-transform: translateY(5px) rotate(45deg);
    -ms-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-9.5px) rotate(-45deg);
    -ms-transform: translateY(-9.5px) rotate(-45deg);
    transform: translateY(-9.5px) rotate(-45deg);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ms-product-splide {
    background-image: url("/assets/images/backdrops/product-heading.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3.75rem 9.375rem;
}

.ms-product-splide .splide__list,
.ms-recipe-carousel .splide__list {
    height: auto;
}

.ms-product-splide .splide__pagination {
    position: relative;
    bottom: 0;
    padding: 0;
    margin-top: 1.875rem;
}

.ms-product-splide .splide__pagination__page {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0.3125rem;
    opacity: 1;
    background: #d9d9d9;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.ms-product-splide .splide__pagination__page.is-active {
    background: #e60223;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
}

.ms-footer__content {
    background: var(--bg-primary);
    padding: 3.125rem 0;
}

.ms-footer__brands {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4.375rem;
}

.ms-footer__brands img {
    width: auto;
    height: 5.125rem;
    display: block;
}

.ms-footer__halal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
}

.ms-footer__halal img {
    width: auto;
    height: 5.125rem;
    display: block;
}

.ms-container {
    width: 100%;
    max-width: 1240px;
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.ms-pagination .pagination {
    gap: 0.75rem;
}

.ms-pagination .pagination .page-item .page-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #de916c;
    font-weight: 700;
    width: 3rem;
    height: 3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0.25rem;
    border: 0.125rem solid #de916c;
    outline: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ms-pagination .pagination .page-item.active .page-link {
    color: #fff;
    background-color: #de916c;
}

.ms-pagination .pagination .page-item:first-of-type .page-link,
.ms-pagination .pagination .page-item:last-of-type .page-link {
    width: auto;
    text-indent: -9999px;
    white-space: nowrap;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.ms-pagination .pagination .page-item:first-of-type .page-link::before,
.ms-pagination .pagination .page-item:last-of-type .page-link::before {
    position: relative;
    z-index: 10;
    font-size: 1rem;
    color: #de916c;
    display: inline-block;
    text-indent: initial;
}

.ms-pagination.ms-pagination--en
    .pagination
    .page-item:first-of-type
    .page-link::before {
    content: "Prev";
}

.ms-pagination.ms-pagination--id
    .pagination
    .page-item:first-of-type
    .page-link::before {
    content: "Sebelumnya";
}

.ms-pagination.ms-pagination--en
    .pagination
    .page-item:last-of-type
    .page-link::before {
    content: "Next";
}

.ms-pagination.ms-pagination--id
    .pagination
    .page-item:last-of-type
    .page-link::before {
    content: "Selanjutnya";
}

.ms-pagination .pagination .page-item.disabled:first-of-type .page-link,
.ms-pagination .pagination .page-item.disabled:last-of-type .page-link {
    opacity: 0.5;
}

.ms-pagination.ms-theme--recipe .pagination .page-item .page-link {
    color: #db697c !important;
    border-color: #db697c !important;
}

.ms-pagination.ms-theme--recipe .pagination .page-item.active .page-link {
    color: var(--text-white) !important;
    background-color: #db697c !important;
}

.ms-pagination.ms-theme--recipe
    .pagination
    .page-item:first-of-type
    .page-link::before,
.ms-pagination.ms-theme--recipe
    .pagination
    .page-item:last-of-type
    .page-link::before {
    color: #db697c !important;
}

.ms-pagination.ms-theme--product .pagination .page-item .page-link {
    color: #de916c !important;
    border-color: #de916c !important;
}

.ms-pagination.ms-theme--product .pagination .page-item.active .page-link {
    color: var(--text-white) !important;
    background-color: #de916c !important;
}

.ms-pagination.ms-theme--product
    .pagination
    .page-item:first-of-type
    .page-link::before,
.ms-pagination.ms-theme--product
    .pagination
    .page-item:last-of-type
    .page-link::before {
    color: #de916c !important;
}

.ms-pagination.ms-theme--master-kitchen .pagination .page-item .page-link {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
}

.ms-pagination.ms-theme--master-kitchen
    .pagination
    .page-item.active
    .page-link {
    color: #634583 !important;
    background-color: #fff !important;
}

.ms-pagination.ms-theme--master-kitchen
    .pagination
    .page-item:first-of-type
    .page-link::before,
.ms-pagination.ms-theme--master-kitchen
    .pagination
    .page-item:last-of-type
    .page-link::before {
    color: #fff !important;
}

@media (max-width: 575.98px) {
    .ms-company-dh-desc,
    .ms-company-mamasuka-heading p {
        font-size: 1rem;
    }

    .ms-product-data-product {
        padding: 3rem 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ms-product-dp-sidenav {
        width: 100%;
    }

    .ms-pagination .pagination .page-item .page-link {
        font-size: 0.75rem;
        width: 1.875rem;
        height: 1.875rem;
        border: 0.0625rem solid #de916c;
    }

    .ms-pagination .pagination {
        gap: 0.375rem;
    }

    .ms-pagination .pagination .page-item:first-of-type .page-link::before,
    .ms-pagination .pagination .page-item:last-of-type .page-link::before {
        display: none;
    }

    .ms-pagination .pagination .page-item:first-of-type .page-link::before {
        margin-right: 1.125rem;
    }

    .ms-pagination .pagination .page-item:last-of-type .page-link::before {
        margin-left: 1.125rem;
    }

    .ms-pagination .pagination .page-item:first-of-type .page-link,
    .ms-pagination .pagination .page-item:last-of-type .page-link {
        text-indent: unset;
        font-size: 1.5rem;
    }
}

@media (max-width: 991.98px) {
    h1 {
        font-size: 2rem;
        line-height: 1.2;
    }

    .ms-content-wrapper {
        margin: 3.75rem auto 0;
    }

    .ms-main-navbar {
        height: 60px;
    }

    .ms-main-navbar-wrapper {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: none;
    }

    .ms-main-navbar-logo {
        height: 2.25rem;
        margin: 0;
    }

    .ms-main-navbar-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 1.125rem;
    }

    .ms-main-navbar-menu > li {
        height: auto !important;
        max-height: none !important;
        margin: 0;
    }

    .ms-main-navbar-menu .ms-main-navbar-company > a {
        margin: 0;
        height: auto;
    }

    .ms-main-navbar-menu > li > a {
        font-size: 1.125rem;
        color: var(--text-white) !important;
    }

    .dropdown-daesang,
    .dropdown-daesang-menu {
        position: relative;
        height: 60px;
        max-height: 60px;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .dropdown-daesang-content,
    .ms-home-bs-header,
    .ms-home-rt-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .dropdown-daesang-menu img {
        height: 30px;
    }

    .dropdown-daesang-content {
        top: 60px;
        gap: 2rem;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: calc(100vh - 60px);
    }

    .ddcontent-logo {
        max-height: none;
        margin: 0;
        height: 50px;
    }

    .ms-company-daesang-heading p:last-of-type,
    .ms-home-ms-btn,
    .ms-home-sr-item:last-of-type,
    .ms-lang-toggle {
        margin: 0;
    }

    .ms-home-m-title {
        font-size: 2.625rem;
        font-weight: 700;
        text-align: left;
        margin: 0 0 1.5rem;
    }

    .ms-home-m-btn {
        position: relative;
        margin: 2rem 0 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .ms-home-bs-wrapper,
    .ms-home-m-wrapper {
        height: auto !important;
        border-bottom: none;
        border-left: none;
        border-right: none;
    }

    .ms-home-videotron {
        min-height: 360px !important;
        max-height: 360px;
    }

    .ms-home-vt-text {
        font-size: 2rem;
        line-height: 1.2;
        margin: 0;
    }

    .ms-home-vt-divider {
        height: 4px;
        width: 80px;
        margin: 1.5rem 0;
    }

    .ms-home-vt-desc {
        font-size: 14px;
        margin-left: 0;
        max-width: none;
    }

    .ms-home-vt-backdrop {
        height: 360px;
    }

    .ms-home-ms-left,
    .ms-home-ms-right {
        width: auto;
        max-width: none;
        min-width: auto;
        margin: 0;
    }

    .ms-home-ms-logo {
        margin: 0 0 0.5rem;
    }

    .ms-home-ms-title {
        margin: 0 0 0.5rem;
        font-size: 1.3125rem;
        max-width: none;
    }

    .ms-footer-copyright > p,
    .ms-home-ms-desc {
        font-size: 0.625rem;
    }

    .ms-home-ms-desc {
        margin: 0 0 1rem;
    }

    .ms-home-bs-subtitle,
    .ms-home-bs-title,
    .ms-home-rt-subtitle,
    .ms-home-rt-title {
        margin: 0;
        max-width: none;
        min-width: auto;
    }

    .ms-btn-1 {
        font-size: 0.75rem;
        height: 40px;
    }

    .ms-home-bs-header,
    .ms-home-rt-header {
        flex-direction: column;
        padding: 3rem 2rem;
    }

    .ms-footer-content-logo,
    .ms-product-r-review-wrap,
    .ms-product-rr-wrapper {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .ms-company-dcv-wrapper,
    .ms-home-bs-showcase,
    .ms-home-rt-content {
        padding: 0 4rem 0 0;
    }

    .ms-company-dcv-wrapper .splide__track,
    .ms-home-bs-showcase .splide__track,
    .ms-home-m-news-scroll .splide__track,
    .ms-home-rt-content .splide__track,
    .ms-testimonial-splide .splide__track {
        overflow: visible;
    }

    .ms-home-bs-title,
    .ms-home-rt-title {
        font-size: 74px;
        line-height: 1;
        font-weight: 700;
    }

    .ms-home-bs-desc,
    .ms-home-rt-desc {
        font-size: 1rem;
    }

    .ms-home-bs-img-w {
        height: auto;
    }

    .ms-home-bs-img-w img {
        width: 100%;
        height: 152px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: bottom;
        object-position: bottom;
    }

    .ms-home-bs-product-title {
        font-size: 0.75rem;
        width: auto;
        margin: 1rem 0 0;
    }

    .ms-home-rt-recipe-wrapper {
        min-width: auto;
        width: 100%;
    }

    .ms-home-rt-recipe-title {
        width: 100%;
        font-size: 0.875rem;
        margin-top: 1rem;
    }

    .ms-home-m-news-scroll {
        padding: 0 4rem 0 0;
        margin: 0 auto;
    }

    .ms-home-m-news-wrapper {
        min-width: auto;
        max-width: none;
        margin-bottom: 1.5rem;
    }

    .ms-home-m-img-w {
        height: 135px;
        width: 100%;
    }

    .ms-home-m-img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .ms-home-m-news-descwrap {
        width: auto;
        height: auto;
    }

    .ms-home-m-news-title {
        font-size: 1rem !important;
        line-height: 1.25;
        width: auto;
        margin-bottom: 0.25rem;
    }

    .ms-home-m-news-content {
        font-size: 0.5rem;
        line-height: 1.6;
        width: auto;
    }

    .ms-footer-content,
    .ms-home-sahabat-rasa,
    .ms-product-review {
        padding: 3rem 2rem;
    }

    .ms-home-sr-title {
        font-size: 2.625rem;
        margin: 0 0 2rem;
    }

    .ms-home-sr-item-wrapper {
        width: auto;
        margin: 0;
    }

    .ms-home-sr-item {
        width: auto;
        margin: 0 0 1rem;
        height: auto;
        min-height: 125px;
    }

    .ms-home-sr-item-text {
        font-size: 24px;
        line-height: 1.4;
        width: auto;
    }

    .ms-company-mp-title > span,
    .ms-home-sr-item-text > span {
        display: block;
    }

    .ms-home-sr-item-btn {
        margin: auto 24px auto 0;
        height: 24px;
        width: 24px;
        font-size: 12px;
    }

    .ms-footer-content-logo,
    .ms-product-r-review-wrap {
        flex-direction: column;
    }

    .ms-footer-content-logo > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1.5rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .ms-footer-content-logo img {
        width: auto;
        height: 50px;
        margin: 0;
    }

    .ms-footer-socmed > a > i {
        font-size: 1.25rem;
        margin: 0 1rem;
    }

    .ms-footer-copyright {
        padding: 1rem 2rem;
    }

    .ms-company-daesang-family-brand,
    .ms-company-daesang-heading,
    .ms-company-mamasuka-heading {
        padding: 3.75rem 2rem;
    }

    .ms-company-dh-title,
    .ms-company-mh-title {
        font-size: 2rem;
        line-height: 1.4;
    }

    .ms-company-dh-desc,
    .ms-company-mh-desc {
        font-size: 0.875rem;
        line-height: 1.6;
        margin-bottom: 0;
    }

    .ms-company-dfb-title,
    .ms-company-mc-title,
    .ms-company-me-title,
    .ms-company-mm-title,
    .ms-company-mo-title {
        font-size: 1.5rem;
        padding: 0 0 2rem;
    }

    .ms-company-dfb-top {
        gap: 16px;
        margin-bottom: 1.5rem;
    }

    .ms-company-dfb-daesang-text {
        font-size: 1.5rem;
    }

    .ms-company-dfb {
        height: 42px;
    }

    .ms-company-dfb-mid {
        gap: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .ms-company-daesang-video-section {
        padding: 2.5rem 0;
    }

    .ms-company-daesang-core-value,
    .ms-company-daesang-philosophy {
        padding: 3.75rem 0;
    }

    .ms-company-dcv-title {
        padding: 0;
        margin: 0 0 2rem;
        text-align: center;
    }

    .ms-company-dcv-card {
        padding: 1.5rem;
        border-radius: 1.25rem;
        min-width: auto;
        max-width: none;
        height: auto;
    }

    .ms-company-dcv-card-textbox {
        background-color: #ffffffb8;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 0.625rem 1.5rem;
        font-size: 1rem;
    }

    .ms-company-dcv-card-title {
        margin-top: 1rem;
        font-size: 1.5rem;
    }

    .ms-company-dcv-card-desc {
        font-size: 0.75rem;
        font-weight: 400;
        margin-top: 1rem;
    }

    .ms-company-mamasuka-heading {
        padding-bottom: 8.125rem;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .ms-company-mamasuka-core {
        width: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ms-company-mp {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 1.5rem;
        min-height: 225px;
    }

    .ms-company-mp:first-of-type,
    .ms-company-mp:nth-of-type(4) {
        background-color: #a1211e !important;
    }

    .ms-company-mp:nth-of-type(2),
    .ms-company-mp:nth-of-type(3) {
        background-color: #771614 !important;
    }

    .ms-company-mp-title {
        font-size: 1.125rem;
        font-weight: 300;
        line-height: 1.4;
        margin-bottom: 0.5rem;
    }

    .ms-company-mp-desc {
        font-size: 0.75rem;
        line-height: 1.6;
    }

    .ms-company-mamasuka-contact-us {
        padding: 2rem 0;
    }

    .ms-product-dp-sidenav-title {
        font-size: 2.625rem;
        color: #5e5e5e;
        text-align: left;
        margin-bottom: 1rem;
    }

    .ms-all-text {
        display: inline-block;
        width: 60px;
        font-size: 1rem;
        text-decoration: none;
        font-weight: 600;
        color: #5e5e5e;
        line-height: 1.4;
    }

    .ms-filter-product-splide .splide__list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
    }

    .ms-product-dcr-detail-item {
        -ms-grid-columns: minmax(0, 1fr);
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .ms-product-related-recipe,
    .ms-recipe-data-section,
    .ms-recipe-tips-chosen {
        padding: 3rem 0;
    }

    .ms-product-rr-wrapper {
        gap: 1.5625rem;
        flex-direction: column;
    }

    .ms-product-rr-item {
        width: 100%;
    }

    .ms-product-rr-item > img {
        width: 100%;
        height: 150px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    .ms-product-rr-item > p {
        font-size: 0.875rem;
        font-weight: 700;
    }

    .ms-product-rr-title {
        font-size: 1.5rem;
        font-weight: 700;
        max-width: 12.5rem;
        margin-left: auto;
        margin-right: auto;
    }

    .ms-product-r-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0.75rem;
    }

    .ms-product-r-review-img {
        min-width: auto;
        max-width: none;
        min-height: auto;
        max-height: none;
        width: 100%;
    }

    .ms-testimonial-splide {
        padding-right: 6rem;
    }
}

.ms-recipe-carousel {
    padding: 0 5.625rem;
}

.ms-recipe-carousel__item {
    display: block;
    text-decoration: none;
}

.ms-recipe-carousel__image {
    position: relative;
    width: 100%;
    height: 145px;
    margin-bottom: 0.625rem;
    border-radius: 0.625rem;
    overflow: hidden;
}

.ms-recipe-carousel__image > div {
    height: 100%;
}

.ms-recipe-carousel__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left bottom;
    object-position: left bottom;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.ms-recipe-carousel__item:hover .ms-recipe-carousel__image img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.ms-recipe-carousel__item p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: var(--text-white);
    text-decoration: none;
}
.ms-recipe-carousel__item p > a {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: var(--text-white);
    text-decoration: none;
}

.ms-recipe-carousel__item p > a:hover {
    -webkit-text-decoration: underline solid #f13c5a 3px;
    text-decoration: underline solid #f13c5a 3px;
}

.ms-recipe-carousel .splide__arrow {
    top: 3.125rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.ms-recipe-tips-carousel .splide__arrow {
    top: 37%;
}

.ms-milestone-splide {
    position: relative;
    padding: 0 6.25rem;
}

.ms-milestone-splide__item h3 {
    font-family: Montserrat, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #ea2e2b;
    margin-bottom: 1rem;
    display: block;
    text-align: center;
}

.ms-milestone-splide__item h3::before {
    content: "";
    width: 186px;
    height: 2px;
    background-color: #ea2e2b;
    position: absolute;
    top: 18px;
    right: -120px;
}

.ms-milestone-splide__item h3 span {
    position: relative;
    display: inline-block;
}

.ms-milestone-splide__item h3 span::after,
.ms-milestone-splide__item h3 span::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #ea2e2b;
    position: absolute;
    top: 16px;
}

.ms-milestone-splide__item h3 span::before {
    right: -2rem;
}

.ms-milestone-splide__item h3 span::after {
    left: -1.75rem;
}

.ms-milestone-splide
    .splide__slide:first-of-type
    .ms-milestone-splide__item
    h3
    span::after,
.ms-milestone-splide
    .splide__slide:last-of-type
    .ms-milestone-splide__item
    h3
    span::before,
.ms-milestone-splide
    .splide__slide:last-of-type
    .ms-milestone-splide__item
    h3::before {
    display: none;
}

.ms-milestone-splide__caption {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 4.6875rem;
}

.ms-milestone-splide__caption.ms-milestone-splide--divider {
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.5rem;
}

.ms-milestone-splide__caption.ms-milestone-splide--divider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background-color: #d5d5d5;
}

.ms-milestone-splide__caption.ms-milestone-splide--divider > div {
    width: 7.1875rem;
    text-align: left;
}

.ms-milestone-splide__caption h5 {
    font-family: Montserrat, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    color: #4c506a;
    margin-bottom: 0.1875rem;
    text-transform: uppercase;
}

.ms-milestone-splide__caption p {
    font-family: Montserrat, sans-serif;
    font-size: 0.5625rem;
    font-weight: 300;
    line-height: 1.2;
    color: #4c506a;
}

.ms-milestone-splide__caption p > b {
    font-weight: 600;
}

.ms-milestone-splide__caption p > small {
    font-size: 0.4375rem;
}

.ms-milestone-splide__caption > img {
    width: auto;
    margin-right: 0.625rem;
}

.ms-milestone-splide__box-image {
    display: flex;
    margin-left: -40px;
}

.ms-milestone-splide__image {
    width: 100%;
    height: auto;
    display: block;
    max-width: 180px;
    margin: 0 auto;
}

.ms-milestone-splide.ms-splide-arrows .splide__arrow {
    background: #e60223 !important;
    opacity: 1;
}

.ms-milestone-splide.ms-splide-arrows .splide__arrow svg {
    fill: var(--text-white) !important;
}

.ms-milestone-splide.ms-splide-pagination .splide__pagination {
    margin-top: 2rem;
}

#social-share .social-itens .btn-share:hover .btn-share-text,
.ms-milestone-splide.ms-splide-pagination .splide__pagination__page {
    opacity: 1;
}

.ms-milestone-splide.ms-splide-pagination .splide__pagination__page.is-active {
    background: #e60223;
}

.ms-splide-arrows .splide__arrow {
    width: 2.8125rem;
    height: 2.8125rem;
    opacity: 1;
    background: var(--bg-white);
}

.ms-splide-arrows .splide__arrow:disabled {
    opacity: 0.7;
}

.ms-splide-arrows .splide__arrow svg {
    fill: #696868;
    width: 2rem;
    height: 2rem;
}

.ms-splide-arrows .splide__arrow--prev {
    left: 0;
}

.ms-splide-arrows .splide__arrow--next {
    right: 0;
}

.ms-splide-arrows.ms-splide-arrows--outside .splide__arrow--prev {
    left: -5rem;
}

.ms-splide-arrows.ms-splide-arrows--outside .splide__arrow--next {
    right: -5rem;
}

.ms-splide-pagination .splide__pagination {
    position: relative;
    bottom: 0;
}

.ms-splide-pagination .splide__pagination__page {
    width: 0.6875rem;
    height: 0.6875rem;
    background: #d9d9d9;
}

.ms-splide-pagination .splide__pagination__page.is-active {
    background: #e60223;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.ms-care-link {
    z-index: 10;
    bottom: 1.25rem;
    width: 126px;
    height: 114px;
    display: block;
}

#ecommerce-buttons {
    position: fixed;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 196px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0.5rem 0 0.75rem;
    background-color: #fff;
    align-items: center;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transform: translateX(0);
    transition: transform 0.3s;
}

#ecommerce-buttons .ecommerce-itens .btn-ecommerce,
#ecommerce-buttons div.ecommerce-open-menu .btn-ecommerce {
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    color: #fff;
    line-height: 1;
    outline: 0;
    border: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
        0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#ecommerce-buttons .ecommerce-itens .btn-ecommerce:hover,
#ecommerce-buttons div.ecommerce-open-menu .btn-ecommerce:hover,
#social-share .social-itens .btn-share:hover,
#social-share div.social-open-menu .btn-share:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
        0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#ecommerce-buttons .ecommerce-itens {
    position: relative;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    text-decoration: none;
    text-align: center;
}

#ecommerce-buttons .ecommerce-itens .btn-ecommerce {
    width: 36px;
    height: 36px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.5rem;
}

#ecommerce-buttons .ecommerce-itens .btn-ecommerce.ecommerce-item-1,
#social-share .social-itens .btn-share.social-item-1 {
    background-color: #25d366;
}

#ecommerce-buttons .ecommerce-itens .btn-ecommerce.ecommerce-item-2 {
    background-color: #337ab7;
}

#ecommerce-buttons .ecommerce-itens .btn-ecommerce.ecommerce-item-3 {
    background-color: #0094d9;
}

#ecommerce-buttons .ecommerce-itens .btn-ecommerce.ecommerce-item-4 {
    background-color: #fff;
}

#ecommerce-buttons .ecommerce-itens .btn-ecommerce.ecommerce-item-5 {
    background-color: #ea501f;
}

#ecommerce-buttons .ecommerce-itens.open .btn-ecommerce,
#social-share .social-itens.open .btn-share {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

#ecommerce-buttons .ecommerce-itens .btn-ecommerce-text {
    position: absolute;
    bottom: 0;
    right: 100%;
    transform: none;
    font-size: 0.875rem;
    margin-right: 10px;
    margin-left: auto;
    margin-bottom: 4px;
    min-width: 80px;
    padding: 0.375rem 0.75rem;
    text-align: center;
    font-weight: 300;
    border-radius: 0.25rem;
    background: rgba(20, 20, 20, 0.7);
    color: var(--text-white);
    display: block;
    opacity: 0;
    visibility: hidden;
}

#ecommerce-buttons .ecommerce-itens .btn-ecommerce:hover .btn-ecommerce-text {
    opacity: 1;
    visibility: visible;
}

#ecommerce-buttons .ecommerce-itens .btn-ecommerce:active .btn-ecommerce-text,
#ecommerce-buttons .ecommerce-itens .btn-ecommerce:focus .btn-ecommerce-text {
    opacity: 0;
    visibility: hidden;
}

#ecommerce-buttons div.ecommerce-open-menu .btn-ecommerce,
#social-share div.social-open-menu .btn-share {
    width: 3.4375rem;
    height: 3.4375rem;
    font-size: 2rem;
    padding-right: 0.5rem;
    color: #ed1c25;
    background-color: var(--bg-white);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#ecommerce-buttons div.ecommerce-open-menu .btn-ecommerce i,
#social-share div.social-open-menu .btn-share i {
    color: #ed1c25;
}

#social-share {
    z-index: 20;
    bottom: 9.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#social-share .social-itens .btn-share,
#social-share div.social-open-menu .btn-share {
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    color: #ed1c25;
    line-height: 1;
    outline: 0;
    border: 0;
    margin-left: 1rem;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
        0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#social-share .social-itens {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    text-decoration: none;
    text-align: center;
    position: relative;
}

#social-share .social-itens .btn-share.social-item-2 {
    background-color: #369054;
}

#social-share .social-itens .btn-share.social-item-3 {
    background-color: #000;
}

#social-share .social-itens .btn-share.social-item-4 {
    background-color: #4267b2;
}

#social-share .social-itens .btn-share {
    width: 36px;
    height: 36px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1rem;
    margin-right: auto;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

#social-share .social-itens .btn-share-text {
    position: absolute;
    bottom: 100%;
    right: 50%;
    transform: translate(50%, 0);
    font-size: 0.875rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1rem;
    min-width: 100px;
    padding: 0.375rem 0.75rem;
    text-align: center;
    font-weight: 300;
    border-radius: 0.25rem;
    background: rgba(20, 20, 20, 0.7);
    color: var(--text-white);
    display: block;
    opacity: 0;
}

#social-share .social-itens.hidden .social-item-4,
#social-share .social-itens.open .social-item-1,
#social-share .social-itens.open .social-item-1 .btn-share-text,
#social-share .social-itens.open .social-item-4 .btn-share-text {
    -webkit-transition: 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
    -o-transition: 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
    transition: 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
}

#social-share .social-itens.hidden .social-item-1,
#social-share .social-itens.open .social-item-1 .btn-share-text,
#social-share .social-itens.open .social-item-4,
#social-share .social-itens.open .social-item-4 .btn-share-text {
    -webkit-transition: 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
    -o-transition: 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
    transition: 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}

#social-share .social-itens.hidden .social-item-3,
#social-share .social-itens.open .social-item-2,
#social-share .social-itens.open .social-item-2 .btn-share-text,
#social-share .social-itens.open .social-item-3 .btn-share-text {
    -webkit-transition: 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
    -o-transition: 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
    transition: 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}

#social-share .social-itens.hidden .social-item-2,
#social-share .social-itens.open .social-item-2 .btn-share-text,
#social-share .social-itens.open .social-item-3,
#social-share .social-itens.open .social-item-3 .btn-share-text {
    -webkit-transition: 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
    -o-transition: 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
    transition: 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}

.ms-filter-empty-state {
    grid-column: span 4 / span 4;
    text-align: center;
}

.ms-search-empty-state {
    grid-column: span 3 / span 3;
    text-align: center;
}

.ms-filter-empty-state img,
.ms-search-empty-state img {
    width: 256px;
    height: 256px;
    display: block;
    margin: 0 auto 1rem;
}

.ms-filter-empty-state h4,
.ms-search-empty-state h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #292929;
}

.ms-filter-empty-state p,
.ms-search-empty-state p {
    color: #606060;
}

.skeleton {
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(240, 240, 240, 0) 0,
        rgb(223 223 223 / 40%) 50%,
        rgba(240, 240, 240, 0) 100%
    );
    background-size: 200% 100%;
    animation: 2s infinite shimmer;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.modal-backdrop.show {
    opacity: 0.8;
}

.ms-event-modal .modal-body {
    padding: 0;
    border-radius: 0.5rem;
}

.ms-event-modal .btn-close {
    position: absolute;
    right: -16px;
    top: -16px;
    z-index: 10;
    background-color: #fff;
    opacity: 1;
    width: 32px;
    height: 32px;
    border-radius: 9999px;
    box-shadow: 0 5px 15px #00000030;
}

.ms-event-banner {
    position: relative;
    height: 500px;
}

.ms-event-banner .splide__track {
    height: 100%;
}

.ms-event-banner .splide__slide {
    position: relative;
    height: 100%;
}

.ms-event-banner .splide__slide a {
    height: 100%;
    display: block;
    overflow: hidden;
    border-radius: 0.5rem;
}

.ms-event-banner .splide__slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.ms-event-banner .splide__pagination {
    display: flex !important;
    bottom: 1em !important;
}
