[x-cloak] { display: none !important; }
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.prose-store p { margin-bottom: 0.9rem; }
.product-copy p,
.product-copy ul,
.product-copy ol,
.product-copy h2,
.product-copy h3,
.product-copy h4 { margin-bottom: 0.9rem; }
.product-copy img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
}
.product-copy ul,
.product-copy ol { padding-left: 1.2rem; }
.product-copy a { text-decoration: underline; color: inherit; }
input[type=number]::-webkit-inner-spin-button { opacity: 1; }
.pagination { display: flex; gap: 0.4rem; justify-content: center; flex-wrap: wrap; }
.pagination > * { display: inline-flex; }
.pagination span, .pagination a {
    min-width: 2.2rem;
    height: 2.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    border: 1px solid #e8e4de;
}
.pagination .bg-white { background: #1a1a1a !important; color: #fff; border-color: #1a1a1a; }
.hero-carousel:not(.is-on) .hero-slide:first-child {
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
}
.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 0;
    pointer-events: none;
    transition: opacity 0.8s ease;
}
.hero-slide.is-active {
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
}
.nav-drawer {
    overscroll-behavior: contain;
}
.nav-drop {
    padding-top: 12px;
}
.nav-drop__panel {
    min-width: 220px;
    border: 1px solid #e8e4de;
    background: #fff;
    padding: 8px 0;
    box-shadow: 0 12px 28px rgba(26, 26, 26, 0.08);
}
.nav-drop__link {
    display: block;
    padding: 10px 20px;
    font-size: 13px;
    color: #6b6560;
    text-transform: none;
    letter-spacing: 0;
}
.nav-drop__link:hover {
    background: #f6f4f1;
    color: #1a1a1a;
}
.ig-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
@media (min-width: 640px) {
    .ig-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
    .ig-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
}
.ig-tile {
    position: relative;
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    background: #f6f4f1;
}
.ig-tile__mask {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(26, 26, 26, 0.38);
    opacity: 0;
    transition: opacity 0.25s ease;
}
.ig-tile:hover .ig-tile__mask {
    opacity: 1;
}
.site-foot__grid {
    display: flex;
    flex-direction: column;
}
.site-foot__brand {
    padding-bottom: 22px;
}
.site-foot__drawer {
    border-top: 1px solid #e8e4de;
}
.site-foot__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 15px 0;
    border: 0;
    background: transparent;
    color: #1a1a1a;
    font: inherit;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-align: left;
    cursor: pointer;
}
.site-foot__chevron {
    display: block;
    width: 16px;
    height: 16px;
    color: #6b6560;
    transition: transform 0.22s ease;
}
.site-foot__drawer.is-open .site-foot__chevron {
    transform: rotate(180deg);
}
.site-foot__panel {
    overflow: hidden;
    max-height: 0;
    visibility: hidden;
    transition: max-height 0.28s ease, visibility 0.28s ease;
}
.site-foot__drawer.is-open .site-foot__panel {
    max-height: 280px;
    visibility: visible;
}
.site-foot__links {
    margin: 0;
    padding: 0 0 14px;
    list-style: none;
}
.site-foot__links li + li {
    margin-top: 8px;
}
.site-foot__links a {
    display: block;
    font-size: 14px;
    color: #6b6560;
}
.site-foot__pay {
    padding: 18px 0 0;
    border-top: 1px solid #e8e4de;
}
@media (min-width: 640px) {
    .site-foot__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px 32px;
    }
    .site-foot__brand {
        padding: 0;
    }
    .site-foot__drawer {
        border: 0;
    }
    .site-foot__toggle {
        padding: 0;
        pointer-events: none;
        cursor: default;
    }
    .site-foot__chevron {
        display: none;
    }
    .site-foot__panel {
        max-height: none;
        overflow: visible;
        visibility: visible;
    }
    .site-foot__links {
        padding: 16px 0 0;
    }
    .site-foot__pay {
        padding: 24px 0 0;
        border: 0;
    }
}
@media (min-width: 1024px) {
    .site-foot__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.pay-marks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}
.pay-mark {
    display: block;
    height: 26px;
    width: auto;
}
.contact-acts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}
.contact-act {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    padding: 0 8px;
    border: 1px solid #e8e4de;
    background: #fff;
    color: #1a1a1a;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.contact-act svg {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
}
.contact-act--inquiry:hover {
    border-color: #1a1a1a;
    background: #1a1a1a;
    color: #fff;
}
.contact-act--wa {
    color: #128C7E;
}
.contact-act--wa:hover {
    background: #25D366;
    border-color: #25D366;
    color: #fff;
}
.contact-act--line {
    color: #06C755;
}
.contact-act--line:hover {
    background: #06C755;
    border-color: #06C755;
    color: #fff;
}
.contact-act.is-off {
    opacity: 0.4;
    pointer-events: none;
}
.float-chat {
    position: fixed;
    right: max(16px, env(safe-area-inset-right, 0px));
    bottom: max(16px, env(safe-area-inset-bottom, 0px));
    z-index: 40;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.float-chat a {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease;
}
.float-chat a:hover {
    transform: translateY(-2px);
}
.float-chat__wa {
    border-radius: 50%;
    background: #25d366;
    color: #fff;
}
.float-chat__line {
    border-radius: 14px;
    overflow: hidden;
    background: #06c755;
}
.float-chat__line svg {
    display: block;
    width: 56px;
    height: 56px;
}
@media (max-width: 639px) {
    .float-chat {
        right: max(12px, env(safe-area-inset-right, 0px));
        bottom: max(12px, env(safe-area-inset-bottom, 0px));
        gap: 10px;
    }
    .float-chat a,
    .float-chat__line svg {
        width: 52px;
        height: 52px;
    }
}
