/* Signs77 unified storefront compatibility layer.
 * Intentionally high-specificity so it can restyle the legacy Sticker Studio
 * while preserving its configurator, cart and checkout behavior.
 */
html body.s77-sticker-unified {
    padding-bottom: 0 !important;
    background: #f2f3ef !important;
}

body.s77-sticker-unified .s77-ig-mobile-nav,
body.s77-sticker-unified #s77-ig-mobile-nav {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

body.s77-sticker-unified .s77-product-page {
    --s77-neon: #91ff00;
    --s77-black: #080b09;
    --s77-ink: #11150f;
    --s77-paper: #f2f3ef;
    --s77-muted: #747a73;
    margin: 0 !important;
    max-width: none !important;
    width: 100% !important;
    overflow: hidden !important;
    background: var(--s77-paper) !important;
    color: var(--s77-ink) !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

body.s77-sticker-unified .s77-product-page *,
body.s77-sticker-unified .s77-product-page *::before,
body.s77-sticker-unified .s77-product-page *::after {
    box-sizing: border-box !important;
}

body.s77-sticker-unified .s77-product-page .s77-top {
    position: relative !important;
    z-index: 9998 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 94px !important;
    width: 100% !important;
    padding: 0 clamp(24px, 5vw, 76px) !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.13) !important;
    background: rgba(5,8,6,.98) !important;
    box-shadow: none !important;
}

body.s77-sticker-unified .s77-product-page .s77-brand {
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    color: #fff !important;
    font-size: clamp(25px, 3vw, 39px) !important;
    font-weight: 900 !important;
    letter-spacing: -.06em !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

body.s77-sticker-unified .s77-product-page .s77-brand > span:not(.s77-brand-word),
body.s77-sticker-unified .s77-product-page .s77-brand-word > span {
    color: var(--s77-neon) !important;
}

body.s77-sticker-unified .s77-product-page .s77-brand-word {
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font: inherit !important;
    letter-spacing: inherit !important;
}

body.s77-sticker-unified .s77-product-page .s77-top-nav {
    display: flex !important;
    align-items: center !important;
    gap: clamp(15px, 2vw, 30px) !important;
    margin-left: auto !important;
}

body.s77-sticker-unified .s77-product-page .s77-top-nav a {
    padding: 8px 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: .04em !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

body.s77-sticker-unified .s77-product-page .s77-top-nav a:hover,
body.s77-sticker-unified .s77-product-page .s77-top-nav a:focus {
    color: var(--s77-neon) !important;
}

body.s77-sticker-unified .s77-product-page .s77-menu-toggle {
    display: none !important;
    width: 50px !important;
    height: 50px !important;
    padding: 0 !important;
    border: 1px solid #3d433f !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 0 !important;
    cursor: pointer !important;
}

body.s77-sticker-unified .s77-product-page .s77-menu-toggle::before {
    content: "☰" !important;
    display: block !important;
    font-size: 30px !important;
    line-height: 48px !important;
}

body.s77-sticker-unified .s77-product-page .s77-menu-toggle[aria-expanded="true"]::before {
    content: "×" !important;
    font-size: 42px !important;
    font-weight: 300 !important;
}

body.s77-sticker-unified .s77-product-page .s77-product-main {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.s77-sticker-unified .s77-product-page .s77-product-hero,
body.s77-sticker-unified .s77-product-page .s77-hero {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr) !important;
    gap: clamp(42px, 6vw, 96px) !important;
    align-items: center !important;
    min-height: 720px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: clamp(70px, 8vw, 125px) clamp(24px, 7vw, 112px) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background:
        radial-gradient(circle at 82% 45%, rgba(145,255,0,.13), transparent 28%),
        linear-gradient(135deg, #080b09 0%, #111610 100%) !important;
    color: #fff !important;
}

body.s77-sticker-unified .s77-product-page .s77-product-info,
body.s77-sticker-unified .s77-product-page .s77-hero-copy {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    min-width: 0 !important;
}

body.s77-sticker-unified .s77-product-page .s77-badge,
body.s77-sticker-unified .s77-product-page .s77-pill {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 38px !important;
    margin: 0 0 24px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--s77-neon) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: .24em !important;
    text-transform: uppercase !important;
}

body.s77-sticker-unified .s77-product-page .s77-product-info h1,
body.s77-sticker-unified .s77-product-page .s77-hero-copy h1 {
    max-width: 850px !important;
    margin: 0 0 28px !important;
    color: #fff !important;
    font-size: clamp(64px, 8.2vw, 136px) !important;
    font-weight: 900 !important;
    letter-spacing: -.075em !important;
    line-height: .82 !important;
    text-transform: uppercase !important;
}

body.s77-sticker-unified .s77-product-page .s77-product-info > p,
body.s77-sticker-unified .s77-product-page .s77-hero-copy > p {
    max-width: 720px !important;
    margin: 0 0 34px !important;
    color: #c8cdc8 !important;
    font-size: clamp(18px, 1.65vw, 25px) !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
}

body.s77-sticker-unified .s77-product-page .s77-feature-list,
body.s77-sticker-unified .s77-product-page .s77-benefits {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid #313631 !important;
    list-style: none !important;
}

body.s77-sticker-unified .s77-product-page .s77-feature-list li,
body.s77-sticker-unified .s77-product-page .s77-benefits > div {
    min-height: 72px !important;
    margin: 0 !important;
    padding: 24px 20px 18px 28px !important;
    border: 0 !important;
    border-right: 1px solid #313631 !important;
    border-bottom: 1px solid #313631 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}

body.s77-sticker-unified .s77-product-page .s77-feature-list li::first-letter,
body.s77-sticker-unified .s77-product-page .s77-benefits > div::first-letter {
    color: var(--s77-neon) !important;
}

body.s77-sticker-unified .s77-product-page .s77-product-gallery,
body.s77-sticker-unified .s77-product-page .s77-hero-image {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
}

body.s77-sticker-unified .s77-product-page .s77-main-image,
body.s77-sticker-unified .s77-product-page .s77-main-image-wrap,
body.s77-sticker-unified .s77-product-page .s77-hero-image {
    min-height: 480px !important;
    overflow: hidden !important;
    border: 1px solid #303731 !important;
    border-radius: 0 !important;
    background: #151a16 !important;
}

body.s77-sticker-unified .s77-product-page .s77-main-image img,
body.s77-sticker-unified .s77-product-page .s77-main-image-wrap img,
body.s77-sticker-unified .s77-product-page .s77-hero-image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 480px !important;
    object-fit: cover !important;
}

body.s77-sticker-unified .s77-product-page .s77-thumbnails {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-top: 10px !important;
}

body.s77-sticker-unified .s77-product-page .s77-config-heading {
    display: grid !important;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr) !important;
    gap: 50px !important;
    align-items: end !important;
    width: 100% !important;
    padding: 90px clamp(24px, 7vw, 112px) 34px !important;
    background: var(--s77-paper) !important;
}

body.s77-sticker-unified .s77-product-page .s77-config-heading small {
    display: block !important;
    margin-bottom: 13px !important;
    color: #667067 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .24em !important;
    text-transform: uppercase !important;
}

body.s77-sticker-unified .s77-product-page .s77-config-heading > div > p:first-child {
    display: block !important;
    margin: 0 0 13px !important;
    color: #667067 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .24em !important;
    text-transform: uppercase !important;
}

body.s77-sticker-unified .s77-product-page .s77-config-heading h2 {
    max-width: 950px !important;
    margin: 0 !important;
    color: #10140f !important;
    font-size: clamp(48px, 6.4vw, 104px) !important;
    font-weight: 900 !important;
    letter-spacing: -.065em !important;
    line-height: .89 !important;
    text-transform: uppercase !important;
}

body.s77-sticker-unified .s77-product-page .s77-config-heading h2 em {
    color: #9ba29b !important;
    font-style: normal !important;
}

body.s77-sticker-unified .s77-product-page .s77-config-heading > p {
    margin: 0 !important;
    color: #667067 !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
}

body.s77-sticker-unified .s77-product-page .s77-config-card {
    width: calc(100% - clamp(48px, 14vw, 224px)) !important;
    max-width: 1320px !important;
    margin: 0 auto 100px !important;
    padding: clamp(28px, 4vw, 56px) !important;
    border: 1px solid #d7dbd5 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
}

body.s77-sticker-unified .s77-product-page .s77-sticker-contact {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 40px !important;
    align-items: end !important;
    padding: clamp(70px, 8vw, 120px) clamp(24px, 7vw, 112px) !important;
    background: var(--s77-neon) !important;
    color: #071006 !important;
}

body.s77-sticker-unified .s77-product-page .s77-sticker-contact small {
    display: block !important;
    margin-bottom: 22px !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .24em !important;
    text-transform: uppercase !important;
}

body.s77-sticker-unified .s77-product-page .s77-sticker-contact > div:first-child > p {
    display: block !important;
    margin: 0 0 22px !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .24em !important;
    text-transform: uppercase !important;
}

body.s77-sticker-unified .s77-product-page .s77-sticker-contact h2 {
    max-width: 1020px !important;
    margin: 0 !important;
    color: #071006 !important;
    font-size: clamp(50px, 7vw, 112px) !important;
    font-weight: 900 !important;
    letter-spacing: -.07em !important;
    line-height: .84 !important;
    text-transform: uppercase !important;
}

body.s77-sticker-unified .s77-product-page .s77-sticker-contact h2 em {
    color: rgba(7,16,6,.45) !important;
    font-style: normal !important;
}

body.s77-sticker-unified .s77-product-page .s77-contact-actions,
body.s77-sticker-unified .s77-product-page .s77-sticker-contact > div:last-child {
    display: grid !important;
    gap: 12px !important;
    min-width: 270px !important;
}

body.s77-sticker-unified .s77-product-page .s77-contact-actions a,
body.s77-sticker-unified .s77-product-page .s77-sticker-contact > div:last-child a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 58px !important;
    padding: 16px 22px !important;
    border: 1px solid #071006 !important;
    border-radius: 0 !important;
    background: #071006 !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: .05em !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}

body.s77-sticker-unified .s77-product-page .s77-contact-actions a:last-child,
body.s77-sticker-unified .s77-product-page .s77-sticker-contact > div:last-child a:last-child {
    background: transparent !important;
    color: #071006 !important;
}

body.s77-sticker-unified .s77-product-page .s77-sticker-footer {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    gap: 30px !important;
    align-items: center !important;
    min-height: 150px !important;
    padding: 30px clamp(24px, 7vw, 112px) !important;
    background: #060907 !important;
    color: #9ca39d !important;
}

body.s77-sticker-unified .s77-product-page .s77-sticker-footer .s77-brand {
    justify-self: start !important;
    font-size: 24px !important;
}

body.s77-sticker-unified .s77-product-page .s77-sticker-footer a {
    color: #b7bdb7 !important;
    text-decoration: none !important;
}

body.s77-sticker-unified .s77-back-top {
    position: fixed !important;
    right: 22px !important;
    bottom: 24px !important;
    z-index: 9999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 54px !important;
    height: 54px !important;
    padding: 0 !important;
    border: 1px solid #353b36 !important;
    border-radius: 50% !important;
    background: #090c0a !important;
    color: var(--s77-neon) !important;
    font-size: 25px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,.25) !important;
    cursor: pointer !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(12px) !important;
    transition: opacity .2s ease, transform .2s ease !important;
}

body.s77-sticker-unified .s77-back-top.is-visible {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
}

@media (max-width: 920px) {
    body.s77-sticker-unified .s77-product-page .s77-top {
        min-height: 84px !important;
        padding: 0 20px !important;
    }

    body.s77-sticker-unified .s77-product-page .s77-menu-toggle {
        display: block !important;
        margin-left: auto !important;
    }

    body.s77-sticker-unified .s77-product-page .s77-top-nav {
        position: absolute !important;
        top: calc(100% + 1px) !important;
        right: 14px !important;
        left: 14px !important;
        z-index: 9999 !important;
        display: none !important;
        grid-template-columns: 1fr !important;
        gap: 0 !important;
        padding: 10px 22px !important;
        border: 1px solid #313731 !important;
        border-radius: 18px !important;
        background: #050806 !important;
        box-shadow: 0 18px 50px rgba(0,0,0,.55) !important;
    }

    body.s77-sticker-unified .s77-product-page .s77-top-nav.is-open {
        display: grid !important;
    }

    body.s77-sticker-unified .s77-product-page .s77-top-nav a {
        display: block !important;
        padding: 18px 4px !important;
        border-bottom: 1px solid #262b27 !important;
        font-size: 15px !important;
    }

    body.s77-sticker-unified .s77-product-page .s77-top-nav a:not(.s77-mobile-call) {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    body.s77-sticker-unified .s77-product-page .s77-top-nav a:not(.s77-mobile-call) span {
        color: var(--s77-neon) !important;
        font-size: 30px !important;
        font-weight: 300 !important;
        line-height: .6 !important;
    }

    body.s77-sticker-unified .s77-product-page .s77-top-nav a:last-child {
        border-bottom: 0 !important;
    }

    body.s77-sticker-unified .s77-product-page .s77-top-nav a.s77-mobile-call {
        justify-content: center !important;
        margin-top: 18px !important;
        padding: 17px 10px !important;
        border: 0 !important;
        background: var(--s77-neon) !important;
        color: #071006 !important;
        text-align: center !important;
        font-size: 15px !important;
    }

    body.s77-sticker-unified .s77-product-page .s77-product-hero,
    body.s77-sticker-unified .s77-product-page .s77-hero {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 46px !important;
        min-height: 0 !important;
        padding: 70px 22px 58px !important;
    }

    body.s77-sticker-unified .s77-product-page .s77-product-info h1,
    body.s77-sticker-unified .s77-product-page .s77-hero-copy h1 {
        font-size: clamp(54px, 15vw, 84px) !important;
        line-height: .86 !important;
    }

    body.s77-sticker-unified .s77-product-page .s77-main-image,
    body.s77-sticker-unified .s77-product-page .s77-main-image-wrap,
    body.s77-sticker-unified .s77-product-page .s77-hero-image,
    body.s77-sticker-unified .s77-product-page .s77-main-image img,
    body.s77-sticker-unified .s77-product-page .s77-main-image-wrap img,
    body.s77-sticker-unified .s77-product-page .s77-hero-image img {
        min-height: 330px !important;
    }

    body.s77-sticker-unified .s77-product-page .s77-config-heading {
        grid-template-columns: minmax(0, 1fr) !important;
        padding: 72px 22px 30px !important;
    }

    body.s77-sticker-unified .s77-product-page .s77-config-card {
        width: calc(100% - 44px) !important;
        margin-bottom: 72px !important;
        padding: 24px !important;
    }

    body.s77-sticker-unified .s77-product-page .s77-sticker-contact {
        grid-template-columns: minmax(0, 1fr) !important;
        align-items: start !important;
        padding: 72px 22px !important;
    }

    body.s77-sticker-unified .s77-product-page .s77-contact-actions,
    body.s77-sticker-unified .s77-product-page .s77-sticker-contact > div:last-child {
        width: 100% !important;
        min-width: 0 !important;
    }

    body.s77-sticker-unified .s77-product-page .s77-sticker-footer {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
        align-items: start !important;
        min-height: 0 !important;
        padding: 42px 22px 96px !important;
    }
}

@media (max-width: 560px) {
    body.s77-sticker-unified .s77-product-page .s77-brand {
        font-size: 29px !important;
    }

    body.s77-sticker-unified .s77-product-page .s77-product-hero,
    body.s77-sticker-unified .s77-product-page .s77-hero {
        padding-top: 58px !important;
    }

    body.s77-sticker-unified .s77-product-page .s77-product-info h1,
    body.s77-sticker-unified .s77-product-page .s77-hero-copy h1 {
        font-size: clamp(50px, 16vw, 72px) !important;
    }

    body.s77-sticker-unified .s77-product-page .s77-feature-list,
    body.s77-sticker-unified .s77-product-page .s77-benefits {
        grid-template-columns: 1fr !important;
    }

    body.s77-sticker-unified .s77-product-page .s77-feature-list li,
    body.s77-sticker-unified .s77-product-page .s77-benefits > div {
        min-height: 58px !important;
        padding: 18px 12px !important;
        border-right: 0 !important;
    }

    body.s77-sticker-unified .s77-product-page .s77-thumbnails {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    body.s77-sticker-unified .s77-product-page .s77-config-heading h2,
    body.s77-sticker-unified .s77-product-page .s77-sticker-contact h2 {
        font-size: clamp(44px, 14vw, 65px) !important;
    }

    body.s77-sticker-unified .s77-product-page .s77-config-card {
        width: calc(100% - 28px) !important;
        padding: 18px !important;
    }

    body.s77-sticker-unified .s77-back-top {
        right: 14px !important;
        bottom: 16px !important;
    }
}
