/* ============================================
   MUCCI BOAT — Global Styles
   ============================================ */

/* ---------- Custom Properties ---------- */
:root {
    --navy: #1B3A5C;
    --navy-dark: #142C47;
    --navy-light: #234B6E;
    --gold: #C4A265;
    --gold-hover: #B39255;
    --gold-light: #D4BA80;
    --white: #FFFFFF;
    --off-white: #F8F6F1;
    --light-bg: #F5F2EC;
    --text-dark: #1E2D3D;
    --text-medium: #5A6A7A;
    --text-light: #8A96A2;
    --border-color: #E5E1DA;
    --border-light: #F0EDE7;

    --font-heading: 'Playfair Display', Georgia, 'Times New Roman', serif;
    --font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

    --container-width: 1200px;
    --container-padding: 20px;
    --section-padding: 100px;
    --header-height: 88px;

    --ease: cubic-bezier(0.4, 0, 0.2, 1);
    --transition: 0.3s var(--ease);
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.12);
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
}

/* ---------- Base ---------- */
body {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-dark);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-dark);
}

h1 { font-size: 52px; }
h2 { font-size: 42px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 16px; }

p { margin-bottom: 16px; }
p:last-child { margin-bottom: 0; }

a {
    color: var(--gold);
    text-decoration: none;
    transition: color var(--transition);
}
a:hover { color: var(--gold-hover); }

img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
}

/* ---------- Layout ---------- */
.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.section {
    padding: 0;
}

/* ---------- Section Elements ---------- */
.section-label {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
    display: block;
}

.section-heading {
    font-family: var(--font-heading);
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-dark);
    margin-bottom: 24px;
}

.section-text {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-medium);
    max-width: 700px;
}

.text-center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 14px 32px;
    border-radius: var(--radius-sm);
    border: 1.5px solid transparent;
    cursor: pointer;
    transition: all var(--transition);
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
}

.btn--primary {
    background: var(--gold);
    color: var(--white);
    border-color: var(--gold);
}
.btn--primary:hover {
    background: var(--gold-hover);
    border-color: var(--gold-hover);
    color: var(--white);
}

.btn--outline {
    background: transparent;
    color: var(--gold);
    border-color: var(--gold);
}
.btn--outline:hover {
    background: var(--gold);
    color: var(--white);
}

.btn--outline-white {
    background: transparent;
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.4);
}
.btn--outline-white:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.8);
    color: var(--white);
}

/* ---------- Link Arrow ---------- */
.link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    color: var(--gold);
    transition: gap var(--transition), color var(--transition);
}
.link-arrow:hover {
    gap: 10px;
    color: var(--gold-hover);
}
.link-arrow::after {
    content: '→';
    font-size: 16px;
}
.link-arrow--dark::after { content: '→'; }
.link-arrow--dark { color: var(--text-dark); }
.link-arrow--dark:hover { color: var(--gold); }

/* ---------- Placeholder ---------- */
.placeholder {
    background: #C8C5BE;
    width: 100%;
    height: 100%;
    position: relative;
}
.placeholder--dark { background: #9E9B94; }
.placeholder--hero {
    background: linear-gradient(180deg, #3A5A7C 0%, #1B3A5C 40%, #162F4C 100%);
}

/* ---------- Icon Circle ---------- */
.icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1.5px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.icon-circle svg {
    width: 28px;
    height: 28px;
    stroke: var(--gold);
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ============================================
   HEADER
   ============================================ */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: box-shadow 0.4s ease;
}
.site-header.scrolled {
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.08);
}

/* ---------- Top Info Bar ---------- */
.header-topbar {
    background: var(--white);
    color: var(--navy);
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 1;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.header-topbar__inner {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    width: 100%;
    padding: 0 10px 0 24px;
}
.header-topbar__item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--navy);
    font-size: 12px;
    padding: 10px 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.header-topbar__item svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    opacity: 0.5;
}
.header-topbar__link {
    text-decoration: none;
    color: var(--navy);
    transition: color var(--transition);
}
.header-topbar__link:hover { color: var(--gold); }
.header-topbar__social {
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--navy);
    font-size: 16px;
    font-weight: 700;
    font-family: var(--font-body);
    text-decoration: none;
    transition: all var(--transition);
    line-height: 1;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    padding: 10px 0;
}
.header-topbar__social svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
}
.header-topbar__social:hover {
    color: var(--gold);
}

/* ---------- Main Nav Bar ---------- */
.header-main {
    background: var(--white);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.header-inner {
    display: flex;
    align-items: center;
    height: var(--header-height);
    width: 100%;
    padding: 0 24px;
    gap: 24px;
}

/* Logo */
.header-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    flex-shrink: 0;
}
.header-logo__icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-logo__icon svg {
    width: 46px;
    height: 46px;
    stroke: var(--navy);
    fill: none;
}
.header-logo__text {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--navy);
    line-height: 1.35;
    transition: color var(--transition);
}
.header-logo__text span { display: block; }

/* Custom Logo (from WP Customizer) */
.header-logo--custom {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.header-logo--custom a {
    display: flex;
    align-items: center;
}
.header-logo--custom img {
    height: 60px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    padding: 8px 0;
}

/* Nav */
.header-nav {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
}
nav.header-nav ul,
.header-nav__list {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 6px;
}
nav.header-nav ul li,
.header-nav__list .menu-item {
    display: inline-flex !important;
    align-items: center;
    float: none;
}
nav.header-nav ul li a,
.header-nav__list .menu-item a {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--navy) !important;
    text-decoration: none;
    transition: color var(--transition);
    white-space: nowrap;
    padding: 10px 13px;
    display: block;
    line-height: 1;
}
nav.header-nav ul li a:hover,
.header-nav__list .menu-item a:hover { color: var(--gold) !important; }
nav.header-nav ul li.current-menu-item a,
.header-nav__list .menu-item.current-menu-item a { color: var(--gold) !important; }

/* Right Side */
.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    margin-left: auto;
}

.header-icon {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--navy);
    cursor: pointer;
    transition: color var(--transition);
    background: none;
    border: none;
    padding: 0;
    position: relative;
}
.header-icon svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.header-icon:hover { color: var(--gold); }
a.header-icon { text-decoration: none; }

.header-icon__badge {
    position: absolute;
    top: -8px;
    right: -10px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ECECEC;
    color: #1B3A5C;
    font-size: 9px;
    font-weight: 700;
    font-family: var(--font-body);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.header-lang {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--navy);
    cursor: pointer;
    transition: color var(--transition);
    user-select: none;
}
.header-lang:hover { color: var(--gold); }

/* ---------- Hamburger Button (hidden on desktop) ---------- */
.header-hamburger {
    display: none;
    width: 28px;
    height: 20px;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    z-index: 1001;
}
.header-hamburger span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--navy);
    border-radius: 1px;
    transition: all 0.3s ease;
}
.header-hamburger span:nth-child(1) { top: 0; }
.header-hamburger span:nth-child(2) { top: 50%; transform: translateY(-50%); }
.header-hamburger span:nth-child(3) { bottom: 0; }
.header-hamburger.active span:nth-child(1) { top: 50%; transform: translateY(-50%) rotate(45deg); }
.header-hamburger.active span:nth-child(2) { opacity: 0; }
.header-hamburger.active span:nth-child(3) { bottom: 50%; transform: translateY(50%) rotate(-45deg); }

body.menu-open { overflow: hidden; }

/* ============================================
   RESPONSIVE — TABLET (≤1024px)
   ============================================ */
@media (max-width: 1024px) {

    /* --- Variables override --- */
    :root {
        --section-padding: 64px;
        --header-height: 72px;
    }

    h1 { font-size: 40px; }
    h2 { font-size: 34px; }
    h3 { font-size: 26px; }

    .section-heading { font-size: 34px; }

    /* --- Header topbar: hide address, keep phone + social --- */
    .header-topbar__inner { padding: 0 24px; }
    .header-topbar__item:first-child { display: none; }

    /* --- Main nav: hide desktop nav, show hamburger --- */
    .header-inner { padding: 0 24px; gap: 16px; }
    .header-hamburger { display: flex; }

    .header-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 320px;
        height: 100vh;
        background: var(--white);
        flex-direction: column;
        justify-content: flex-start;
        padding: 100px 32px 40px;
        box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
        transition: right 0.35s var(--ease);
        z-index: 999;
        overflow-y: auto;
    }
    .header-nav.open { right: 0; }

    nav.header-nav ul,
    .header-nav__list {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0 !important;
        width: 100%;
    }
    nav.header-nav ul li,
    .header-nav__list .menu-item {
        width: 100%;
        border-bottom: 1px solid var(--border-light);
    }
    nav.header-nav ul li a,
    .header-nav__list .menu-item a {
        padding: 16px 0 !important;
        font-size: 13px !important;
        letter-spacing: 1.5px !important;
    }

    /* --- Footer --- */
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom {
        flex-wrap: wrap;
        gap: 12px;
    }
    .footer-bottom__badge { margin-left: auto; }
}

/* ============================================
   RESPONSIVE — MOBILE (≤768px)
   ============================================ */
@media (max-width: 768px) {

    :root {
        --section-padding: 48px;
        --header-height: 64px;
        --container-padding: 16px;
    }

    h1 { font-size: 32px; }
    h2 { font-size: 28px; }
    h3 { font-size: 22px; }

    .section-heading { font-size: 28px; }
    .section-label { font-size: 11px; letter-spacing: 2px; }
    .section-text { font-size: 15px; }

    /* --- Header topbar: hide entirely on mobile --- */
    .header-topbar { display: none; }

    .header-inner { padding: 0 16px; align-items: center; }
    .header-logo__icon { width: 38px; height: 38px; }
    .header-logo__icon svg { width: 38px; height: 38px; }
    .header-logo__text { font-size: 11px; letter-spacing: 2px; }
    .header-logo { gap: 8px; }
    .header-logo--custom img { height: 44px; padding: 6px 0; }
    .header-right { gap: 14px; }

    .header-nav { width: 100%; right: -100%; }
    .header-nav.open { right: 0; }

    .header-icon { width: 24px; height: 24px; }
    .header-icon svg { width: 16px; height: 16px; }

    /* --- Footer --- */
    .footer-main { padding: 48px 0 32px; }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    .footer-bottom__badge { margin: 0 auto; }
    .footer-bottom__links { flex-wrap: wrap; gap: 12px; }
}

/* ============================================
   RESPONSIVE — SMALL PHONE (≤480px)
   ============================================ */
@media (max-width: 480px) {

    :root {
        --section-padding: 40px;
        --header-height: 56px;
    }

    h1 { font-size: 28px; }
    h2 { font-size: 24px; }

    .section-heading { font-size: 24px; }

    .btn { padding: 12px 24px; font-size: 13px; }

    .header-logo__text { display: none; }
    .header-logo__icon { width: 36px; height: 36px; }
    .header-logo__icon svg { width: 36px; height: 36px; }
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
    background: #002348;
    color: rgba(255, 255, 255, 0.6);
}

.footer-main { padding: 72px 0 56px; background: #002954; }

.footer-grid {
    display: grid;
    grid-template-columns: 320px 1fr 1fr 1fr;
    gap: 40px 48px;
    align-items: start;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.footer-logo {
    display: inline-block;
    text-decoration: none;
}

.footer-logo__img {
    height: 72px;
    width: auto;
    display: block;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 4px;
}

.footer-contact__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 13px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.55);
}

.footer-contact__item strong {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.footer-contact__item svg {
    width: 16px;
    height: 16px;
    stroke: var(--gold);
    fill: none;
    stroke-width: 1.5;
    flex-shrink: 0;
    margin-top: 2px;
}

.footer-column__title {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    color: var(--gold);
    margin-bottom: 28px;
}

.footer-column__links {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer-column__link {
    font-family: var(--font-body);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color var(--transition);
}

.footer-column__link:hover { color: var(--gold); }

.footer-column__link--upper {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.footer-column--last {
    display: flex;
    flex-direction: column;
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 32px;
}

.footer-social__link {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-decoration: none;
    transition: all var(--transition);
}

.footer-social__link:hover { background: rgba(255, 255, 255, 0.25); color: var(--white); }

.footer-social__link svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
}

.footer-bottom-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #002348;
}

.footer-bottom {
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-bottom__copy {
    flex-shrink: 0;
}

.footer-bottom__links {
    display: flex;
    gap: 16px;
    align-items: center;
}

.footer-bottom__links span { color: rgba(255, 255, 255, 0.5); }

.footer-bottom a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color var(--transition);
}

.footer-bottom a:hover { color: var(--gold); }

.footer-bottom__badge {
    margin-left: auto;
    flex-shrink: 0;
}

.footer-bottom__badge-img {
    height: 60px;
    width: auto;
    display: block;
}

/* ── Footer responsive ── */
@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
    .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
    .footer-main { padding: 48px 0 32px; }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    .footer-bottom__badge { margin: 0 auto; }
}

/* ============================================
   ChatBoat Widget
   ============================================ */
#chatboat-widget {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    font-family: inherit;
}

.chatboat-toggle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--navy, #1b3a5c);
    border: 1px solid rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0,0,0,0.25);
    transition: transform 0.2s, background 0.2s;
}
.chatboat-toggle:hover {
    transform: scale(1.08);
    background: rgba(27,58,92,0.9);
}
.chatboat-toggle__icon {
    width: 28px;
    height: 28px;
}

.chatboat-window {
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 380px;
    height: 520px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
    flex-direction: column;
    overflow: hidden;
}
.chatboat-window__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: var(--navy, #1b3a5c);
    color: #fff;
}
.chatboat-window__title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.chatboat-window__close {
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
    padding: 0 4px;
}
.chatboat-window__close:hover {
    opacity: 0.7;
}
.chatboat-window__body {
    flex: 1;
    min-height: 0;
}

@media (max-width: 480px) {
    .chatboat-window {
        width: calc(100vw - 32px);
        right: -8px;
        height: 70vh;
    }
}

.wc-block-components-sidebar-layout{
    margin-top: 60px!important;
    margin-bottom: 60px!important;
}
.cta-banner {
    padding: 52px 0!important;
    background: var(--gold);
}
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted{
    border:0px!important;
    box-shadow: none !important;
}
.owlise-chat-container .owlise-chat-header-info h3{
    color:#fff!important;
}
.owlise-chat-toggle{
    width: 48px!important;
    height: 48px!important;
}

/* --- Owlise chat bubble tooltip --- */
.owlise-bubble {
    position: fixed;
    bottom: 82px;
    right: 24px;
    z-index: 99998;
    background: var(--navy, #1b3a5c);
    color: #fff;
    font-family: var(--font-body, sans-serif);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    padding: 12px 18px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.18);
    max-width: 220px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}
.owlise-bubble.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.owlise-bubble::after {
    content: '';
    position: absolute;
    bottom: -7px;
    right: 20px;
    width: 14px;
    height: 14px;
    background: var(--navy, #1b3a5c);
    transform: rotate(45deg);
    border-radius: 2px;
}

/* --- Owlise shake animation --- */
@keyframes owlise-shake {
    0%, 100% { transform: rotate(0deg); }
    15%  { transform: rotate(8deg); }
    30%  { transform: rotate(-7deg); }
    45%  { transform: rotate(6deg); }
    60%  { transform: rotate(-4deg); }
    75%  { transform: rotate(2deg); }
}
#owlise-chat-toggle.shake {
    animation: owlise-shake 0.6s ease-in-out !important;
}
.wp-block-woocommerce-checkout {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 40px 20px 60px;
}
.wc-block-components-address-form__email input[type="email"] {
    padding-top: 22px !important;
}

/* ---- Order received / Thank-you overview ---- */
.woocommerce-order-overview.order_details::before,
.woocommerce-order-overview.order_details::after {
    display: none !important;
}
.woocommerce-order-overview.order_details {
    list-style: none;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 0;
    border: 1px solid rgba(11,31,58,.12);
    border-radius: var(--radius-sm, 6px);
    overflow: hidden;
    margin: 32px 0 40px;
    padding: 0;
}
.woocommerce-order-overview.order_details li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 20px 24px;
    border-right: 1px solid rgba(11,31,58,.12);
    border-bottom: none;
    font-family: var(--font-body, sans-serif);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: var(--text-muted, #5a6a7a);
    background: #fff;
}
.woocommerce-order-overview.order_details li:last-child {
    border-right: none;
}
.woocommerce-order-overview.order_details li:nth-child(n+5) {
    grid-column: 1 / -1;
    border-right: none;
    border-top: 1px solid rgba(11,31,58,.12);
}
.asw-menu-btn {
    bottom: 44px !important;
    left: 100px !important;
    width: 36px !important;
    height: 36px !important;
}
#owlise-chat-container {
    bottom: 40px!important;
}
.woocommerce-order-overview.order_details li strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    color: var(--navy, #0b1f3a);
    word-break: break-word;
    white-space: normal;
    line-height: 1.3;
}
@media (max-width: 899px) {
    .woocommerce-order-overview.order_details {
        grid-template-columns: repeat(3, 1fr);
    }
    .woocommerce-order-overview.order_details li {
        border-bottom: 1px solid rgba(11,31,58,.12);
    }
    .woocommerce-order-overview.order_details li:nth-child(3n) {
        border-right: none;
    }
}
@media (max-width: 599px) {
    .woocommerce-order-overview.order_details {
        grid-template-columns: 1fr 1fr;
    }
    .woocommerce-order-overview.order_details li:nth-child(3n) {
        border-right: 1px solid rgba(11,31,58,.12);
    }
    .woocommerce-order-overview.order_details li:nth-child(even) {
        border-right: none;
    }
}

@media (max-width: 699px) {
     .wc-block-components-sidebar-layout .wc-block-components-sidebar {
        padding: 20px !important;
    }
}

.uc-privacy-policy{
    width: 80%;
    margin: 0 auto;
    margin-top: 100px;
}

@media (max-width: 767px) {
    .asw-menu-btn{
        bottom: 28px!important;
        left: 80px!important;
    }

    #owlise-chat-container {
        bottom: 24px!important;
    }

    .uc-privacy-policy{
        width: 90%;
        margin-top: 50px;
    }
}
