a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

a {
    text-decoration: none
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.ladi-loading {
    z-index: 900000000000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .1)
}

.ladi-loading .loading {
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    position: absolute
}

.ladi-loading .loading div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    animation: ladi-loading 1.2s linear infinite
}

.ladi-loading .loading div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px
}

.ladi-loading .loading div:nth-child(2) {
    animation-delay: -.1s;
    top: 22px;
    left: 62px
}

.ladi-loading .loading div:nth-child(3) {
    animation-delay: -.2s;
    top: 11px;
    left: 52px
}

.ladi-loading .loading div:nth-child(4) {
    animation-delay: -.3s;
    top: 7px;
    left: 37px
}

.ladi-loading .loading div:nth-child(5) {
    animation-delay: -.4s;
    top: 11px;
    left: 22px
}

.ladi-loading .loading div:nth-child(6) {
    animation-delay: -.5s;
    top: 22px;
    left: 11px
}

.ladi-loading .loading div:nth-child(7) {
    animation-delay: -.6s;
    top: 37px;
    left: 7px
}

.ladi-loading .loading div:nth-child(8) {
    animation-delay: -.7s;
    top: 52px;
    left: 11px
}

.ladi-loading .loading div:nth-child(9) {
    animation-delay: -.8s;
    top: 62px;
    left: 22px
}

.ladi-loading .loading div:nth-child(10) {
    animation-delay: -.9s;
    top: 66px;
    left: 37px
}

.ladi-loading .loading div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px
}

.ladi-loading .loading div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px
}

@keyframes ladi-loading {

    0%,
    100%,
    20%,
    80% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.5)
    }
}

.ladipage-message {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000000000;
    background: rgba(0, 0, 0, .3)
}

.ladipage-message .ladipage-message-box {
    width: 400px;
    max-width: calc(100% - 50px);
    height: 160px;
    border: 1px solid rgba(0, 0, 0, .3);
    background-color: #fff;
    position: fixed;
    top: calc(50% - 155px);
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px
}

.ladipage-message .ladipage-message-box span {
    display: block;
    background-color: rgba(6, 21, 40, .05);
    color: #000;
    padding: 12px 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.ladipage-message .ladipage-message-box .ladipage-message-text {
    display: -webkit-box;
    font-size: 14px;
    padding: 0 20px;
    margin-top: 16px;
    line-height: 20px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.ladipage-message .ladipage-message-box .ladipage-message-close {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 10px;
    margin: 0 auto;
    padding: 10px 0;
    border: none;
    width: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    background-color: #e6e6e6;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    cursor: pointer;
    outline: 0
}

.lightbox-screen {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 9000000080;
    background: rgba(0, 0, 0, .5)
}

.lightbox-screen .lightbox-close {
    position: absolute;
    z-index: 9000000090;
    cursor: pointer
}

.lightbox-screen .lightbox-hidden {
    display: none
}

.lightbox-screen .lightbox-close {
    width: 16px;
    height: 16px;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}

* {
    -webkit-tap-highlight-color: #fff0
}

body {
    font-size: 12px;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #fff
}

.overflow-hidden {
    overflow: hidden
}

.ladi-transition {
    transition: all 150ms linear 0s
}

.z-index-1 {
    z-index: 1
}

.opacity-0 {
    opacity: 0
}

.height-0 {
    height: 0 !important
}

.pointer-events-none {
    pointer-events: none
}

.transition-parent-collapse-height {
    transition: height 150ms linear 0s
}

.transition-parent-collapse-top {
    transition: top 150ms linear 0s
}

.transition-readmore {
    transition: height 350ms linear 0s
}

.transition-collapse {
    transition: height 150ms linear 0s
}

body.grab {
    cursor: grab
}

.ladi-wraper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    touch-action: manipulation
}

.ladi-container {
    position: relative;
    margin: 0 auto;
    height: 100%
}

.ladi-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none
}

.ladi-element {
    position: absolute
}

@media (hover: hover) {
    .ladi-check-hover {
        opacity: 0;
    }
}

.ladi-section {
    margin: 0 auto;
    position: relative;
}

.ladi-section[data-tab-id] {
    display: none;
}

.ladi-section.selected[data-tab-id] {
    display: block;
}

.ladi-section .ladi-section-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}

.ladi-survey {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.ladi-form .ladi-survey {
    text-transform: inherit;
    text-decoration: inherit;
    letter-spacing: inherit;
    color: inherit;
}

.ladi-survey .ladi-survey-option {
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-decoration-line: inherit;
    -webkit-text-decoration-line: inherit;
    transition: inherit;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.ladi-survey .ladi-survey-option-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: inherit;
}

.ladi-survey .ladi-survey-option-label {
    display: block;
    text-decoration-line: inherit;
    -webkit-text-decoration-line: inherit;
    position: relative;
}

.ladi-survey .ladi-survey-option.selected .ladi-survey-option-label {
    color: inherit !important;
}

.ladi-survey .ladi-survey-option-image {
    background-size: cover;
    background-position: center center;
    pointer-events: none;
    vertical-align: middle;
    border-radius: inherit;
    position: relative;
    margin: 0 auto;
}

.ladi-survey .ladi-survey-button-next {
    display: block;
}

.ladi-survey .ladi-survey-button-next.empty {
    display: none;
}

.ladi-survey .ladi-survey-button-next.no-select {
    display: none;
}

.ladi-survey .ladi-survey-button-next button {
    background-color: #fff;
    border: 1px solid rgb(238, 238, 238);
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 2px;
}

.ladi-survey .ladi-survey-button-next button:active {
    transform: translateY(2px);
    transition: transform 0.2s linear;
}

.ladi-carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ladi-carousel .ladi-carousel-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: top 350ms ease-in-out, left 350ms ease-in-out;
}

.ladi-carousel .ladi-carousel-arrow {
    position: absolute;
    top: calc(50% - (33px) / 2);
    cursor: pointer;
    z-index: 90000040;
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.00015%200.585938L18.4144%2012.0002L7.00015%2023.4144L5.58594%2022.0002L15.5859%2012.0002L5.58594%202.00015L7.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.ladi-carousel .ladi-carousel-arrow-left {
    left: 5px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.ladi-carousel .ladi-carousel-arrow-right {
    right: 5px;
}

.ladi-carousel-indicators-circle {
    display: inline-flex;
    gap: 10px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}

.ladi-carousel-indicators-circle .item {
    width: 10px;
    height: 10px;
    background-color: #D6D6D6;
    border-radius: 100%;
    cursor: pointer;
    outline: 1px solid #fff;
}

.ladi-carousel-indicators-circle .item.selected,
.ladi-carousel-indicators-circle .item:hover {
    background-color: #808080;
}

.ladi-carousel-indicators-number {
    display: inline-flex;
    gap: 10px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}

.ladi-carousel-indicators-number .item {
    width: 15px;
    height: 15px;
    background-color: #D6D6D6;
    border-radius: 100%;
    cursor: pointer;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    outline: 1px solid #fff;
}

.ladi-carousel-indicators-number .item.selected,
.ladi-carousel-indicators-number .item:hover {
    background-color: #808080;
    color: #fff;
}

.ladi-box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ladi-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ladi-frame-bg .ladi-frame-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
    transition: inherit;
}

.ladi-frame-bg:not(.ladi-frame) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#SECTION_POPUP .ladi-container {
    z-index: 90000070;
}

#SECTION_POPUP .ladi-container>.ladi-element {
    z-index: 90000070;
    position: fixed;
    display: none;
}

#SECTION_POPUP .ladi-container>.ladi-element[data-fixed-close="true"] {
    position: relative !important;
}

#SECTION_POPUP .ladi-container>.ladi-element.hide-visibility {
    display: block !important;
    visibility: hidden !important;
}

#SECTION_POPUP .popup-close {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9000000080;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.ladi-popup {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ladi-popup .ladi-popup-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.ladi-button {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ladi-button:active {
    transform: translateY(2px);
    transition: transform .2s linear
}

.ladi-button .ladi-button-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
    transition: inherit
}

.ladi-button>.ladi-button-headline,
.ladi-button>.ladi-button-shape {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    display: table;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.ladi-button>.ladi-button-shape .ladi-shape {
    margin: auto;
    top: 0;
    bottom: 0
}

.ladi-button>.ladi-button-headline .ladi-headline {
    display: table-cell;
    vertical-align: middle
}

.ladi-checkout-product-cart-icon .ladi-cart-number {
    position: absolute;
    top: -2px;
    right: -7px;
    background: #f36e36;
    text-align: center;
    min-width: 18px;
    min-height: 18px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border-radius: 100%;
    z-index: 90000000;
    padding: 3px 4px
}

.ladi-checkout-product-add-to-cart .ladi-button .loading-dots {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center
}

.ladi-checkout-product-add-to-cart .ladi-button .loading-dots p {
    display: inline-block;
    font-size: 32px;
    line-height: 1;
    animation: .6s infinite loading
}

.ladi-checkout-product-add-to-cart .ladi-button .loading-dots p:first-child {
    animation-delay: 0s
}

.ladi-checkout-product-add-to-cart .ladi-button .loading-dots p:nth-child(2) {
    animation-delay: .2s
}

.ladi-checkout-product-add-to-cart .ladi-button .loading-dots p:nth-child(3) {
    animation-delay: .4s
}

@keyframes loading {

    0%,
    100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

.ladi-form .ladi-form-checkout-bump-offer-check.multiple.checked:before,
.ladi-form .ladi-form-checkout-payment-check.multiple.checked:before {
    --url: url("data:image/svg+xml,%0A%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M18.71%207.20998C18.617%207.11625%2018.5064%207.04186%2018.3846%206.99109C18.2627%206.94032%2018.132%206.91418%2018%206.91418C17.868%206.91418%2017.7373%206.94032%2017.6154%206.99109C17.4936%207.04186%2017.383%207.11625%2017.29%207.20998L9.84%2014.67L6.71%2011.53C6.61348%2011.4367%206.49954%2011.3634%206.37468%2011.3142C6.24983%2011.265%206.1165%2011.2409%205.98232%2011.2432C5.84814%2011.2455%205.71573%2011.2743%205.59265%2011.3278C5.46957%2011.3812%205.35824%2011.4585%205.265%2011.555C5.17176%2011.6515%205.09845%2011.7654%205.04924%2011.8903C5.00004%2012.0152%204.97591%2012.1485%204.97823%2012.2827C4.98055%2012.4168%205.00928%2012.5492%205.06277%2012.6723C5.11627%2012.7954%205.19348%2012.9067%205.29%2013L9.13%2016.84C9.22296%2016.9337%209.33356%2017.0081%209.45542%2017.0589C9.57728%2017.1096%209.70799%2017.1358%209.84%2017.1358C9.97201%2017.1358%2010.1027%2017.1096%2010.2246%2017.0589C10.3464%2017.0081%2010.457%2016.9337%2010.55%2016.84L18.71%208.67998C18.8115%208.58634%2018.8925%208.47269%2018.9479%208.34619C19.0033%208.21969%2019.0319%208.08308%2019.0319%207.94498C19.0319%207.80688%2019.0033%207.67028%2018.9479%207.54378C18.8925%207.41728%2018.8115%207.30363%2018.71%207.20998Z%22%20fill%3D%22%231852FA%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    pointer-events: none;
    top: -1px;
    left: -1px;
    transform: none
}

.ladi-form,
.ladi-form .ladi-form-item-container {
    position: absolute;
    width: 100%;
    height: 100%
}

.ladi-form>.ladi-element,
.ladi-form>.ladi-element .ladi-form-item-container,
.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=true],
.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control:not(.ladi-form-control-select) {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form .ladi-button>.ladi-button-headline {
    color: initial;
    font-size: initial;
    font-weight: initial;
    text-transform: initial;
    text-decoration: initial;
    font-style: initial;
    text-align: initial;
    letter-spacing: initial;
    line-height: initial
}

.ladi-form [data-form-checkout-item=bump_offer] .ladi-form-item,
.ladi-form>[data-quantity=true] .ladi-form-item-container {
    overflow: hidden
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item-background {
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px 6px !important;
    background-position: right .5rem center;
    background-repeat: no-repeat;
    padding-right: 24px;
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item,
.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=false] {
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    color: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2 {
    width: calc(100% / 2 - 5px);
    max-width: calc(100% / 2 - 5px);
    min-width: calc(100% / 2 - 5px)
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2:nth-child(3),
.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(3),
.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(4) {
    margin-left: 7.5px
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3 {
    width: calc(100% / 3 - 5px);
    max-width: calc(100% / 3 - 5px);
    min-width: calc(100% / 3 - 5px)
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select option {
    color: initial
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select:not([data-selected=""]) {
    text-decoration: inherit
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item {
    text-decoration: inherit;
    vertical-align: middle
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-box-item {
    display: inline-block;
    width: fit-content
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.ladi-form .ladi-form-item-title-value {
    font-weight: 700;
    word-break: break-word
}

.ladi-form .ladi-form-label-container {
    position: relative;
    width: 100%
}

.ladi-form .ladi-form-control-file {
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center
}

.ladi-form .ladi-form-label-container .ladi-form-label-item {
    display: inline-block;
    cursor: pointer;
    position: relative;
    border-radius: 0 !important;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.no-value {
    display: none !important
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.text.disabled {
    opacity: .35
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.image.disabled {
    opacity: .2
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.color.disabled {
    opacity: .15
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.selected:before {
    content: '';
    width: 0;
    height: 0;
    bottom: -1px;
    right: -1px;
    position: absolute;
    border-width: 0 0 15px 15px;
    border-color: transparent;
    border-style: solid
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.selected:after {
    content: '';
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 12 12' viewBox='0 0 12 12' x='0' fill='%23fff' y='0'%3E%3Cg%3E%3Cpath d='m5.2 10.9c-.2 0-.5-.1-.7-.2l-4.2-3.7c-.4-.4-.5-1-.1-1.4s1-.5 1.4-.1l3.4 3 5.1-7c .3-.4 1-.5 1.4-.2s.5 1 .2 1.4l-5.7 7.9c-.2.2-.4.4-.7.4 0-.1 0-.1-.1-.1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 7px;
    height: 7px;
    bottom: 0;
    right: 0;
    position: absolute
}

.ladi-form .ladi-form-item {
    width: 100%;
    height: 100%;
    position: absolute
}

.ladi-form .ladi-form-item-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

.ladi-form .ladi-form-item.ladi-form-checkbox {
    height: auto;
    padding: 0 5px
}

.ladi-form .ladi-form-item .ladi-form-control {
    background-color: transparent;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    color: inherit;
    font-size: inherit;
    border: none
}

.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-vertical .ladi-form-checkbox-item {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex;
    align-items: center;
    border: none
}

.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
    display: inline-flex;
    align-items: center;
    border: none;
    position: relative
}

.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
    margin-right: 5px;
    display: block
}

.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
    cursor: default;
    word-break: break-word
}

.ladi-form .ladi-form-item textarea.ladi-form-control {
    resize: none;
    padding: 5px
}

.ladi-form .ladi-button {
    cursor: pointer
}

.ladi-form .ladi-button .ladi-headline {
    cursor: pointer;
    user-select: none
}

.ladi-form .ladi-element .ladi-form-otp::-webkit-inner-spin-button,
.ladi-form .ladi-element .ladi-form-otp::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.ladi-form .ladi-element .ladi-form-item .button-get-code {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    line-height: initial;
    padding: 5px 10px;
    height: max-content;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.ladi-form .ladi-element .ladi-form-item .button-get-code.hide-visibility {
    display: block !important;
    visibility: hidden !important
}

.ladi-form .ladi-form-checkout-bump-offer-product.option-2,
.ladi-form .ladi-form-item.otp-resend .button-get-code,
.ladi-form [data-form-checkout-item=payment] .ladi-form-checkout-payment-content div>span {
    display: block
}

.ladi-form .ladi-form-item.otp-countdown:before {
    content: attr(data-countdown-time) "s";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: max-content;
    line-height: initial
}

.ladi-form [data-variant=true] select option[disabled] {
    background: #fff;
    color: #b8b8b8 !important
}

.ladi-google-recaptcha-checkbox {
    position: absolute;
    display: inline-block;
    transform: translateY(-100%);
    margin-top: -5px;
    z-index: 90000010
}

.ladi-element[data-form-checkout-item] {
    padding: 0
}

.ladi-form .ladi-form-checkout-title {
    margin-bottom: 8px
}

.ladi-form .ladi-element[data-form-checkout-item] .ladi-form-item,
.ladi-form .ladi-element[data-form-checkout-item] .ladi-form-item-container {
    height: auto !important;
    position: unset !important
}

.ladi-form .ladi-form-checkout-box {
    gap: 12px;
    display: flex;
    flex-flow: column;
    margin: 8px 12px;
    margin-top: 14px !important;
    padding-bottom: 14px;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-radius: 0 !important
}

.ladi-form .ladi-form-checkout-box:last-child {
    border: none !important;
    padding-bottom: 4px
}

.ladi-form .ladi-form-checkout-box:first-child,
.ladi-form .ladi-form-checkout-bump-offer-product .item-product:first-child {
    margin-top: 0
}

.ladi-form .ladi-form-checkout-payment-item {
    display: flex;
    flex-flow: row;
    gap: 12px;
    align-items: center;
    --check-size: 18px;
    --width-quantity: 65px
}

.ladi-form .ladi-form-checkout-payment-check {
    --border-size: 1px;
    width: var(--check-size);
    height: var(--check-size);
    flex: 0 0 var(--check-size);
    border: var(--border-size) solid;
    border-radius: 100%;
    display: block;
    position: relative
}

.ladi-form .ladi-form-checkout-payment-check.checked:before {
    content: "";
    width: calc(var(--check-size)/ 2);
    height: calc(var(--check-size)/ 2);
    border-radius: inherit;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(calc(50% - var(--border-size)), calc(50% - var(--border-size)))
}

.ladi-form .ladi-form-checkout-bump-offer-check.multiple,
.ladi-form .ladi-form-checkout-payment-check.multiple {
    border-radius: 4px
}

.ladi-form .ladi-form-checkout-payment-check.multiple.checked:before {
    content: "";
    -webkit-mask-image: var(--url);
    mask-image: var(--url);
    width: var(--check-size);
    height: var(--check-size);
    -webkit-mask-size: var(--check-size);
    mask-size: var(--check-size);
    background-color: #fff;
    position: absolute
}

.ladi-form .ladi-form-checkout-payment-content,
.ladi-form .ladi-form-checkout-product-content {
    display: flex;
    flex-flow: row;
    --gap: 10px;
    gap: var(--gap);
    align-items: center;
    width: calc(100% - var(--width-quantity) - var(--check-size) - var(--gap) * 2)
}

.ladi-form .ladi-form-checkout-payment-content img,
.ladi-form .ladi-form-checkout-product-content img {
    width: 36px;
    max-height: 36px;
    border-radius: 4px
}

.ladi-form .ladi-form-checkout-payment-content div,
.ladi-form .ladi-form-checkout-product-content div {
    display: flex;
    flex-flow: column
}

.ladi-form .ladi-form-checkout-payment-content div>span,
.ladi-form .ladi-form-checkout-product-content div>span {
    font-size: inherit
}

.ladi-form .ladi-form-checkout-payment-content div>span.small,
.ladi-form .ladi-form-checkout-product-content div>span.small {
    font-size: 80%;
    opacity: .8
}

.ladi-form .ladi-form-checkout-payment-content div .price.price-compare,
.ladi-form .ladi-form-checkout-product-content div .price.price-compare {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: row !important
}

.ladi-form .ladi-form-checkout-payment-quantity,
.ladi-form .ladi-form-checkout-product-quantity {
    position: relative;
    --icon-size: calc(var(--check-size) * 0.8)
}

.ladi-form .ladi-form-checkout-payment-quantity input,
.ladi-form .ladi-form-checkout-product-quantity input {
    padding: 4px calc(var(--check-size)) 4px 8px;
    border-radius: 8px;
    position: relative;
    width: var(--width-quantity);
    min-height: 34px;
    border: 1px solid;
    background-color: transparent;
    top: 0;
    left: 0;
    display: block
}

.ladi-form .ladi-form-checkout-payment-quantity input::-webkit-inner-spin-button,
.ladi-form .ladi-form-checkout-payment-quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.ladi-form .ladi-form-checkout-payment-quantity .up {
    width: var(--icon-size);
    height: var(--icon-size);
    top: -1px;
    right: 5px;
    cursor: pointer;
    display: block;
    position: absolute
}

.ladi-form .ladi-form-checkout-payment-quantity .up:before {
    content: '';
    --url: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.14645%206.14645C3.34171%205.95118%203.65829%205.95118%203.85355%206.14645L8%2010.2929L12.1464%206.14645C12.3417%205.95118%2012.6583%205.95118%2012.8536%206.14645C13.0488%206.34171%2013.0488%206.65829%2012.8536%206.85355L8.35355%2011.3536C8.15829%2011.5488%207.84171%2011.5488%207.64645%2011.3536L3.14645%206.85355C2.95118%206.65829%202.95118%206.34171%203.14645%206.14645Z%22%20fill%3D%22black%22%20transform%3D%22rotate(180%208%208)%22%2F%3E%3C%2Fsvg%3E");
    -webkit-mask-image: var(--url);
    mask-image: var(--url);
    display: block;
    position: absolute;
    width: var(--icon-size);
    height: var(--icon-size);
    pointer-events: none;
    top: 4px;
    left: 2px;
    -webkit-mask-size: var(--icon-size);
    mask-size: var(--icon-size)
}

.ladi-form .ladi-form-checkout-payment-quantity .down {
    width: var(--icon-size);
    height: var(--icon-size);
    right: 5px;
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 3px
}

.ladi-form .ladi-form-checkout-payment-quantity .down:before {
    content: '';
    --url: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.14645%206.14645C3.34171%205.95118%203.65829%205.95118%203.85355%206.14645L8%2010.2929L12.1464%206.14645C12.3417%205.95118%2012.6583%205.95118%2012.8536%206.14645C13.0488%206.34171%2013.0488%206.65829%2012.8536%206.85355L8.35355%2011.3536C8.15829%2011.5488%207.84171%2011.5488%207.64645%2011.3536L3.14645%206.85355C2.95118%206.65829%202.95118%206.34171%203.14645%206.14645Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E");
    -webkit-mask-image: var(--url);
    mask-image: var(--url);
    display: block;
    position: absolute;
    width: var(--icon-size);
    height: var(--icon-size);
    pointer-events: none;
    left: 2px;
    -webkit-mask-size: var(--icon-size);
    mask-size: var(--icon-size)
}

.ladi-form [data-form-checkout-item=payment] .ladi-form-item {
    display: table
}

.ladi-form [data-form-checkout-item=payment] .ladi-form-item .ladi-form-checkout-payment-content {
    width: calc(100% - 18px)
}

.ladi-form [data-form-checkout-item=payment] .ladi-form-item .ladi-form-checkout-payment-content div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 6px;
    cursor: pointer;
    width: 100%;
    position: relative
}

.ladi-form [data-form-checkout-item=payment] .ladi-form-item .ladi-form-checkout-payment-content div.arrow:before {
    content: '';
    --url: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.14645%203.14645C6.34171%202.95118%206.65829%202.95118%206.85355%203.14645L11.3536%207.64645C11.5488%207.84171%2011.5488%208.15829%2011.3536%208.35355L6.85355%2012.8536C6.65829%2013.0488%206.34171%2013.0488%206.14645%2012.8536C5.95118%2012.6583%205.95118%2012.3417%206.14645%2012.1464L10.2929%208L6.14645%203.85355C5.95118%203.65829%205.95118%203.34171%206.14645%203.14645Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E");
    -webkit-mask-image: var(--url);
    mask-image: var(--url);
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    -webkit-mask-size: 100%;
    mask-size: 100%
}

.ladi-form [data-form-checkout-item=total_price] {
    display: flex;
    flex-flow: column;
    gap: 3px;
    justify-content: center
}

.ladi-form [data-form-checkout-item=total_price] .line {
    display: inline-flex;
    justify-content: space-between;
    align-items: center
}

.ladi-form [data-form-checkout-item=total_price] .title-number-price.big,
.ladi-form [data-form-checkout-item=total_price] .title-price.big {
    font-weight: 700;
    font-size: 130%
}

.ladi-form [data-form-checkout-item=total_price] .title-number-price {
    font-size: 115%
}

.ladi-form [data-form-checkout-item=total_price] .space {
    border-top: 1px solid;
    margin: 15px 0 10px
}

.ladi-form .ladi-form-checkout-bump-offer-checkbox {
    display: flex;
    flex-flow: row;
    gap: 8px;
    padding: 8px;
    margin: 12px 8px 0;
    border-radius: 8px;
    align-items: center;
    --check-size-bumpoffer: 18px;
    --width-quantity-bumpoffer: 60px
}

.ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-1 {
    background-color: #3c72f9;
    margin: 0
}

.ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-1 p {
    color: #fff
}

.ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-2 {
    background-color: #fde298;
    margin: 12px 0 4px
}

.ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-3 {
    background-color: #f3f4f5;
    margin: 8px 0 0;
    padding: 4px 8px;
    width: max-content
}

.ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-3 .ladi-form-checkout-bump-offer-check {
    width: 12px;
    height: 12px;
    flex: 0 0 12px
}

.ladi-form .ladi-form-checkout-bump-offer-check {
    --border-size: 1px;
    width: var(--check-size-bumpoffer);
    height: var(--check-size-bumpoffer);
    flex: 0 0 var(--check-size-bumpoffer);
    border: var(--border-size) solid #cfd3d8;
    background-color: #fff;
    border-radius: 100%;
    display: block;
    position: relative
}

.ladi-form .ladi-form-checkout-bump-offer-check.checked:before {
    content: "";
    width: calc(var(--check-size-bumpoffer)/ 2);
    height: calc(var(--check-size-bumpoffer)/ 2);
    border-radius: inherit;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(calc(50% - var(--border-size)), calc(50% - var(--border-size)))
}

.ladi-form .ladi-form-checkout-bump-offer-check.multiple.checked:before {
    content: "";
    -webkit-mask-image: var(--url);
    mask-image: var(--url);
    width: var(--check-size-bumpoffer);
    height: var(--check-size-bumpoffer);
    -webkit-mask-size: var(--check-size-bumpoffer);
    mask-size: var(--check-size-bumpoffer);
    background-color: #000;
    position: absolute
}

.ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-3 .ladi-form-checkout-bump-offer-check.multiple.checked:before {
    top: -5px;
    left: -3px
}

.ladi-form .ladi-form-checkout-bump-offer-product {
    display: flex;
    flex-flow: row;
    gap: 16px;
    margin: 8px 12px;
    align-items: center;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-radius: 0 !important
}

.ladi-form .ladi-form-checkout-bump-offer-product.option-1 {
    display: block !important;
    padding-bottom: 8px
}

.ladi-form .ladi-form-item:last-child .ladi-form-checkout-bump-offer-product {
    border: none !important
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-product {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-top: 16px;
    margin-bottom: 12px
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-product:last-child {
    margin-bottom: 0
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-product img {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    overflow: hidden
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-product .item-product-title {
    font-size: 90%;
    opacity: .6
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-product .item-product-description {
    color: #9fa7b1;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-detail {
    display: flex;
    flex-direction: column
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-detail .shock-promotion-label {
    background-color: #ef9300;
    width: max-content;
    border-radius: 4px;
    padding: 2px 8px;
    color: #fff;
    margin-bottom: 4px;
    font-weight: 600
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-detail .pr-name {
    font-weight: 400;
    font-size: 120%;
    line-height: 1.4
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-detail .pr-price {
    font-weight: 400;
    line-height: 1.4
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-detail span a {
    text-decoration: line-through;
    opacity: .6
}

.ladi-form .ladi-form-checkout-bump-offer-product .item-detail .special {
    background-color: #e01a1a;
    padding: 2px 8px;
    margin-right: 6px;
    color: #fff;
    border-radius: 4px;
    font-size: 80%
}

.ladi-form [data-form-checkout-item=coupon_code] .content-discount-block {
    padding: 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ladi-form [data-form-checkout-item=coupon_code] .ladi-form-item {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ladi-form [data-form-checkout-item=coupon_code] .content-discount-block .title {
    display: flex;
    align-items: center;
    gap: 8px
}

.ladi-form [data-form-checkout-item=coupon_code] .content-discount-block .placeholder span,
.ladi-form [data-form-checkout-item=coupon_code] .content-discount-block .title span {
    font-weight: 400;
    font-size: 100%;
    line-height: 1.4
}

.ladi-form [data-form-checkout-item=coupon_code] .content-discount-block .title i {
    width: 16px;
    height: 16px;
    mask-image: url(https://w.ladicdn.com/ladiui/icons/ldicon-discount-coupon.svg);
    display: inline-block;
    mask-size: cover
}

.ladi-form [data-form-checkout-item=coupon_code] .content-discount-block .placeholder {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.ladi-form [data-form-checkout-item=coupon_code] .content-discount-block .placeholder i {
    width: 16px;
    height: 16px;
    mask-image: url(https://w.ladicdn.com/ladiui/icons/new-ldicon-arrow-left.svg);
    display: inline-block;
    mask-size: cover;
    background-color: #6d6d6d !important
}

.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
}

.ladi-video {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}

.ladi-video .ladi-video-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.button-unmute {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.button-unmute div {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m%2021.48%2C17.98%20c%200%2C-1.77%20-1.02%2C-3.29%20-2.5%2C-4.03%20v%202.21%20l%202.45%2C2.45%20c%20.03%2C-0.2%20.05%2C-0.41%20.05%2C-0.63%20z%20m%202.5%2C0%20c%200%2C.94%20-0.2%2C1.82%20-0.54%2C2.64%20l%201.51%2C1.51%20c%20.66%2C-1.24%201.03%2C-2.65%201.03%2C-4.15%200%2C-4.28%20-2.99%2C-7.86%20-7%2C-8.76%20v%202.05%20c%202.89%2C.86%205%2C3.54%205%2C6.71%20z%20M%209.25%2C8.98%20l%20-1.27%2C1.26%204.72%2C4.73%20H%207.98%20v%206%20H%2011.98%20l%205%2C5%20v%20-6.73%20l%204.25%2C4.25%20c%20-0.67%2C.52%20-1.42%2C.93%20-2.25%2C1.18%20v%202.06%20c%201.38%2C-0.31%202.63%2C-0.95%203.69%2C-1.81%20l%202.04%2C2.05%201.27%2C-1.27%20-9%2C-9%20-7.72%2C-7.72%20z%20m%207.72%2C.99%20-2.09%2C2.08%202.09%2C2.09%20V%209.98%20z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center center;
}

.ladi-group {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ladi-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ladi-shape .ladi-cart-number {
    position: absolute;
    top: -2px;
    right: -7px;
    background: #f36e36;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border-radius: 100%;
}

.ladi-image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ladi-image .ladi-image-background {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ladi-headline {
    width: 100%;
    display: inline-block;
    word-break: break-word;
    background-size: cover;
    background-position: center center;
}

.ladi-headline a {
    text-decoration: underline;
}

.ladi-paragraph {
    width: 100%;
    display: inline-block;
    word-break: break-word;
}

.ladi-paragraph a {
    text-decoration: underline;
}

a[data-action] {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}

a:visited {
    color: inherit;
}

a:link {
    color: inherit;
}

[data-opacity="0"] {
    opacity: 0;
}

[data-hidden="true"] {
    display: none;
}

[data-action="true"] {
    cursor: pointer;
}

.ladi-hidden {
    display: none;
}

.ladi-animation-hidden {
    visibility: hidden !important;
    opacity: 0 !important;
}

.element-click-selected {
    cursor: pointer;
}

.is-2nd-click {
    cursor: pointer;
}

.ladi-button-shape.is-2nd-click,
.ladi-accordion-shape.is-2nd-click {
    z-index: 3;
}

.backdrop-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90000060;
    background:rgba(0, 0, 0, 0.5);
}

.backdrop-dropbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90000040;
}

.ladi-lazyload {
    background-image: none !important;
}

.ladi-list-paragraph ul li.ladi-lazyload:before {
    background-image: none !important;
}

@media (min-width: 768px) {
    .ladi-carousel-fullwidth {
        width: 100vw !important;
        left: calc(-50vw + 50%) !important;
        box-sizing: border-box !important;
        transform: none !important;
    }
}

@media (max-width: 767px) {
.ladi-element.ladi-auto-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100% !important;
    left: 0 !important;
    -webkit-overflow-scrolling: touch;
}

[data-hint]:not([data-timeout-id-copied]):before,
[data-hint]:not([data-timeout-id-copied]):after {
    display: none !important;
}

.ladi-section.ladi-auto-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.ladi-carousel .ladi-carousel-content {
    transition: top 300ms ease-in-out, left 300ms ease-in-out;
}
}




body {
direction: ltr;
}

@media (min-width: 768px) {
.ladi-section .ladi-container {
    width: 1200px;
}
}

@media (max-width: 767px) {
.ladi-section .ladi-container {
    width: 100%;
}
}

@font-face {
font-family: "UZOLUdJTFJPWSBYQkMRCPVEY";
src: url("https://w.ladicdn.com/5977f59d1abc544991d43c5b/svn-gilroy-xbold-20230920033046-faeub.otf")
}

@font-face {
font-family: "UZOLUdJTFJPWSBTRUJQkMRCPVEY";
src: url("https://w.ladicdn.com/5977f59d1abc544991d43c5b/svn-gilroy-semibold-20230920033046-85edp.otf")
}

@font-face {
font-family: "UZOLUdJTFJPWSBSRUdVTEFSLkURg";
src: url("https://w.ladicdn.com/5977f59d1abc544991d43c5b/svn-gilroy-regular-20230920033046-9er9g.otf")
}

@font-face {
font-family: "UZOLUdJTFJPWSBIRUFWWSPVEY";
src: url("https://w.ladicdn.com/5977f59d1abc544991d43c5b/svn-gilroy-heavy-20230920033037-eygn7.otf")
}

@font-face {
font-family: "UZOLUdJTFJPWSBYQkMRCPVEY";
src: url("https://w.ladicdn.com/5977f59d1abc544991d43c5b/svn-gilroy-xbold-20230920033046-faeub.otf")
}

@font-face {
font-family: "UZOLUdJTFJPWSBCTxELkURg";
src: url("https://w.ladicdn.com/5977f59d1abc544991d43c5b/svn-gilroy-bold-20230920033037-pirse.otf")
}

@font-face {
font-family: "UZOLUdJTFJPWSBNRURJVUuTRG";
src: url("https://w.ladicdn.com/5977f59d1abc544991d43c5b/svn-gilroy-medium-20230920033046-90xjp.otf")
}

@font-face {
font-family: "VVRNQXZvQmsZCdGY";
src: url("https://w.ladicdn.com/5977f59d1abc544991d43c5b/utmavobold-20200518085525.ttf") format("truetype");
}

body {
font-family: UZOLUdJTFJPWSBYQkMRCPVEY
}





#SECTION2640>.ladi-section-background,
#FORM2590 .ladi-form-item-container .ladi-form-quantity .button,
#FORM2590 .ladi-form [data-form-checkout-item="coupon_code"] .content-discount-block .placeholder i,
#BUTTON2745>.ladi-button>.ladi-button-background,
#FORM2607 .ladi-form-item-container .ladi-form-quantity .button,
#FORM2607 .ladi-form [data-form-checkout-item="coupon_code"] .content-discount-block .placeholder i,
#BUTTON2784>.ladi-button>.ladi-button-background,
#FORM2611 .ladi-form-item-container .ladi-form-quantity .button,
#FORM2611 .ladi-form [data-form-checkout-item="coupon_code"] .content-discount-block .placeholder i {
    background-color: #D0770D;
}

#HEADLINE3062 {
    width: 101px;
}

#HEADLINE3062>.ladi-headline,
#HEADLINE3063>.ladi-headline,
#HEADLINE3065>.ladi-headline {
    font-family: Roboto, sans-serif;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: center;
}

#HEADLINE3066>.ladi-headline {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: center;
}

#BUTTON2695,
#BUTTON_TEXT2695 {
    width: 137px;
}

#BUTTON2695>.ladi-button>.ladi-button-background,
#FORM2590 .ladi-form-item-background,
#POPUP2562>.ladi-popup>.ladi-popup-background,
#FORM2607 .ladi-form-item-background,
#FORM2611 .ladi-form-item-background {
    background-color: rgb(255, 255, 255);
}

#BUTTON2695>.ladi-button,
#BUTTON2745>.ladi-button,
#BUTTON2784>.ladi-button,
#BUTTON2792>.ladi-button {
    border-radius: 100px;
}

#BUTTON_TEXT2695,
#BUTTON_TEXT2773 {
    top: 9px;
    left: 0px;
}

#BUTTON_TEXT2695>.ladi-headline {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: #D0770D;
    text-align: center;
}

#SHAPE2761 svg:last-child,
#SHAPE2733 svg:last-child,
#SHAPE2734 svg:last-child {
    fill: rgb(255, 255, 255);
}

#SHAPE2762.ladi-animation>.ladi-shape,
#SHAPE2733.ladi-animation>.ladi-shape,
#SHAPE2734.ladi-animation>.ladi-shape {
    animation-name: tada;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

#SHAPE2762 svg:last-child {
    fill: rgb(222, 222, 222);
}

#IMAGE3240>.ladi-image>.ladi-image-background {
    background-image: url("../images/logo1.png");
    background-size: 180px 60px;
}

#SECTION2739,
#SECTION2733,
#SECTION2713,
#SECTION2744,
#SECTION2750,
#SECTION2756,
#SECTION2746,
#SECTION2729,
#SECTION2714,
#SECTION2715,
#SECTION2716,
#SECTION2719,
#SECTION2720,
#SECTION2725 {
    height: 5px;
}

#SECTION2701>.ladi-section-background,
#POPUP2564>.ladi-popup>.ladi-popup-background {
    background-position: 50% 0%;
    background-repeat: repeat;
}

#HEADLINE3229>.ladi-headline,
#HEADLINE3230>.ladi-headline,
#HEADLINE3260>.ladi-headline {
    font-family: UZOLUdJTFJPWSBIRUFWWSPVEY;
    font-weight: bold;
    line-height: 1.6;
    color: #D0770D;
    text-align: center;
}

#HEADLINE3229.ladi-animation>.ladi-headline,
#HEADLINE3230.ladi-animation>.ladi-headline,
#HEADLINE3260.ladi-animation>.ladi-headline,
#HEADLINE3261.ladi-animation>.ladi-headline,
#HEADLINE3272.ladi-animation>.ladi-headline {
    animation-name: pulse;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

#PARAGRAPH2817>.ladi-paragraph {
    font-family: Roboto, sans-serif;
    line-height: 1.4;
    color: rgb(46, 55, 90);
    text-align: justify;
}

#PARAGRAPH2817.ladi-animation>.ladi-paragraph {
    animation-name: bounceInUp;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

#BUTTON2773>.ladi-button>.ladi-button-background {
    background-image: linear-gradient(rgb(5, 31, 77), rgb(18, 55, 142));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    -webkit-background-clip: initial;
}

#BUTTON2773>.ladi-button,
#FRAME2925>.ladi-frame {
    border-radius: 25px;
}

#BUTTON2773>.ladi-button,
#FRAME2925>.ladi-frame,
#BUTTON2745>.ladi-button,
#BUTTON2784>.ladi-button,
#BUTTON2792>.ladi-button {
    box-shadow: rgb(0, 0, 0) 0px 15px 20px -15px;
}

#BUTTON_TEXT2773>.ladi-headline {
    font-family: UZOLUdJTFJPWSBYQkMRCPVEY;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
}

#FRAME2925>.ladi-frame-bg>.ladi-frame-background {
    background-color: rgb(241, 243, 244);
}

#VIDEO2672,
#FORM_ITEM2666,
#BUTTON_TEXT2745,
#BUTTON_TEXT2784,
#BUTTON_TEXT2792,
#FORM_ITEM2564 {
    left: 0px;
}

#VIDEO2672>.ladi-video>.ladi-video-background {
    background-image: url("https://img.youtube.com/vi/kXg1QZ6H8JM/hqdefault.jpg");
    background-size: cover;
    background-origin: content-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

#SHAPE2672 {
    width: 40px;
    height: 40px;
}

#SHAPE2672 svg:last-child {
    fill: rgba(0, 0, 0, 0.5);
}

#SECTION2643>.ladi-section-background,
#SECTION2635>.ladi-section-background,
#SECTION2679>.ladi-section-background,
#SECTION2693>.ladi-section-background {
    background-size: cover;
    background-origin: content-box;
    background-position: 50% 0%;
    background-repeat: repeat;
    background-attachment: scroll;
}

#HEADLINE3232>.ladi-headline {
    font-family: UZOLUdJTFJPWSBCTxELkURg;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(6, 57, 125);
    text-align: center;
}

#IMAGE3740>.ladi-image>.ladi-image-background,
#CAROUSEL_ITEM2970,
#CAROUSEL_ITEM2971,
#CAROUSEL_ITEM2972,
#CAROUSEL_ITEM2973,
#CAROUSEL_ITEM2974,
#CAROUSEL_ITEM2975,
#CAROUSEL_ITEM2976,
#CAROUSEL_ITEM2977,
#CAROUSEL_ITEM2979,
#CAROUSEL_ITEM2980,
#CAROUSEL_ITEM2981,
#CAROUSEL_ITEM2982,
#CAROUSEL_ITEM2983,
#CAROUSEL_ITEM2984,
#CAROUSEL_ITEM2985,
#CAROUSEL_ITEM2986,
#CAROUSEL_ITEM2987,
#CAROUSEL_ITEM2991,
#CAROUSEL_ITEM2992,
#CAROUSEL_ITEM2993,
#SHAPE2733,
#FORM_ITEM2732 {
    top: 0px;
}

#HEADLINE3254>.ladi-headline {
    font-family: UZOLUdJTFJPWSBNRURJVUuTRG;
    font-weight: bold;
    line-height: 1.3;
    color: rgb(11, 47, 150);
    text-align: center;
}

#HEADLINE3259 {
    width: 200px;
}

#HEADLINE3259>.ladi-headline {
    font-family: UZOLUdJTFJPWSBTRUJQkMRCPVEY;
    line-height: 1.1;
    color: rgb(11, 47, 150);
    text-align: center;
}

#HEADLINE3261>.ladi-headline {
    font-family: UZOLUdJTFJPWSBIRUFWWSPVEY;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(6, 57, 125);
    text-align: center;
}

#CAROUSEL_ITEM2969,
#CAROUSEL_ITEM2978,
#IMAGE3846>.ladi-image>.ladi-image-background,
#IMAGE3847>.ladi-image>.ladi-image-background,
#IMAGE3848>.ladi-image>.ladi-image-background,
#IMAGE3849>.ladi-image>.ladi-image-background,
#IMAGE3850>.ladi-image>.ladi-image-background,
#IMAGE3851>.ladi-image>.ladi-image-background,
#IMAGE3852>.ladi-image>.ladi-image-background,
#IMAGE3853>.ladi-image>.ladi-image-background,
#IMAGE3854>.ladi-image>.ladi-image-background,
#IMAGE3855>.ladi-image>.ladi-image-background,
#CAROUSEL_ITEM2988,
#IMAGE3856>.ladi-image>.ladi-image-background,
#IMAGE3857>.ladi-image>.ladi-image-background,
#IMAGE3858>.ladi-image>.ladi-image-background,
#IMAGE3859>.ladi-image>.ladi-image-background,
#IMAGE3861>.ladi-image>.ladi-image-background,
#IMAGE3524>.ladi-image>.ladi-image-background,
#FORM_ITEM2667,
#IMAGE3619>.ladi-image>.ladi-image-background,
#IMAGE3620>.ladi-image>.ladi-image-background,
#IMAGE3621>.ladi-image>.ladi-image-background,
#POPUP2562,
#BOX2596,
#BOX2597,
#IMAGE3030>.ladi-image>.ladi-image-background,
#POPUP2564,
#IMAGE3835>.ladi-image>.ladi-image-background,
#FORM_ITEM2719,
#IMAGE3836>.ladi-image>.ladi-image-background,
#POPUP2581,
#IMAGE3867>.ladi-image>.ladi-image-background,
#IMAGE3868>.ladi-image>.ladi-image-background,
#IMAGE3869>.ladi-image>.ladi-image-background,
#IMAGE3870>.ladi-image>.ladi-image-background {
    top: 0px;
    left: 0px;
}

#CAROUSEL_ITEM2969>.ladi-frame-bg>.ladi-frame-background,
#CAROUSEL_ITEM2970>.ladi-frame-bg>.ladi-frame-background,
#CAROUSEL_ITEM2971>.ladi-frame-bg>.ladi-frame-background,
#CAROUSEL_ITEM2972>.ladi-frame-bg>.ladi-frame-background,
#CAROUSEL_ITEM2973>.ladi-frame-bg>.ladi-frame-background,
#CAROUSEL_ITEM2974>.ladi-frame-bg>.ladi-frame-background,
#CAROUSEL_ITEM2975>.ladi-frame-bg>.ladi-frame-background,
#CAROUSEL_ITEM2976>.ladi-frame-bg>.ladi-frame-background,
#CAROUSEL_ITEM2977>.ladi-frame-bg>.ladi-frame-background,
#CAROUSEL_ITEM2978>.ladi-frame-bg>.ladi-frame-background,
#CAROUSEL_ITEM2979>.ladi-frame-bg>.ladi-frame-background,
#CAROUSEL_ITEM2980>.ladi-frame-bg>.ladi-frame-background,
#CAROUSEL_ITEM2981>.ladi-frame-bg>.ladi-frame-background,
#CAROUSEL_ITEM2982>.ladi-frame-bg>.ladi-frame-background,
#CAROUSEL_ITEM2983>.ladi-frame-bg>.ladi-frame-background,
#CAROUSEL_ITEM2984>.ladi-frame-bg>.ladi-frame-background,
#CAROUSEL_ITEM2985>.ladi-frame-bg>.ladi-frame-background,
#CAROUSEL_ITEM2986>.ladi-frame-bg>.ladi-frame-background,
#CAROUSEL_ITEM2987>.ladi-frame-bg>.ladi-frame-background,
#CAROUSEL_ITEM2988>.ladi-frame-bg>.ladi-frame-background,
#CAROUSEL_ITEM2989>.ladi-frame-bg>.ladi-frame-background,
#CAROUSEL_ITEM2990>.ladi-frame-bg>.ladi-frame-background,
#CAROUSEL_ITEM2991>.ladi-frame-bg>.ladi-frame-background,
#CAROUSEL_ITEM2992>.ladi-frame-bg>.ladi-frame-background,
#CAROUSEL_ITEM2993>.ladi-frame-bg>.ladi-frame-background {
    background-color: rgba(244, 244, 244, 0);
}

#CAROUSEL_ITEM2969>.ladi-frame,
#CAROUSEL_ITEM2970>.ladi-frame,
#CAROUSEL_ITEM2971>.ladi-frame,
#CAROUSEL_ITEM2972>.ladi-frame,
#CAROUSEL_ITEM2973>.ladi-frame,
#CAROUSEL_ITEM2974>.ladi-frame,
#CAROUSEL_ITEM2975>.ladi-frame,
#CAROUSEL_ITEM2976>.ladi-frame,
#CAROUSEL_ITEM2977>.ladi-frame {
    border-width: 1px;
    border-radius: 15px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
}

#CAROUSEL_ITEM2969>.ladi-frame:hover,
#CAROUSEL_ITEM2969>.ladi-frame:hover~.ladi-frame-bg,
#IMAGE3837:hover>.ladi-image,
#CAROUSEL_ITEM2970>.ladi-frame:hover,
#CAROUSEL_ITEM2970>.ladi-frame:hover~.ladi-frame-bg,
#IMAGE3838:hover>.ladi-image,
#CAROUSEL_ITEM2971>.ladi-frame:hover,
#CAROUSEL_ITEM2971>.ladi-frame:hover~.ladi-frame-bg,
#IMAGE3839:hover>.ladi-image,
#CAROUSEL_ITEM2972>.ladi-frame:hover,
#CAROUSEL_ITEM2972>.ladi-frame:hover~.ladi-frame-bg,
#IMAGE3840:hover>.ladi-image,
#CAROUSEL_ITEM2973>.ladi-frame:hover,
#CAROUSEL_ITEM2973>.ladi-frame:hover~.ladi-frame-bg,
#IMAGE3841:hover>.ladi-image,
#CAROUSEL_ITEM2974>.ladi-frame:hover,
#CAROUSEL_ITEM2974>.ladi-frame:hover~.ladi-frame-bg,
#IMAGE3842:hover>.ladi-image,
#CAROUSEL_ITEM2975>.ladi-frame:hover,
#CAROUSEL_ITEM2975>.ladi-frame:hover~.ladi-frame-bg,
#IMAGE3843:hover>.ladi-image,
#CAROUSEL_ITEM2976>.ladi-frame:hover,
#CAROUSEL_ITEM2976>.ladi-frame:hover~.ladi-frame-bg,
#IMAGE3844:hover>.ladi-image,
#CAROUSEL_ITEM2977>.ladi-frame:hover,
#CAROUSEL_ITEM2977>.ladi-frame:hover~.ladi-frame-bg,
#IMAGE3845:hover>.ladi-image,
#CAROUSEL_ITEM2978>.ladi-frame:hover,
#CAROUSEL_ITEM2978>.ladi-frame:hover~.ladi-frame-bg,
#IMAGE3846:hover>.ladi-image,
#CAROUSEL_ITEM2979>.ladi-frame:hover,
#CAROUSEL_ITEM2979>.ladi-frame:hover~.ladi-frame-bg,
#IMAGE3847:hover>.ladi-image,
#CAROUSEL_ITEM2980>.ladi-frame:hover,
#CAROUSEL_ITEM2980>.ladi-frame:hover~.ladi-frame-bg,
#IMAGE3848:hover>.ladi-image,
#CAROUSEL_ITEM2981>.ladi-frame:hover,
#CAROUSEL_ITEM2981>.ladi-frame:hover~.ladi-frame-bg,
#IMAGE3849:hover>.ladi-image,
#CAROUSEL_ITEM2982>.ladi-frame:hover,
#CAROUSEL_ITEM2982>.ladi-frame:hover~.ladi-frame-bg,
#IMAGE3850:hover>.ladi-image,
#CAROUSEL_ITEM2983>.ladi-frame:hover,
#CAROUSEL_ITEM2983>.ladi-frame:hover~.ladi-frame-bg,
#IMAGE3851:hover>.ladi-image,
#CAROUSEL_ITEM2984>.ladi-frame:hover,
#CAROUSEL_ITEM2984>.ladi-frame:hover~.ladi-frame-bg,
#IMAGE3852:hover>.ladi-image,
#CAROUSEL_ITEM2985>.ladi-frame:hover,
#CAROUSEL_ITEM2985>.ladi-frame:hover~.ladi-frame-bg,
#IMAGE3853:hover>.ladi-image,
#CAROUSEL_ITEM2986>.ladi-frame:hover,
#CAROUSEL_ITEM2986>.ladi-frame:hover~.ladi-frame-bg,
#IMAGE3854:hover>.ladi-image,
#CAROUSEL_ITEM2987>.ladi-frame:hover,
#CAROUSEL_ITEM2987>.ladi-frame:hover~.ladi-frame-bg,
#IMAGE3855:hover>.ladi-image,
#CAROUSEL_ITEM2988>.ladi-frame:hover,
#CAROUSEL_ITEM2988>.ladi-frame:hover~.ladi-frame-bg,
#CAROUSEL_ITEM2989>.ladi-frame:hover,
#CAROUSEL_ITEM2989>.ladi-frame:hover~.ladi-frame-bg,
#CAROUSEL_ITEM2990>.ladi-frame:hover,
#CAROUSEL_ITEM2990>.ladi-frame:hover~.ladi-frame-bg,
#CAROUSEL_ITEM2991>.ladi-frame:hover,
#CAROUSEL_ITEM2991>.ladi-frame:hover~.ladi-frame-bg,
#CAROUSEL_ITEM2992>.ladi-frame:hover,
#CAROUSEL_ITEM2992>.ladi-frame:hover~.ladi-frame-bg,
#CAROUSEL_ITEM2993>.ladi-frame:hover,
#CAROUSEL_ITEM2993>.ladi-frame:hover~.ladi-frame-bg,
#BUTTON2745>.ladi-button:hover,
#BUTTON_TEXT2745>.ladi-headline:hover,
#BUTTON2784>.ladi-button:hover,
#BUTTON_TEXT2784>.ladi-headline:hover,
#BUTTON2792>.ladi-button:hover,
#BUTTON_TEXT2792>.ladi-headline:hover,
#FORM_ITEM2564>.ladi-survey>.ladi-survey-option.selected {
    opacity: 1;
}

#IMAGE3837,
#IMAGE3838,
#IMAGE3839,
#IMAGE3840,
#IMAGE3841,
#IMAGE3842,
#IMAGE3843,
#IMAGE3844,
#IMAGE3845 {
    left: 1px;
}

#IMAGE3837>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s700x700/5977f59d1abc544991d43c5b/122928662_395503358136718_235439441947377226_n-20201117023248.jpg");
}

#IMAGE3837>.ladi-image,
#IMAGE3838>.ladi-image,
#IMAGE3839>.ladi-image,
#IMAGE3840>.ladi-image,
#IMAGE3841>.ladi-image,
#IMAGE3842>.ladi-image,
#IMAGE3843>.ladi-image,
#IMAGE3844>.ladi-image,
#IMAGE3845>.ladi-image {
    border-width: 1px;
    border-radius: 15px;
    border-style: solid;
    border-color: rgb(110, 9, 38);
}

#IMAGE3838>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s700x700/5977f59d1abc544991d43c5b/121574851_432076594442802_4428252503782285371_n-20201117023319.jpg");
}

#IMAGE3839>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s700x700/5977f59d1abc544991d43c5b/122181607_182604096817382_2627621871741438832_n-20201117023341.jpg");
}

#IMAGE3840>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s700x700/5977f59d1abc544991d43c5b/123205071_851594278917495_7507367229943647445_n-20201117023628.jpg");
}

#IMAGE3841>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s700x700/5977f59d1abc544991d43c5b/123629064_955405948286898_9010658174014437513_n-20201117023657.jpg");
}

#IMAGE3842>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s700x700/5977f59d1abc544991d43c5b/123535474_815868775904627_8027697654096128006_n-20201117023712.jpg");
}

#IMAGE3843>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s700x700/5977f59d1abc544991d43c5b/122632834_375839293603960_3414304899311083000_n-20201117023840.jpg");
}

#IMAGE3844>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s700x700/5977f59d1abc544991d43c5b/122831967_352298592501173_6177928569545626748_n-20201117023852.jpg");
}

#IMAGE3845>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s700x700/5977f59d1abc544991d43c5b/122026472_128535475372200_3305651958133874586_n-20201117023905.jpg");
}

#CAROUSEL2588,
#CAROUSEL_ITEM2978,
#CAROUSEL_ITEM2979,
#CAROUSEL_ITEM2980,
#CAROUSEL_ITEM2981,
#CAROUSEL_ITEM2982,
#CAROUSEL_ITEM2983,
#CAROUSEL_ITEM2984,
#CAROUSEL_ITEM2985,
#CAROUSEL_ITEM2986,
#CAROUSEL_ITEM2987 {
    height: 470px;
}

#IMAGE3846,
#IMAGE3846>.ladi-image>.ladi-image-background,
#IMAGE3847,
#IMAGE3847>.ladi-image>.ladi-image-background,
#IMAGE3848,
#IMAGE3849,
#IMAGE3849>.ladi-image>.ladi-image-background,
#IMAGE3850,
#IMAGE3850>.ladi-image>.ladi-image-background,
#IMAGE3851,
#IMAGE3851>.ladi-image>.ladi-image-background,
#IMAGE3852,
#IMAGE3852>.ladi-image>.ladi-image-background,
#IMAGE3853,
#IMAGE3853>.ladi-image>.ladi-image-background,
#IMAGE3854,
#IMAGE3854>.ladi-image>.ladi-image-background,
#IMAGE3855,
#IMAGE3855>.ladi-image>.ladi-image-background {
    width: 338.911px;
    height: 465.628px;
}

#IMAGE3846,
#IMAGE3847,
#IMAGE3848,
#IMAGE3849,
#IMAGE3850,
#IMAGE3851,
#IMAGE3852,
#IMAGE3853,
#IMAGE3854,
#IMAGE3855 {
    top: 1px;
    left: 2px;
}

#IMAGE3846>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s650x800/5977f59d1abc544991d43c5b/phun-moi-10-20250410021346-lgkb7.png");
}

#IMAGE3846>.ladi-image,
#IMAGE3847>.ladi-image,
#IMAGE3848>.ladi-image,
#IMAGE3849>.ladi-image,
#IMAGE3850>.ladi-image,
#IMAGE3851>.ladi-image,
#IMAGE3852>.ladi-image,
#IMAGE3853>.ladi-image,
#IMAGE3854>.ladi-image,
#IMAGE3855>.ladi-image,
#FORM2611 .ladi-form-item-container,
#FORM2611 .ladi-form-checkout-box,
#FORM2611 .ladi-form-checkout-bump-offer-product,
#FORM2611 .ladi-form-label-container .ladi-form-label-item {
    border-width: 1px;
    border-radius: 15px;
    border-style: solid;
    border-color: #D0770D;
}

#IMAGE3847>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s650x800/5977f59d1abc544991d43c5b/phun-moi-9-20250410021346-cdxmp.png");
}

#IMAGE3848>.ladi-image>.ladi-image-background {
    width: 338.023px;
    height: 405.628px;
    background-image: url("https://w.ladicdn.com/s650x750/5977f59d1abc544991d43c5b/phun-moi-8-20250410021345-lpy5t.png");
}

#IMAGE3849>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s650x800/5977f59d1abc544991d43c5b/phun-moi-7-20250410021345-ncxn9.png");
}

#IMAGE3850>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s650x800/5977f59d1abc544991d43c5b/phun-moi-6-20250410021345-vpdja.png");
}

#IMAGE3851>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s650x800/5977f59d1abc544991d43c5b/phun-moi-5-20250410021345-v0tjy.png");
}

#IMAGE3852>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s650x800/5977f59d1abc544991d43c5b/phun-moi-4-20250410021345-kkwjg.png");
}

#IMAGE3853>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s650x800/5977f59d1abc544991d43c5b/phun-moi-3-20250410021345-e43k_.png");
}

#IMAGE3854>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s650x800/5977f59d1abc544991d43c5b/phun-moi-2-20250410021345-9rkwg.png");
}

#IMAGE3855>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s650x800/5977f59d1abc544991d43c5b/phun-moi-1-20250410021345-dr3cm.png");
}

#CAROUSEL2589 {
    height: 342px;
}

#CAROUSEL2589 .ladi-carousel .ladi-carousel-content {
    width: 2077px;
}

#CAROUSEL_ITEM2988,
#CAROUSEL_ITEM2989,
#CAROUSEL_ITEM2990,
#CAROUSEL_ITEM2991,
#CAROUSEL_ITEM2992,
#CAROUSEL_ITEM2993 {
    width: 342px;
    height: 342px;
}

#CAROUSEL_ITEM2988>.ladi-frame,
#CAROUSEL_ITEM2989>.ladi-frame,
#CAROUSEL_ITEM2990>.ladi-frame,
#CAROUSEL_ITEM2991>.ladi-frame,
#CAROUSEL_ITEM2992>.ladi-frame,
#CAROUSEL_ITEM2993>.ladi-frame {
    border-width: 0px;
    border-radius: 15px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
}

#IMAGE3856,
#IMAGE3856>.ladi-image>.ladi-image-background,
#IMAGE3857,
#IMAGE3857>.ladi-image>.ladi-image-background,
#IMAGE3858,
#IMAGE3858>.ladi-image>.ladi-image-background,
#IMAGE3859,
#IMAGE3859>.ladi-image>.ladi-image-background,
#IMAGE3860,
#IMAGE3861,
#IMAGE3861>.ladi-image>.ladi-image-background {
    width: 346.141px;
    height: 347px;
}

#IMAGE3856,
#IMAGE3857,
#IMAGE3858,
#IMAGE3859,
#IMAGE3860,
#IMAGE3861 {
    top: -2px;
    left: -3px;
}

#IMAGE3856>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s650x650/5977f59d1abc544991d43c5b/4-20250331042945-kcduc.png");
}

#CAROUSEL_ITEM2989 {
    top: 0px;
    left: 347px;
}

#IMAGE3857>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s650x650/5977f59d1abc544991d43c5b/untitled-2-20250331042946-imirw.png");
}

#CAROUSEL_ITEM2990 {
    top: 0px;
    left: 694px;
}

#IMAGE3858>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s650x650/5977f59d1abc544991d43c5b/triet-long-ab-20250331042945-liofk.png");
}

#IMAGE3859>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s650x650/5977f59d1abc544991d43c5b/triet-long-ab2-20250331042945-pnyih.png");
}

#IMAGE3860>.ladi-image>.ladi-image-background {
    width: 347px;
    height: 347px;
    top: -1px;
    left: 0px;
    background-image: url("https://w.ladicdn.com/s650x650/5977f59d1abc544991d43c5b/1-20250331035949-e1wen.png");
}

#IMAGE3861>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s650x650/5977f59d1abc544991d43c5b/5-20250331042945-jrkxg.png");
}

#HEADLINE3272>.ladi-headline {
    font-family: Oswald, sans-serif;
    font-weight: bold;
    line-height: 1.6;
    color: #D0770D;
    text-align: center;
}

#IMAGE3525>.ladi-image {
    border-width: 1px;
    border-radius: 15px;
    border-style: solid;
    border-color: rgba(203, 25, 95, 0.2);
}

#FORM2590>.ladi-form {
    font-family: UZOLUdJTFJPWSBSRUdVTEFSLkURg;
    font-size: 14px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    letter-spacing: 0px;
}

#FORM2590 .ladi-form .ladi-form-checkout-payment-item,
#FORM2607 .ladi-form .ladi-form-checkout-payment-item,
#FORM2611 .ladi-form .ladi-form-checkout-payment-item {
    --check-size: calc(14px * 1.5);
    --width-quantity: calc(14px * 2.5 + 30px);
}

#FORM2590 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"],
#FORM2590 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing,
#FORM2590 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing::placeholder,
#FORM2590 .ladi-form .ladi-survey-option .ladi-survey-option-label,
#FORM2590 .ladi-form-item .ladi-form-control::placeholder,
#FORM2590 .ladi-form-item select.ladi-form-control[data-selected=""],
#FORM2590 .ladi-form-checkout-payment-quantity input,
#FORM2607 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"],
#FORM2607 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing,
#FORM2607 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing::placeholder,
#FORM2607 .ladi-form .ladi-survey-option .ladi-survey-option-label,
#FORM2607 .ladi-form-item .ladi-form-control::placeholder,
#FORM2607 .ladi-form-item select.ladi-form-control[data-selected=""],
#FORM2607 .ladi-form-checkout-payment-quantity input,
#FORM2611 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"],
#FORM2611 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing,
#FORM2611 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing::placeholder,
#FORM2611 .ladi-form .ladi-survey-option .ladi-survey-option-label,
#FORM2611 .ladi-form-item .ladi-form-control::placeholder,
#FORM2611 .ladi-form-item select.ladi-form-control[data-selected=""],
#FORM2611 .ladi-form-checkout-payment-quantity input {
    color: rgb(0, 0, 0);
}

#FORM2590:hover .overlay-checkout,
#FORM2607:hover .overlay-checkout,
#FORM2611:hover .overlay-checkout {
    display: flex !important;
}

#FORM2590 .ladi-form-item,
#FORM2607 .ladi-form-item,
#FORM2611 .ladi-form-item {
    padding-left: 8px;
    padding-right: 8px;
}

#FORM2590 .ladi-form-item.otp-countdown:before,
#FORM2607 .ladi-form-item.otp-countdown:before,
#FORM2611 .ladi-form-item.otp-countdown:before {
    right: 13px;
}

#FORM2590 .ladi-form-item.ladi-form-checkbox,
#FORM2607 .ladi-form-item.ladi-form-checkbox,
#FORM2611 .ladi-form-item.ladi-form-checkbox {
    padding-left: 13px;
    padding-right: 13px;
}

#FORM2590 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check.multiple.checked:before,
#FORM2590 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check:not(.multiple).checked:before,
#FORM2590 .ladi-form [data-form-checkout-item="payment"] .ladi-form-checkout-payment-check.checked:before,
#FORM2590 .ladi-form [data-form-checkout-item="fee_shipping"] .ladi-form-checkout-payment-check.checked:before,
#FORM2590 .ladi-form-checkout-payment-quantity .up:before,
#FORM2590 .ladi-form-checkout-payment-quantity .down:before,
#FORM2590 [data-form-checkout-item="payment"] .ladi-form-item .ladi-form-checkout-payment-content div:before,
#FORM2607 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check.multiple.checked:before,
#FORM2607 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check:not(.multiple).checked:before,
#FORM2607 .ladi-form [data-form-checkout-item="payment"] .ladi-form-checkout-payment-check.checked:before,
#FORM2607 .ladi-form [data-form-checkout-item="fee_shipping"] .ladi-form-checkout-payment-check.checked:before,
#FORM2607 .ladi-form-checkout-payment-quantity .up:before,
#FORM2607 .ladi-form-checkout-payment-quantity .down:before,
#FORM2607 [data-form-checkout-item="payment"] .ladi-form-item .ladi-form-checkout-payment-content div:before,
#FORM2611 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check.multiple.checked:before,
#FORM2611 .ladi-form [data-form-checkout-item="product"] .ladi-form-checkout-payment-check:not(.multiple).checked:before,
#FORM2611 .ladi-form [data-form-checkout-item="payment"] .ladi-form-checkout-payment-check.checked:before,
#FORM2611 .ladi-form [data-form-checkout-item="fee_shipping"] .ladi-form-checkout-payment-check.checked:before,
#FORM2611 .ladi-form-checkout-payment-quantity .up:before,
#FORM2611 .ladi-form-checkout-payment-quantity .down:before,
#FORM2611 [data-form-checkout-item="payment"] .ladi-form-item .ladi-form-checkout-payment-content div:before {
    background-color: rgb(0, 0, 0);
}

#FORM2590 .ladi-survey-option,
#FORM2607 .ladi-survey-option,
#FORM2611 .ladi-survey-option {
    text-align: left;
}

#FORM2590 .ladi-form-item-container,
#FORM2590 .ladi-form-checkout-box,
#FORM2590 .ladi-form-checkout-bump-offer-product,
#FORM2590 .ladi-form-label-container .ladi-form-label-item,
#FORM2607 .ladi-form-item-container,
#FORM2607 .ladi-form-checkout-box,
#FORM2607 .ladi-form-checkout-bump-offer-product,
#FORM2607 .ladi-form-label-container .ladi-form-label-item {
    border-width: 1px;
    border-radius: 20px;
    border-style: solid;
    border-color: #D0770D;
}

#FORM2590 .ladi-form-item-container .ladi-form-item.ladi-form-quantity,
#FORM2607 .ladi-form-item-container .ladi-form-item.ladi-form-quantity,
#FORM2611 .ladi-form-item-container .ladi-form-item.ladi-form-quantity {
    width: calc(100% + 1px);
}

#FORM2590 .ladi-form [data-form-checkout-item="total_price"] .space,
#FORM2590 .ladi-form-checkout-payment-quantity input,
#FORM2607 .ladi-form [data-form-checkout-item="total_price"] .space,
#FORM2607 .ladi-form-checkout-payment-quantity input,
#FORM2611 .ladi-form [data-form-checkout-item="total_price"] .space,
#FORM2611 .ladi-form-checkout-payment-quantity input {
    border-color: #D0770D;
}

#FORM2590 .ladi-form-checkout-payment-quantity input,
#FORM2607 .ladi-form-checkout-payment-quantity input,
#FORM2611 .ladi-form-checkout-payment-quantity input {
    width: 65px;
}

#FORM2590 .ladi-form-item-background,
#FORM2607 .ladi-form-item-background {
    border-radius: 19px;
}

#FORM_ITEM2666,
#FORM_ITEM2718,
#FORM_ITEM2731 {
    display: none !important;
}

#FORM_ITEM2666 .ladi-form-item,
#FORM_ITEM2667 .ladi-form-item,
#FORM_ITEM2668 .ladi-form-item,
#FORM_ITEM2718 .ladi-form-item,
#FORM_ITEM2719 .ladi-form-item,
#FORM_ITEM2720 .ladi-form-item,
#FORM_ITEM2731 .ladi-form-item,
#FORM_ITEM2732 .ladi-form-item,
#FORM_ITEM2733 .ladi-form-item {
    background-image: none !important;
}

#BUTTON_TEXT2745>.ladi-headline {
    font-family: Roboto, sans-serif;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
    padding-top: 8px;
    background: #D0770D;
}

#FORM_ITEM2667 .ladi-form-label-container .ladi-form-label-item:hover,
#FORM_ITEM2668 .ladi-form-label-container .ladi-form-label-item:hover,
#FORM_ITEM2719 .ladi-form-label-container .ladi-form-label-item:hover,
#FORM_ITEM2720 .ladi-form-label-container .ladi-form-label-item:hover,
#FORM_ITEM2732 .ladi-form-label-container .ladi-form-label-item:hover,
#FORM_ITEM2733 .ladi-form-label-container .ladi-form-label-item:hover {
    border-color: rgb(12, 97, 242);
}

#SECTION_POPUP {
    height: 0px;
}

#POPUP2562,
#POPUP2564,
#POPUP2581 {
    right: 0px;
    bottom: 0px;
    margin: auto;
}

#POPUP2562>.ladi-popup>.ladi-overlay,
#POPUP2562>.ladi-popup>.ladi-popup-background,
#POPUP2562>.ladi-popup,
#BOX2596>.ladi-box,
#BOX2597>.ladi-box {
    border-radius: 10px;
}

#HEADLINE2938>.ladi-headline {
    font-family: UZOLUdJTFJPWSBTRUJQkMRCPVEY;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: left;
}

#HEADLINE2939,
#HEADLINE2940,
#HEADLINE2941,
#HEADLINE2956 {
    width: 282px;
}

#HEADLINE2939>.ladi-headline,
#HEADLINE2940>.ladi-headline,
#HEADLINE2941>.ladi-headline,
#HEADLINE2956>.ladi-headline {
    font-family: UZOLUdJTFJPWSBTRUJQkMRCPVEY;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: left;
}

#PARAGRAPH2717 {
    width: 400px;
}

#PARAGRAPH2717>.ladi-paragraph {
    font-family: "Open Sans", sans-serif;
    line-height: 1.6;
    color: rgb(0, 0, 0);
}

#BOX2596>.ladi-box,
#BOX2597>.ladi-box {
    background-color: #D0770D;
}

#HEADLINE2942,
#HEADLINE2943 {
    width: 87px;
    top: 6.5px;
    left: 47px;
}

#HEADLINE2942>.ladi-headline,
#HEADLINE2943>.ladi-headline {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: left;
}

#BOX2597 {
    width: 143.333px;
    height: 37px;
}

#SHAPE2734 {
    width: 37px;
    height: 37px;
    top: 0px;
    left: 5.99999px;
}

#IMAGE3030,
#IMAGE3030>.ladi-image>.ladi-image-background {
    width: 200px;
    height: 42.2642px;
}

#IMAGE3030 {
    top: 13.5px;
    left: 12.4453px;
}

#IMAGE3030>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/5977f59d1abc544991d43c5b/gif-530x112-20230914072144-hxkcd.gif");
}

#HEADLINE2956 {
    left: 12.4453px;
}

#POPUP2564>.ladi-popup>.ladi-overlay,
#POPUP2564>.ladi-popup>.ladi-popup-background,
#POPUP2564>.ladi-popup {
    border-radius: 15px;
}

#POPUP2564 .popup-close {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22rgba(255%2C%20255%2C%20255%2C%200.0)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#FORM2607>.ladi-form,
#FORM2611>.ladi-form {
    font-size: 14px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    letter-spacing: 0px;
}

#BUTTON_TEXT2784>.ladi-headline,
#BUTTON_TEXT2792>.ladi-headline {
    font-family: VVRNQXZvQmsZCdGY;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
    padding-top: 5px;
    background-color: #D0770D;
}

#POPUP2581>.ladi-popup>.ladi-overlay,
#POPUP2581>.ladi-popup>.ladi-popup-background,
#POPUP2581>.ladi-popup {
    border-radius: 30px;
}

#POPUP2581>.ladi-popup>.ladi-popup-background {
    background-size: 100%;
    background-origin: content-box;
    background-position: 50% 0%;
    background-repeat: repeat;
    background-attachment: scroll;
}

#IMAGE3867>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s550x450/5977f59d1abc544991d43c5b/ss-20250707091049-mbyxm.png");
}

#IMAGE3869>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s550x400/5977f59d1abc544991d43c5b/ww-20250707091049-msg97.png");
}

#FORM2611 .ladi-form-item-background {
    border-radius: 14px;
}

#BUTTON2792>.ladi-button>.ladi-button-background {
    background-color: rgb(202, 43, 88);
}

#FORM_ITEM2564>.ladi-survey>.ladi-survey-option.selected {
    border-color: rgb(28, 0, 194);
}

#FORM_ITEM2564 .ladi-survey {
    gap: 5px;
    justify-content: center;
}

#FORM_ITEM2564 .ladi-survey-option {
    border-width: 1px;
    border-radius: 0px;
    border-style: solid;
    border-color: rgb(241, 243, 244);
    padding: 5px;
}

#FORM_ITEM2564 .ladi-survey-button-next {
    margin: 5px;
}

#FORM_ITEM2564 .ladi-survey-option-image {
    width: 60px;
    height: 60px;
}

#IMAGE3870,
#IMAGE3870>.ladi-image>.ladi-image-background {
    width: 200px;
    height: 61.3569px;
}

#IMAGE3870>.ladi-image>.ladi-image-background {
    background-image: url("https://w.ladicdn.com/s550x400/5977f59d1abc544991d43c5b/untitled-1-20250707085935-sy5ja.png");
}

@media (min-width: 768px) {
    #SECTION2640 {
        height: 58.55px;
    }

    #HEADLINE3062 {
        top: 21.1625px;
        left: 362.47px;
    }

    #HEADLINE3062>.ladi-headline,
    #HEADLINE3063>.ladi-headline,
    #HEADLINE3065>.ladi-headline {
        font-size: 18px;
        line-height: 1;
    }

    #HEADLINE3063,
    #HEADLINE3066 {
        width: 184px;
    }

    #HEADLINE3063 {
        top: 21.1625px;
        left: 447.47px;
    }

    #HEADLINE3065 {
        width: 287px;
        top: 20.275px;
        left: 586.47px;
    }

    #HEADLINE3066 {
        top: 21.1625px;
        left: 851.47px;
    }

    #HEADLINE3066>.ladi-headline {
        line-height: 1;
    }

    #BUTTON2695 {
        height: 32.925px;
        top: 12.7px;
        left: 1063px;
    }

    #SHAPE2761 {
        width: 47px;
        height: 47px;
        top: 0px;
        left: -248px;
    }

    #SHAPE2761,
    #SHAPE2762,
    #SHAPE2733 {
        display: none !important;
    }

    #SHAPE2762,
    #SHAPE2733 {
        width: 51px;
        height: 51px;
    }

    #SHAPE2762 {
        top: 0px;
        left: -213px;
    }

    #IMAGE3240 {
        width: 180px;
        height: 60px;
    }

    #IMAGE3240>.ladi-image>.ladi-image-background {
        width: 180px;
        height: 60px;
    }

    #IMAGE3240>.ladi-image>.ladi-image-background,
    #HEADLINE2938,
    #PARAGRAPH2717,
    #GROUP2816,
    #GROUP2817 {
        top: 0px;
        left: 0px;
    }

    #SECTION2701 {
        height: 619.1px;
    }

    #SECTION2701>.ladi-section-background {
        background-image: url("https://w.ladicdn.com/s1440x619/5977f59d1abc544991d43c5b/km-min-20250220015317-uxkxj.png");
    }

    #HEADLINE3229 {
        width: 100%;
        top: 51px;
    }

    #HEADLINE3229>.ladi-headline,
    #HEADLINE3230>.ladi-headline,
    #HEADLINE3260>.ladi-headline,
    #HEADLINE3272>.ladi-headline {
        font-size: 40px;
    }

    #HEADLINE3230 {
        width: 349px;
        top: 51px;
        left: 570.431px;
    }

    #PARAGRAPH2817 {
        width: 558px;
        top: 190px;
        left: 0.918px;
    }

    #PARAGRAPH2817>.ladi-paragraph,
    #HEADLINE3254>.ladi-headline,
    #HEADLINE3259>.ladi-headline,
    #BUTTON_TEXT2784>.ladi-headline {
        font-size: 18px;
    }

    #BUTTON2773 {
        width: 332.293px;
        height: 52px;
        top: 533.898px;
        left: 118.853px;
    }

    #BUTTON_TEXT2773 {
        width: 332px;
    }

    #BUTTON_TEXT2773>.ladi-headline {
        font-size: 21px;
    }

    #FRAME2925 {
        width: 610.756px;
        height: 343.898px;
        top: 166px;
        left: 589.244px;
    }

    #VIDEO2672 {
        width: 625.388px;
        height: 351.781px;
    }

    #VIDEO2672,
    #IMAGE3837,
    #IMAGE3838,
    #IMAGE3839,
    #IMAGE3840,
    #IMAGE3841,
    #IMAGE3842,
    #IMAGE3843,
    #IMAGE3844,
    #IMAGE3845 {
        top: 0px;
    }

    #SHAPE2672 {
        top: 155.891px;
        left: 292.694px;
    }

    #SECTION2643 {
        height: 617.7px;
    }

    #SECTION2643>.ladi-section-background {
        background-image: url("../images/nen-xanh.png");
    }

    #HEADLINE3232>.ladi-section-background {
        background-image: url("../images/top-dich-vu.png");
        height: 200px;
    }

    #HEADLINE3232 {
        width: 900px;
        top: 0px;
        left: 171.5px;
    }

    #HEADLINE3232>.ladi-headline {
        font-size: 28px;
    }

    #IMAGE3737 {
        width: 236.008px;
        height: 380.419px;
        top: 214.827px;
        left: 379.24px;
    }

    #IMAGE3737>.ladi-image>.ladi-image-background {
        width: 248.085px;
        height: 390.565px;
        top: -8.05091px;
        left: -5.03181px;
        background-image: url("https://w.ladicdn.com/s550x700/5977f59d1abc544991d43c5b/collagen-organic-infusion-freshtech-20250307071119-tvrkz.png");
    }

    #IMAGE3738 {
        width: 234.11px;
        height: 381.868px;
        top: 214.827px;
        left: 628.294px;
    }

    #IMAGE3738>.ladi-image>.ladi-image-background {
        width: 240.771px;
        height: 381.868px;
        top: -19.9825px;
        left: -2.85464px;
        background-image: url("https://w.ladicdn.com/s550x700/5977f59d1abc544991d43c5b/phun-xam-chan-may-20250307070654-n-9sh.png");
    }

    #IMAGE3739 {
        width: 238.026px;
        height: 380.505px;
        top: 214.827px;
        left: 876.775px;
    }

    #IMAGE3739>.ladi-image>.ladi-image-background {
        width: 247.5px;
        height: 396.432px;
        top: -4.81484px;
        left: -5.18203px;
        background-image: url("https://w.ladicdn.com/s550x700/5977f59d1abc544991d43c5b/tam-trang-phun-trang-5in1-20250307070654-tvnp9.png");
    }

    #IMAGE3740 {
        width: 238.2px;
        height: 370.617px;
        top: 214.827px;
        left: -125.492px;
    }

    #IMAGE3740>.ladi-image>.ladi-image-background {
        width: 245.79px;
        height: 389.617px;
        left: -2.27972px;
        background-image: url("https://w.ladicdn.com/s550x700/5977f59d1abc544991d43c5b/mun-y-khoa-dermaperfecta-20250307070654-fidif.png");
    }

    #IMAGE3741 {
        width: 230.32px;
        height: 378.064px;
        top: 217.715px;
        left: 1129.71px;
    }

    #IMAGE3741>.ladi-image>.ladi-image-background {
        width: 238.608px;
        height: 378.064px;
        top: -23.9424px;
        left: -3.68346px;
        background-image: url("https://w.ladicdn.com/s550x700/5977f59d1abc544991d43c5b/phun-moi-collagen-20250307070654-ealrd.png");
    }

    #IMAGE3742 {
        width: 234.072px;
        height: 381.096px;
        top: 214.827px;
        left: 129.592px;
    }

    #IMAGE3742>.ladi-image>.ladi-image-background {
        width: 243.45px;
        height: 384.395px;
        top: -7.67786px;
        left: -4.12407px;
        background-image: url("https://w.ladicdn.com/s550x700/5977f59d1abc544991d43c5b/meso-khong-kim-infusion-freshtech-20250307070654-8kp5r.png");
    }

    #HEADLINE3254,
    #HEADLINE2938 {
        width: 200px;
    }

    #HEADLINE3254 {
        top: 537.444px;
        left: -106.392px;
    }

    #HEADLINE3259 {
        top: 542.332px;
        left: 899px;
    }

    #HEADLINE3260,
    #HEADLINE3261 {
        width: 816px;
    }

    #HEADLINE3260 {
        top: 12px;
        left: 183.592px;
    }

    #HEADLINE3261 {
        top: 69px;
        left: 183.592px;
    }

    #HEADLINE3261>.ladi-headline {
        font-size: 36px;
    }

    #SECTION2635 {
        height: 900px;
    }

    #SECTION2635>.ladi-section-background {
        background-image: url("../images/nen-xanh.png");
    }

    #CAROUSEL2587 {
        width: 1496.26px;
        height: 335px;
        top: 485.875px;
        left: -141.5px;
    }

    #CAROUSEL2587 .ladi-carousel .ladi-carousel-content {
        width: 3100px;
    }

    #CAROUSEL_ITEM2969,
    #CAROUSEL_ITEM2970,
    #CAROUSEL_ITEM2971,
    #CAROUSEL_ITEM2972,
    #CAROUSEL_ITEM2973,
    #CAROUSEL_ITEM2974,
    #CAROUSEL_ITEM2975,
    #CAROUSEL_ITEM2976,
    #CAROUSEL_ITEM2977 {
        width: 340px;
        height: 335px;
    }

    #IMAGE3837,
    #IMAGE3838,
    #IMAGE3839,
    #IMAGE3840,
    #IMAGE3841,
    #IMAGE3842,
    #IMAGE3843,
    #IMAGE3844,
    #IMAGE3845 {
        width: 337.215px;
        height: 333px;
    }

    #IMAGE3837>.ladi-image>.ladi-image-background,
    #IMAGE3838>.ladi-image>.ladi-image-background,
    #IMAGE3839>.ladi-image>.ladi-image-background,
    #IMAGE3840>.ladi-image>.ladi-image-background,
    #IMAGE3841>.ladi-image>.ladi-image-background,
    #IMAGE3842>.ladi-image>.ladi-image-background,
    #IMAGE3843>.ladi-image>.ladi-image-background,
    #IMAGE3844>.ladi-image>.ladi-image-background,
    #IMAGE3845>.ladi-image>.ladi-image-background {
        width: 363.816px;
        height: 363.816px;
        top: -3.85709px;
        left: -2.13784px;
    }

    #CAROUSEL_ITEM2970,
    #CAROUSEL_ITEM2979 {
        left: 345px;
    }

    #CAROUSEL_ITEM2971,
    #CAROUSEL_ITEM2980 {
        left: 690px;
    }

    #CAROUSEL_ITEM2972,
    #CAROUSEL_ITEM2981 {
        left: 1035px;
    }

    #CAROUSEL_ITEM2973,
    #CAROUSEL_ITEM2982 {
        left: 1380px;
    }

    #CAROUSEL_ITEM2974,
    #CAROUSEL_ITEM2983 {
        left: 1725px;
    }

    #CAROUSEL_ITEM2975,
    #CAROUSEL_ITEM2984 {
        left: 2070px;
    }

    #CAROUSEL_ITEM2976,
    #CAROUSEL_ITEM2985 {
        left: 2415px;
    }

    #CAROUSEL_ITEM2977,
    #CAROUSEL_ITEM2986 {
        left: 2760px;
    }

    #CAROUSEL2588,
    #CAROUSEL2589 {
        width: 1496px;
    }

    #CAROUSEL2588 {
        top: 490.875px;
        left: -141.5px;
    }

    #CAROUSEL2588 .ladi-carousel .ladi-carousel-content {
        width: 3445px;
    }

    #CAROUSEL_ITEM2978,
    #CAROUSEL_ITEM2979,
    #CAROUSEL_ITEM2980,
    #CAROUSEL_ITEM2981,
    #CAROUSEL_ITEM2982,
    #CAROUSEL_ITEM2983,
    #CAROUSEL_ITEM2984,
    #CAROUSEL_ITEM2985,
    #CAROUSEL_ITEM2986,
    #CAROUSEL_ITEM2987 {
        width: 340px;
    }

    #CAROUSEL_ITEM2987 {
        left: 3105px;
    }

    #CAROUSEL2589 {
        top: -270px;
        left: -141.5px;
    }

    #CAROUSEL_ITEM2991 {
        left: 1041px;
    }

    #CAROUSEL_ITEM2992 {
        left: 1388px;
    }

    #CAROUSEL_ITEM2993 {
        left: 1735px;
    }

    #HEADLINE3272 {
        width: 870px;
        top: 38.61px;
        left: 171.63px;
        position: relative;
    }

    #SECTION2679 {
        height: 675.12px;
    }

    #SECTION2679>.ladi-section-background {
        background-image: url("../images/nen-xanh.png");
    }

    #IMAGE3525 {
        width: 416.539px;
        height: 382.679px;
        top: 140.22px;
        left: 683.892px;
    }

    #IMAGE3525>.ladi-image>.ladi-image-background {
        width: 465.539px;
        height: 461.679px;
        top: -41px;
        left: -27px;
        background-image: url("https://w.ladicdn.com/s800x800/5977f59d1abc544991d43c5b/khung-uu-dai-20231128072750-pcaix.png");
    }

    #IMAGE3524 {
        width: 544.37px;
        height: 634.12px;
        top: 49px;
        left: 70.57px;
    }

    #IMAGE3524>.ladi-image>.ladi-image-background {
        width: 544.37px;
        height: 668.12px;
        background-image: url("https://w.ladicdn.com/s850x1000/5977f59d1abc544991d43c5b/cum-mau-brand-20231229064704-ta3el.png");
    }

    #FORM2590 {
        width: 378.546px;
        height: 195.919px;
        top: 257.1px;
        left: 702.889px;
    }

    #FORM_ITEM2666 {
        width: 378.546px;
        height: 24.9978px;
        top: 98.2971px;
    }

    #BUTTON2745 {
        width: 237.785px;
        height: 41.4251px;
        top: 154.494px;
        left: 70.3805px;
    }

    #BUTTON_TEXT2745 {
        width: 238px;
        top: 6.42802px;
    }

    #BUTTON_TEXT2745>.ladi-headline,
    #BUTTON_TEXT2792>.ladi-headline {
        font-size: 20px;
        padding-top: 5px;
        background: #D0770D;
    }

    #FORM_ITEM2667 {
        width: 378.546px;
        height: 59.0147px;
    }

    #FORM_ITEM2668 {
        width: 378.546px;
        height: 60.3102px;
        top: 64.3044px;
        left: 0px;
    }

    #SECTION2693 {
        height: 886.1px;
    }

    #SECTION2693>.ladi-section-background {
        background-image: url("https://w.ladicdn.com/s1440x886/5977f59d1abc544991d43c5b/km-min-20250305040030-uatid.png");
    }

    #IMAGE3619,
    #IMAGE3619>.ladi-image>.ladi-image-background {
        width: 1477.81px;
        height: 832.1px;
    }

    #IMAGE3619 {
        top: 0px;
        left: -156.137px;
    }

    #IMAGE3619>.ladi-image>.ladi-image-background {
        background-image: url("https://w.ladicdn.com/s1800x1150/5977f59d1abc544991d43c5b/mau-20240921032936--9cfk.png");
    }

    #IMAGE3620,
    #IMAGE3620>.ladi-image>.ladi-image-background {
        width: 835.264px;
        height: 294.522px;
    }

    #IMAGE3620 {
        top: 572.179px;
        left: 165.135px;
    }

    #IMAGE3620>.ladi-image>.ladi-image-background {
        background-image: url("https://w.ladicdn.com/s1150x600/5977f59d1abc544991d43c5b/group-3-20240921032936-p3dbd.png");
    }

    #IMAGE3621,
    #IMAGE3621>.ladi-image>.ladi-image-background {
        width: 581.029px;
        height: 169.263px;
    }

    #IMAGE3621 {
        top: 443.418px;
        left: 292.253px;
    }

    #IMAGE3621>.ladi-image>.ladi-image-background {
        background-image: url("https://w.ladicdn.com/s900x500/5977f59d1abc544991d43c5b/text--20240921032936-57sls.png");
    }

    #POPUP2562 {
        width: 420px;
        height: 400px;
    }

    #HEADLINE2938>.ladi-headline {
        font-size: 24px;
    }

    #HEADLINE2939 {
        top: 104px;
        left: 12.4453px;
    }

    #HEADLINE2940 {
        top: 140px;
        left: 12.4453px;
    }

    #HEADLINE2941 {
        top: 179px;
        left: 12.4453px;
    }

    #PARAGRAPH2717>.ladi-paragraph {
        font-size: 16px;
    }

    #GROUP2816,
    #BOX2596,
    #GROUP2817 {
        width: 400px;
        height: 200px;
    }

    #SHAPE2733,
    #FORM_ITEM2732 {
        left: 0px;
    }

    #HEADLINE2956 {
        top: 209px;
    }

    #POPUP2564 {
        width: 614.591px;
        height: 423px;
    }

    #POPUP2564>.ladi-popup>.ladi-popup-background {
        background-image: url("https://w.ladicdn.com/s614x423/5977f59d1abc544991d43c5b/fn-20250702021449-2tbvc.png");
    }

    #IMAGE3835,
    #IMAGE3835>.ladi-image>.ladi-image-background {
        width: 100%;
        height: 408.664px;
    }

    #IMAGE3835 {
        top: 0px;
        left: 0px;
    }

    #IMAGE3835>.ladi-image>.ladi-image-background {
        background-image: url("https://w.ladicdn.com/s700x750/5977f59d1abc544991d43c5b/untitled-2-20250702020932-tanmj.png");
    }

    #FORM2607 {
        width: 348.582px;
        height: 155.535px;
        top: 250.598px;
        left: 252.243px;
    }

    #FORM2607>.ladi-form {
        font-family: UZOLUdJTFJPWSBNRURJVUuTRG;
    }

    #FORM_ITEM2718 {
        width: 145.765px;
        height: 24.9046px;
        top: 45.9323px;
        left: 134.621px;
    }

    #BUTTON2784 {
        width: 188.073px;
        height: 38.9984px;
        top: 116.537px;
        left: 80.2546px;
    }

    #BUTTON2784.ladi-animation>.ladi-button {
        animation-name: pulse;
        animation-delay: 1s;
        animation-duration: 3s;
        animation-iteration-count: infinite;
    }

    #BUTTON_TEXT2784 {
        width: 188px;
        top: 6.40404px;
    }

    #FORM_ITEM2719,
    #FORM_ITEM2720 {
        width: 348.582px;
        height: 47.8186px;
    }

    #FORM_ITEM2720 {
        top: 50.0149px;
        left: 0px;
    }

    #IMAGE3836,
    #IMAGE3836>.ladi-image>.ladi-image-background {
        width: 255.213px;
        height: 242.598px;
    }

    #IMAGE3836 {
        top: 0px;
        left: 284.928px;
    }

    /*#IMAGE3836>.ladi-image>.ladi-image-background {
        background-image: url("https://w.ladicdn.com/s600x550/5977f59d1abc544991d43c5b/untitled-1-20250702020630-8fatr.png");
    }*/

    #POPUP2581 {
        width: 420px;
        height: 521px;
    }

    #POPUP2581>.ladi-popup>.ladi-popup-background {
        background-image: url("https://w.ladicdn.com/s420x521/5977f59d1abc544991d43c5b/aa-20250707091651-hsa_e.png");
    }

    #IMAGE3867,
    #IMAGE3867>.ladi-image>.ladi-image-background {
        width: 221.825px;
        height: 121.966px;
    }

    #IMAGE3867 {
        top: 73.856px;
        left: 192.175px;
    }

    #IMAGE3868,
    #IMAGE3868>.ladi-image>.ladi-image-background {
        width: 235.155px;
        height: 277.483px;
    }

    #IMAGE3868 {
        top: 4.7587px;
        left: 8.074px;
    }

    #IMAGE3868>.ladi-image>.ladi-image-background {
        background-image: url("https://w.ladicdn.com/s550x600/5977f59d1abc544991d43c5b/cccc-20250707091049-5carf.png");
    }

    #IMAGE3869,
    #IMAGE3869>.ladi-image>.ladi-image-background {
        width: 236.664px;
        height: 71.833px;
    }

    #IMAGE3869 {
        top: 224.583px;
        left: 6.074px;
    }

    #FORM2611 {
        width: 366px;
        height: 197.919px;
        top: 297px;
        left: 27px;
    }

    #FORM_ITEM2731 {
        width: 365.546px;
        height: 18.6749px;
        top: 73.434px;
        left: 0px;
    }

    #BUTTON2792 {
        width: 243.619px;
        height: 39.2937px;
        top: 158.625px;
        left: 60.9635px;
    }

    #BUTTON_TEXT2792 {
        width: 244px;
        top: 4.80213px;
    }

    #FORM_ITEM2732 {
        width: 365.546px;
        height: 44.0877px;
    }

    #FORM_ITEM2733 {
        width: 365.546px;
        height: 45.0555px;
        top: 48.0395px;
        left: 0px;
    }

    #FORM_ITEM2564 {
        width: 366px;
        height: 44px;
        top: 96.9232px;
    }

    #IMAGE3870 {
        top: 195.822px;
        left: 220px;
    }
}

@media (max-width: 767px) {
    #SECTION2640 {
        height: 58.3048px;
    }

    #HEADLINE3062 {
        top: 23.7746px;
        left: -183px;
    }

    #HEADLINE3062>.ladi-headline,
    #HEADLINE3063>.ladi-headline,
    #HEADLINE3065>.ladi-headline {
        font-size: 17px;
        line-height: 1.6;
    }

    #HEADLINE3063 {
        width: 101px;
        top: 18.0548px;
        left: -190.5px;
    }

    #HEADLINE3065 {
        width: 122px;
        top: 18.0548px;
        left: -204px;
    }

    #HEADLINE3066 {
        width: 143px;
        top: 18.0548px;
        left: -211.5px;
    }

    #HEADLINE3066>.ladi-headline {
        line-height: 1.6;
    }

    #BUTTON2695 {
        height: 40px;
        top: 5.05485px;
        left: -211.5px;
    }

    #SHAPE2761 {
        width: 41.8476px;
        height: 41.8476px;
        top: 7.3811px;
        left: 14.5px;
    }

    #SHAPE2762 {
        width: 45.4999px;
        height: 45.4999px;
        top: 5.05485px;
        left: 360.5px;
    }

    #IMAGE3240 {
        width: 176px;
        height: 50.5001px;
        top: 5.05485px;
        left: 120.493px;
    }

    #IMAGE3240>.ladi-image>.ladi-image-background {
        width: 170px.43px;
        height: 44.7275px;
        background-size: cover;
    }

    #SECTION2701 {
        height: 755.518px;
    }

    #SECTION2701>.ladi-section-background {
        background-image: url("https://w.ladicdn.com/s768x755/5977f59d1abc544991d43c5b/km-min-20250220015317-uxkxj.png");
    }

    #HEADLINE3229,
    #HEADLINE3260,
    #HEADLINE3261 {
        width: 316px;
    }

    #HEADLINE3229 {
        top: 18px;
        left: 51.904px;
    }

    #HEADLINE3229>.ladi-headline {
        font-size: 37px;
    }

    #HEADLINE3230 {
        width: 266px;
        top: 63px;
        left: 77px;
    }

    #HEADLINE3230>.ladi-headline {
        font-size: 28.22px;
    }

    #PARAGRAPH2817 {
        width: 398px;
        top: 131px;
        left: 11px;
    }

    #PARAGRAPH2817>.ladi-paragraph,
    #HEADLINE3232>.ladi-headline,
    #BUTTON_TEXT2784>.ladi-headline {
        font-size: 16px;
    }

    #BUTTON2773 {
        width: 208.588px;
        height: 41.5101px;
        top: 672.518px;
        left: 105.61px;
    }

    #BUTTON_TEXT2773 {
        width: 209px;
    }

    #BUTTON_TEXT2773>.ladi-headline {
        font-size: 12px;
    }

    #FRAME2925 {
        width: 398.192px;
        height: 224.209px;
        top: 413.31px;
        left: 10.904px;
    }

    #VIDEO2672 {
        width: 397.453px;
        height: 223.567px;
        top: 2.214px;
    }

    #SHAPE2672 {
        top: 91.7835px;
        left: 178.726px;
    }

    #SECTION2643 {
        height: 1005.15px;
    }
    #SECTION2643 img{
        width: 100%;
    }

    #SECTION2643>.ladi-section-background {
        background-image: url("../images/nen-xanh.png");
    }

    #HEADLINE3232 {
        width: 100%;
        top: 0px;
        left: -4.903px;
    }
    #HEADLINE3232>.ladi-section-background {
        background-image: url("../images/top-dich-vu.png");
        background-size: contain;
        height: 86px;
    }

    #IMAGE3737 {
        width: 178.244px;
        height: 288.351px;
        top: 409.003px;
        left: 23.7155px;
    }

    #IMAGE3737>.ladi-image>.ladi-image-background {
        width: 184.928px;
        height: 293.759px;
        top: -6px;
        left: -3px;
        background-image: url("https://w.ladicdn.com/s500x600/5977f59d1abc544991d43c5b/collagen-organic-infusion-freshtech-20250307071119-tvrkz.png");
    }

    #IMAGE3738 {
        width: 175.833px;
        height: 258.889px;
        top: 412.622px;
        left: 221.128px;
    }

    #IMAGE3738>.ladi-image>.ladi-image-background {
        width: 177.718px;
        height: 272.082px;
        top: -13.1927px;
        left: -1.88467px;
        background-image: url("https://w.ladicdn.com/s500x600/5977f59d1abc544991d43c5b/phun-xam-chan-may-20250307070654-n-9sh.png");
    }

    #IMAGE3739 {
        width: 172.81px;
        height: 280.759px;
        top: 696.354px;
        left: 23.7155px;
    }

    #IMAGE3739>.ladi-image>.ladi-image-background {
        width: 180.088px;
        height: 285.456px;
        top: -2.91078px;
        left: -3.11899px;
        background-image: url("https://w.ladicdn.com/s500x600/5977f59d1abc544991d43c5b/tam-trang-phun-trang-5in1-20250307070654-tvnp9.png");
    }

    #IMAGE3740 {
        width: 178.244px;
        height: 280.096px;
        top: 121.377px;
        left: 23.7155px;
    }

    #IMAGE3740>.ladi-image>.ladi-image-background {
        width: 182.742px;
        height: 288.096px;
        left: -3.37321px;
        background-image: url("https://w.ladicdn.com/s500x600/5977f59d1abc544991d43c5b/mun-y-khoa-dermaperfecta-20250307070654-fidif.png");
    }

    #IMAGE3741 {
        width: 174.438px;
        height: 280.116px;
        top: 696.354px;
        left: 215.725px;
    }

    #IMAGE3741>.ladi-image>.ladi-image-background {
        width: 175.789px;
        height: 269.276px;
        top: -16.7099px;
        left: -1.35021px;
        background-image: url("https://w.ladicdn.com/s500x600/5977f59d1abc544991d43c5b/phun-moi-collagen-20250307070654-ealrd.png");
    }

    #IMAGE3742 {
        width: 175.833px;
        height: 286.245px;
        top: 121.377px;
        left: 221.128px;
    }

    #IMAGE3742>.ladi-image>.ladi-image-background {
        width: 181.435px;
        height: 288.119px;
        top: -4.6419px;
        left: -2.83965px;
        background-image: url("https://w.ladicdn.com/s500x600/5977f59d1abc544991d43c5b/meso-khong-kim-infusion-freshtech-20250307070654-8kp5r.png");
    }

    #HEADLINE3254 {
        width: 160px;
        top: 361.473px;
        left: 30.1205px;
    }

    #HEADLINE3254>.ladi-headline {
        font-size: 13px;
    }

    #HEADLINE3259 {
        top: 935.762px;
        left: 5.233px;
    }

    #HEADLINE3259>.ladi-headline,
    #PARAGRAPH2717>.ladi-paragraph {
        font-size: 14px;
    }

    #HEADLINE3260 {
        top: 17px;
        left: 52px;
    }

    #HEADLINE3260>.ladi-headline,
    #HEADLINE3261>.ladi-headline,
    #HEADLINE3272>.ladi-headline {
        font-size: 22px;
    }

    #HEADLINE3261 {
        top: 44px;
        left: 52px;
    }

    #SECTION2635 {
        height: 800px;
    }

    #SECTION2635>.ladi-section-background {
        background-image: url("https://w.ladicdn.com/s768x1270/5977f59d1abc544991d43c5b/sfaesf-min-20250218040205-4ytqd.png");
    }

    #CAROUSEL2587 {
        width: 397px;
        height: 348px;
        top: 62px;
        left: 11.5px;
    }

    #CAROUSEL2587 .ladi-carousel .ladi-carousel-content {
        width: 3208px;
    }

    #CAROUSEL_ITEM2969,
    #CAROUSEL_ITEM2970,
    #CAROUSEL_ITEM2971,
    #CAROUSEL_ITEM2972,
    #CAROUSEL_ITEM2973,
    #CAROUSEL_ITEM2974,
    #CAROUSEL_ITEM2975,
    #CAROUSEL_ITEM2976,
    #CAROUSEL_ITEM2977 {
        width: 352px;
        height: 348px;
    }

    #IMAGE3837,
    #IMAGE3838,
    #IMAGE3839,
    #IMAGE3840,
    #IMAGE3841,
    #IMAGE3842,
    #IMAGE3843,
    #IMAGE3844,
    #IMAGE3845 {
        width: 348.354px;
        height: 344px;
        top: -2px;
    }

    #IMAGE3837>.ladi-image>.ladi-image-background,
    #IMAGE3838>.ladi-image>.ladi-image-background,
    #IMAGE3839>.ladi-image>.ladi-image-background,
    #IMAGE3840>.ladi-image>.ladi-image-background,
    #IMAGE3841>.ladi-image>.ladi-image-background,
    #IMAGE3842>.ladi-image>.ladi-image-background,
    #IMAGE3843>.ladi-image>.ladi-image-background,
    #IMAGE3844>.ladi-image>.ladi-image-background,
    #IMAGE3845>.ladi-image>.ladi-image-background {
        width: 375.834px;
        height: 375.834px;
        top: -3.98451px;
        left: -2.20846px;
    }

    #CAROUSEL_ITEM2970 {
        left: 357px;
    }

    #CAROUSEL_ITEM2971 {
        left: 714px;
    }

    #CAROUSEL_ITEM2972 {
        left: 1071px;
    }

    #CAROUSEL_ITEM2973 {
        left: 1428px;
    }

    #CAROUSEL_ITEM2974 {
        left: 1785px;
    }

    #CAROUSEL_ITEM2975 {
        left: 2142px;
    }

    #CAROUSEL_ITEM2976 {
        left: 2499px;
    }

    #CAROUSEL_ITEM2977 {
        left: 2856px;
    }

    #CAROUSEL2588 {
        width: 397px;
        top: 774px;
        left: 11.5px;
    }

    #CAROUSEL2588 .ladi-carousel .ladi-carousel-content {
        width: 3495px;
    }

    #CAROUSEL_ITEM2978,
    #CAROUSEL_ITEM2979,
    #CAROUSEL_ITEM2980,
    #CAROUSEL_ITEM2981,
    #CAROUSEL_ITEM2982,
    #CAROUSEL_ITEM2983,
    #CAROUSEL_ITEM2984,
    #CAROUSEL_ITEM2985,
    #CAROUSEL_ITEM2986,
    #CAROUSEL_ITEM2987 {
        width: 345px;
    }

    #CAROUSEL_ITEM2979 {
        left: 350px;
    }

    #CAROUSEL_ITEM2980 {
        left: 700px;
    }

    #CAROUSEL_ITEM2981 {
        left: 1050px;
    }

    #CAROUSEL_ITEM2982 {
        left: 1400px;
    }

    #CAROUSEL_ITEM2983 {
        left: 1750px;
    }

    #CAROUSEL_ITEM2984 {
        left: 2100px;
    }

    #CAROUSEL_ITEM2985 {
        left: 2450px;
    }

    #CAROUSEL_ITEM2986 {
        left: 2800px;
    }

    #CAROUSEL_ITEM2987 {
        left: 3150px;
    }

    #CAROUSEL2589 {
        width: 399px;
        top: 78px;
        left: 12px;
    }

    #CAROUSEL_ITEM2991,
    #CAROUSEL_ITEM2992,
    #CAROUSEL_ITEM2993 {
        left: 908px;
    }

    #HEADLINE3272 {
        width: 412px;
        top: 23px;
        left: 3.5px;
    }

    #SECTION2679 {
        height: 783.844px;
    }

    #SECTION2679>.ladi-section-background {
        background-image: url("https://w.ladicdn.com/s768x783/5977f59d1abc544991d43c5b/km-min-20250218040205-ddaat.png");
    }

    #IMAGE3525 {
        width: 366.973px;
        height: 334.679px;
        top: 440.165px;
        left: 27.38px;
    }

    #IMAGE3525>.ladi-image>.ladi-image-background {
        width: 410.973px;
        height: 406.679px;
        top: -38px;
        left: -25px;
        background-image: url("https://w.ladicdn.com/s750x750/5977f59d1abc544991d43c5b/khung-uu-dai-20231128072750-pcaix.png");
    }

    #IMAGE3524,
    #IMAGE3524>.ladi-image>.ladi-image-background {
        width: 365.239px;
        height: 420.281px;
    }

    #IMAGE3524 {
        top: 30.6676px;
        left: 27.38px;
    }

    #IMAGE3524>.ladi-image>.ladi-image-background {
        background-image: url("https://w.ladicdn.com/s700x750/5977f59d1abc544991d43c5b/cum-mau-brand-20231229064704-ta3el.png");
    }

    #FORM2590 {
        width: 330.523px;
        height: 184.84px;
        top: 543.844px;
        left: 44.7385px;
    }

    #FORM_ITEM2666 {
        width: 330.523px;
        height: 21.542px;
        top: 84.708px;
    }

    #BUTTON2745 {
        width: 234.4px;
        height: 44.736px;
        top: 140.104px;
        left: 48.0616px;
    }

    #BUTTON_TEXT2745 {
        width: 234px;
        top: 5.53938px;
    }

    #BUTTON_TEXT2745>.ladi-headline,
    #BUTTON_TEXT2792>.ladi-headline {
        font-size: 17px;
    }

    #FORM_ITEM2667 {
        width: 330.523px;
        height: 50.8563px;
    }

    #FORM_ITEM2668 {
        width: 330.523px;
        height: 51.9725px;
        top: 55.5238px;
        left: 9.7e-05px;
    }

    #SECTION2693 {
        height: 572.795px;
    }

    #SECTION2693>.ladi-section-background {
        background-image: url("https://w.ladicdn.com/s768x572/5977f59d1abc544991d43c5b/sfaesf-min-20250305035648-z06kj.png");
    }

    #IMAGE3619,
    #IMAGE3619>.ladi-image>.ladi-image-background {
        width: 863.537px;
        height: 486.225px;
    }

    #IMAGE3619 {
        top: -5px;
        left: -221px;
    }

    #IMAGE3619>.ladi-image>.ladi-image-background {
        background-image: url("https://w.ladicdn.com/s1200x800/5977f59d1abc544991d43c5b/mau-20240921032936--9cfk.png");
    }

    #IMAGE3620,
    #IMAGE3620>.ladi-image>.ladi-image-background {
        width: 468.064px;
        height: 165.044px;
    }

    #IMAGE3620 {
        top: 368.752px;
        left: -27.54px;
    }

    #IMAGE3620>.ladi-image>.ladi-image-background {
        background-image: url("https://w.ladicdn.com/s800x500/5977f59d1abc544991d43c5b/group-3-20240921032936-p3dbd.png");
    }

    #IMAGE3621,
    #IMAGE3621>.ladi-image>.ladi-image-background {
        width: 362.24px;
        height: 105.526px;
    }

    #IMAGE3621 {
        top: 284.225px;
        left: 28.88px;
    }

    #IMAGE3621>.ladi-image>.ladi-image-background {
        background-image: url("https://w.ladicdn.com/s700x450/5977f59d1abc544991d43c5b/text--20240921032936-57sls.png");
    }

    #POPUP2562 {
        width: 354.9px;
        height: 368px;
    }

    #HEADLINE2938 {
        width: 282px;
        top: 108px;
        left: 12.4455px;
    }

    #HEADLINE2938>.ladi-headline {
        font-size: 15px;
    }

    #HEADLINE2939 {
        top: 143px;
        left: 12.4455px;
    }

    #HEADLINE2940 {
        top: 178px;
        left: 12.4455px;
    }

    #HEADLINE2941 {
        top: 213px;
        left: 12.4455px;
    }

    #PARAGRAPH2717 {
        top: 237px;
        left: -0.000125px;
    }

    #GROUP2816,
    #BOX2596,
    #GROUP2817 {
        width: 143.333px;
        height: 37px;
    }

    #GROUP2816 {
        top: 264px;
        left: 12.4454px;
    }

    #SHAPE2733 {
        width: 37px;
        height: 37px;
        left: 5.99999px;
    }

    #GROUP2817 {
        top: 309px;
        left: 12.4454px;
    }

    #HEADLINE2956 {
        top: 73px;
    }

    #POPUP2564 {
        width: 405.584px;
        height: 530px;
    }

    #POPUP2564>.ladi-popup>.ladi-popup-background {
        background-image: url("https://w.ladicdn.com/s405x530/5977f59d1abc544991d43c5b/fn-20250702021449-2tbvc.png");
    }

    #IMAGE3835,
    #IMAGE3835>.ladi-image>.ladi-image-background {
        width: 351.746px;
        height: 375.664px;
    }

    #IMAGE3835 {
        width: 100%;
        top: 33px;
        left: 0px;
    }

    #IMAGE3835>.ladi-image>.ladi-image-background {
        background-image: url("https://w.ladicdn.com/s700x700/5977f59d1abc544991d43c5b/untitled-2-20250702020932-tanmj.png");
    }

    #FORM2607 {
        width: 367.868px;
        height: 142.076px;
        top: 379.664px;
        left: 17.5335px;
    }

    #FORM_ITEM2718 {
        width: 367.451px;
        height: 23.2672px;
        top: 76.3156px;
        left: 0.417px;
    }

    #BUTTON2784 {
        width: 196.546px;
        height: 36.4936px;
        top: 105.582px;
        left: 85.8695px;
    }

    #BUTTON_TEXT2784 {
        width: 197px;
        top: 5.98307px;
    }

    #FORM_ITEM2719,
    #FORM_ITEM2720 {
        width: 367.451px;
        height: 44.4948px;
    }

    #FORM_ITEM2720 {
        top: 47.1459px;
        left: 0.417px;
    }

    #IMAGE3836,
    #IMAGE3836>.ladi-image>.ladi-image-background {
        width: 216.822px;
        height: 206.104px;
    }

    #IMAGE3836 {
        top: 102.56px;
        left: 188.762px;
    }

    #IMAGE3836>.ladi-image>.ladi-image-background {
        background-image: url("https://w.ladicdn.com/s550x550/5977f59d1abc544991d43c5b/untitled-1-20250702020630-8fatr.png");
    }

    #POPUP2581 {
        width: 397px;
        height: 479px;
    }

    #POPUP2581>.ladi-popup>.ladi-popup-background {
        background-image: url("https://w.ladicdn.com/s397x479/5977f59d1abc544991d43c5b/aa-20250707091651-hsa_e.png");
    }

    #IMAGE3867,
    #IMAGE3867>.ladi-image>.ladi-image-background {
        width: 212.731px;
        height: 116.966px;
    }

    #IMAGE3867 {
        top: 53.5172px;
        left: 178.5px;
    }

    #IMAGE3868,
    #IMAGE3868>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 236px;
    }

    #IMAGE3868 {
        top: 0px;
        left: 8.5px;
    }

    #IMAGE3868>.ladi-image>.ladi-image-background {
        background-image: url("https://w.ladicdn.com/s550x550/5977f59d1abc544991d43c5b/cccc-20250707091049-5carf.png");
    }

    #IMAGE3869,
    #IMAGE3869>.ladi-image>.ladi-image-background {
        width: 200px;
        height: 60.7046px;
    }

    #IMAGE3869 {
        top: 216.778px;
        left: 8.5px;
    }

    #FORM2611 {
        width: 339px;
        height: 180.84px;
        top: 280.483px;
        left: 29px;
    }

    #FORM_ITEM2731 {
        width: 338.504px;
        height: 21.3538px;
        top: 83.9676px;
        left: 0.248011px;
    }

    #BUTTON2792 {
        width: 240.06px;
        height: 37.7444px;
        top: 143.096px;
        left: 49.718px;
    }

    #BUTTON_TEXT2792 {
        width: 240px;
        top: 5.49096px;
    }

    #FORM_ITEM2732 {
        width: 338.504px;
        height: 41.611px;
        left: 0.248011px;
    }

    #FORM_ITEM2733 {
        width: 338.504px;
        height: 41.6174px;
        top: 45.0024px;
        left: 0.496021px;
    }

    #FORM_ITEM2564 {
        width: 339px;
        height: 41px;
        top: 89.9204px;
    }

    #IMAGE3870 {
        top: 161.822px;
        left: 191.231px;
    }
}




#pjq7sv9a830k1756313190382 {
    outline: none !important;
    visibility: visible !important;
    resize: none !important;
    box-shadow: none !important;
    overflow: visible !important;
    background: none !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity 1
    }) !important;
-mz-opacity:1 !important;
-khtml-opacity:1 !important;
top:auto !important;
right:0px !important;
bottom:0px !important;
left:auto !important;
position:fixed !important;
border:0 !important;
min-height:0px !important;
min-width:0px !important;
max-height:none !important;
max-width:none !important;
padding:0px !important;
margin:0px !important;
-moz-transition-property:none !important;
-webkit-transition-property:none !important;
-o-transition-property:none !important;
transition-property:none !important;
transform:none !important;
-webkit-transform:none !important;
-ms-transform:none !important;
width:auto !important;
height:auto !important;
display:none !important;
z-index:2000000000 !important;
background-color:transparent !important;
cursor:none !important;
float:none !important;
border-radius:unset !important;
pointer-events:auto !important;
clip:auto !important;
color-scheme:light !important;
}

#pjq7sv9a830k1756313190382.widget-hidden {
    display: none !important;
}

#pjq7sv9a830k1756313190382.widget-visible {
    display: block !important;
}

@media print {
    #pjq7sv9a830k1756313190382.widget-visible {
        display: none !important;
    }
}




.tawk-button-hover[data-v-2fc2d95d]:focus,
.tawk-button-hover[data-v-2fc2d95d]:hover {
    background-color: hsla(0, 0%, 100%, .2) !important;
    border-radius: 5px !important
}




@keyframes tawkMaxOpen {
    0% {
        opacity: 0;
        transform: translate(0, 30px);
        ;
    }

    to {
        opacity: 1;
        transform: translate(0, 0px);
    }
}

@-moz-keyframes tawkMaxOpen {
    0% {
        opacity: 0;
        transform: translate(0, 30px);
        ;
    }

    to {
        opacity: 1;
        transform: translate(0, 0px);
    }
}

@-webkit-keyframes tawkMaxOpen {
    0% {
        opacity: 0;
        transform: translate(0, 30px);
        ;
    }

    to {
        opacity: 1;
        transform: translate(0, 0px);
    }
}

#ska1tr65ae9o1756313190423.open {
    animation: tawkMaxOpen .25s ease !important;
}





@-webkit-keyframes tada {
0% {
    -webkit-transform: scale(1);
    transform: scale(1);
}

10%,
20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
}

30%,
50%,
70%,
90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

40%,
60%,
80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
}

100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
}
}

@keyframes tada {
0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

10%,
20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
}

30%,
50%,
70%,
90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

40%,
60%,
80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
}

100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
}
}

@-webkit-keyframes pulse {
0% {
    -webkit-transform: scale(1);
    transform: scale(1);
}

50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

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

@keyframes pulse {
0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

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

@-webkit-keyframes bounceInUp {
0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
}

60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}

@keyframes bounceInUp {
0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
}

60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}



/* Giữ hành vi ảnh nền kiểu ladi */
.ladi-frame-bg { position: relative; width: 100%; height: 0; padding-top: 56.25%; /* tỉ lệ 16:9, chỉnh tùy bạn */ }
.ladi-image-background {
  position: absolute; inset: 0;
  background-position: center; background-size: cover; background-repeat: no-repeat;
  border-radius: 12px; /* tuỳ chọn */
}

/* Mỗi slide */
.item { padding: 6px; } /* khoảng trắng giữa các slide */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 42px; height: 42px; border-radius: 9999px;
  background: rgba(0,0,0,.45) !important; color: #fff !important;
  display: grid; place-items: center; font-size: 20px !important;
}
.owl-carousel .owl-nav button.owl-prev { left: 6px; }
.owl-carousel .owl-nav button.owl-next { right: 6px; }
.owl-carousel .owl-dots { margin-top: 8px; }


.ladi-frame-bg { position: relative; width: 100%; height: 0; padding-top: 56.25%; }
.ladi-video, .ladi-video-background { position: absolute; inset: 0; }
.ladi-video-background { background: #000; }

/* Nút/overlay play (shape của bạn) */
.play-overlay { position: absolute; inset: 0; display: grid; place-items: center; cursor: pointer; z-index: 2; }
.item.is-playing .play-overlay { display: none; } /* ẩn khi đang phát */

/* Tuỳ chọn: khoảng trắng slide */
#G1754705553621_CAROUSEL2587 .item { padding: 6px; }


#SECTION2643 img{
    width: 100%;
}