/* Tomato Grotesk */

@font-face {
    font-family: "Tomato Grotesk";
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/tomato-grotesk/TomatoGrotesk-Light.otf), format("opentype");
}

@font-face {
    font-family: "Tomato Grotesk";
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/tomato-grotesk/TomatoGrotesk-LightSlanted.otf), format("opentype");
}

@font-face {
    font-family: "Tomato Grotesk";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/tomato-grotesk/TomatoGrotesk-Regular.otf), format("opentype");
}

@font-face {
    font-family: "Tomato Grotesk";
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/tomato-grotesk/TomatoGrotesk-Slanted.otf), format("opentype");
}

@font-face {
    font-family: "Tomato Grotesk";
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/tomato-grotesk/TomatoGrotesk-Medium.otf), format("opentype");
}

@font-face {
    font-family: "Tomato Grotesk";
    font-style: italic;
    font-weight: 500;
    src: url(../fonts/tomato-grotesk/TomatoGrotesk-MediumSlanted.otf), format("opentype");
}

@font-face {
    font-family: "Tomato Grotesk";
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/tomato-grotesk/TomatoGrotesk-SemiBold.otf), format("opentype");
}

@font-face {
    font-family: "Tomato Grotesk";
    font-style: italic;
    font-weight: 600;
    src: url(../fonts/tomato-grotesk/TomatoGrotesk-SemiBoldSlanted.otf), format("opentype");
}

@font-face {
    font-family: "Tomato Grotesk";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/tomato-grotesk/TomatoGrotesk-Bold.otf), format("opentype");
}

@font-face {
    font-family: "Tomato Grotesk";
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/tomato-grotesk/TomatoGrotesk-BoldSlanted.otf), format("opentype");
}

@font-face {
    font-family: "Tomato Grotesk";
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/tomato-grotesk/TomatoGrotesk-Black.otf), format("opentype");
}

@font-face {
    font-family: "Tomato Grotesk";
    font-style: italic;
    font-weight: 900;
    src: url(../fonts/tomato-grotesk/TomatoGrotesk-BlackSlanted.otf), format("opentype");
}

/* Wulkan Display */

@font-face {
    font-family: "Wulkan Display";
    font-style: normal;
    font-weight: 300;
    src:
        url("../fonts/wulkan-display/WulkanDisplayLight.woff2") format("woff2"),
        url("../fonts/wulkan-display/WulkanDisplayLight.woff") format("woff");
}

@font-face {
    font-family: "Wulkan Display";
    font-style: normal;
    font-weight: 400;
    src:
        url("../fonts/wulkan-display/WulkanDisplayRegular.woff2") format("woff2"),
        url("../fonts/wulkan-display/WulkanDisplayRegular.woff") format("woff");
}

@font-face {
    font-family: "Wulkan Display";
    font-style: normal;
    font-weight: 500;
    src:
        url("../fonts/wulkan-display/WulkanDisplayMedium.woff2") format("woff2"),
        url("../fonts/wulkan-display/WulkanDisplayMedium.woff") format("woff");
}

@font-face {
    font-family: "Wulkan Display";
    font-style: normal;
    font-weight: 600;
    src:
        url("../fonts/wulkan-display/WulkanDisplaySemiBold.woff2") format("woff2"),
        url("../fonts/wulkan-display/WulkanDisplaySemiBold.woff") format("woff");
}

@font-face {
    font-family: "Wulkan Display";
    font-style: normal;
    font-weight: 700;
    src:
        url("../fonts/wulkan-display/WulkanDisplayBold.woff2") format("woff2"),
        url("../fonts/wulkan-display/WulkanDisplayBold.woff") format("woff");
}

@font-face {
    font-family: "Wulkan Display";
    font-style: normal;
    font-weight: 900;
    src:
        url("../fonts/wulkan-display/WulkanDisplayBlack.woff2") format("woff2"),
        url("../fonts/wulkan-display/WulkanDisplayBlack.woff") format("woff");
}

/* General */

:root {
    font-family: "Tomato Grotesk", sans-serif;

    --sans: "Tomato Grotesk", sans-serif;
    --serif: "Wulkan Display";
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: var(--serif);
    font-weight: 500;
}

p,
li,
a {
    font-family: var(--sans);
}

p a {
    font-family: inherit;
}

/* Office & Contacts */

.page-title h1 {
    font-size: 82.5px;
    line-height: 0.9;
    margin-bottom: 67.5px;
}

section.office-contacts--seconda .row {
    display: flex;
}

@media (max-width: 848px) {
    section.office-contacts--seconda .row {
        flex-direction: column;
    }
}

abbr {
    border-bottom: 0 !important;
    text-decoration: none;
}

section.office-contacts--seconda .align-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

section.office-contacts--seconda .citazione {
    max-width: 80%;
}

section.office-contacts--seconda .citazione p {
    font-size: 31.5px;
    font-weight: 500;
    line-height: 1.19;
}

section.office-contacts--terza .columns.large-3 {
    display: flex;
    justify-content: center;
}

/* Careers */

section.careers--positions h2 {
    font-family: var(--sans);
    font-size: 15px;
    font-weight: normal;
    padding-bottom: 32px;
    letter-spacing: 0.15em;
}

section.careers--positions h3 {
    font-family: var(--sans);
    font-size: 31.5px;
    font-weight: 500;
    line-height: 1.19;
}

section.careers--positions p {
    font-size: 13.5px;
    line-height: 1.67;
    max-width: 75%;
}

section.careers--positions p:not(:last-of-type) {
    margin-bottom: 45px;
}

section.careers--cv p {
    font-size: 48px;
    font-family: var(--serif);
    font-weight: 500;
    line-height: 1.125;
}

section.careers--cv a {
    transition-duration: 0.3s;
}

section.careers--cv a:hover {
    opacity: 0.35;
}

/* Shipping / return /sizes */

.custom-tabs--titles p {
    font-size: 11px;
    letter-spacing: 0.12em;
    cursor: pointer;
    text-transform: uppercase;
}

.custom-tabs--titles p.active {
    font-weight: 600;
}

.custom-tabs--contents > :not(.active) {
    display: none;
}

.custom-tabs--contents h2 {
    font-family: var(--sans);
    font-size: 31.5px;
    line-height: 1.19;
    padding-bottom: 1.07em;
    font-weight: 500;
}

.custom-tabs--contents p {
    font-size: 13.5px;
    line-height: 1.67;
}

.custom-tabs--contents p:not(:last-of-type) {
    margin-bottom: 1.3em;
}

/* Huge title suto slide */

.huge-auto-slide p {
    font-size: 13.75vw;
    font-weight: 500;
    line-height: 1.19;
    white-space: nowrap;
}

.huge-auto-slide,
.huge-auto-slide > * {
    display: flex;
}

/* Resellers */

.resellers--seconda p {
    font-size: 13.5px;
    line-height: 2.22;
}

.resellers--seconda h3 {
    font-family: var(--sans);
    font-size: 31.5px;
    line-height: 1.19;
    font-weight: 500;
}

.resellers--terza h3,
.resellers--quarta h3 {
    font-family: var(--sans);
    font-size: 15px;
    letter-spacing: 0.15em;
    font-weight: normal;
    padding-bottom: 33px;
    text-transform: uppercase;
}

.resellers--terza img,
.resellers--quarta img {
    display: block;
    margin: auto;
}

.resellers--terza img {
    width: 80%;
}

.resellers--quarta img {
    width: 90%;
}

.resellers--ultima img {
    display: block;
    width: 100%;
}

[class*="italian-story--"] h3 {
    font-family: var(--sans);
    font-size: 31.5px;
    line-height: 1.19;
    font-weight: 500;
}

[class*="italian-story--"] p {
    font-size: 13.5px;
    line-height: 2.22;
}

[class*="italian-story--"] p:not(:last-of-type) {
    margin-bottom: 1.2em;
}

section.italian-story--seconda h3 {
    margin-bottom: 86px;
}

section.italian-story--terza .row,
section.italian-story--terza .row .large-5 {
    display: flex;
}

@media (max-width: 848px) {
    section.italian-story--terza .row {
        flex-direction: column;
    }
}

section.italian-story--terza .row .large-5 {
    align-items: center;
}

/* Bespoke */

section.bespoke--seconda .text {
    max-width: 94%;
    margin: auto;
}

section.bespoke--seconda h2 {
    font-family: var(--sans);
    font-size: 31.5px;
    line-height: 1.19;
}

section.bespoke--seconda p {
    font-size: 13.5px;
    line-height: 1.67;
}

section.bespoke--seconda p:not(:last-of-type) {
    margin-bottom: 1.2em;
}

[class*="bespoke--"] h3 {
    font-family: var(--sans);
    font-size: 31.5px;
    line-height: 1.19;
    font-weight: 500;
}

section.bespoke--terza p,
section.bespoke--quarta p {
    font-size: 13.5px;
    line-height: 2.22;
}

section.bespoke--quarta .row,
section.bespoke--quarta .row .large-6 {
    display: flex;
}

@media (max-width: 848px) {
    section.bespoke--quarta .row {
        flex-direction: column;
    }
}

section.bespoke--quarta .row .large-6 {
    flex-direction: column;
    justify-content: space-between;
}

section.bespoke--ultima img {
    display: block;
    width: 100%;
}

/* Home sezioni che si espandono */

@media (min-width: 848px) {
    .shop-archive-categories.fixed {
        position: fixed;
    }
    .settimahomepage .group-blogs .entry-blog .blog-image .blog-image-attachment img {
        height: 645px;
        min-height: 645px;
    }

    .settimahomepage .group-blogs ul {
        display: flex;
    }

    .settimahomepage .group-blogs li {
        transition-property: width;
        transition-duration: 0.3s;
    }

    .settimahomepage .group-blogs li.expanse {
        width: 50%;
    }

    .settimahomepage .group-blogs li.collapse {
        width: 25%;
    }

    .settimahomepage .group-blogs .blog-grid.blog-grid-style .nasa-item-blog-grid .nasa-blog-info {
        transition-property: opacity;
        transition-duration: 0.3s;
    }

    .settimahomepage .group-blogs .blog-grid.blog-grid-style li.collapse .nasa-item-blog-grid .nasa-blog-info {
        opacity: 0;
    }
}

/* Category page */

body.category section#page-main-title .page-title,
body.category section#page-main-title .page-desc {
    text-align: center;
}

body.category section#page-main-title h1 {
    margin-top: 99px;
    line-height: 1;
    margin-bottom: 7.5px;
}

body.category section#page-main-title .page-desc {
    margin-bottom: 120px;
}

body.category section#page-main-title .page-desc p {
    margin-bottom: 0;
    font-size: 37.5px;
    font-family: var(--serif);
    line-height: 1.2;
    font-weight: 500;
}

body.category section#sub-cat-nav {
    margin-bottom: 61.5px;
}

body.category section#sub-cat-nav ul,
body.category section#sub-cat-nav ul li {
    all: unset;
}

body.category section#sub-cat-nav ul {
    display: flex;
    justify-content: center;
    gap: 4.2vw;
}

body.category section#sub-cat-nav li a {
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.5;
    position: relative;
}

body.category section#sub-cat-nav li a::before {
    content: "";
    position: absolute;
    bottom: -0.5em;
    left: -0.2em;
    height: 1px;
    width: calc(100% + 0.2em);
    background-color: black;
    opacity: 0;
    transform: translateY(-5px) scaleY(0.5);
    transition-duration: 0.3s;
}

body.category section#sub-cat-nav li.current a::before,
body.category section#sub-cat-nav li a:hover::before {
    opacity: 1;
    transform: translateY(0) scaleY(0.5);
}

body.category section#articles .masonry-cont {
    display: grid;
    padding-left: 7px;
    padding-right: 7px;
}

body .wp-pagenavi {
    padding-left: 7px;
    padding-right: 7px;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 4.5rem;
}

body .wp-pagenavi a,
body .wp-pagenavi span.current {
    border: 0;
}

body .wp-pagenavi a,
body .wp-pagenavi span {
    padding: 3px 9px;
    margin: 4px;
    border: 0;
}

body .wp-pagenavi span.current {
    font-weight: 500;
}

body .wp-pagenavi a:hover {
    font-weight: 500;
    color: black;
}

body.category section#articles .masonry-cont .single-article .tile h2 {
    font-family: var(--serif);
    font-weight: 500;
    font-size: 31.5px;
    line-height: 1.19;
    margin-bottom: 19px;
}

body.category section#articles .masonry-cont .single-article .main-img {
    margin-bottom: 27px;
}

body.category section#articles .masonry-cont .single-article .main-img a {
    display: block;
}

body.category section#articles .masonry-cont .single-article .main-img a img {
    display: block;
    width: 100%;
}

body.category section#articles .masonry-cont .single-article .excerpt p,
body.category section#articles .masonry-cont .single-article .excerpt {
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: 0.02em;
}

body.category section#articles .masonry-cont .single-article .excerpt {
    margin-bottom: 1.37931em;
}

body.category section#articles .masonry-cont .single-article .excerpt p {
    margin-bottom: 0;
}

body.category section#articles .masonry-cont .single-article .date-link {
    display: flex;
    gap: 3.75px;
}

body.category section#articles .masonry-cont .single-article .date-link p,
body.category section#articles .masonry-cont .single-article .date-link a {
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
}

body.category section#articles .masonry-cont .single-article .date-link .date p {
    color: #898989;
}

/* Single post */

body.single-post .single-article .tile h2 {
    font-family: var(--sans);
    font-weight: 500;
    font-size: 31.5px;
    line-height: 1.19;
    margin-bottom: 0;
}

body.single-post .single-article .main-img {
    margin-bottom: 37px;
}

body.single-post .single-article .main-img a {
    display: block;
}

body.single-post .single-article .main-img a img {
    display: block;
    width: 100%;
    height: 19vw;
    object-fit: cover;
}

body.single-post .single-article .excerpt p,
body.single-post .single-article .excerpt {
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: 0.02em;
}

body.single-post .single-article .excerpt {
    margin-bottom: 29px;
}

body.single-post .single-article .excerpt p {
    margin-bottom: 0;
}

body.single-post .single-article .date-link {
    display: flex;
    gap: 3.75px;
}

body.single-post .single-article .date-link p,
body.single-post .single-article .date-link a {
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
}

body.single-post .single-article .date-link .date p {
    color: #898989;
    margin-bottom: 0;
}

body.single-post article div.date {
    line-height: unset;
}

body.single-post article .first-section {
    margin-bottom: 132px;
    position: relative;
    z-index: 1;
}

body.single-post article .first-section .fullwidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1250px;
    *zoom: 1;
}

body.single-product .nasa-main-wrap.rtl-left .product-image-btn {
    display: block !important;
}

body.single-product #wrapper .product-info .yith-wcwl-add-to-wishlist .separator,
body.single-product #wrapper .product-info .yith-wcwl-add-to-wishlist .view-wishlist {
    display: none;
}

body .product-interactions .btn-wishlist.nasa-added {
    transition: all 200ms ease-in-out;
    animation: none;
}

body.single-product .product-interactions .btn-wishlist {
    border-radius: 0;
}

body.single-product .product-interactions .btn-wishlist i {
    color: #000000;
    display: flex;
    font-weight: 400 !important;
    letter-spacing: 0.01em !important;
    font-size: 15px;
    justify-content: center;
    align-items: center;
}

#wrapper .product-info .yith-wcwl-add-to-wishlist {
    display: none;
}

body.single-product .product-interactions .btn-wishlist i:before {
    font-family: var(--sans);
    margin-left: 6.5px;
    order: 2;
    font-family: var(--sans);
    content: "";
}

body.single-product .product-interactions .btn-wishlist i:after {
    content: "Save";
    font-family: var(--sans);
    color: #000000;
    display: flex;
    font-weight: 400 !important;
    letter-spacing: 0.01em !important;
    font-size: 15px;
}

body.single-product .product-interactions .btn-wishlist.nasa-added i:after {
    content: "Remove";
}

body.single-product .product-interactions .btn-wishlist {
    display: block;
    position: relative;
    padding: 20px 0px 15px 30px;
    display: block;
    margin-top: 19.5px;
    cursor: pointer;
    font-weight: normal !important;
    padding: 12px 5px 13px 5px;
    font-size: 15px;
    text-transform: none;
    font-family: var(--sans) !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em;
    border: 1px solid black;
    text-align: center;
    opacity: 1;
    transition: all 0.5s ease 0s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

body.single-post article .first-section .main-col {
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

body.single-post article .first-section .post-category {
    position: absolute;
    top: 11%;
    left: 50%;
    transform: translateX(-50%);
}

body.single-post article .first-section .post-category p {
    color: white;
    font-size: 13.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.33;
}

body.single-post article .first-section h1 {
    font-size: 60px;
    color: white;
    line-height: 1.125;
    font-weight: 500;
}

body.single-post article h2 {
    font-size: 37.5px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 45px !important;
}

body.single-post article p {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.01em;
    margin-bottom: 37.5px;
}

body.single-post article .wpb_text_column p:last-of-type {
    margin-bottom: 115px;
}

body.single-post article .columns > .row {
    display: flex;
}

body.single-post article .columns > .row > .columns {
    flex: 1;
    float: none;
}

body.single-post article .columns > .row > .columns * {
    height: 100%;
}

body.single-post article .columns > .row > .columns img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

body.single-post article .didascalia {
    padding-top: 22.5px;
}

body.single-post article .didascalia p {
    font-size: 12px;
    letter-spacing: 0.02em;
}

body.single-post article .max-width-80 {
    max-width: 80%;
}

/* Bespoke appointments */

section.bespoke-appointments h2 {
    font-family: var(--sans);
    font-size: 31.5px;
    line-height: 1.19;
}

section.bespoke-appointments p {
    font-size: 13.5px;
    line-height: 1.67;
    letter-spacing: 0.01em;
}

section.bespoke-appointments .bespoke-form form {
    position: relative;
}

section.bespoke-appointments .bespoke-form form .input-wrap {
    display: flex;
    gap: 15px;
    margin-bottom: 32px;
}

section.bespoke-appointments .bespoke-form form .input-wrap span.wpcf7-form-control-wrap,
section.bespoke-appointments .bespoke-form form .input-wrap label,
section.bespoke-appointments .bespoke-form form .input-wrap input,
section.bespoke-appointments .bespoke-form form .input-wrap textarea,
section.bespoke-appointments .bespoke-form form .input-wrap select {
    all: unset;
    font-family: var(--sans);
    font-size: 13.5px;
    line-height: 1.67;
    letter-spacing: 0.01em;
}

section.bespoke-appointments .bespoke-form form .input-wrap label,
section.bespoke-appointments .bespoke-form form .input-wrap input,
section.bespoke-appointments .bespoke-form form .input-wrap textarea,
section.bespoke-appointments .bespoke-form form .input-wrap select {
    padding-bottom: 4px;
}

section.bespoke-appointments .bespoke-form form .input-wrap span.wpcf7-form-control-wrap,
section.bespoke-appointments .bespoke-form form .input-wrap input,
section.bespoke-appointments .bespoke-form form .input-wrap textarea,
section.bespoke-appointments .bespoke-form form .input-wrap select {
    flex: 1;
}

section.bespoke-appointments .bespoke-form form .input-wrap span.wpcf7-form-control-wrap {
    display: flex;
    position: relative;
}

section.bespoke-appointments .bespoke-form form .input-wrap input,
section.bespoke-appointments .bespoke-form form .input-wrap textarea,
section.bespoke-appointments .bespoke-form form .input-wrap select {
    border-bottom: 1px solid black;
}

section.bespoke-appointments .bespoke-form form .input-wrap input,
section.bespoke-appointments .bespoke-form form .input-wrap textarea {
    cursor: text;
}

section.bespoke-appointments .bespoke-form form .input-wrap textarea {
    height: calc(1em + 8px);
}

section.bespoke-appointments .bespoke-form form .phone-alternative {
    padding-top: 20px;
    padding-bottom: 20px;
}

section.bespoke-appointments .bespoke-form form span.wpcf7-not-valid-tip,
section.bespoke-appointments .bespoke-form form .wpcf7-response-output {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0;
}

section.bespoke-appointments .bespoke-form form .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
}

.arrow-button input[type="submit"] {
    all: unset;
}

.arrow-button a,
.arrow-button input[type="submit"] {
    position: relative;
    font-family: var(--sans);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13.5px;
    letter-spacing: 0.08em;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 1.33em;
    transition-duration: 0.3s;
    cursor: pointer;
}

.arrow-button input[type="submit"] {
    background: black;
    color: white !important;
    padding: 1.19rem 2rem;
    text-align: center;
    inline-size: 100%;
    border: 1px solid black;
}

.arrow-button input[type="submit"]:where(:hover, :focus, :active) {
    border: 1px solid black;
    background: white;
    color: black !important;
}

.arrow-button input[type="submit"]:where(:active) {
    scale: 0.95;
}

.arrow-button p:has(> input[type="submit"] + .wpcf7-spinner) {
    display: flex;
}

.arrow-button a::before,
.arrow-button input[type="submit"]::before {
    content: "";
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOS4yNzEiIGhlaWdodD0iMjAuOTUzIiB2aWV3Qm94PSIwIDAgMjkuMjcxIDIwLjk1MyI+CiAgPGcgaWQ9ImFycm93IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTUyNjkuOTk5IC0yMzE5LjEwMSkiPgogICAgPGxpbmUgaWQ9IkxpbmVhXzM1IiBkYXRhLW5hbWU9IkxpbmVhIDM1IiB4Mj0iMjguMjI2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNTI2OS45OTkgMjMyOS41NzgpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIxLjI3NiIvPgogICAgPHBhdGggaWQ9IlRyYWNjaWF0b18xNTUiIGRhdGEtbmFtZT0iVHJhY2NpYXRvIDE1NSIgZD0iTTE4LjM0NCwyNzIuNTU0bDEwLjAyNSwxMC4wMjVMMTguMzQ0LDI5Mi42IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNTI2OS45OTkgMjA0Ni45OTkpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIxLjI3NiIvPgogIDwvZz4KPC9zdmc+Cg==");
    width: 1.56em;
    height: 1.12em;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition-duration: 0.3s;
}

.arrow-button a:hover::before,
.arrow-button input[type="submit"]:hover::before {
    transform: translateX(0.25em);
}

.back-arrow a {
    display: inline-flex;
    position: relative;
}

.back-arrow a img {
    display: block;
    width: 21.2775px;
    height: 15.0375px;
}

@media (max-width: 848px) {
    body .primahome .primoblocconodesktophome {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        max-width: 100%;
        width: 100%;
    }

    body.single-product .product-interactions .btn-wishlist {
        padding: 11px 5px 10px 5px !important;
    }

    body.single-product .product-interactions .btn-wishlist i:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='18.465' viewBox='0 0 21 18.465'%3E%3Cpath id='Tracciato_54' data-name='Tracciato 54' d='M882.072 464.223c.291-.225.571-.458.868-.667a6.615 6.615 0 0 1 3.244-1.256 5.676 5.676 0 0 1 4.741 1.73 5.593 5.593 0 0 1 1.6 3.313 6.1 6.1 0 0 1-.564 3.4 9.636 9.636 0 0 1-2.048 2.735q-3.105 3.083-6.19 6.187c-.214.214-.428.429-.644.642a1.409 1.409 0 0 1-2.025-.012L878.1 477.33q-.728-.727-1.457-1.453c-.954-.954-1.916-1.9-2.857-2.867a7.7 7.7 0 0 1-2.005-3.413 5.821 5.821 0 0 1 3.665-6.991 5.919 5.919 0 0 1 4.481.215 7.964 7.964 0 0 1 2.044 1.32c.032.028.066.054.1.081C882.068 464.224 882.073 464.224 882.072 464.223Zm-4.841-.981a4.557 4.557 0 0 0-3.069 1.242 4.733 4.733 0 0 0-1.447 4.845 6.277 6.277 0 0 0 1.721 2.959c1.388 1.411 2.795 2.8 4.194 4.2l3.065 3.065a.462.462 0 0 0 .767 0q3.275-3.276 6.552-6.552a11.969 11.969 0 0 0 1.51-1.694 5.413 5.413 0 0 0 1.02-3.97 4.639 4.639 0 0 0-1.846-3.105 4.787 4.787 0 0 0-4.576-.72 6.856 6.856 0 0 0-2.65 1.683.5.5 0 0 1-.792 0 7.909 7.909 0 0 0-1.3-1.034A5.671 5.671 0 0 0 877.231 463.242Z' transform='translate(-871.577 -462.265)'/%3E%3C/svg%3E");
    }

    body h2 {
        font-style: normal !important;
    }

    body .primahome .primoblocconodesktophome h2 {
        max-width: unset;
        line-height: 1.3;
    }

    body .primahome .primoblocconodesktophome .link-home .wpb_wrapper p,
    body .primahome .primoblocconodesktophome .text p {
        display: flex;
        flex-direction: column;
        column-gap: unset;
        gap: 1rem;
    }

    body.home .secondahome > .row {
        display: flex;
        flex-direction: column;
        padding-top: 0.5rem;
        gap: 2.5rem;
    }

    #wrapper .terzahomepage h2 {
        text-align: center !important;
        font-size: 3rem !important;
        padding-top: 0;
        padding-bottom: 1.5rem;
    }

    body.home .superprimacolmadeforyou .row,
    body.home .supersecondacolmadeforyou .row {
        max-width: 90% !important;
    }

    body .quintahomepage .bloccoquintahome {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 95%;
        padding-left: 7px;
        padding-right: 7px;
    }

    body .quintahomepage .bloccoquintahome h2 {
        font-size: 3rem;
        padding-bottom: 1.8rem;
        line-height: 1;
    }

    body .quintahomepage .wpb_single_image,
    body .quintahomepage .vc_figure,
    body .quintahomepage img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    body.home .bestsellerhometitle {
        padding-top: 0;
    }

    body.home .bestsellerhometitle .titoloterzahomepage h2 {
        text-align: center !important;
        line-height: 1.3;
        font-size: 3rem;
    }

    body #wrapper .rsclubhomepage h2 {
        padding-top: 67px !important;
        font-size: 3rem !important;
    }

    body.home #wrapper .rsclubhomepage h2 {
        padding-left: 0 !important;
        text-align: left !important;
    }

    body.home .rsclubhomepage .titolorsclub p {
        text-align: left !important;
    }

    body.home .bestsellerhome .row {
        padding-left: unset;
        padding-right: unset;
        max-width: 95%;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        flex-direction: column;
        gap: 0;
    }

    body.home .bestsellerhome .row:before,
    body.home .bestsellerhome .row:after {
        display: none;
    }

    body .img100home img,
    body .quintahomepage .wpb_single_image,
    body .quintahomepage .vc_figure,
    body .quintahomepage img,
    body .settimahomepage img {
        min-height: 80vw !important;
        max-height: 80vw !important;
    }

    #wrapper .rsclubhomepage h2,
    #wrapper .quartahomepage h2,
    #wrapper .salesroomhomepage h2,
    .rsclubhomepage h2,
    .salesroomhomepage h2,
    .quartahomepage h2,
    .sestahomepage h2 {
        padding-top: 3rem !important;
        top: unset !important;
        left: unset !important;
        font-size: 4rem !important;
        line-height: 1.3 !important;
        transform: none !important;
        text-align: center !important;
    }

    body .rsclubhomepage .titolorsclub p {
        text-align: center !important;
    }

    .titolorsclub {
        float: none !important;
    }

    body .settimahomepage .group-blogs li {
        position: relative;
    }

    #wrapper #main-content .settimahomepage h5 a {
        font-size: 2rem !important;
        line-height: 1.1;
    }

    body .salesroomhomepage {
        padding-bottom: 0;
    }

    body .nonahomepage > .row {
        flex-direction: column-reverse;
    }

    body .nonahomepage .large-2 {
        width: 100%;
    }

    body .nonahomepage .shop-the-gram-title h5 {
        font-size: 2.5rem;
        padding-left: 0;
        line-height: 1.3;
        text-align: center;
        padding-bottom: 2rem;
        padding-top: 3rem;
    }

    body .nonahomepage .shop-the-gram-title h5 br {
        display: none;
    }

    .archive .large-block-grid-3.products,
    body .nasa-archive-product-content .nasa-products-page-wrap .nasa-paginations-warp {
        padding-left: 0;
    }

    body.archive .nasa-archive-product-warp .nasa-content-page-products {
        padding: 0 !important;
    }

    body.category section#page-main-title h1,
    .page-title h1 {
        font-size: 4rem;
    }

    body.category section#page-main-title .page-desc p {
        font-size: 2.5rem;
    }

    body.category #wrapper section#sub-cat-nav ul {
        flex-direction: column;
        row-gap: unset;
        column-gap: unset;
        gap: 1rem;
        align-items: center;
    }

    body.category section#articles .masonry-cont .single-article .excerpt,
    body.category section#articles .masonry-cont .single-article .excerpt p {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }

    #merda-virtual {
        padding-left: 36px !important;
        padding-right: 36px !important;
    }

    [class*="merda-for-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 1.5rem;
    }

    .bespoke-appointments.child.prima {
        margin-bottom: 3rem !important;
    }

    .bespoke-appointments.child.seconda {
        padding-bottom: 4rem !important;
    }

    .bespoke-appointments.child.seconda .row {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
        max-width: unset;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .bespoke-appointments.child.seconda .row .nasa-col {
        padding-left: unset !important;
        padding-right: unset !important;
    }

    #nav_crumb {
        line-height: 1.6;
    }

    header#header-content {
        background-color: black !important;
        color: white !important;
    }

    .category-page {
        padding-top: 3rem;
    }

    .primafooter .nasa-accordion-title a {
        font-weight: normal;
    }

    #wrapper #main-content .salesroomhomepage h2 {
        padding-top: 72.5px !important;
        font-size: 3rem !important;
    }

    .nonahomepage {
        padding-bottom: 90px !important;
    }

    body .nonahomepage .shop-the-gram-title h5 {
        font-size: 3rem;
        font-style: italic;
        padding-left: 0;
        line-height: 1.3;
        text-align: center;
        padding-bottom: 2rem;
        padding-top: 72.5px;
    }

    body.category section#page-main-title h1,
    .page-title h1 {
        font-size: 3rem;
    }

    [class*="italian-story--"] h3 {
        line-height: 1.3;
        margin-bottom: 39px !important;
        font-size: 1.6rem;
    }

    section.office-contacts--seconda .align-bottom p {
        font-size: 1.6rem;
    }

    section.office-contacts--seconda .align-bottom {
        margin-top: 39px;
        display: block;
    }

    section.office-contacts--seconda {
        margin-bottom: 62px !important;
    }

    section.italian-story--seconda h3 {
        margin-top: 39px;
    }

    body .vc_section.italian-story--terza {
        padding-bottom: 50px !important;
    }

    section.office-contacts--terza .columns.large-3 {
        display: block;
    }

    body .vc_section.italian-story--quarta .large-5 {
        padding-top: 45px;
    }

    body .vc_section.italian-story--quarta {
        padding-bottom: 100px !important;
    }

    body .vc_section.careers--prima {
        padding-bottom: 60px;
    }

    body .vc_section.careers--cv {
        margin-bottom: 100px !important;
    }

    body .vc_section.careers--positions {
        margin-top: 95px !important;
        margin-bottom: 95px !important;
    }

    section.office-contacts--terza {
        margin-bottom: 100px !important;
    }

    body.page-id-49214 #wrapper {
        overflow-x: hidden;
    }

    #merda-virtual {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    section.bespoke-appointments h2 {
        font-size: 2rem;
    }

    body #wrapper section.vc_section.bespoke-appointments {
        margin-top: 60px !important;
        margin-bottom: 69px !important;
    }

    body #wrapper section.vc_section.bespoke-appointments.seconda {
        padding-bottom: 100px !important;
        margin-bottom: -20px !important;
    }

    body .custom-tabs--titles {
        padding-bottom: 60px;
    }

    .woocommerce-lost-password #main-content,
    .page-id-48820 #main-content {
        min-height: 50vh;
    }

    .page-wrapper.my-account {
        margin-top: 80px;
        margin-bottom: 0;
        padding-left: 7px;
        padding-right: 7px;
    }

    .vc_custom_1653059364528 {
        padding-top: 80px !important;
        padding-bottom: 106px !important;
    }

    #merda-home {
        margin-bottom: 60px !important;
        padding-right: 7px !important;
        padding-left: 7px !important;
    }

    section.vc_section.bespoke-form {
        padding-top: 72.5px !important;
    }

    section.careers--cv p {
        font-size: 2rem;
        font-family: var(--serif);
        font-weight: 500;
        line-height: 1.35;
    }

    .huge-auto-slide p {
        font-size: 7.75vw;
    }

    .bespoke-appointments.child.seconda .row {
        padding-left: 7px;
        padding-right: 7px;
        max-width: 95%;
        display: block;
        flex-direction: column;
        gap: 0;
    }

    #customer_login .nasa-form-title,
    body.woocommerce-lost-password h2 {
        text-align: center;
        font-size: 3rem !important;
        line-height: 1.1;
        padding-top: 5px;
        padding-bottom: 24px;
    }

    #nasa-menu-sidebar-content.nasa-light-new #mobile-navigation .menu-item-heading {
        padding: 20px 15px 19px 14px;
        border-bottom: 1px solid #efefef;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item#mega-menu-item-49102 {
        padding-left: 14px !important;
        padding-right: 15px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item#mega-menu-item-49102 a {
        padding: 15px 15px 0 18px !important;
    }

    body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-nasa_product_categories-3,
    body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-nasa_product_categories-5,
    body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-nasa_product_categories-7,
    body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-nasa_product_categories-8 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row#mega-menu-14-0,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row#mega-menu-131298-0,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row#mega-menu-131299-0,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row#mega-menu-78601-0 {
        min-width: 100%;
        float: none;
        padding: 0px !important;
        margin: 0px !important;
    }

    body #mobile-navigation #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link,
    body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-nasa_product_categories-3,
    body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-nasa_product_categories-4,
    body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-nasa_product_categories-5,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-25,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-26,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-27,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-30,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-35,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-31,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-33,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-36,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-39,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-28 li,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-29 li,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-32 li,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-34 li,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-37 li,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-38 li,
    body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-nasa_product_categories-6 .cat-item .cat-item,
    body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-nasa_product_categories-7 .cat-item .cat-item,
    body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-nasa_product_categories-8 .cat-item .cat-item,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-47 li,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-46 li {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-28 li,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-29 li,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-32 li,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-34 li,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-37 li,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-38 li,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-47 li,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-46 li {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-28 ul,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-29 ul,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-32 ul,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-34 ul,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-37 ul,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-38 ul,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-46 ul,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-47 ul {
        margin-top: -3px;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-32 ul li:nth-child(1),
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-34 ul li:nth-child(1),
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-37 ul li:nth-child(1),
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-38 ul li:nth-child(1),
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-46 ul li:nth-child(1),
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-47 ul li:nth-child(1) {
        padding-top: 0 !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-25,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-30,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-35,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-28,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-29 {
        padding-top: 0 !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-25 .textwidget p,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-26 .textwidget p,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-27 .textwidget p,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-30 .textwidget p,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-35 .textwidget p,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-31 .textwidget p,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-33 .textwidget p,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-36 .textwidget p,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-39 .textwidget p {
        height: 40px;
        line-height: 40px;
        text-align: left !important;
        letter-spacing: 0.5px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-25 .textwidget p:after,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-26 .textwidget p:after,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-27 .textwidget p:after,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-30 .textwidget p:after,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-35 .textwidget p:after,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-31 .textwidget p:after,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-33 .textwidget p:after,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-36 .textwidget p:after,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-39 .textwidget p:after {
        transform: none !important;
        content: ">" !important;
        top: 0px !important;
        right: 32px !important;
        position: absolute;
        background-image: var(--icon-chevron-right);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;
        width: 1em;
        content: "" !important;
    }

    body header.tuttomenunero,
    body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu,
    body .nasa-header-sticky .sticky-wrapper.fixed-already,
    body.tuttomenunero .nasa-header-sticky .sticky-wrapper.fixed-already,
    body.archive .nasa-header-sticky .sticky-wrapper.fixed-already {
        background: white !important;
    }

    #mega-menu-item-nasa_product_categories-4 ul.children,
    #mega-menu-item-nasa_product_categories-5 ul.children {
        margin-top: -6px !important;
    }

    #mega-menu-item-nasa_product_categories-5 ul.children,
    #mega-menu-item-nasa_product_categories-6 ul.children,
    #mega-menu-item-nasa_product_categories-8 ul.children {
        margin-top: -3px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.active {
        display: block !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu#mega-menu-item-17 > ul.mega-sub-menu > li.mega-menu-row,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu#mega-menu-item-18 > ul.mega-sub-menu > li.mega-menu-row,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu#mega-menu-item-19 > ul.mega-sub-menu > li.mega-menu-row {
        min-width: 100% !important;
        margin: 0 !important;
        padding-left: 32px !important;
        padding-right: 32px !important;
    }

    .nasa-filt-by-cat {
        text-transform: uppercase;
    }

    body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-nasa_product_categories-4 {
        padding-bottom: 0 !important;
    }

    body #nasa-menu-sidebar-content.nasa-light-new #mobile-navigation .menuclonato li a,
    #nasa-menu-sidebar-content.nasa-light-new #mobile-navigation li a {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #nasa-menu-sidebar-content.nasa-light-new #mobile-navigation li a.accordion {
        height: 40px !important;
    }

    #nasa-menu-sidebar-content #mobile-navigation ul.mega-sub-menu #mega-menu-14-0-0 .nasa-root-cat .cat-item:nth-child(1) {
        padding-bottom: 0 !important;
    }

    #nasa-menu-sidebar-content #mobile-navigation ul.mega-sub-menu .nasa-root-cat .cat-item:nth-child(1) {
        padding-top: 0 !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-22,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-23,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-text-24 {
        display: none !important;
    }

    #nasa-menu-sidebar-content.nasa-light-new #mobile-navigation li a.accordion:after {
        transform: none !important;
        content: ">" !important;
        top: 0px !important;
        right: -5px !important;
    }

    .womenmob {
        padding-left: 18px;
    }

    body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item#mega-menu-item-nasa_product_categories-3 {
        padding: 0 32px 0 32px !important;
    }

    #main-content .product-page .nasa-product-details-page {
        padding-top: 30px;
    }

    .nasa-product-info-scroll {
        padding-left: 0;
    }

    #main-content .product-page .nasa-product-details-page .rosamosario_breadcrumb {
        padding-bottom: 35px;
    }

    #main-content .product-page .nasa-product-details-page .product-gallery,
    #main-content .product-page .nasa-product-details-page .entry-summary {
        width: 100%;
    }

    .shippingreturnssection .nasa-accordion-title a {
        font-size: 12px !important;
        letter-spacing: 0.15em !important;
        font-weight: normal;
    }

    #main-content .nasa-product-info-scroll .product-info-wrap span,
    #main-content .nasa-product-info-scroll .product-info-wrap p,
    #main-content .nasa-product-info-scroll .categoryname {
        display: inline-block;
        width: 100%;
        font-weight: normal;
        font-family: var(--sans);
        text-transform: none;
        letter-spacing: 0.01em;
        padding-top: 20px;
    }

    #wrapper .nasa-product-info-scroll p.nasa-single-product-price {
        display: inline-block;
        width: 100%;
        text-align: left;
        padding-right: 0 !important;
        padding-bottom: 46px !important;
        padding-top: 49px !important;
        padding-top: 0;
        padding-right: 0;
    }

    .nasa-product-details-page .product-info .entry-title {
        padding-right: 75px;
        padding-top: 23px;
        font-size: 2rem !important;
    }

    .related-product-title {
        font-size: 3rem;
        line-height: 1.2;
        margin-bottom: 0;
        font-weight: 500;
        padding-top: 50px;
        padding-left: 0;
    }

    .product-item.hover-flip .product-img .main-img img {
        max-height: 62vw;
        object-fit: cover;
    }

    .related-product .owl-nav,
    .recentlyviewed .owl-nav {
        display: block !important;
        top: 31vw;
        transform: none;
        margin-top: -11px;
    }

    .related-product .owl-nav div,
    .recentlyviewed .owl-nav div {
        margin-top: 0 !important;
    }

    body.single-product #wrapper {
        overflow-x: hidden;
    }

    .titlerecentlyviewed {
        font-size: 3rem !important;
        padding-bottom: 35px !important;
        font-size: 3rem;
        line-height: 1.2;
        margin-bottom: 0;
        font-weight: 500;
        padding-top: 48px;
        padding-left: 0;
    }

    .recentlyviewed {
        padding-bottom: 77px;
    }
}

@media only screen and (min-width: 848px) {
    #wrapper #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-142614 {
        display: none !important;
    }

    body.archive .title-filters {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        margin-bottom: 0;
    }

    body.archive .title-filters p {
        border-bottom: 1px solid black;
        padding-bottom: 18.33px;
        margin-bottom: 0;
    }

    section.office-contacts--terza .columns.large-3 p {
        line-height: 1.75;
    }

    body.cerca-espanso .header-icons > li a.search-icon:before,
    .nasa-search-space .nasa-show-search-form .nasa-close-search {
        display: none;
    }

    .header-icons > li a.search-icon:before {
        content: "SEARCH";
        letter-spacing: 0.12em;
        font-weight: 700;
        line-height: inherit;
        font-size: 11px !important;
        font-weight: normal !important;
        position: absolute;
        left: -66px;
        top: 7px;
    }

    body .header-icons > li.nasa-icon-search {
        position: relative;
    }

    .archive .nasa-open-toggle {
        background: rgba(255, 255, 255, 1);
        top: 35px;
        padding-top: 9px;
    }

    body .filters-container.top-bar-wrap-type-2 .nasa-top-sidebar-2 .widget,
    body .nasa-top-sidebar .nasa-show .nasa-widget-wrap {
        padding-bottom: 18.5px;
        margin-bottom: 0;
    }

    body .nasa_shop_description-wrap + .large-12 {
        position: sticky;
        top: 48px;
        z-index: 99;
    }

    body .filters-container.top-bar-wrap-type-2 .nasa-top-sidebar-2,
    body .nasa-top-sidebar .nasa-show {
        display: grid;
        gap: 0;
    }

    body .nasa-top-sidebar .widget {
        margin: 0;
    }

    body.archive .nasa-open-toggle {
        position: unset;
        background: white;
        padding-left: 0;
        margin-left: 0;
        padding-top: 0;
        padding-right: 32px;
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0px !important;
        visibility: hidden;
        height: auto !important;
        max-height: 0px;
        transition: all 200ms ease-in-out;
    }

    body.archive .nasa-top-sidebar .nasa-widget-wrap {
        margin-top: 18.5px;
    }

    body.archive .nasa-filter-variations-widget-wrap {
        padding-top: 16px;
        max-height: 291px;
        overflow: hidden;
    }

    body.archive .nasa-top-sidebar .widget ul {
        max-height: 275px;
        overflow: scroll;
    }

    body.archive .nasa-top-sidebar .nasa-top-sidebar-variations-active .large-12 {
        padding-top: 14px;
    }

    body.archive .nasa-top-sidebar .nasa-top-sidebar-variations-active .nasa-ignore-variation-item {
        line-height: 1;
    }

    body.archive .nasa-top-sidebar .nasa-top-sidebar-variations-active .nasa-ignore-variation-item .nasa-text-variation:before {
        -webkit-transition: none;
        transition: none;
    }

    body.archive .nasa-open-toggle {
        transition: max-height 200ms ease-in-out;
    }

    .nasa-top-sidebar .widget ul::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
        height: 100%;
        display: block;
    }
    .nasa-top-sidebar .widget ul::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: #ccc;
        box-shadow: 0 0 1px rgb(255 255 255 / 50%);
    }

    .archive .filters-container.top-bar-wrap-type-2 .nasa-top-sidebar-2 .widget.active .nasa-open-toggle,
    .nasa-top-sidebar .widget.active .nasa-open-toggle {
        visibility: visible;
        max-height: 2000px;
        display: block !important;
        padding: 0;
    }

    body.archive .nasa-open-toggle:after {
        display: none;
    }

    .filters-container.top-bar-wrap-type-2 .nasa-top-sidebar-2 .widget,
    .nasa-top-sidebar .nasa-show .nasa-widget-wrap {
        min-width: 100%;
        width: 100% !important;
    }

    #wrapper .nasa_shop_description-wrap {
        padding-bottom: 37px !important;
    }

    .archive .nasa-open-toggle {
        background: transparent !important;
    }

    body.home .secondahome .large-4:hover figcaption {
        opacity: 1;
        visibility: visible;
    }

    body.home .secondahome figcaption {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 200px !important;
        background: black;
        margin-top: 0;
        color: white;
        opacity: 0;
        visibility: hidden;
        transition: opacity 200ms ease-in-out;
        padding-top: 13px;
        padding-bottom: 13px;
        letter-spacing: 2px;
        text-align: center;
        pointer-events: none;
        line-height: 1.4;
    }

    body .product-slider .product-img img {
        height: 34vw;
    }

    body.home .secondahome .large-4 .wpb_single_image figure {
        position: relative;
    }

    body #wrapper #main-content a {
        transition: color 200ms ease-in-out;
    }

    body #wrapper #main-content a:hover {
        color: #898989;
    }

    body.home .button-home p {
        text-align: center;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    body.home .button-home p a {
        color: white;
        letter-spacing: 1px;
        padding: 13px 15px !important;
    }
}

/*body .swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 34%;
    bottom: 3px;
    z-index: 50;
    height: 4px;
    width: 32%;
	background: transparent;
}*/

body .swiper-horizontal > .swiper-scrollbar {
    display: none !important;
}

body .swiper-horizontal > .swiper-scrollbar::before {
    content: "";
    position: absolute;
    height: 1.5px;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.1);
}

body .swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
    background: black;
}

body .woocommerce-MyAccount-navigation-link--downloads,
body .woocommerce-MyAccount-navigation-link--saved-cards {
    display: none;
}

.woocommerce-MyAccount-navigation.nasa-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    width: 50%;
}

body.woocommerce-account.logged-in #main-content {
    min-height: auto;
}

body.woocommerce-account.logged-in #content {
    padding-top: 122px;
    padding-left: 5.8rem;
    padding-right: 5.8rem;
    padding-bottom: 70px;
}

.woocommerce-MyAccount-content {
    padding-left: 8.333%;
}

.woocommerce-MyAccount-content h2.account-title,
body.woocommerce-edit-address .woocommerce-MyAccount-content h3 {
    margin: 0;
    margin-bottom: 44px;
    font-size: 40px;
    font-weight: 500;
}

.woocommerce-MyAccount-content form .form-row {
    margin-bottom: 35px !important;
}

.woocommerce-MyAccount-content form .form-row#billing_address_1_field,
.woocommerce-MyAccount-content form .form-row#shipping_address_1_field {
    margin-bottom: 15px !important;
}

body.woocommerce-add-payment-method ul.payment_methods {
    margin: 0;
}

body.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods + a {
    margin-top: 16px;
}

.woocommerce-MyAccount-content form .form-row input {
    margin-bottom: 0 !important;
    padding-left: 13px;
    padding-right: 13px;
}

body.woocommerce-add-payment-method .woocommerce-MyAccount-content form .form-row label {
    margin-top: 0;
}

body.woocommerce-add-payment-method #payment_method_stripe {
    display: none;
}

body.woocommerce-add-payment-method #stripe-payment-data > p {
    display: none;
}

body.woocommerce-add-payment-method .woocommerce-PaymentMethod {
    padding: 0;
}

.woocommerce-MyAccount-content form .form-row label {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0px;
}
.woocommerce-MyAccount-content .shop_table td.woocommerce-PaymentMethod {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.woocommerce-MyAccount-content .shop_table td.woocommerce-PaymentMethod.woocommerce-PaymentMethod--actions {
    text-align: right;
}
.woocommerce-MyAccount-content form .form-row label:not(.checkbox) {
    margin-bottom: 7px;
}
.woocommerce-MyAccount-content form .form-row label span,
.woocommerce-MyAccount-content form .form-row label abbr {
    color: #000;
}

form.woocommerce-EditAccountForm .woocommerce-Input--text + span {
    display: none;
}

form.woocommerce-EditAccountForm fieldset {
    margin: 0;
    padding: 0;
    margin-top: 85px;
    border: 0;
}

form.woocommerce-EditAccountForm fieldset legend {
    margin: 0;
    margin-bottom: 44px;
    font-size: 40px;
    font-weight: 500;
    padding: 0;
    font-family: var(--serif);
}

.woocommerce-MyAccount-content .shop_table {
    margin-top: 0;
}

.woocommerce-MyAccount-content .shop_table thead th {
    padding-top: 0;
    padding-bottom: 14px;
    color: #898989;
    padding-top: 1px;
    letter-spacing: 0;
    text-transform: none;
}

body #order_review .product-total .woocommerce-Price-amount {
    color: black;
}

body .shop_table.my_account_orders tbody td.woocommerce-orders-table__cell-order-actions a {
    font-weight: normal;
    color: black !important;
    text-transform: none;
    letter-spacing: 0 !important;
    font-size: 13px;
}

.woocommerce-MyAccount-content .shop_table thead th.woocommerce-orders-table__header-order-actions {
    opacity: 0;
}

body .woocommerce-table--order-details .order_item td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 16px;
    padding-bottom: 16px;
}

.woocommerce-order-details .woocommerce-table__product-name .td-wrapper {
    display: flex;
    gap: 31px;
}

.woocommerce-order-details .woocommerce-table__product-name .td-wrapper img {
    max-width: 190px;
}

.shop_table.order_details .product-total {
    text-align: right;
    align-items: start;
    vertical-align: super;
}

body .woocommerce-table--order-details .order_item td.product-total * {
    font-weight: bold !important;
}

.shop_table .product-quantity {
    padding-left: 5px;
}

.woocommerce-order-details .woocommerce-table__product-name .td-wrapper .product-content {
    font-weight: bold !important;
}

body.woocommerce-edit-address .woocommerce-Addresses {
    margin-top: 54px;
}

.woocommerce-MyAccount-content button[type="submit"] {
    color: white !important;
}

.woocommerce-columns--addresses h2,
body .col2-set.addresses h3 {
    font-weight: bold;
    font-family: "Tomato Grotesk";
    letter-spacing: 0.1em !important;
    font-size: 13px !important;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: uppercase;
}

body .col2-set.addresses address {
    line-height: 22px;
    margin-top: 0;
    font-size: 13px;
}

body .col2-set.addresses address p {
    line-height: 22px;
    margin-top: 0;
    font-size: 13px;
}

body .woocommerce-SavedPaymentMethods-token input,
body .woocommerce-SavedPaymentMethods-new input {
    margin-bottom: 0;
}

body .woocommerce-SavedPaymentMethods-token {
    margin-top: 12px;
}

body .col2-set.addresses a {
    margin-bottom: 25px;
    display: grid;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: underline;
}

.woocommerce-columns--addresses {
    margin-top: 80px;
}

body .col2-set.addresses address p {
    margin-bottom: 0;
}

body mark {
    background: transparent;
}

body .shop_table.order_details del span.amount {
    font-size: 13px;
}

body .woocommerce-order-details .woocommerce-order-details__title {
    margin-top: 85px;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 50px;
}

body .shop_table.order_details thead {
    border-bottom: 0;
}

.woocommerce-table--order-details .wc-item-meta {
    margin-top: 26px;
}

body .woocommerce-MyAccount-content .shop_table thead th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.woocommerce-table--order-details tfoot tr:last-child th {
    text-transform: none !important;
}

body .woocommerce-table--order-details tfoot tr td * {
    font-size: 13px !important;
}

body .woocommerce-table--order-details tfoot tr:last-child td > .amount,
body .woocommerce-table--order-details tfoot tr:nth-child(1) td > .amount {
    font-size: 13px !important;
    font-weight: bold;
}

.woocommerce-table--order-details .wc-item-meta li {
    display: flex;
    gap: 2px;
    align-items: center;
    line-height: 1.5;
}

.woocommerce-table--order-details .wc-item-meta li * {
    font-weight: normal !important;
    font-size: 13px !important;
    color: black !important;
}

.woocommerce-order-details th,
.woocommerce-order-details td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 13px !important;
}

body .shop_table.my_account_orders tbody td.woocommerce-orders-table__cell-order-actions a:before {
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13.04" height="10.47" viewBox="0 0 13.04 10.47"><g id="Raggruppa_6272" data-name="Raggruppa 6272" transform="translate(-179.5 -437.295)"><path id="Tracciato_19841" data-name="Tracciato 19841" d="M188.432,447.651l4.882-4.882-4.882-4.882" transform="translate(-1.48 -0.239)" fill="none" stroke="%23000" stroke-width="1"/><line id="Linea_115" data-name="Linea 115" x1="12.515" transform="translate(179.5 442.531)" fill="none" stroke="%23000" stroke-width="1"/></g></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 9.7px;
    display: inline-block;
    margin-right: 8px;
}

.woocommerce-MyAccount-content .shop_table th,
.woocommerce-MyAccount-content .shop_table td {
    color: black;
    font-size: 13px;
    font-weight: normal;
}

.account-nav-wrap .account-nav-title {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 13px;
    border-bottom: 1px solid black;
    margin-bottom: 72px;
}

body .shop_table.my_account_orders tbody td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 21px;
    padding-bottom: 21px;
}

body .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: all 300ms ease-in-out !important;
    color: #898989;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding-left: 0 !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

body .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:before {
    display: none;
}

.woocommerce-MyAccount-navigation ul li {
    padding-bottom: 20px;
    line-height: 1;
}

body .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover,
body .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
    color: black !important;
    padding-left: 10px !important;
}

.account-nav-wrap .account-nav {
    display: none !important;
}

.woocommerce-MyAccount-content p:not(.form-row) {
    max-width: 636px;
    font-size: 14px;
}

.woocommerce-MyAccount-content p a {
    font-weight: 500;
}

.woocommerce-MyAccount-content .nasa-MyAccount-navigation {
    display: none;
}

body .col2-set.addresses h3 {
    font-weight: 500;
}

body.page-template-default #header-content,
body.page-template #header-content,
body #wrapper #header-content {
    top: 0;
}

body.woocommerce-account.woocommerce-orders .woocommerce-message a.button {
    display: none !important;
}

.product-item .nasa-product-content-nasa_color-wrap .number-colors + .number-colors {
    display: none;
}

.nasa-single-product-scroll .nasa-thumb-wrap .nasa-single-product-thumbnails {
    gap: 14px;
}

body.single-product #main-content .product-page .nasa-product-details-page .entry-summary .products {
    padding-left: 27px;
}

body.single-product #main-content .product-page .nasa-product-details-page .entry-summary .products .product .categoryname {
    padding-top: 4px !important;
    font-size: 12px !important;
}

body.single-product #main-content .product-page .nasa-product-details-page .entry-summary .products .product .price {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.single-product #main-content .product-page .nasa-product-details-page .entry-summary .products .product .price * {
    font-size: 12px !important;
}

body.single-product #main-content .product-page .nasa-product-details-page .entry-summary .products .product .price ins * {
    color: #c00 !important;
}

body.single-product #main-content .product-page .nasa-product-details-page .entry-summary .products li {
    list-style: none;
    visibility: visible !important;
}

body.single-product #main-content .product-page .nasa-product-details-page .entry-summary .products li .swiper-slide {
    visibility: visible !important;
}

body.single-product #main-content .product-page .nasa-product-details-page .entry-summary .products li .swiper-slide span {
    color: black !important;
}

body.single-product #main-content .product-page .nasa-product-details-page .entry-summary .products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 37px;
    column-gap: 54px;
}

body.single-product #main-content .product-page .nasa-product-details-page .entry-summary .info .name a:hover {
    color: black !important;
}

body.single-product #main-content .product-page .nasa-product-details-page .entry-summary .products li .nasa-product-content-nasa_label-wrap .nasa-product-content-child > a {
    padding: 0 6px;
    font-size: 11px;
}

body.single-product #main-content .product-page .nasa-product-details-page .entry-summary .products li span {
    font-size: 11px !important;
}

body.single-product #main-content .product-page .nasa-product-details-page .entry-summary .products li .nasa-product-content-nasa_color-wrap .number-colors {
    top: 12px;
    left: 50%;
    transform: translatex(-50%);
}

body.single-product #main-content .product-page .nasa-product-details-page .entry-summary .products li .nasa-product-content-nasa_color-wrap {
    padding-top: 12px;
}

body.single-product #main-content .product-page .nasa-product-details-page .entry-summary .products li * {
    text-align: center !important;
}

@media only screen and (max-width: 847px) {
    body.archive .only-desktop {
        display: none !important;
    }

    body header.tuttomenunero,
    body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu,
    body .nasa-header-sticky .sticky-wrapper.fixed-already,
    body.tuttomenunero .nasa-header-sticky .sticky-wrapper.fixed-already,
    body.archive .nasa-header-sticky .sticky-wrapper.fixed-already {
        background: transparent !important;
    }

    body.woocommerce-account.logged-in #content {
        padding: 40px 0px 35px 0px !important;
    }

    body.woocommerce-account.logged-in #main-content {
        margin-bottom: 30px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        line-height: 40px !important;
        height: 40px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:active {
        scale: 0.95;
    }

    body #wrapper .mega-indicator {
        display: block !important;
    }

    #main-content .nasa-single-product-main-image .nasa-item-main-image-wrap a,
    #main-content .nasa-thumbnail-default-wrap .swiper-slide {
        background: #f9f9f9;
    }

    #main-content .nasa-thumbnail-default-wrap .swiper-slide img {
        mix-blend-mode: multiply;
        height: 100%;
        object-fit: cover;
    }

    #main-content .nasa-thumbnail-default-wrap .swiper-slide {
        height: 82px;
    }

    body .p-gallery {
        padding-bottom: 0rem;
    }

    body .terzahomepage.salesroomhomepage {
        padding-bottom: 30px;
    }

    body .terzahomepage {
        padding-bottom: 35px;
    }

    body .quintahomepage.sesta-woman {
        padding-top: 3rem;
    }

    body.home #wrapper .bestsellerhometitle .titoloterzahomepage h2 {
        text-align: left !important;
        padding-bottom: 0.75rem;
        padding-top: 3rem;
    }

    #wrapper #main-content .salesroomhomepage h2 {
        padding-bottom: 1.5rem;
        padding-top: 3rem !important;
    }

    body .quintahomepage .bloccoquintahome h2 {
        padding-bottom: 0;
    }

    body #wrapper .rsclubhomepage h2 {
        padding-top: 2.3rem !important;
    }

    body .nonahomepage .shop-the-gram-title h5 {
        padding-top: 0;
        margin-top: -0.5rem;
        padding-bottom: 1.5rem !important;
    }

    .nonahomepage {
        padding-bottom: 4rem !important;
    }

    body .seconda-man .nasa-row .bloccoquintahome h2 {
        padding-bottom: 23px;
    }

    body .seconda-man .nasa-row .bloccoquintahome {
        padding-bottom: 4rem;
    }

    body .seconda-man .nasa-row {
        gap: 3.5rem;
    }

    body .secondahome.quarta-man {
        padding-bottom: 4rem;
    }

    body .quintahomepage.sesta-man {
        padding-top: 3rem;
    }

    body .quintahomepage.sesta-man .row .large-6:nth-child(2) {
        padding-top: 2.5rem;
    }

    body #wrapper .rsclubhomepage.settima-man h2 {
        padding-top: 4rem !important;
        padding-bottom: 5px;
    }

    body .settima-man {
        padding-bottom: 2rem;
    }

    body .seconda-man.terza-man .nasa-row .bloccoquintahome h3 {
        padding-bottom: 2rem;
    }

    body .seconda-man.terza-man .nasa-row .bloccoquintahome {
        padding-bottom: 3.5rem;
    }

    body .resellers--seconda,
    body .resellers--terza {
        padding-bottom: 32px !important;
    }

    body .resellers--quarta,
    body .resellers--ultima {
        padding-bottom: 4rem !important;
    }

    body .resellers--terza .large-10 .row,
    body .resellers--quarta .large-10 .row {
        row-gap: 1.5rem;
    }

    .vc_custom_1652117779342,
    body .vc_custom_1652115233473,
    body .vc_custom_1652112712622,
    body .vc_section.careers--prima {
        padding-top: 20px !important;
        padding-bottom: 37px !important;
    }

    .vc_custom_1652093971162 {
        padding-top: 20px !important;
    }

    .vc_custom_1652115265104 {
        padding-bottom: 23px !important;
    }

    body .vc_section.italian-story--quarta {
        padding-bottom: 4rem !important;
    }

    section.italian-story--seconda h3 {
        margin-bottom: 20px !important;
    }

    body .vc_custom_1652115233473,
    body .vc_custom_1652112712622 {
        padding-top: 20px !important;
        padding-bottom: 37px !important;
    }

    .vc_custom_1653059364528 {
        padding-top: 50px !important;
        padding-bottom: 4rem !important;
    }

    section.office-contacts--terza {
        margin-bottom: 1rem !important;
    }

    section.office-contacts--seconda .align-bottom,
    section.italian-story--seconda h3 {
        margin-top: 29px;
    }

    section.office-contacts--seconda {
        margin-bottom: 3rem !important;
        padding-top: 30px !important;
    }

    section.careers--positions p:not(:last-of-type) {
        margin-bottom: 16px;
    }

    body .resellers--seconda .large-4 {
        padding-top: 29px;
    }

    body #wrapper section.vc_section.bespoke-appointments {
        margin-top: 20px !important;
        margin-bottom: 37px !important;
    }

    body #wrapper #main-content section.vc_section.bespoke-appointments.seconda {
        padding-bottom: 5rem !important;
    }

    #merda-home {
        margin-bottom: 25px !important;
    }

    body #wrapper #main-content section.vc_section.bespoke-appointments.seconda .large-2 {
        padding-top: 2.5rem;
    }

    body .vc_section.bespoke--seconda .row .large-4 {
        padding-bottom: 2.5rem;
    }

    body .vc_section.bespoke--seconda {
        padding-bottom: 0 !important;
    }

    body .vc_section.bespoke--terza {
        padding-bottom: 2.3rem !important;
    }

    body .vc_section.bespoke--terza .large-5 {
        padding-bottom: 1.3rem;
    }

    body .custom-tabs--titles {
        padding-bottom: 45px;
    }

    body .vc_section.careers--positions .large-4 {
        padding-bottom: 2rem;
    }

    body .vc_section.bespoke--quarta,
    body .bespoke--ultima {
        padding-bottom: 3rem !important;
    }

    body .vc_section.careers--cv {
        margin-bottom: 4rem !important;
    }

    section.bespoke--quarta .row .large-6 {
        gap: 1rem;
    }

    .vc_custom_1653059364528 {
        padding-top: 50px !important;
        padding-bottom: 4rem !important;
    }

    body.category #wrapper section#sub-cat-nav {
        margin-bottom: 0;
    }

    body.single-post #wrapper article .first-section,
    body.single-post #wrapper article .wpb_text_column p:last-of-type,
    .vc_custom_1652896243475 {
        margin-bottom: 40px !important;
    }

    body.category section#articles .masonry-cont .single-article {
        margin-bottom: 40px !important;
    }

    body .vc_section.careers--positions {
        margin-top: 70px !important;
        margin-bottom: 1.8rem !important;
    }

    body.category section#page-main-title .page-desc p {
        font-size: 1.5rem;
        max-width: 90%;
        margin: auto;
    }

    body.category #wrapper section#page-main-title .page-desc {
        margin-bottom: 40px;
    }

    body.category #wrapper section#page-main-title h1 {
        margin-top: 40px;
    }

    body.single-post .single-article .excerpt p {
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        max-height: 3.5rem;
        -webkit-box-orient: vertical;
    }

    body.single-post #main-content {
        padding-bottom: 4rem;
    }

    .archive .large-block-grid-3.products {
        row-gap: 0px;
    }

    .nasa-archive-product-warp {
        padding-top: 50px;
    }

    body.single-product .recentlyviewed {
        padding-bottom: 1.5rem;
    }

    body.single-product .titlerecentlyviewed {
        padding-bottom: 1.5rem !important;
        padding-top: 2.5rem;
    }

    #main-content .product-page .nasa-product-details-page {
        padding-bottom: 0rem;
    }

    .nasa-pagination.style-2 hr {
        width: 50%;
        padding-bottom: 3rem;
        margin-top: 0;
        margin-bottom: 0;
        border: 0;
    }

    body .introwishlist h1 {
        padding-top: 34px !important;
    }

    .title-related-cart {
        padding-top: 1rem;
        margin-bottom: 1.5rem;
    }

    body.woocommerce-cart .titlerecentlyviewed {
        padding-bottom: 1.5rem !important;
        padding-top: 1rem;
    }

    body.woocommerce-cart .block-related {
        padding-bottom: 0rem;
    }

    body.single-product .related-product-title {
        padding-top: 1rem;
        margin-top: -0.5rem;
    }

    body.single-product .block-related:has(.arrows) .related-product-title {
        max-inline-size: calc(100% - 5rem);
        text-wrap: balance;
    }

    body.archive.woocommerce .menu-mobile p {
        padding-top: 40px;
    }

    body.single-product .related-product {
        padding-top: 1.5rem !important;
    }

    body.home {
        overflow-x: hidden;
    }

    body .mobile-menu .nasa-mobile-menu-icon {
        position: relative;
        top: 2px;
        transition: scale 200ms ease-in-out;
        display: inline-block;
    }

    body .mobile-menu .nasa-mobile-menu-icon:active {
        scale: 0.8;
    }

    body .mobile-search {
        margin-top: 9px !important;
    }

    body .mobile-search.pe-7s-search:before {
        font-size: 18px;
        background-image: var(--icon-search-white);
        background-size: contain;
        content: "";
        width: 16px;
        height: 16px;
        display: inline-block;
        background-repeat: no-repeat;
    }

    body #wrapper .logo-wrapper .logo .header_logo {
        padding-top: 17.5px !important;
        filter: drop-shadow(0px 0px white) drop-shadow(0px 0px white); /* to make it more 'bold' */
    }

    .menu-item-heading .backsecondmenumob,
    .menu-item-heading .backchildsecondmenumob,
    .menu-item-heading .backchildthirdmenumob {
        padding-left: 18px !important;
    }

    .menu-item-heading .backsecondmenumob:before,
    .menu-item-heading .backchildsecondmenumob:before,
    .menu-item-heading .backchildthirdmenumob:before {
        left: 13px !important;
        margin-top: -1px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 700px) {
    .archive .large-block-grid-3.products {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }
}

@media only screen and (min-width: 700px) and (max-width: 848px) {
    .archive .large-block-grid-3.products {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    }
}

body.woocommerce-lost-password .page-wrapper.my-account .woocommerce-message {
    margin-top: 15px;
    margin-bottom: 20px;
}

body.single-product #main-content .product-page .nasa-product-details-page .entry-summary .products li .product-img img {
    height: calc(21vw + 1rem);
    object-fit: cover;
}

body.single-product #main-content .product-page .nasa-product-details-page .entry-summary .products li .product-img,
body.single-product #main-content .product-page .nasa-product-details-page .entry-summary .products li .name,
body.single-product #main-content .product-page .nasa-product-details-page .entry-summary .products li .product-img a {
    pointer-events: none;
}

body.single-product #main-content .product-page .nasa-product-details-page .entry-summary .products li .name a {
    /* font-weight: 400; */
    /* font-size: 11px !important; */
}

@media only screen and (min-width: 1200px) {
    body.single-product #main-content .product-page .nasa-product-details-page .entry-summary .products li .nasa-product-content-nasa_color-wrap .number-colors {
        white-space: nowrap;
    }
}

@media only screen and (min-width: 848px) and (max-width: 1200px) {
    body .fuoribundle,
    body .shopthislooksingolo,
    body.single-product #main-content .product-page .nasa-product-details-page .entry-summary .products {
        padding-left: 10px;
    }

    body.single-product #main-content .product-page .nasa-product-details-page .entry-summary .products {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    body.single-product #main-content .product-page .nasa-product-details-page .entry-summary .products li .product-img img {
        height: 52.5vw;
        object-fit: cover;
    }
}

@media only screen and (max-width: 848px) {
    .woocommerce-order-details .woocommerce-table__product-name .td-wrapper img {
        max-width: 99px;
    }

    .woocommerce-MyAccount-content h2.account-title,
    body.woocommerce-edit-address .woocommerce-MyAccount-content h3 {
        margin: 0;
        margin-bottom: 30px;
        font-size: 30px;
        font-weight: 500;
    }

    body .woocommerce-order-details .woocommerce-order-details__title {
        font-size: 30px;
        margin-top: 54px;
        margin-bottom: 30px;
    }

    .woocommerce-columns--addresses {
        margin-top: 65px;
    }

    body.woocommerce-account.logged-in #content {
        padding: 40px 0px 0px 0px !important;
    }

    body.woocommerce-edit-address .woocommerce-Addresses {
        margin-top: 40px;
    }

    .account-nav-wrap .account-nav-title {
        margin-bottom: 24px;
    }

    body .woocommerce-MyAccount-content {
        margin-bottom: 0;
    }

    body.woocommerce-account.logged-in #main-content {
        margin-bottom: 10px !important;
    }

    body .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover,
    body .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
        padding-left: 0 !important;
    }

    body .woocommerce-MyAccount-navigation ul {
        display: flex;
        flex-wrap: wrap;
        padding-top: 10px;
        column-gap: 26px;
    }

    body .shopthislooksingolo h2 {
        padding-top: 11px;
    }

    body.single-product #main-content .product-page .nasa-product-details-page .entry-summary .products li {
        width: 100% !important;
    }

    body.single-product #main-content .product-page .nasa-product-details-page .entry-summary .products .product .categoryname {
        padding-top: 7px !important;
    }

    body.single-product #main-content .product-page .nasa-product-details-page .entry-summary .products {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 37px;
        column-gap: 54px;
        padding: 0;
        gap: 14px;
        row-gap: 25px;
    }
}
