:root {
    --vpd-paper: #fff;
    --vpd-cream: var(--rovere-surface, #f3f8f5);
    --vpd-ink: var(--rovere-ink, #202020);
    --vpd-muted: var(--rovere-muted, #6d6d6d);
    --vpd-accent: var(--rovere-green, #1c7140);
    --vpd-accent-dark: var(--rovere-green-dark, #14552f);
    --vpd-action: var(--rovere-red, #cd0909);
    --vpd-line: var(--rovere-border, #d4e4da);
    --vpd-serif: var(--vhome-serif, Georgia, "Times New Roman", serif);
    --vpd-sans: var(--vhome-sans, Montserrat, GothamPro, Arial, sans-serif);
}

body.vpd-product-page {
    background: var(--vpd-paper);
    color: var(--vpd-ink);
    overflow-x: hidden;
}

body.vpd-product-page #mainContent {
    background: var(--vpd-paper);
    padding-bottom: 0;
}

body.vpd-product-page #mainContent > .content {
    background: var(--vpd-paper) !important;
    overflow: visible;
}

body.vpd-product-page .boxOfCategory {
    float: none;
    margin: 0 auto !important;
    padding: 0 22px 72px;
    width: 100%;
}

body.vpd-product-page .vpd-breadcrumb-row,
body.vpd-product-page .vpd-breadcrumb-wrap {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

body.vpd-product-page .vpd-breadcrumb-row > .hidden-xs,
body.vpd-product-page .vpd-product-shell > .hidden-xs,
body.vpd-product-page .vpd-related-section > .hidden-xs {
    display: none !important;
}

body.vpd-product-page #topLink {
    align-items: center;
    display: flex;
    float: none;
    flex-wrap: nowrap;
    margin: 0 auto;
    max-width: 1260px;
    min-height: 50px;
    overflow: hidden;
    padding: 21px 22px 8px !important;
}

body.vpd-product-page #topLink > svg,
body.vpd-product-page #topLink > .vpd-back-link {
    flex: 0 0 28px;
    float: none !important;
    height: 28px !important;
    margin: 0 32px 0 0 !important;
    width: 28px !important;
}

body.vpd-product-page #topLink > .vpd-back-link {
    align-items: center;
    display: inline-flex !important;
}

body.vpd-product-page #topLink > .vpd-back-link svg {
    display: block;
    height: 28px !important;
    width: 28px !important;
}

body.vpd-product-page #topLink h1,
body.vpd-product-page #topLink h3,
body.vpd-product-page #topLink [role="link"] {
    align-items: center;
    box-sizing: border-box;
    color: var(--vpd-ink) !important;
    display: inline-flex;
    float: none !important;
    font-family: var(--vpd-sans) !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    height: 28px;
    letter-spacing: .12em;
    line-height: 1.25 !important;
    margin: 0 !important;
    min-height: 28px;
    padding-top: 0 !important;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

body.vpd-product-page #topLink .titleLinkHide,
body.vpd-product-page #topLink h1 {
    display: none !important;
}

body.vpd-product-page #topLink [role="link"] {
    cursor: pointer;
}

body.vpd-product-page #topLink [role="link"]:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
}

body.vpd-product-page #topLink a:focus:not(:focus-visible),
body.vpd-product-page #topLink a:active {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    outline: 0 !important;
}

body.vpd-product-page #topLink .vpd-breadcrumb-title,
body.vpd-product-page #topLink .vpd-breadcrumb-separator {
    display: inline-flex !important;
}

body.vpd-product-page #containerMid.vpd-product {
    display: grid;
    float: none;
    gap: clamp(42px, 5vw, 82px);
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
    margin: 34px auto 0;
    max-width: 1260px;
    padding: 0 !important;
    width: 100% !important;
}

body.vpd-product-page .vpd-gallery,
body.vpd-product-page .vpd-details {
    float: none;
    min-width: 0;
    padding: 0 !important;
    width: auto;
}

body.vpd-product-page .vpd-gallery {
    align-content: start;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    position: relative;
}

body.vpd-product-page .vpd-gallery.vpd-gallery--multiple {
    gap: 12px 16px;
    grid-template-columns: 76px minmax(0, 1fr);
}

body.vpd-product-page .vpd-gallery > .product-media-wrap {
    align-items: center;
    background: transparent;
    border-radius: 14px;
    display: flex;
    grid-column: 1;
    grid-row: 1;
    justify-content: center;
    min-height: min(680px, 70vh);
    overflow: hidden;
    position: relative;
    width: 100% !important;
}

body.vpd-product-page .vpd-gallery.vpd-gallery--multiple > .product-media-wrap {
    grid-column: 2;
}

body.vpd-product-page .vpd-gallery #centerImg,
body.vpd-product-page .vpd-gallery #centerImgVideo {
    height: auto;
    margin: 0 auto;
    max-height: 650px;
    max-width: 94%;
    object-fit: contain;
    width: auto;
}

body.vpd-product-page img.vpd-image-unavailable {
    opacity: 0 !important;
}

body.vpd-product-page .vpd-gallery > .vpd-thumbnails-wrap {
    display: none !important;
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    min-width: 0;
    padding: 0 !important;
}

body.vpd-product-page .vpd-gallery > .vpd-thumbnails-wrap.vpd-has-multiple-images {
    display: block !important;
}

body.vpd-product-page .vpd-gallery .carousel-reviews .container,
body.vpd-product-page .vpd-gallery .carousel-reviews .row,
body.vpd-product-page .vpd-gallery .carousel-reviews .carousel,
body.vpd-product-page .vpd-gallery .carousel-reviews .carousel-inner,
body.vpd-product-page .vpd-gallery .carousel-reviews .item {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

body.vpd-product-page .vpd-gallery .carousel-reviews .item {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
}

body.vpd-product-page .vpd-gallery .carousel-reviews .item > div {
    float: none;
    height: 76px;
    padding: 0 !important;
    width: 76px;
}

body.vpd-product-page .vpd-gallery .carousel-reviews img,
body.vpd-product-page .vpd-gallery .carousel-reviews video {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    height: 76px !important;
    margin: 0 !important;
    object-fit: contain;
    padding: 5px !important;
    position: static !important;
    width: 76px !important;
}

body.vpd-product-page .vpd-gallery .carousel-reviews .carouActv {
    border-color: var(--vpd-accent);
}

body.vpd-product-page .vpd-gallery .carousel-control {
    display: none;
}

body.vpd-product-page .vpd-gallery > div:not(.product-media-wrap):not(.vpd-thumbnails-wrap) {
    position: absolute !important;
    z-index: 3 !important;
}

body.vpd-product-page .vpd-details {
    align-self: start;
    display: flex;
    flex-direction: column;
    padding-top: 4px !important;
    position: relative;
}

body.vpd-product-page .vpd-category {
    color: var(--vpd-muted) !important;
    font-family: var(--vpd-sans) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: .18em;
    margin: 0 0 12px !important;
    order: 1;
    padding: 0 !important;
    text-transform: uppercase;
}

body.vpd-product-page .vpd-title {
    color: var(--vpd-ink) !important;
    font-family: var(--vpd-serif) !important;
    font-size: clamp(38px, 4.2vw, 64px) !important;
    font-style: italic;
    font-weight: 400 !important;
    letter-spacing: -.035em;
    line-height: .98;
    margin: 0 0 12px !important;
    order: 2;
    padding: 0 !important;
    text-transform: none;
}

body.vpd-product-page .vpd-product-code {
    color: var(--vpd-muted);
    font-family: var(--vpd-sans);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .04em;
    margin: 0 0 10px !important;
    order: 3;
    padding: 0 !important;
}

body.vpd-product-page .vpd-product-code b {
    color: var(--vpd-ink);
    font-weight: 600;
}

body.vpd-product-page .vpd-lede {
    color: var(--vpd-muted);
    font-family: var(--vpd-serif);
    font-size: 16px;
    font-style: italic;
    line-height: 1.55;
    margin: 0 0 18px;
    order: 6;
}

body.vpd-product-page .vpd-details > div:not(.vpd-category):not(.vpd-title):not(.vpd-product-code):not(.vpd-lede):not(.vpd-price):not(.vpd-tax):not(.vpd-meta-list):not(.vpd-mobile-brand-row):not(.vpd-actions):not(.vpd-share):not(.vpd-benefits):not(.vpd-accordion) {
    order: 4;
}

body.vpd-product-page .vpd-details > div:empty {
    display: none !important;
}

body.vpd-product-page .vpd-price {
    color: var(--vpd-action) !important;
    font-family: var(--vpd-serif) !important;
    margin: 4px 0 0 !important;
    order: 4;
    padding: 0 !important;
}

body.vpd-product-page .vpd-price .b1,
body.vpd-product-page .vpd-price .b2,
body.vpd-product-page .vpd-price .b3 {
    color: inherit !important;
    font-family: var(--vpd-serif) !important;
    font-weight: 400 !important;
}

body.vpd-product-page .vpd-price .b1 {
    font-size: 27px !important;
}

body.vpd-product-page .vpd-price .b2 {
    font-size: 42px !important;
}

body.vpd-product-page .vpd-price .b3 {
    font-size: 21px !important;
}

body.vpd-product-page .vpd-tax {
    color: var(--vpd-muted);
    font-family: var(--vpd-sans);
    font-size: 12px !important;
    font-weight: 400 !important;
    margin: 2px 0 18px !important;
    order: 5;
    padding: 0 !important;
}

body.vpd-product-page .vpd-meta-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4px;
    order: 7;
    width: 100%;
}

body.vpd-product-page .vpd-meta {
    align-items: center;
    background: var(--vpd-paper);
    border: 1px solid var(--vpd-line);
    border-radius: 9px;
    color: var(--vpd-muted);
    display: inline-flex;
    float: none;
    font-family: var(--vpd-sans);
    font-size: 12px;
    font-weight: 400 !important;
    margin: 0 8px 8px 0 !important;
    min-height: 36px;
    padding: 8px 12px !important;
    width: auto;
}

body.vpd-product-page .vpd-meta b {
    color: var(--vpd-ink) !important;
    font-weight: 600;
    margin-left: 5px;
}

body.vpd-product-page .vpd-actions {
    align-items: stretch;
    display: flex;
    gap: 12px;
    margin-top: 18px;
    order: 8;
    width: 100%;
}

body.vpd-product-page .vpd-actions > div {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

body.vpd-product-page .vpd-actions #detailProductQty {
    flex: 0 0 116px;
}

body.vpd-product-page #detailProductQty > div,
body.vpd-product-page #detailProductQty .bootstrap-touchspin {
    height: 56px;
    max-width: none !important;
    width: 100%;
}

body.vpd-product-page #detailProductQty .bootstrap-touchspin {
    align-items: center;
    border: 1px solid var(--vpd-line);
    border-radius: 999px;
    display: flex;
    overflow: hidden;
}

body.vpd-product-page #detailProductQty .input-group-btn {
    display: block;
    flex: 0 0 38px;
    width: 38px;
}

body.vpd-product-page #detailProductQty .btn {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: var(--vpd-ink) !important;
    height: 54px;
    margin: 0 !important;
    padding: 0 !important;
    width: 38px;
}

body.vpd-product-page #detailProductQty #quantita {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    flex: 1 1 auto;
    height: 54px !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    width: 48px !important;
}

body.vpd-product-page .vpd-action-primary {
    flex: 1 1 auto;
}

body.vpd-product-page .vpd-action-primary .aggcar {
    align-items: center;
    border: 0;
    border-radius: 999px;
    display: flex;
    height: 56px;
    justify-content: center;
    margin: 0 !important;
    min-width: 0;
    padding: 0 24px;
    position: relative;
    background: var(--vpd-action) !important;
    color: #fff !important;
}

body.vpd-product-page .vpd-action-primary .aggcar:hover,
body.vpd-product-page .vpd-action-primary .aggcar:focus {
    background: var(--vpd-accent-dark) !important;
}

body.vpd-product-page .vpd-action-primary .aggcar p {
    align-items: center;
    display: flex;
    font-family: var(--vpd-sans);
    font-size: 13px !important;
    bottom: 0;
    height: auto;
    justify-content: center;
    left: 0;
    letter-spacing: .08em;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    right: 0;
    top: 0;
    width: 100%;
}

body.vpd-product-page .vpd-action-primary .aggcar img {
    height: 18px !important;
    margin: 0 9px 0 0 !important;
    object-fit: contain;
    width: 18px !important;
}

body.vpd-product-page .vpd-actions #boxPreferiti {
    align-items: center;
    border: 1px solid var(--vpd-line);
    border-radius: 50%;
    display: flex;
    flex: 0 0 56px;
    height: 56px;
    justify-content: center;
    position: static !important;
}

body.vpd-product-page .vpd-actions #boxPreferiti img {
    height: 24px !important;
    margin: 0 !important;
    object-fit: contain;
    width: 24px !important;
}

body.vpd-product-page .vpd-actions #boxPreferiti b {
    display: none;
}

body.vpd-product-page .vpd-share {
    align-items: center;
    border: 1px solid var(--vpd-line);
    border-radius: 50%;
    display: flex;
    flex: 0 0 56px;
    height: 56px;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    width: 56px !important;
}

body.vpd-product-page .vpd-actions .vpd-share {
    flex: 0 0 56px;
    width: 56px !important;
}

body.vpd-product-page .vpd-share > a {
    align-items: center;
    color: var(--vpd-ink) !important;
    display: flex;
    height: 100%;
    justify-content: center;
    text-decoration: none;
    width: 100%;
}

body.vpd-product-page .vpd-share > a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
}

body.vpd-product-page .vpd-share img {
    height: 24px !important;
    margin: 0 !important;
    object-fit: contain;
    width: 24px !important;
}

body.vpd-product-page .vpd-share b {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 !important;
}

body.vpd-product-page .vpd-share-label {
    display: none !important;
}

body.vpd-product-page .vpd-benefits {
    border-bottom: 1px solid var(--vpd-line);
    border-top: 1px solid var(--vpd-line);
    display: grid;
    gap: 13px;
    margin-top: 18px;
    order: 9;
    padding: 20px 0;
}

body.vpd-product-page .vpd-benefit {
    align-items: flex-start;
    color: var(--vpd-muted);
    display: flex;
    font-family: var(--vpd-sans);
    font-size: 12px;
    gap: 12px;
    line-height: 1.45;
}

body.vpd-product-page .vpd-benefit i {
    color: var(--vpd-accent);
    font-size: 16px;
    margin-top: 1px;
    text-align: center;
    width: 18px;
}

body.vpd-product-page .vpd-benefit strong {
    color: var(--vpd-ink);
    font-weight: 600;
}

body.vpd-product-page .vpd-accordion {
    margin-top: 0;
    order: 10;
}

body.vpd-product-page .vpd-accordion-item {
    border-bottom: 1px solid var(--vpd-line);
}

body.vpd-product-page .vpd-accordion-item.is-empty {
    display: none;
}

body.vpd-product-page .vpd-accordion-trigger {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--vpd-ink);
    display: flex;
    font-family: var(--vpd-sans);
    font-size: 12px;
    font-weight: 700;
    justify-content: space-between;
    letter-spacing: .08em;
    min-height: 54px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

body.vpd-product-page .vpd-accordion-trigger::after {
    color: var(--vpd-accent);
    content: "+";
    font-size: 20px;
    font-weight: 400;
}

body.vpd-product-page .vpd-accordion-item.is-open .vpd-accordion-trigger::after {
    content: "×";
}

body.vpd-product-page .vpd-accordion-panel {
    background: var(--vpd-cream);
    border-radius: 10px;
    color: var(--vpd-muted);
    display: none;
    font-family: var(--vpd-sans);
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 18px;
    padding: 18px 20px;
}

body.vpd-product-page .vpd-accordion-item.is-open .vpd-accordion-panel {
    display: block;
}

body.vpd-product-page .vpd-accordion-panel > div {
    float: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
}

body.vpd-product-page .vpd-accordion-panel .row {
    margin: 0 !important;
}

body.vpd-product-page .vpd-accordion-panel [class*="col-"] {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

body.vpd-product-page .vpd-accordion-panel .familyBolder {
    color: var(--vpd-ink) !important;
    font-size: 12px !important;
    letter-spacing: .05em;
    margin: 0 0 10px !important;
    text-transform: uppercase;
}

body.vpd-product-page .vpd-accordion-panel .infoAggBox,
body.vpd-product-page .vpd-accordion-panel .infoAggBox3 {
    align-items: center;
    color: var(--vpd-ink) !important;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px !important;
    gap: 8px;
    letter-spacing: .05em;
    margin: 0 0 12px !important;
    text-transform: uppercase;
}

body.vpd-product-page .vpd-accordion-panel .infoAggBox img,
body.vpd-product-page .vpd-accordion-panel .infoAggBox3 img {
    height: 34px !important;
    margin: 0 !important;
    object-fit: contain;
    width: 34px !important;
}

body.vpd-product-page .vpd-accordion-panel .descrArt {
    margin: 0 0 18px !important;
}

body.vpd-product-page .vpd-additional-links {
    border-top: 1px solid var(--vpd-line);
    display: grid;
    gap: 10px;
    margin-top: 18px !important;
    padding-top: 16px !important;
}

body.vpd-product-page .vpd-additional-links .titleLink {
    font-size: 12px !important;
    font-weight: 500 !important;
    margin: 0 !important;
}

body.vpd-product-page .vpd-legacy-detail-sections {
    display: none !important;
}

body.vpd-product-page .vpd-related-section {
    float: none;
    margin: 72px auto 0 !important;
    max-width: 1260px;
    padding: 0 !important;
    width: 100%;
}

/* I vecchi nastri promozionali usavano position:fixed e potevano uscire
   dall'immagine su mobile. Nel dettaglio moderno le immagini restano pulite. */
body.vpd-product-page .vpd-gallery .esDett2,
body.vpd-product-page .vpd-gallery .esDettSconto,
body.vpd-product-page .vpd-gallery #Es,
body.vpd-product-page .vpd-gallery #inOf,
body.vpd-product-page .vpd-gallery #inEs,
body.vpd-product-page .vpd-related-card .esDett2,
body.vpd-product-page .vpd-related-card .esDettSconto,
body.vpd-product-page .vpd-related-card #Es,
body.vpd-product-page .vpd-related-card #inOf,
body.vpd-product-page .vpd-related-card #inEs {
    display: none !important;
}

body.vpd-product-page .vpd-related-cards-wrap {
    clear: both;
    float: none !important;
    margin-top: 0 !important;
    overflow: visible !important;
}

body.vpd-product-page .vpd-related-heading-wrap + .vpd-related-cards-wrap {
    margin-top: 14px !important;
}

body.vpd-product-page .vpd-related-grid-wrap {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

body.vpd-product-page .vpd-related-header {
    margin-bottom: 28px;
}

body.vpd-product-page .vpd-related-title {
    color: var(--vpd-ink);
    font-family: var(--vpd-serif);
    font-size: clamp(32px, 3vw, 46px);
    font-style: italic;
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: 1.05;
    margin: 0 0 8px;
}

body.vpd-product-page .vpd-related-subtitle {
    color: var(--vpd-muted);
    font-family: var(--vpd-serif);
    font-size: 14px;
    font-style: italic;
    margin: 0;
}

body.vpd-product-page .vpd-related-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0 !important;
}

body.vpd-product-page .vpd-related-card {
    display: flex !important;
    float: none;
    height: auto !important;
    min-width: 0;
    padding: 0 !important;
    width: auto;
}

body.vpd-product-page .vpd-related-card .rovere-product-figure {
    height: auto !important;
    min-height: 100%;
}

body.vpd-product-page .vpd-related-card .figcaption2 {
    flex: 0 0 auto;
    position: static !important;
}

body.vpd-product-page .vpd-action-primary .vpd-add-unavailable,
body.vpd-product-page .vpd-action-primary .vpd-add-unavailable:hover,
body.vpd-product-page .vpd-action-primary .vpd-add-unavailable:focus {
    background: #a0a0a0 !important;
    color: #fff !important;
    cursor: not-allowed;
    opacity: 1 !important;
    pointer-events: none;
}

body.vpd-product-page .vpd-action-primary .vpd-add-unavailable p {
    justify-content: center;
    margin: 0 !important;
}

body.vpd-product-page .vpd-quantity-unavailable {
    opacity: .5;
    pointer-events: none;
}

body.vpd-product-page .vpd-related-card .rovere-card-media {
    background: transparent;
}

body.vpd-product-page .vpd-related-card .figcaption1 {
    color: var(--vpd-ink) !important;
    font-family: var(--vpd-serif) !important;
    font-size: 20px !important;
    font-style: italic;
    font-weight: 400 !important;
    line-height: 1.15 !important;
    text-transform: none !important;
}

body.vpd-product-page .vpd-related-card .figcaption2,
body.vpd-product-page .vpd-related-card .figcaption2 * {
    font-family: var(--vpd-sans) !important;
}

@media (min-width: 992px) {
    body.vpd-product-page .vpd-related-card:nth-child(n+5) {
        display: none !important;
    }

    body.vpd-product-page .vpd-related-card .vpd-related-add {
        opacity: 0 !important;
        pointer-events: none;
        transform: translateY(8px) !important;
        transition: opacity .2s ease, transform .2s ease;
    }

    body.vpd-product-page .vpd-related-card:hover .vpd-related-add,
    body.vpd-product-page .vpd-related-card:focus-within .vpd-related-add {
        opacity: 1 !important;
        pointer-events: auto;
        transform: none !important;
    }
}

body.vpd-product-page .vpd-related-add {
    bottom: 12px !important;
    display: block;
    height: 44px !important;
    left: auto !important;
    opacity: 1 !important;
    right: 12px !important;
    transform: none !important;
    width: 44px !important;
}

body.vpd-product-page .vpd-related-add > div,
body.vpd-product-page .vpd-related-add .aggcar {
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 !important;
    width: 44px !important;
}

body.vpd-product-page .vpd-related-add .aggcar {
    align-items: center;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
}

body.vpd-product-page .vpd-related-plus {
    color: inherit;
    font-family: var(--vpd-sans);
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    margin-top: -2px;
}

body.vpd-product-page .vpd-visually-hidden {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

@media (max-width: 991px) {
    body.vpd-product-page #mainContent {
        padding-bottom: 0;
    }

    body.vpd-product-page .boxOfCategory {
        padding: 0 18px 28px;
    }

    body.vpd-product-page #topLink {
        padding: 14px 18px 0 !important;
    }

    body.vpd-product-page #topLink > svg {
        margin-right: 18px !important;
    }

    body.vpd-product-page #containerMid.vpd-product {
        display: flex;
        flex-direction: column;
        gap: 14px;
        margin-top: 0;
        width: 100% !important;
    }

    body.vpd-product-page .vpd-gallery {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    body.vpd-product-page .vpd-gallery > .product-media-wrap {
        align-items: flex-start;
        min-height: 0;
        order: 1;
    }

    body.vpd-product-page .vpd-gallery #centerImg,
    body.vpd-product-page .vpd-gallery #centerImgVideo {
        margin-top: 0 !important;
        max-height: 46vh;
        max-width: 88%;
    }

    body.vpd-product-page .vpd-gallery > .vpd-thumbnails-wrap.vpd-has-multiple-images {
        display: block !important;
        order: 2;
        overflow: hidden;
        width: 100%;
    }

    body.vpd-product-page .vpd-gallery .carousel-reviews .item {
        display: grid !important;
        gap: 8px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    body.vpd-product-page .vpd-gallery .carousel-reviews .item > div {
        height: auto;
        width: auto;
    }

    body.vpd-product-page .vpd-gallery .carousel-reviews img,
    body.vpd-product-page .vpd-gallery .carousel-reviews video {
        aspect-ratio: 1;
        height: auto !important;
        width: 100% !important;
    }

    body.vpd-product-page .vpd-details {
        padding-top: 8px !important;
    }

    body.vpd-product-page .vpd-title {
        font-size: clamp(35px, 10.5vw, 50px) !important;
    }

    body.vpd-product-page .vpd-lede {
        font-size: 14px;
    }

    body.vpd-product-page .vpd-mobile-brand-row {
        align-items: center;
        display: flex;
        gap: 9px;
        margin: 2px 0 4px;
        min-height: 46px;
        order: 7;
        width: 100%;
    }

    body.vpd-product-page .vpd-mobile-brand-row .vpd-meta {
        flex: 1 1 auto;
        margin-bottom: 0 !important;
        min-width: 0;
    }

    body.vpd-product-page .vpd-meta-list:empty {
        display: none;
    }

    body.vpd-product-page .vpd-mobile-brand-row #boxPreferiti,
    body.vpd-product-page .vpd-mobile-brand-row .vpd-share {
        align-items: center;
        border: 1px solid var(--vpd-line);
        border-radius: 50%;
        display: flex;
        flex: 0 0 44px;
        height: 44px;
        justify-content: center;
        margin: 0 !important;
        padding: 0 !important;
        position: static !important;
        width: 44px !important;
    }

    body.vpd-product-page .vpd-mobile-brand-row #boxPreferiti img,
    body.vpd-product-page .vpd-mobile-brand-row .vpd-share img {
        height: 22px !important;
        margin: 0 !important;
        object-fit: contain;
        width: 22px !important;
    }

    body.vpd-product-page .vpd-mobile-brand-row #boxPreferiti b {
        display: none;
    }

    body.vpd-product-page .vpd-mobile-brand-row #boxPreferiti {
        margin-left: auto !important;
    }

    body.vpd-product-page .vpd-meta-list {
        order: 8;
    }

    body.vpd-product-page .vpd-meta {
        font-size: 11px;
        min-height: 34px;
        padding: 7px 10px !important;
    }

    body.vpd-product-page .vpd-actions {
        gap: 10px;
        order: 9;
    }

    body.vpd-product-page .vpd-actions #detailProductQty {
        flex-basis: 116px;
    }

    body.vpd-product-page .vpd-action-primary .aggcar {
        padding: 0 14px;
    }

    body.vpd-product-page .vpd-action-primary .aggcar p {
        font-size: 11px !important;
    }

    body.vpd-product-page .vpd-accordion {
        order: 10;
    }

    body.vpd-product-page .vpd-benefits {
        order: 11;
    }

    body.vpd-product-page .vpd-related-section {
        margin-top: 24px !important;
    }

    body.vpd-product-page .vpd-related-heading-wrap + .vpd-related-cards-wrap {
        margin-top: 10px !important;
    }

    body.vpd-product-page .vpd-related-grid {
        display: flex;
        gap: 12px;
        margin-left: -18px;
        margin-right: -18px;
        overflow-x: auto;
        padding: 0 24px 28px !important;
        scroll-padding-left: 24px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    body.vpd-product-page .vpd-related-grid::-webkit-scrollbar {
        display: none;
    }

    body.vpd-product-page .vpd-related-card {
        flex: 0 0 42vw;
        height: auto !important;
        max-width: 42vw;
        min-width: 0;
        scroll-snap-align: start;
    }

    body.vpd-product-page .vpd-related-card:first-child {
        scroll-margin-left: 24px;
    }

    body.vpd-product-page .vpd-related-card .figcaption1 {
        display: -webkit-box !important;
        font-size: 22px !important;
        height: 52px !important;
        line-height: 26px !important;
        max-height: 52px !important;
        max-width: 100%;
        min-width: 0;
        overflow: hidden !important;
        text-overflow: clip;
        white-space: normal !important;
        word-break: normal;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    body.vpd-product-page .vpd-related-add {
        display: block;
    }
}

@media (max-width: 420px) {
    body.vpd-product-page .vpd-actions #detailProductQty {
        flex-basis: 108px;
    }

    body.vpd-product-page .vpd-actions #boxPreferiti {
        flex-basis: 52px;
        height: 52px;
    }

    body.vpd-product-page .vpd-action-primary .aggcar,
    body.vpd-product-page #detailProductQty > div,
    body.vpd-product-page #detailProductQty .bootstrap-touchspin {
        height: 52px;
    }

    body.vpd-product-page .vpd-related-card {
        flex-basis: 43vw;
    }
}
/* XZoom usa storicamente un'immagine senza src come lente trasparente.
   I browser moderni possono renderizzarla con l'icona di risorsa rotta. */
body.vpd-product-page .xzoom-lens > img[src=""] {
    display: none !important;
}
