.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- LENIS DEFAULTS (Your Workflow) --- */
html { scroll-behavior: auto !important; }
html.lenis { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

/* --- PARTYMODE CUSTOM CSS --- */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;700&family=Inter:wght@300;400&display=swap');

:root {
    --bg-color: #ffffff;
    --text-color: #111111;
    --accent: #ff3b3b;
}

body {
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: 'Inter', sans-serif;
    /* Elementor overrides body margins, but this ensures safety */
    margin: 0;
    padding: 0;
}

/* HERO TYPOGRAPHY */
.hero-title {
    font-family: 'Oswald', sans-serif;
    font-size: 15vw;
    line-height: 0.8;
    text-transform: uppercase;
    white-space: nowrap;
    will-change: transform;
    overflow: hidden;
}

.hero-word {
    display: inline-block;
    transform-origin: center center;
}

/* PRODUCT CARD STYLES */
.scrub-container {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    background-color: #f4f4f4;
    overflow: hidden;
    cursor: w-resize;
    border-radius: 4px;
}

.scrub-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.1s linear;
    pointer-events: none;
    z-index: 1;
}

.scrub-img.active {
    opacity: 1;
    z-index: 2;
}

/* Product Info */
.product-info {
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.product-name {
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.product-price {
    font-weight: 400;
    color: #666;
    font-size: 0.9rem;
}/* End custom CSS */