/*
Theme Name: StickerHood Storefront
Theme URI: https://stickerhood.com
Description: StickerHood custom child theme based on Storefront
Author: StickerHood
Author URI: https://stickerhood.com
Template: storefront
Version: 1.2.17
Text Domain: stickerhood-storefront
*/

/* =====================
   HEADER
   ===================== */

.site-header {
    border-bottom: 1px solid #eee;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    max-height: 325px;
}

/* Override Storefront inline header styles */
#masthead .shb-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 32px;
    height: 64px;
    box-sizing: border-box;
}

/* Logo */
.shb-header__logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
}
.shb-header__logo .shb-logo-img {
    height: 64px;
    width: auto;
}
.shb-header__logo .shb-logo-text {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.02em;
}

/* Nav */
.shb-header__nav {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    margin-left: 32px;
}
.shb-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 32px;
}
.shb-nav-menu li {
    margin: 0;
    padding: 0;
}
.shb-nav-menu a {
    font-size: 20px;
    font-weight: 600;
    color: #444;
    text-decoration: none;
    transition: color 0.15s;
    padding: 8px 0;
}
.shb-nav-menu a:hover,
.shb-nav-menu .current-menu-item > a {
    color: #111;
}

/* Dropdown submenu */
.shb-nav-menu .sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 8px 0;
    min-width: 180px;
    list-style: none;
    z-index: 100;
}
.shb-nav-menu li:hover > .sub-menu {
    display: block;
}
.shb-nav-menu .sub-menu a {
    display: block;
    padding: 8px 20px;
    font-size: 17px;
}
.shb-nav-menu .sub-menu a:hover {
    background: #f8f8f8;
}

/* Actions (account, cart, hamburger) */
.shb-header__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}
.shb-header__account,
.shb-header__cart {
    color: #444;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
    transition: color 0.15s;
}
.shb-header__account:hover,
.shb-header__cart:hover {
    color: #111;
}
.shb-cart-count {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #111;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.shb-header__toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    color: #444;
    padding: 4px;
}

/* Remove Storefront's default header cart */
.site-header-cart,
.storefront-handheld-footer-bar {
    display: none !important;
}

/* Mobile */
@media (max-width: 768px) {
    #masthead .shb-header {
        height: 56px;
        padding: 0 16px;
    }
    .shb-header__nav {
        display: none;
        position: absolute;
        top: 56px;
        left: 0;
        right: 0;
        background: #fff;
        border-bottom: 1px solid #eee;
        box-shadow: 0 4px 12px rgba(0,0,0,0.06);
        padding: 16px 24px;
        flex-direction: column;
    }
    .shb-nav--open {
        display: flex;
    }
    .shb-nav-menu {
        flex-direction: column;
        gap: 0;
    }
    .shb-nav-menu a {
        display: block;
        padding: 12px 0;
        border-bottom: 1px solid #f0f0f0;
    }
    .shb-nav-menu .sub-menu {
        position: static;
        box-shadow: none;
        border: none;
        padding: 0 0 0 16px;
        display: block;
    }
    .shb-header__toggle {
        display: flex;
    }
    .shb-header__logo .shb-logo-img {
        height: 28px;
    }
    .shb-header__logo .shb-logo-text {
        font-size: 18px;
    }
}

/* =====================
   NEWSLETTER BANNER
   ===================== */

.shb-newsletter-banner {
    background: #a013a8;
    padding: 56px 9999px;
    margin: 0 -9999px;
}
.shb-newsletter-banner__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 48px;
}
.shb-newsletter-banner__text {
    flex: 1;
    min-width: 0;
}
.shb-newsletter-banner .shb-newsletter-banner__title,
.site-footer .shb-newsletter-banner .shb-newsletter-banner__title {
    color: #fff !important;
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 8px;
    line-height: 1.2;
}
.shb-newsletter-banner__subtitle {
    color: rgba(255,255,255,0.85) !important;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}
.shb-newsletter-banner__form {
    flex: 1;
    min-width: 0;
}
.shb-newsletter-banner__form-row {
    display: flex;
    gap: 8px;
}
.shb-newsletter-banner__input {
    flex: 1;
    padding: 14px 18px;
    border: 2px solid rgba(255,255,255,0.3) !important;
    border-radius: 8px;
    background: rgba(255,255,255,0.92) !important;
    color: #1a1a2e !important;
    font-size: 15px;
}
.shb-newsletter-banner__input::placeholder {
    color: rgba(0,0,0,0.4) !important;
}
.shb-newsletter-banner__input:focus {
    outline: none;
    border-color: rgba(255,255,255,0.7);
    background: rgba(255,255,255,0.18);
}
.shb-newsletter-banner__submit {
    padding: 14px 28px;
    background: #fff;
    color: #a013a8;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.15s, transform 0.1s;
    white-space: nowrap;
}
.shb-newsletter-banner__submit:hover {
    background: #f0e6f0;
    transform: translateY(-1px);
}
.shb-newsletter-banner .sns-footer-form-msg {
    margin-top: 8px;
    font-size: 13px;
    min-height: 18px;
}
.shb-newsletter-banner .sns-footer-form-msg--success {
    color: #d4ffd4;
    font-size: 18px;
    font-weight: 600;
    margin-top: 12px;
}
.shb-newsletter-banner .sns-footer-form-msg--error {
    color: #ffcccc;
}
@media (max-width: 768px) {
    .shb-newsletter-banner {
        padding: 40px 9999px;
    }
    .shb-newsletter-banner__inner {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }
    .shb-newsletter-banner__form-row {
        flex-direction: column;
    }
    .shb-newsletter-banner__title {
        font-size: 24px;
    }
}

/* =====================
   FOOTER
   ===================== */

.shb-footer,
.shb-footer p,
.shb-footer li,
.shb-footer a,
.shb-footer span,
.shb-footer h4,
.shb-footer label,
.shb-footer input {
    color: #ddd !important;
}
.shb-footer h4,
.shb-footer .shb-footer__logo {
    color: #fff !important;
}
.shb-footer {
    background: #111 !important;
    padding: 48px 9999px 0;
    margin: 0 -9999px;
    font-size: 14px;
}
.shb-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
}
.shb-footer__logo {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-bottom: 12px;
}
.shb-footer__tagline {
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
    margin: 0;
}
.shb-footer__heading {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.shb-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.shb-footer__links li {
    margin-bottom: 10px;
}
.shb-footer__links a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    transition: color 0.15s;
}
.shb-footer__links a:hover {
    color: #fff;
}
.shb-footer__bottom {
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shb-footer__bottom p {
    margin: 0;
    color: rgba(255,255,255,0.7);
    font-size: 13px;
}
.shb-footer__bottom a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}
.shb-footer__bottom a:hover {
    color: rgba(255,255,255,0.7);
}
.shb-footer__bottom span {
    margin: 0 6px;
}

@media (max-width: 768px) {
    .shb-footer__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .shb-footer__bottom {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
}

/* =====================
   GENERAL OVERRIDES
   ===================== */

/* Remove Storefront default header spacing */
.storefront-primary-navigation,
.storefront-secondary-navigation {
    display: none !important;
}

/* Remove gap above footer */
.site-content {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
#content {
    padding-bottom: 0 !important;
}

/* Fix footer wrapper background */
.site-footer {
    background: #111 !important;
    padding: 0;
    margin: 0;
}
.site-footer .col-full {
    max-width: none;
    padding: 0;
}

/* Full-width content (no sidebar) */
.page .hentry,
.single .hentry {
    margin: 0;
}
.col-full {
    max-width: 1200px;
}

/* Remove Storefront's header cart widget */
.site-header-cart .widget_shopping_cart {
    display: none;
}

/* =====================
   PRODUCT PAGE — vertical padding only; builder.css handles the grid
   ===================== */
.single-product .shb-landing-config {
    padding: 24px 0;
}

/* Hide cart price text, show icon only */
.shb-header__cart .amount,
.shb-header__cart .woocommerce-Price-amount {
    display: none;
}

/* =====================
   PRODUCT GRID
   ===================== */

.shb-pgrid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 24px;
}
.shb-pgrid__title {
    font-size: 32px;
    font-weight: 800;
    color: #111 !important;
    text-align: center;
    margin: 0 0 32px;
}
.shb-pgrid__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
/* Hide wpautop <p> and <br> tags inside the grid */
.shb-pgrid__grid > p,
.shb-pgrid__grid > br {
    display: none;
}
.shb-pgrid__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 16px;
    border: 2px solid #eee;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s;
    position: relative;
    background: #fff;
}
.shb-pgrid__card:hover {
    border-color: #2563eb;
    box-shadow: 0 4px 16px rgba(37,99,235,0.1);
    transform: translateY(-2px);
}
.shb-pgrid__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #facc15;
    color: #111;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
}
.shb-pgrid__img-wrap {
    width: 200px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.shb-pgrid__img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.shb-pgrid__placeholder {
    width: 100px;
    height: 100px;
    background: #f0f0f0;
    border-radius: 12px;
}
.shb-pgrid__card-title {
    font-size: 16px;
    font-weight: 600;
    color: #111 !important;
    margin: 0;
}

@media (max-width: 768px) {
    .shb-pgrid__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .shb-pgrid__title {
        font-size: 24px;
    }
}
@media (max-width: 480px) {
    .shb-pgrid__grid {
        grid-template-columns: 1fr;
    }
}

/* =====================
   TRUST BANNER
   ===================== */

.shb-trust {
    background: #fff;
    margin: 0 -9999px;
    padding: 48px 9999px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.shb-trust__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    text-align: center;
}
.shb-trust__icon {
    color: #2563eb !important;
    font-size: 36px;
    margin-bottom: 12px;
    display: block;
}
.shb-trust__icon-img {
    width: 130px;
    height: 60px;
    margin-bottom: 12px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.shb-trust__title {
    font-size: 18px;
    font-weight: 700;
    color: #111 !important;
    margin: 0 0 8px;
}
.shb-trust__text {
    font-size: 15px;
    color: #555 !important;
    line-height: 1.6;
    margin: 0;
}
.shb-trust h3,
.shb-trust p {
    color: inherit !important;
}

@media (max-width: 768px) {
    .shb-trust__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

/* =====================
   LANDING PAGE HERO
   ===================== */

.shb-hero {
    margin: -1.618em -9999px 0;
    padding: 0 9999px 1px;
    background: #f5f5f5;
    overflow: hidden;
}
.shb-hero--has-bg {
    position: relative;
    background: transparent !important;
}
.shb-hero--has-bg::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background-image: var(--shb-hero-bg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 0;
}
.shb-hero__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    z-index: 1;
}
.shb-hero--has-bg .shb-hero__inner {
    position: relative;
    z-index: 2;
}
.shb-hero::after {
    content: '';
    display: block;
    clear: both;
}
.shb-hero__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 48px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 63px 24px 35px;
    position: relative;
}
.shb-hero--has-bg .shb-hero__content {
    max-width: 100%;
}
.shb-hero__title {
    font-size: 40px;
    font-weight: 800;
    color: #111;
    margin: 0 0 16px;
    line-height: 1.15;
    letter-spacing: -0.02em;
}
.shb-hero__subtitle {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin: 12px 0;
    max-width: 540px;
}
.shb-hero__text {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}
.shb-hero__text ul {
    margin: 16px 0;
    padding: 0 0 0 20px;
}
.shb-hero__text li {
    margin-bottom: 8px;
}

/* Landing section below hero — 4-column configurator */
.shb-landing-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
/* Hide the builder's own hero section (we provide our own) */
.shb-landing-section .shb-landing-hero {
    display: none;
}
/* Hide paths everywhere — shown in modal on Continue click */
.shb-landing-paths {
    display: none !important;
}

/* =====================
   PROCEED MODAL
   ===================== */
.shb-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
    align-items: center;
    justify-content: center;
}
.shb-modal-overlay.shb-modal--open {
    display: flex;
}
.shb-modal {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    max-width: 720px;
    width: 90%;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
    animation: shb-modal-in 0.2s ease-out;
}
@keyframes shb-modal-in {
    from { opacity: 0; transform: scale(0.95) translateY(10px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}
.shb-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.15s;
}
.shb-modal__close:hover {
    background: #f0f0f0;
    color: #333;
}
.shb-modal__title {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin: 0 0 24px;
    text-align: center;
}
.shb-modal__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.shb-modal__card {
    padding: 24px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    color: inherit;
    display: block;
}
.shb-modal__card:hover {
    border-color: #3b82f6;
    box-shadow: 0 4px 12px rgba(59,130,246,0.1);
}
.shb-modal__card-icon {
    color: #3b82f6;
    margin-bottom: 12px;
}
.shb-modal__card-icon svg {
    width: 32px;
    height: 32px;
}
.shb-modal__card h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
    color: #111;
}
.shb-modal__card p {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 600px) {
    .shb-modal__grid {
        grid-template-columns: 1fr;
    }
    .shb-modal {
        padding: 24px;
    }
}

/* Hero image — right side of hero */
.shb-hero__image {
    flex-shrink: 0;
}
.shb-hero__image img {
    max-height: 375px;
    height: auto;
    display: block;
}
.shb-hero__content {
    flex: 1;
}

/* Content below hero — only FAQ/text content, not trust banner or configurator */
.shb-hero ~ h2,
.shb-hero ~ h3,
.shb-hero ~ p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .shb-hero__inner {
        flex-direction: column;
        gap: 24px;
        padding: 24px 16px;
    }
    .shb-hero__title {
        font-size: 28px;
    }
    .shb-hero__subtitle {
        font-size: 16px;
    }
    .shb-hero__image {
        width: 100%;
        text-align: center;
    }
    .shb-hero__image img {
        max-height: 250px;
        max-width: 100%;
    }
    .shb-hero__content {
        width: 100%;
    }
    .shb-hero__configurator {
        position: static;
    }
}

/* =====================
   HIDE PAGE TITLES on specific pages
   ===================== */
.page-id-148 .entry-header,
.page-id-149 .entry-header,
.page-id-150 .entry-header,
.page-id-151 .entry-header,
.page-id-34 .entry-header {
    display: none !important;
}

/* =====================
   REDUCE TOP SPACING on account, cart, checkout, library pages
   ===================== */
.woocommerce-account .entry-header,
.woocommerce-cart .entry-header,
.woocommerce-checkout .entry-header {
    padding-bottom: 0 !important;
}
.woocommerce-cart .entry-header h1,
.woocommerce-checkout .entry-header h1,
.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title {
    font-weight: 400 !important;
}
.woocommerce-account .storefront-breadcrumb,
.woocommerce-cart .storefront-breadcrumb,
.woocommerce-checkout .storefront-breadcrumb {
    margin-bottom: 16px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.shb-library-page .entry-header {
    padding-bottom: 0 !important;
}
.shb-library-page .storefront-breadcrumb {
    margin-bottom: 16px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* =====================
   404 PAGE
   ===================== */
.shb-404 {
    max-width: 720px;
    margin: 0 auto;
    padding: 80px 24px 120px;
    text-align: center;
}
.shb-404__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.shb-404__code {
    font-size: 96px;
    font-weight: 800;
    line-height: 1;
    color: #a012a8;
    margin: 0 0 8px;
    letter-spacing: -2px;
}
.shb-404__title {
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin: 0;
}
.shb-404__copy {
    font-size: 17px;
    color: #555;
    max-width: 480px;
    margin: 0 0 16px;
    line-height: 1.5;
}
.shb-404__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}
.shb-404__btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: opacity 0.15s ease, background 0.15s ease;
}
.shb-404__btn--primary {
    background: #a012a8;
    color: #fff;
}
.shb-404__btn--primary:hover {
    background: #7a0e80;
    color: #fff;
}
.shb-404__btn--ghost {
    background: transparent;
    color: #a012a8;
    border: 2px solid #a012a8;
    padding: 12px 26px;
}
.shb-404__btn--ghost:hover {
    background: #f5e4f7;
    color: #a012a8;
}
@media (max-width: 600px) {
    .shb-404 { padding: 48px 20px 80px; }
    .shb-404__code { font-size: 72px; }
    .shb-404__title { font-size: 24px; }
}

/* =====================
   GLOBAL HEADING WEIGHT FIX — override Storefront's thin 300
   ===================== */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
    font-weight: 700;
}

/* =====================
   REDUCE BREADCRUMB GAP on content pages
   ===================== */
.page .storefront-breadcrumb {
    margin-bottom: 8px;
    padding-bottom: 8px;
}

/* =====================
   CONTACT FORM
   ===================== */
.sns-contact-wrap {
    max-width: 640px;
    margin: 40px auto;
    padding: 0 20px;
}
.sns-contact-heading {
    font-size: 32px;
    font-weight: 800;
    color: #111;
    margin: 0 0 8px;
}
.sns-contact-subtext {
    color: #666;
    font-size: 16px;
    margin: 0 0 8px;
}
.sns-contact-faq-hint {
    font-size: 14px;
    color: #888;
    margin: 0 0 24px;
}
.sns-contact-faq-hint a {
    color: #2563eb;
}
.sns-contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.sns-contact-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.sns-contact-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}
.sns-contact-field .required {
    color: #ef4444;
}
.sns-contact-field input,
.sns-contact-field select,
.sns-contact-field textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    background: #fff;
    box-sizing: border-box;
    transition: border-color 0.15s;
}
.sns-contact-field input:focus,
.sns-contact-field select:focus,
.sns-contact-field textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37,99,235,0.1);
}
.sns-contact-field textarea {
    resize: vertical;
    min-height: 120px;
}
.sns-contact-submit {
    padding: 12px 32px;
    background: #a013a8;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
    align-self: flex-start;
}
.sns-contact-submit:hover {
    background: #8a0f90;
}
.sns-contact-submit:disabled {
    background: #999;
    cursor: not-allowed;
}
.sns-contact-msg {
    font-size: 14px;
    padding: 8px 0;
}
.sns-contact-msg--success {
    color: #22c55e;
}
.sns-contact-msg--error {
    color: #ef4444;
}

@media (max-width: 600px) {
    .sns-contact-row {
        grid-template-columns: 1fr;
    }
    .sns-contact-heading {
        font-size: 24px;
    }
}

/* =====================
   STICKER GUIDE PAGE
   ===================== */
.sh-sticker-guide {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
}
.sh-sticker-guide .sh-hero {
    margin: 0 0 32px;
    padding: 0;
    background: none;
}
.sh-sticker-guide .sh-hero h1 {
    font-size: 32px;
    font-weight: 800;
    color: #111;
    margin: 0 0 12px;
}
.sh-sticker-guide .sh-hero p {
    font-size: 16px;
    color: #555;
}
.sh-block {
    margin-bottom: 32px;
}
.sh-block h2 {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin: 0 0 12px;
}
.sh-block ul {
    padding-left: 20px;
    margin: 12px 0;
}
.sh-block li {
    margin-bottom: 8px;
    line-height: 1.6;
    color: #333;
}
.sh-tip, .sh-note {
    background: #f0f7ff;
    border-radius: 8px;
    padding: 12px 16px;
    margin: 12px 0;
    font-size: 14px;
    color: #1e40af;
}
.sh-table-wrap {
    overflow-x: auto;
    margin: 16px 0;
}
.sh-checklist {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.sh-checklist th {
    background: #f5f5f5;
    padding: 10px 16px;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid #ddd;
}
.sh-checklist td {
    padding: 10px 16px;
    border-bottom: 1px solid #eee;
}
.sh-checklist tr:last-child td {
    border-bottom: none;
}
.sh-help {
    background: #f0fdf4;
    border-radius: 12px;
    padding: 24px;
    margin-top: 32px;
}
.sh-help h2 {
    color: #166534;
}
.sh-help p {
    color: #333;
}

/* =====================
   ABOUT US PAGE
   ===================== */
.shb-about {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 20px 60px;
}
.shb-about-hero {
    text-align: center;
    padding: 48px 0 32px;
}
.shb-about-hero h1 {
    font-size: 36px;
    font-weight: 800;
    color: #111;
    margin: 0 0 16px;
}
.shb-about-lead {
    font-size: 19px;
    color: #555;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}
.shb-about-body {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}
.shb-about-body h2 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin: 32px 0 12px;
}
.shb-about-body hr {
    border: none;
    border-top: 1px solid #eee;
    margin: 32px 0;
}
.shb-about-body p {
    margin: 0 0 16px;
}
.shb-about-highlight {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    text-align: center;
    padding: 24px 0;
    margin: 24px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.shb-about-checklist {
    list-style: none;
    padding: 0;
    margin: 16px 0;
}
.shb-about-checklist li {
    padding: 8px 0 8px 28px;
    position: relative;
    font-weight: 500;
}
.shb-about-checklist li::before {
    content: "\2714";
    position: absolute;
    left: 0;
    color: #22c55e;
    font-weight: 700;
}
.shb-about-values {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 24px 0;
}
.shb-about-value {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fafafa;
}
.shb-about-value strong {
    display: block;
    font-size: 15px;
    color: #111;
    margin-bottom: 4px;
}
.shb-about-value span {
    font-size: 14px;
    color: #666;
}
.shb-about-closing p {
    font-size: 20px;
    text-align: center;
    margin: 8px 0;
    color: #111;
}
.shb-about-cta {
    display: inline-block;
    padding: 14px 32px;
    background: #111;
    color: #fff !important;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: background 0.15s;
}
.shb-about-cta:hover {
    background: #333;
}
@media (max-width: 600px) {
    .shb-about-hero h1 { font-size: 28px; }
    .shb-about-values { grid-template-columns: 1fr; }
    .shb-about-closing p { font-size: 18px; }
}

/* =====================
   CART & CHECKOUT
   ===================== */

/* Cart page table */
.woocommerce-cart .shop_table {
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    border-collapse: separate;
}
.woocommerce-cart .shop_table th {
    background: #f9f9f9;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #666;
}
.woocommerce-cart .shop_table td {
    vertical-align: middle;
}

/* Cart totals box */
.cart_totals {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 24px;
    background: #fafafa;
}
.cart_totals h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 16px;
}

/* Checkout form fields */
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 15px;
    transition: border-color 0.15s;
}
.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row textarea:focus,
.woocommerce-checkout .form-row select:focus {
    border-color: #111;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.06);
    outline: none;
}

/* Payment methods */
.woocommerce-checkout #payment {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
}
.woocommerce-checkout #payment .payment_methods {
    border-bottom: 1px solid #eee;
    padding: 0;
    margin: 0;
    list-style: none;
}
.woocommerce-checkout #payment .payment_methods li {
    border-bottom: 1px solid #eee;
    padding: 16px 20px;
    margin: 0;
}
.woocommerce-checkout #payment .payment_methods li:last-child {
    border-bottom: none;
}
.woocommerce-checkout #payment .payment_methods li label {
    font-weight: 600;
    font-size: 15px;
    color: #111;
    cursor: pointer;
}
.woocommerce-checkout #payment .payment_box {
    background: #f9f9f9;
    border-radius: 8px;
    margin: 12px 0 4px;
    padding: 14px 16px;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}
.woocommerce-checkout #payment .payment_box::before {
    display: none;
}

/* Place order / PayPal button area */
.woocommerce-checkout #payment .place-order {
    padding: 20px;
    background: #fafafa;
}
.woocommerce-checkout #place_order,
.woocommerce-checkout #payment .place-order .button,
.woocommerce-checkout #payment .place-order input[type="submit"] {
    background: #a013a8 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 14px 32px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer;
    transition: background 0.15s;
    width: 100%;
    text-align: center;
}
.woocommerce-checkout #place_order:hover,
.woocommerce-checkout #payment .place-order .button:hover {
    background: #8a0f90 !important;
}

/* PayPal redirect button override (WooCommerce PayPal gateway) */
.woocommerce-checkout .wc-proceed-to-checkout .checkout-button,
.woocommerce-checkout .button.alt,
.woocommerce #payment #place_order {
    background: #a013a8 !important;
    color: #fff !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
}
.woocommerce-checkout .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-checkout .button.alt:hover,
.woocommerce #payment #place_order:hover {
    background: #8a0f90 !important;
}

/* Terms & conditions checkbox */
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    padding: 16px 20px;
    margin: 0;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    cursor: pointer;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    accent-color: #a013a8;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a {
    color: #111;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* "Add a note" section */
.woocommerce-additional-fields {
    margin-top: 24px;
}

/* Return to cart link */
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout a.wc-backward,
.woocommerce a.wc-backward {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.15s;
}
.woocommerce-checkout a.wc-backward:hover,
.woocommerce a.wc-backward:hover {
    color: #111;
}

/* Checkout sections spacing */
.woocommerce-checkout .col2-set {
    margin-bottom: 32px;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
    margin-bottom: 24px;
}
.woocommerce-checkout h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 16px;
}

/* Order review table */
.woocommerce-checkout-review-order-table {
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    border-collapse: separate;
    margin-bottom: 24px;
}
.woocommerce-checkout-review-order-table th {
    background: #f9f9f9;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #666;
}

/* Coupon area — make it more visible */
.wc-block-components-panel__button {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #a013a8 !important;
    padding: 14px 0 !important;
}
.wc-block-components-panel__button svg {
    color: #a013a8 !important;
}
.wc-block-components-totals-coupon .wc-block-components-totals-coupon__input-wrapper {
    display: flex;
    gap: 8px;
}
.wc-block-components-totals-coupon__button {
    background: #a013a8 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
}
.wc-block-components-totals-coupon__button:hover {
    background: #8a0f90 !important;
}

/* Classic checkout coupon form */
.woocommerce-checkout .checkout_coupon {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
}
.woocommerce-checkout .checkout_coupon .button {
    background: #a013a8;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    padding: 10px 20px;
}
.woocommerce-checkout .checkout_coupon .button:hover {
    background: #8a0f90;
}

/* WooCommerce notices */
.site-content>.col-full>.woocommerce>.woocommerce-message:first-child,
.site-content>.col-full>.woocommerce>.woocommerce-info:first-child,
.site-content>.col-full>.woocommerce>.woocommerce-error:first-child {
    margin-top: 0.617924em;
}

.woocommerce-info {
    border-top-color: #a013a8;
}

.woocommerce-message {
    background: #a013a8 !important;
    color: #fff !important;
    border: none !important;
    border-top: none !important;
    border-radius: 10px !important;
    padding: 15px !important;
    padding-left: 52px !important;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 2px 8px rgba(160, 19, 168, 0.25);
}
.woocommerce-message::before {
    color: #fff !important;
}
.woocommerce-message a.button,
.woocommerce-message a.button.wc-forward {
    background: #fff !important;
    color: #a013a8 !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    padding: 10px 22px !important;
    text-decoration: none !important;
    transition: background 0.15s, color 0.15s;
}
.woocommerce-message a.button:hover,
.woocommerce-message a.button.wc-forward:hover {
    background: #f3e5f5 !important;
    color: #8a0f90 !important;
    outline: none !important;
    box-shadow: none !important;
}
.woocommerce-message a.button:focus,
.woocommerce-message a.button.wc-forward:focus {
    outline: none !important;
    box-shadow: none !important;
}
.woocommerce-message a:not(.button) {
    color: #fff !important;
    text-decoration: underline;
}

/* Cart buttons */
.woocommerce .cart .button,
.woocommerce .cart input.button {
    background: #a013a8;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    padding: 10px 20px;
    transition: background 0.15s;
}
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover {
    background: #8a0f90;
}

/* Proceed to checkout from cart */
.wc-proceed-to-checkout a.checkout-button {
    background: #a013a8 !important;
    color: #fff !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 14px 32px !important;
    transition: background 0.15s;
}
.wc-proceed-to-checkout a.checkout-button:hover {
    background: #8a0f90 !important;
}

/* Hide PayPal Payments JS error in checkout order meta */
.wc-block-components-order-meta > p:only-child {
    display: none;
}

/* Override WooCommerce order summary border */
.wp-block-woocommerce-checkout-order-summary-block {
    border: none !important;
}

/* WooCommerce checkout/cart width constraints */
.wc-block-checkout__form {
    margin: 0 !important;
    max-width: 97% !important;
}
.editor-styles-wrapper table.wc-block-cart-items,
table.wc-block-cart-items {
    width: 97% !important;
}

/* Order summary sidebar — subtle background (checkout + cart) */
.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block,
.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    background: #f5f5f5 !important;
    padding: 32px 28px !important;
}
/* Full-height background bleed on checkout + cart wrapper */
.wc-block-checkout.wp-block-woocommerce-checkout,
.wp-block-woocommerce-cart {
    position: relative;
}
.wc-block-checkout.wp-block-woocommerce-checkout::after,
.wp-block-woocommerce-cart::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    background: #f5f5f5;
    z-index: -1;
    pointer-events: none;
}

@media (max-width: 768px) {
    .woocommerce-checkout #payment .payment_methods li {
        padding: 14px 16px;
    }
    .woocommerce-checkout #payment .place-order {
        padding: 16px;
    }
    .wp-block-woocommerce-checkout-totals-block,
    .wp-block-woocommerce-cart-totals-block {
        margin: 0;
        padding: 24px 16px;
    }
    .wp-block-woocommerce-checkout::after,
    .wp-block-woocommerce-cart::after {
        display: none;
    }
}

/* =====================
   MY ACCOUNT
   ===================== */

/* WooCommerce buttons — override purple Storefront defaults */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .woocommerce-button,
.woocommerce .button,
.woocommerce-MyAccount-content a.button,
.woocommerce-orders-table .button {
    background: #a013a8 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    transition: background 0.15s;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce .woocommerce-button:hover,
.woocommerce .button:hover,
.woocommerce-MyAccount-content a.button:hover,
.woocommerce-orders-table .button:hover {
    background: #8a0f90 !important;
}

/* My Account sidebar nav */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.woocommerce-MyAccount-navigation li a {
    color: #444;
    text-decoration: none;
    transition: color 0.15s;
}
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
    color: #111;
    font-weight: 600;
}