@font-face {
    font-family: "Gilroy";
    src: url("/gilroy-semibold-webfont.woff2") format("woff2"),
        url("/gilroy-semibold-webfont.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy";
    src: url("/gilroy-bold-webfont.woff2") format("woff2"),
        url("/gilroy-bold-webfont.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy";
    src: url("/gilroy-extrabold-webfont.woff2") format("woff2"),
        url("/gilroy-extrabold-webfont.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "GTUltraStandardLloydsRegular";
    src: url("/GT-Ultra-Standard-Lloyds-Regular.woff2") format("woff2"),
        url("/GT-Ultra-Standard-Lloyds-Regular.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

#__next {
    /* overflow-x: hidden; */
}

a {
    color: inherit;
    text-decoration: inherit;
}

.style-link a {
    color: currentColor;
    position: relative;
}

.style-link a::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: currentColor;
    opacity: 0.4;
    position: absolute;
    bottom: 0;
    transition: all 0.15s ease-out;
}

.style-link a:hover::before {
    height: 2px;
}

.style-link a::after {
    --svg: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"><path fill="currentColor" d="M18 13.2v7.2c0 .3-0.1 .6-0.4 .8c-0.2 .3-0.5 .4-0.8 .4h-13.2c-0.3 0-0.6-0.1-0.8-0.4c-0.3-0.2-0.4-0.5-0.4-0.8v-13.2c0-0.3 .1-0.6 .4-0.8c.2-0.3 .5-0.4 .8-0.4h7.2c.7 0 1.2-0.5 1.2-1.2c0-0.7-0.5-1.2-1.2-1.2h-7.2c-1 0-1.9 .4-2.5 1.1c-0.7 .6-1.1 1.5-1.1 2.5v13.2c0 1 .4 1.9 1.1 2.5c.6 .7 1.5 1.1 2.5 1.1h13.2c1 0 1.9-0.4 2.5-1.1c.7-0.6 1.1-1.5 1.1-2.5v-7.2c0-0.7-0.5-1.2-1.2-1.2c-0.7 0-1.2 .5-1.2 1.2Zm-7.6 2l11.2-11.1v4.3c0 .7 .5 1.2 1.2 1.2c.7 0 1.2-0.5 1.2-1.2v-7.2c0-0.2 0-0.3-0.1-0.5c0-0.1-0.1-0.2-0.3-0.3c0 0 0 0 0 0c-0.1-0.2-0.2-0.2-0.3-0.3c-0.2-0.1-0.3-0.1-0.5-0.1h-7.2c-0.7 0-1.2 .5-1.2 1.2c0 .7 .5 1.2 1.2 1.2h4.3l-11.1 11.2c-0.5 .4-0.5 1.2 0 1.6c.4 .5 1.2 .5 1.6 0Z"/></svg>');
    content: "";
    width: 12px;
    height: 12px;
    margin-left: 6px;
    margin-right: 2px;
    display: inline-flex;
    background-color: currentColor;
    -webkit-mask: var(--svg);
    mask: var(--svg);
    opacity: 0.6;
}

body.isCartOpen {
    overflow-y: hidden;
}

.inline * {
    display: inline;
}

@supports (-webkit-overflow-scrolling: touch) {
    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"] {
        font-size: 16px !important;
    }
}
