:root {
    --othree-header-height: 96px;
    --othree-menu-width: clamp(420px, 33vw, 620px);
    --othree-subnav-width: clamp(340px, 25vw, 520px);
    --othree-panel-pad-x: clamp(28px, 3vw, 44px);
    --othree-cream: var(--wp--preset--color--soft-cream, #f7f7ef);
    --othree-panel: #fff6e4;
    --othree-dark: var(--wp--preset--color--charcoal-black, #171b26);
    --othree-muted: #938f80;
    --othree-line: rgba(23, 27, 38, .16);
    --othree-blue: var(--wp--preset--color--electric-blue, #006fff);
    --othree-gold: var(--wp--preset--color--gold, #f4a52c);
}

/* Header */

.othree-site-header {
    position: relative;
    z-index: 999;
    background: var(--othree-warm-white);
    color: var(--othree-dark);
}

.othree-site-header *,
.othree-site-header *::before,
.othree-site-header *::after {
    box-sizing: border-box;
}

.othree-header-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: var(--othree-header-height);
    padding: 0 clamp(24px, 4vw, 76px);
}

.othree-menu-toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
    appearance: none;
}

.othree-menu-button {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    gap: 13px;
    cursor: pointer;
    color: inherit;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.othree-menu-icon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 17px;
    border-top: 4px solid currentColor;
    border-bottom: 4px solid currentColor;
}

.othree-menu-icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 32px;
    height: 4px;
    background: currentColor;
    transform: translateY(-50%);
}

.othree-header-logo {
    justify-self: center;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.othree-header-logo img {
    display: block;
    width: min(310px, 34vw);
    height: auto;
}

.othree-header-shop-button {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 24px;
    border: 1px solid currentColor;
    border-radius: 999px;
    color: inherit;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
}

/* Overlay */

.othree-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 1000;
    visibility: hidden;
    pointer-events: none;
}

.othree-menu-toggle:checked ~ .othree-menu-overlay {
    visibility: visible;
    pointer-events: auto;
}

.othree-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1;
    display: block;
    background: transparent;
    opacity: 1;
    cursor: default;
}

/* Main drawer */

.othree-menu-panel {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: var(--othree-menu-width);
    height: 100vh;
    padding: 38px var(--othree-panel-pad-x) 44px;
    background: var(--othree-cream);
    color: var(--othree-dark);
    transform: translateX(-100%);
    transition: transform .32s ease;
    overflow: visible;
}

.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-menu-panel {
    transform: translateX(0);
}

.othree-menu-panel-top {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-start;
    margin-bottom: clamp(48px, 7vh, 86px);
}

.othree-menu-close {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    color: inherit;
    font-size: 17px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.othree-menu-close span:first-child {
    font-size: 34px;
    line-height: .65;
    font-weight: 400;
}

.othree-main-navigation {
    flex: 0 0 auto;
}

/* Menu reset */

.othree-shop-nav,
.othree-shop-nav ul,
.othree-secondary-nav,
.othree-secondary-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.othree-shop-nav {
    display: grid;
    gap: 0;
    margin-left: calc(var(--othree-panel-pad-x) * -1);
    margin-right: calc(var(--othree-panel-pad-x) * -1);
}

.othree-shop-nav > li {
    position: static;
    border-bottom: 1px solid var(--othree-line);
}

/* Hide walker radio/checkbox controls */

.othree-shop-nav input[type="radio"],
.othree-shop-nav input[type="checkbox"] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    appearance: none !important;
}

/* Top-level shop links */

.othree-shop-nav > li > a,
.othree-shop-nav > li > label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    min-height: 74px;
    margin: 0;
    padding: 14px var(--othree-panel-pad-x);
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    font-size: clamp(26px, 2.4vw, 38px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.othree-shop-nav > li > a:hover,
.othree-shop-nav > li > a:focus-visible,
.othree-shop-nav > li > label:hover,
.othree-shop-nav > li:has(> input:checked) > a,
.othree-shop-nav > li:has(> input:checked) > label {
    color: var(--othree-blue);
}

.othree-shop-nav > li.menu-item-has-children > a::after,
.othree-shop-nav > li.menu-item-has-children > label::after,
.othree-shop-nav > li:has(> ul) > a::after,
.othree-shop-nav > li:has(> ul) > label::after {
    content: "";
    flex: 0 0 auto;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid currentColor;
}

/* Subnav drawer */

.othree-shop-nav > li > ul,
.othree-shop-nav > li > .sub-menu,
.othree-shop-nav > li > .othree-subnav,
.othree-shop-nav > li > .othree-sub-menu,
.othree-shop-nav > li > .othree-subnav-panel,
.othree-shop-nav > li > .othree-menu-subnav,
.othree-shop-nav > li > .othree-discover-panel,
.othree-shop-nav > li > [class*="subnav"],
.othree-shop-nav > li > [class*="submenu"],
.othree-shop-nav > li > [class*="discover"] {
    position: fixed;
    top: var(--othree-header-height);
    left: var(--othree-menu-width);
    z-index: 3;
    display: block;
    width: var(--othree-subnav-width);
    height: calc(100vh - var(--othree-header-height));
    margin: 0;
    padding: clamp(52px, 7vh, 76px) clamp(28px, 3vw, 48px) 48px;
    background: var(--othree-panel);
    color: var(--othree-dark);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(calc(-100% - var(--othree-menu-width)));
    transition: opacity .24s ease, transform .32s ease, visibility .24s ease;
}

/* Click-only subnav opening */

.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked) > ul,
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked) > .sub-menu,
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked) > .othree-subnav,
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked) > .othree-sub-menu,
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked) > .othree-subnav-panel,
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked) > .othree-menu-subnav,
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked) > .othree-discover-panel,
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked) > [class*="subnav"],
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked) > [class*="submenu"],
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked) > [class*="discover"],
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li > input:checked ~ ul,
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li > input:checked ~ .sub-menu,
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li > input:checked ~ .othree-subnav,
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li > input:checked ~ .othree-sub-menu,
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li > input:checked ~ .othree-subnav-panel,
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li > input:checked ~ .othree-menu-subnav,
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li > input:checked ~ .othree-discover-panel,
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li > input:checked ~ [class*="subnav"],
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li > input:checked ~ [class*="submenu"],
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li > input:checked ~ [class*="discover"] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
}

/* Prevent hover from controlling subnav */

.othree-shop-nav > li:hover > ul,
.othree-shop-nav > li:focus-within > ul,
.othree-shop-nav > li:hover > .sub-menu,
.othree-shop-nav > li:focus-within > .sub-menu,
.othree-shop-nav > li:hover > .othree-subnav,
.othree-shop-nav > li:focus-within > .othree-subnav,
.othree-shop-nav > li:hover > .othree-sub-menu,
.othree-shop-nav > li:focus-within > .othree-sub-menu,
.othree-shop-nav > li:hover > .othree-subnav-panel,
.othree-shop-nav > li:focus-within > .othree-subnav-panel,
.othree-shop-nav > li:hover > .othree-menu-subnav,
.othree-shop-nav > li:focus-within > .othree-menu-subnav,
.othree-shop-nav > li:hover > .othree-discover-panel,
.othree-shop-nav > li:focus-within > .othree-discover-panel,
.othree-shop-nav > li:hover > [class*="subnav"],
.othree-shop-nav > li:focus-within > [class*="subnav"],
.othree-shop-nav > li:hover > [class*="submenu"],
.othree-shop-nav > li:focus-within > [class*="submenu"],
.othree-shop-nav > li:hover > [class*="discover"],
.othree-shop-nav > li:focus-within > [class*="discover"] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(calc(-100% - var(--othree-menu-width)));
}

.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked):hover > ul,
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked):focus-within > ul,
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked):hover > .sub-menu,
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked):focus-within > .sub-menu,
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked):hover > .othree-subnav,
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked):focus-within > .othree-subnav,
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked):hover > [class*="subnav"],
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked):focus-within > [class*="subnav"],
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked):hover > [class*="submenu"],
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked):focus-within > [class*="submenu"],
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked):hover > [class*="discover"],
.othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked):focus-within > [class*="discover"] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
}

/* Subnav contents */

.othree-shop-nav .sub-menu,
.othree-shop-nav .sub-menu ul,
.othree-subnav,
.othree-subnav ul {
    list-style: none;
}

.othree-shop-nav .sub-menu li,
.othree-subnav li {
    margin: 0;
}

.othree-shop-nav .sub-menu a,
.othree-subnav a,
.othree-shop-nav > li > [class*="subnav"] a,
.othree-shop-nav > li > [class*="submenu"] a,
.othree-shop-nav > li > [class*="discover"] a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 58px;
    padding: 10px 0;
    color: inherit;
    text-decoration: none;
    font-size: clamp(21px, 1.9vw, 30px);
    line-height: 1.12;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.othree-subnav-link-text {
    min-width: 0;
}

.othree-subnav-link-icon,
.othree-shop-nav .sub-menu a img,
.othree-subnav a img,
.othree-shop-nav > li > [class*="subnav"] a img,
.othree-shop-nav > li > [class*="submenu"] a img,
.othree-shop-nav > li > [class*="discover"] a img {
    flex: 0 0 auto;
    width: 35px;
    height: 35px;
    object-fit: contain;
    margin-left: auto;
}

.othree-shop-nav .sub-menu a:hover,
.othree-shop-nav .sub-menu a:focus-visible,
.othree-subnav a:hover,
.othree-subnav a:focus-visible,
.othree-shop-nav > li > [class*="subnav"] a:hover,
.othree-shop-nav > li > [class*="subnav"] a:focus-visible,
.othree-shop-nav > li > [class*="submenu"] a:hover,
.othree-shop-nav > li > [class*="submenu"] a:focus-visible,
.othree-shop-nav > li > [class*="discover"] a:hover,
.othree-shop-nav > li > [class*="discover"] a:focus-visible {
    color: var(--othree-blue);
}

.othree-subnav-grid {
    display: grid;
    gap: 26px;
}

.othree-subnav-explore {
    display: grid;
    gap: 16px;
    margin-top: clamp(54px, 7vh, 82px);
}

.othree-subnav-explore-label {
    display: inline-flex;
    width: fit-content;
    padding: 6px 11px;
    border-radius: 4px;
    background: var(--othree-gold);
    color: var(--othree-dark);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
}

.othree-subnav-explore h3,
.othree-subnav-explore p {
    margin: 0;
}

.othree-subnav-explore h3 {
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.12;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.othree-subnav-explore p {
    font-size: 16px;
    line-height: 1.45;
}

/* Secondary nav */

.othree-secondary-nav-wrap {
    margin-top: clamp(28px, 4vh, 52px);
}

.othree-secondary-nav {
    display: grid;
    gap: 8px;
}

.othree-secondary-nav a {
    color: inherit;
    text-decoration: none;
    font-size: clamp(17px, 1.45vw, 24px);
    line-height: 1.18;
    font-weight: 400;
}

.othree-secondary-nav a:hover,
.othree-secondary-nav a:focus-visible {
    color: var(--othree-blue);
}

/* Contact pinned to bottom */

.othree-menu-contact {
    flex: 0 0 auto;
    margin-top: auto;
    padding-top: 36px;
    color: var(--othree-dark);
    font-size: clamp(15px, 1.25vw, 20px);
    line-height: 1.35;
}

.othree-menu-contact p {
    margin: 0 0 10px;
    color: var(--othree-muted);
    font-weight: 400;
}

.othree-menu-contact-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.othree-menu-contact a {
    color: inherit;
    text-decoration: none;
}

.othree-menu-contact a:hover,
.othree-menu-contact a:focus-visible {
    color: var(--othree-blue);
}

#menu-drysuits-extra-nav li a {
    font-size:1.2em;
    padding-left:40px;
    position: relative;
}
#menu-drysuits-extra-nav li a:before {
    content:'';
    height: 20px;
    width: 20px;
    background-image: url(img/button-arrow.svg);
    background-size: contain;
    background-position: center;
    display: block;
    position: absolute; 
    margin-left: -30px;
    transition:0.3s transform;
}
#menu-drysuits-extra-nav li:hover a:before {
    transform: rotate(45deg);
}

/* Mobile */

@media (max-width: 1023px) {
    :root {
        --othree-menu-width: 100vw;
        --othree-subnav-width: 100vw;
        --othree-panel-pad-x: clamp(24px, 5vw, 42px);
    }

    .othree-header-shop-button {
        display: none;
    }

    .othree-header-logo img {
        width: min(250px, 48vw);
    }

    .othree-menu-panel {
        overflow-y: auto;
        overflow-x: hidden;
        padding: 34px var(--othree-panel-pad-x);
    }

    .othree-menu-panel-top {
        margin-bottom: 52px;
    }

    .othree-menu-close {
        font-size: 22px;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0;
    }

    .othree-menu-close span:first-child {
        font-size: 34px;
    }

    .othree-shop-nav {
        margin-left: 0;
        margin-right: 0;
    }

    .othree-shop-nav > li {
        border-bottom: 0;
    }

    .othree-shop-nav > li > a,
    .othree-shop-nav > li > label {
        min-height: 0;
        padding: 7px 0;
        font-size: clamp(30px, 8.6vw, 42px);
        line-height: 1.03;
        font-weight: 800;
        letter-spacing: -0.055em;
    }

    .othree-shop-nav > li.menu-item-has-children > a::after,
    .othree-shop-nav > li.menu-item-has-children > label::after,
    .othree-shop-nav > li:has(> ul) > a::after,
    .othree-shop-nav > li:has(> ul) > label::after {
        border-top-width: 6px;
        border-bottom-width: 6px;
        border-left-width: 8px;
    }

    .othree-shop-nav > li > ul,
    .othree-shop-nav > li > .sub-menu,
    .othree-shop-nav > li > .othree-subnav,
    .othree-shop-nav > li > .othree-sub-menu,
    .othree-shop-nav > li > .othree-subnav-panel,
    .othree-shop-nav > li > .othree-menu-subnav,
    .othree-shop-nav > li > .othree-discover-panel,
    .othree-shop-nav > li > [class*="subnav"],
    .othree-shop-nav > li > [class*="submenu"],
    .othree-shop-nav > li > [class*="discover"] {
        position: static;
        display: none;
        width: auto;
        height: auto;
        margin: 10px 0 22px;
        padding: 0 0 0 18px;
        border-left: 2px solid var(--othree-line);
        background: transparent;
        color: var(--othree-dark);
        box-shadow: none;
        overflow: visible;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
    }

    .othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked) > ul,
    .othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked) > .sub-menu,
    .othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked) > .othree-subnav,
    .othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked) > .othree-sub-menu,
    .othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked) > .othree-subnav-panel,
    .othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked) > .othree-menu-subnav,
    .othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked) > .othree-discover-panel,
    .othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked) > [class*="subnav"],
    .othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked) > [class*="submenu"],
    .othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li:has(> input:checked) > [class*="discover"],
    .othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li > input:checked ~ ul,
    .othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li > input:checked ~ .sub-menu,
    .othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li > input:checked ~ .othree-subnav,
    .othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li > input:checked ~ .othree-sub-menu,
    .othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li > input:checked ~ .othree-subnav-panel,
    .othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li > input:checked ~ .othree-menu-subnav,
    .othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li > input:checked ~ .othree-discover-panel,
    .othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li > input:checked ~ [class*="subnav"],
    .othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li > input:checked ~ [class*="submenu"],
    .othree-menu-toggle:checked ~ .othree-menu-overlay .othree-shop-nav > li > input:checked ~ [class*="discover"] {
        display: block;
    }

    .othree-shop-nav .sub-menu a,
    .othree-subnav a,
    .othree-shop-nav > li > [class*="subnav"] a,
    .othree-shop-nav > li > [class*="submenu"] a,
    .othree-shop-nav > li > [class*="discover"] a {
        min-height: 0;
        padding: 7px 0;
        font-size: clamp(17px, 4.8vw, 22px);
        line-height: 1.25;
        font-weight: 500;
        letter-spacing: -0.02em;
    }

    .othree-subnav-link-icon,
    .othree-shop-nav .sub-menu a img,
    .othree-subnav a img,
    .othree-shop-nav > li > [class*="subnav"] a img,
    .othree-shop-nav > li > [class*="submenu"] a img,
    .othree-shop-nav > li > [class*="discover"] a img {
        width: 34px;
        height: 34px;
    }

    .othree-subnav-explore {
        gap: 9px;
        margin-top: 16px;
        padding: 0;
        background: transparent;
        color: var(--othree-dark);
    }

    .othree-subnav-explore-label {
        padding: 0;
        background: transparent;
        color: var(--othree-muted);
        font-size: 16px;
        font-weight: 400;
    }

    .othree-subnav-explore h3 {
        font-size: 22px;
        font-weight: 700;
    }

    .othree-subnav-explore p {
        font-size: 15px;
    }

    .othree-secondary-nav-wrap {
        margin-top: 36px;
    }

    .othree-secondary-nav {
        gap: 8px;
    }

    .othree-secondary-nav a {
        font-size: 19px;
    }

    .othree-menu-contact {
        margin-top: auto;
        padding-top: 46px;
        font-size: 16px;
    }

    .othree-menu-contact p {
        font-size: 16px;
    }
}

@media (max-width: 680px) {
    :root {
        --othree-header-height: 78px;
        --othree-panel-pad-x: 30px;
    }

    .othree-header-inner {
        padding-inline: 18px;
    }

    .othree-menu-button {
        gap: 11px;
        font-size: 14px;
    }

    .othree-menu-icon {
        width: 26px;
        height: 17px;
    }

    .othree-menu-icon::before {
        width: 26px;
    }

    .othree-menu-panel {
        padding: 28px var(--othree-panel-pad-x) 30px;
    }

    .othree-menu-panel-top {
        margin-bottom: 48px;
    }

    .othree-shop-nav > li > a,
    .othree-shop-nav > li > label {
        font-size: clamp(28px, 9vw, 38px);
    }
}