:root {
    --orange: #ffb700;
    --white: #ffffff;
    --light-black: #2E3137;
    --light-blue: #b2c6de;
    --wrapper-p: #b3bfd7;
    --main-color: #1b2d5a;
    --secondary-color: #003F51;
    --wrapper-h5: var(--white);
    --wrapper-h1: var(--orange);
    --wrap-active: #ffb700;
    --offers: #3b62ab;
    --main-wrap-a-bg: var(--orange);
    --btn-text: #8f9fbe;
    --btn-text-bg: var(--orange);
    --btn-wrap-hover-bg: #f2520d;
    --btn-wrap-hover-listing-bg: #00708f;
}

* {
    box-sizing: border-box;
}

:where(a, button, summary, .view-offers, .btn-text):focus-visible {
  outline: 2px solid #1e386c;
  outline-offset: 2px;
}

body,
ul,
p,
span {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", arial;
}

img {
    width: auto;
}

.main-container {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 20px;
    width: 100%;
}

.text-center {
    margin: 0;
    color: #1b376c;
    font-size: 13px;
    font-weight: 400;
}

.w-100 {
    width: 100%;
}

.margin-0 {
    margin-bottom: 0;
    margin-top: 0;
}

.main-title {
    color: var(--main-color);
    font-size: 46px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 115%;
    margin: 0;
}

header.main-header,
section.banner {
    background-color: #253660;
    padding-top: 25px;
    padding-bottom: 0px;
}

header.main-header {
    padding: 0;
    background: #162853;
}

header.main-header .main-row {
    display: flex;
    justify-content: center;
}

.logo-container {
    padding: 22px 0;
    display: flex;
}

.logo-container img {
    height: auto;
    object-fit: contain;
    width: auto;
    max-width: 130px;
}

.banner {
    position: relative;
}

.heading-wrapper {
    padding: 5px 0 40px;
    text-align: center;
}

.banner .main-wrapper {
    margin: 0 auto;
    max-width: 759px;
    padding: 56px 0 66px;
    width: 100%;
}

.banner .main-wrapper h1,
.banner .heading-wrapper h1,
.banner .heading-wrapper h5 {
    font-weight: 600;
    letter-spacing: 0.24px;
    line-height: 110%;
}

.banner .heading-wrapper h1 {
    color: #ffffff;
    font-size: 43px;
}

.banner .heading-wrapper h5 {
    color: var(--wrapper-h5);
    font-size: 21px;
    padding: 15px 0 0;
    font-weight: 400;
}

.update-title {
    color: #4b5a7e;
    font-size: 14px;
    padding: 0px 0px 10px 0;
    text-align: right;
}

.banner-text {
    padding-top: 16px;
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

details {}

details summary::-webkit-details-marker {
    display: none;
}

details[open] summary {
}

details summary {
    cursor: pointer;
    padding: 6px 16px;
    background-color: #f3f3f3;
    list-style: none;
    font-size: 14px;
    font-weight: bold;
}

details summary::-webkit-details-marker {
    display: none;
}

details[open] summary {
    background-color: #f7f7f7;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.attributes {
    padding: 10px;
    border-top: none;
}

.accordion-toggle {
    display: none;
}

.accordion label {
    display: block;
    cursor: pointer;
    padding: 10px;
    margin-bottom: 5px;
}

.accordion .attributes {
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion input[type="radio"]:checked ~ .attributes {
    max-height: 1000px;
}

.accordion input[type="radio"]:checked ~ .close-label {
    display: block;
}

.accordion input[type="radio"]:checked ~ .open-label {
    display: none;
}

.accordion .close-label {
    display: none;
    background-color: #f3f3f3;
    max-width: 120px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 14px;
}

.accordion input[type="radio"]:checked + label,
.accordion input[type="radio"]:checked + label + label.close-label {
    background-color: #ccc;
}

.flex-content {
    display: flex;
    justify-content: center;
}

.listing {
    background: #ffffff;
    padding: 50px 0;
}

.listing .col {
    margin-bottom: 20px;
}

.attributes .col {
    margin-bottom: 0;
}

.view-offers {
    position: relative !important;
    overflow: visible !important;  
}

.btn-tag-icon {
position: absolute;
    width: 54px;
    height: auto;
    top: 10px;
    left: -49px;       
    z-index: 10;          
    transform: rotate(-5deg);
    pointer-events: none;
    box-shadow: none !important;
}

@media (max-width: 767px) {
    .btn-tag-icon {
        width: 70px;
        bottom: -6px;
        left: -48px;
    }
}

.product-link .col {
    margin: 0;
    row-gap: 10px;
}

.product-box {
    border: 2px solid rgb(46 49 55 / 6%);
    box-shadow: 0px 0px 8px 5px rgb(0 0 0 / 2%);
    margin: 0 auto;
}

.product-box:hover {
    box-shadow: 0 0 17px rgb(0 0 0 / 10%);
}

.product-box .text-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;   
    flex-shrink: 1; 
    flex-basis: auto;
}

.product-box .text-container p {
    color: #192c7f;
}

.product-box .text-container ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.product-box .text-container ul li {
    color: #192c7f;
    position: relative;
    padding-left: 25px;
    margin-bottom: 3px;
}

.product-box .text-container ul li::before {
    content: '\2714';
    position: absolute; 
    left: 0; 
    top: 50%; 
    transform: translateY(-50%); 
    font-size: 16px; 
    color: rgb(88, 146, 88); 
}

.product-link {
    background: var(--white);
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 44px 55px 30px 32px;
    position: relative;
    text-decoration: none;
    column-gap: 20px;
}

.product-link.attributes {
    padding-top: 13px;
    padding-bottom: 12px;
    display: flex;
    justify-content: center;
    background: #fbfbfb;
}

.product-link.attributes .button-wrap .btn-text {
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: bold;
}

.alternative {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    border-bottom: 1px solid #dddddd45;
    margin-bottom: 25px;
}

.alternative h3 {
    color: #1b376c;
    padding: 11px 47px;
    font-size: 31px;
    margin-bottom: 0;
}

.image-text-container {
    display: flex;
    padding-top: 0;
}

.image-container {
    width: 250px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-box.zooming-box { overflow: visible; z-index: 10; position: relative; }

.image-container img {
  transition: transform .2s ease, filter .2s ease, opacity .2s ease;
  will-change: transform;
}

.image-container.zooming { position: relative; z-index: 20; }

.magnifying-glass { pointer-events: none; opacity: .85; transition: opacity .2s; }
.image-container.zooming .magnifying-glass { opacity: 0; }

.image-container:hover img { opacity: 1 !important; }

.text-container h5 {
    color: var(--main-color);
    font-weight: 600;
    font-size: 20px;
    overflow: hidden;
    overflow-wrap: anywhere;
    padding: 7px 7px 0 0;
    text-overflow: ellipsis;
    margin: 0;
}

.text-container h5:hover {
    text-decoration: underline;
}

.text-container h6 {
    color: #132c5e;
    font-weight: 700;
    text-decoration: underline;
    font-size: 15px;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    margin: 0;
}

.discount-buttons {
    margin: 12px 0 6px;
}

.discount-buttons span {
    line-height: 1.75em;
    padding: 2px 18px 2px 14px;
    display: inline-block;
    text-transform: uppercase;
    color: #314d91;
    font-size: 12px;
    font-weight: 600;
    background: #dfecfb;
    clip-path: polygon(0% 0%, 100% 0%, 94% 100%, 0% 100%);
}

.discount-buttons .discount-button {
    margin: 0 14px 0 0;
}

.discount-buttons .sconto {
    clip-path: polygon(6% 0%, 100% 0%, 96% 100%, 0% 100%);
    padding: 2px 18px 2px 18px;
    color: #2f6e00;
    background: #ccebd6;
}

.button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rating-box {
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
}

.inner-rating {
    display: flex;
    align-items: center;
    gap: 6px;
}

.score-box {
    display: flex;
    align-items: center;
    gap: 6px;
}

.score-box img {
    height: 18px;
    object-fit: contain;
    width: 70px;
}

.score-box h3 {
    font-size: 18px;
    margin: 0;
    color: #1b376c;
}

.rating-label h4 {
    color: #1b2d5a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1em;
    padding: 0 0 0 8px;
    width: 100px;
    margin: 0 0 0 4px;
    border-left: 1px solid #a0aaad;
}

.active-button, .view-offers {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", arial;
    font-weight: 700;
    color: var(--white);
    display: flex;
    font-size: 14px;
    letter-spacing: 0.64px;
    line-height: 140%;
    margin: 6px 0;
    padding: 13px 22px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 50px;
    background: #3ca4e4;
}

.view-offers {
    background-color: #1e386c;
}

.numbers {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", arial;
    font-weight: 700;
    color: var(--white);
    display: flex;
    font-size: 14px;
    letter-spacing: 0.64px;
    line-height: 140%;
    padding: 6px 20px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0 0 10px 0;
    background: #3ca4e4;
	background-color: #1e386c;
}

.best-quality {
    background-color: #59b45d !important;
}

.best-offer {
    font-size: 14px;
    letter-spacing: .24px;
    margin: 0;
    padding: 6px 18px 6px 16px;
    border-radius: 0 0 10px 0;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", arial;
    font-weight: 700;
    color: var(--white);
    display: flex;
    line-height: 140%;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #ffa62f;
}

.best-offer img {
    margin-right: 5px;
    width: 18px;
}

.view-offers:hover {
    background: var(--offers);
}

.active-button:hover {
    background-color: #ff9a17;
}

.top-button {
    left: 0px;
    position: absolute;
    top: 0px;
    display: flex;
}

.top-button .view-offers {
    align-items: center;
    display: flex;
    font-size: 16px;
    height: 33px;
    justify-content: center;
    width: 30px;
    border-radius: 0 0 10px 0;
    margin-top: 0;
    padding: 0 22px;
}

ul.attributes {
    list-style: none;
    padding: 0;
    margin: 2em 1em 0;
    color: var(--main-color);
    overflow: hidden;
    overflow-wrap: anywhere;
}

ul.attributes li {
    margin-bottom: 1em;
    font-weight: 500;
    font-size: 16px;
}

.attributes span.button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.attributes i.verified {width: 1.3em;height: 1.3em;display: inline-block;border-radius: 50%;position: relative;top: .3em;line-height: 1.3em;}

.attributes i.verified:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: .8em;
    width: 15px;
    display: inline-block;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.attributes {
    color: var(--main-color);
}

.attributes table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    color: var(--main-color);
}

.attributes th, .attributes td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.attributes th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.attributes tr:nth-child(even) {
    background-color: #f9f9f9;
}

.attributes tr:hover {
    background-color: #f1f1f1;
}

input[type=radio]+label {
    text-transform: uppercase;
    color: var(--main-color);
    font-weight: 700;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    justify-content: center;
}

input[type=radio],
input[type=radio]:checked+label,
input[type=radio]:checked+label+.attributes {
    display: none;
}

.button-wrap .btn-text {
    color: var(--white);
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.64px;
    line-height: 140%;
    margin: 6px 0;
    padding: 15px 32px;
    text-decoration: none;
    text-transform: uppercase;
    background: #ff9a17;
}

.button-wrap .btn-text:hover {
    background-color: #e17a28;
}

.tags-section {
    background: #fafafa;
    padding: 40px;
}

.tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tags-wrapper a {
    margin: 7px;
    color: var(--main-color);
    text-decoration: none;
    font-size: 12px;
    line-height: 2em;
    padding: 6px 20px;
    background: #f4f4f4;
    transition: all .3s ease;
}

.tags-wrapper a:hover {
    background: var(--main-color);
    color: var(--white);
}

footer.footer-section {
    background-color: #0f1a36;
    padding: 64px 0 59px;
}

footer.footer-section .main-row {
    display: flex;
    justify-content: center;
}

footer.footer-section .top-footer {
    padding: 0 0 45px;
}

footer.footer-section .top-footer .main-row.links-text {
    align-items: baseline;
    justify-content: space-between;
}

footer.footer-section .top-footer .main-row.links-text,
.footer-section .top-footer .logo-container img,
.header-logo img {
    height: auto;
    object-fit: contain;
    width: auto;
    text-align: center;
    margin: auto;
}

footer.footer-section .top-footer .main-text {
    padding: 10px 0 0;
    width: 100%;
}

footer.footer-section .top-footer .main-text p {
    font-size: 16px!important;
}

footer.footer-section .top-footer .main-text p,
.footer-section .bottom-footer p,
.footer-section .copy-right p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
	text-align: center;
}

footer.footer-section .bottom-footer {
    border-top: 1px solid rgba(181, 181, 186, .3);
    padding: 28px 0 17px;
}

footer.footer-section .copy-right {
    width: 100%;
}

.author-info {
    max-width: 950px;
    margin: 0 auto;
    padding: 10px 10px 60px 10px;
}

.author-info h2 {
    font-size: 28px;
    color: var(--main-color);
    margin-bottom: 15px;
    margin-top: 35px;
}

.author-info p {
    font-size: 16px;
    color: var(--main-color);
}

.author-info ul {
    list-style-type: disc;
    margin: 20px 0;
    padding-left: 20px;
    color: var(--main-color);
}

.author-info ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.author-info table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    color: var(--main-color);
}

.author-info table th,
.author-info table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

.author-info table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.author-info table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.author-info table tr:hover {
    background-color: #f1f1f1;
}

.active-button,
.view-offers,
.best-offer {
    transition: background-color 0.3s ease;
}

.active-button:hover {
    background-color: #ff9a17;
}

.view-offers:hover {
    background-color: var(--offers);
}

.best-offer:hover {
    background-color: #e17a28;
}

.promo-banner {
    background-color: #ff183e;
    padding: 20px 0;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}

.promo-banner .promo-content {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: flex-end;
    align-items: flex-end;
}

.promo-banner h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
    max-width: 250px;
    margin-right: 5%;
}

.promo-banner p {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 5%;
}

.promo-banner .timer {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.promo-banner .time-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    color: #ff1343;
    padding: 1px 15px;
    border-radius: 5px;
    font-weight: bold;
}

.promo-banner .time-number {
    font-size: 24px;
    line-height: 1;
    color: #233560;
}

.promo-banner .time-label {
    font-size: 12px;
}

.promo-banner .promo-button {
    display: inline-block;
    background-color: #ffffff;
    color: #233560;
    padding: 12px 40px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 14px;
}

.promo-banner .promo-button:hover {
    background-color: #ffcc99;
    color: #233560;
}

@media (min-width: 768px) and (max-width:1024px) {
    .listing .image-text-container h6 {
        font-size: 16px;
    }

    .listing {
        padding: 100px 0;
    }

    .product-link {
        padding: 18px 32px;
    }

    .listing .image-text-container {
        gap: 25px;
        padding: 11px 13px;
    }

    .listing .col {
        gap: 25px;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 25px;
    }

    .banner .main-wrapper {
        padding: 51px 0;
    }

    .score-box h4 {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .discount-buttons {
    text-align: center;
    }

    details summary {
    text-align: center;
    }

    .update-title {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        padding-right: 20px;
    }

    .alternative h3 {
       padding: 10px 10px;
    }

    .col .courtain {
        gap: 0;
    }

    .banner .heading-wrapper {
        padding: 10px 0 40px;
    }

    .image-container img {
    max-width: 210px;
    min-height: 150px;
    }

    .listing {
        padding: 20px 0 100px;
    }

    .text-container {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .product-link {
        column-gap: 7px;
        flex-wrap: wrap;
        justify-content: center;
        padding: 40px 10px;
    }

    .listing .image-text-container .image-container {
        margin-bottom: 2px;
        padding-top: 23px;
        margin-right: 0;
        width: 50%;
        display: flex;
        justify-content: center;
    }

    .product-link h5 {
        font-size: 20px;
        text-align: center;
    }
    .promo-banner .promo-content {
        flex-direction: column;
        display: flex;
        align-items: center;
    }

    .banner .main-wrapper h1,
    .main-title {
        font-size: 36px!important;
    }

    .banner .main-wrapper h1 {
        padding: 0 0 25px;
    }

    .banner .heading-wrapper h5 {
        font-size: 18px;
        padding-top: 26px;
    }

    .footer-section .main-row,
    .product-link h6 {
        text-align: center;
    }

    .footer-section .main-row {
        flex-direction: column;
        flex-flow: column-reverse;
        gap: 13px;
        padding-top: 32px;
    }

    .product-link h6 {
    }

    .rating-label h4 {
        font-size: 17px;
    }

    .top-footer .main-text {
        text-align: center;
        padding: 0;
    }

    .footer-section .top-footer .row.links-text {
        align-items: center;
    }

    .product-link .view-offers, .product-link .active-button  {
        text-align: center;
        padding: 17px 74px;
    }

    .product-link .rating-box {
        padding-bottom: 25px;
    }

    .listing .col {
        gap: 25px;
        row-gap: 0px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .footer-section {
        padding: 45px 0 39px;
    }

    .footer-section .top-footer {
        padding: 0 0 29px;
    }
}

@media (max-width: 310px) {
    * {
        overflow-wrap: anywhere;
    }
}

/* === META BAR === */
.meta-bar{
  display:flex;
  align-items:center;
  gap:12px;
  padding: 9px 20px;
  margin: 0px -20px 5px; /* negativo per full-bleed se i container hanno padding 20 */
}
.meta-left, .meta-right{display:flex;align-items:center;gap:12px;}
.meta-left{ flex:1 1 auto; }
.meta-right{ flex:0 0 auto; }

.meta-check{ width:20px; height:20px; object-fit:contain; }
.meta-date-label{ color:#1a2540; font-size:14px; }
.meta-date-text{ color:#1a2540; font-weight:600; font-size:14px; }

/* Disclosure trigger */
.adv-disc{ position:relative; display:inline-flex; }
.disc-trigger{
  display:inline-flex; align-items:center; gap:8px; cursor:pointer; border:0; background:transparent;
  color:#1a2540; font-size:14px; padding:4px 6px; border-radius:6px;
}
.disc-trigger:hover{ text-decoration:underline; }

/* Icona info */
.disc-icon{ width:20px; height:20px; display:inline-block; object-fit:contain; }

/* Tooltip */
.disc-popover{
  position:absolute;
  left: auto; right: 0; top: calc(100% + 10px);
  width: min(520px, 80vw);
  padding:12px 14px;
  background:#0f1a36; color:#fff; border-radius:8px;
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
  font-size:12px; line-height:1.45;
  opacity:0; transform: translateY(-4px);
  transition: opacity .2s ease, transform .2s ease;
  pointer-events:none; z-index: 20;
}
.disc-popover::after{
  content:""; position:absolute; top:-6px; right:14px;
  border-width: 0 6px 6px 6px; border-style: solid;
  border-color: transparent transparent #0f1a36 transparent;
}

/* Stati visibili */
.adv-disc:hover .disc-popover{ opacity:1; transform:translateY(0); }
.adv-disc.open .disc-popover{
  opacity:1; transform:translateY(0); pointer-events:auto;
}

/* Mobile: solo icona; tooltip centrato sotto al tap */
@media (max-width: 767px){
  .meta-bar{ margin-left:-12px; margin-right:-12px; padding:10px 12px; }
  .meta-date-label{ display:none; } /* tieni solo la data */
  .disc-label{ display:none; }      /* tieni solo l'icona "!" */
  .disc-popover{
    right: 50%; left: 50%; transform: translate(-50%, -6px);
    width: min(92vw, 600px); text-align:left;
  }
  .adv-disc:hover .disc-popover{ opacity:0; transform: translate(-50%, -6px); } /* niente hover su mobile */
  .adv-disc.open .disc-popover{ opacity:1; transform: translate(-50%, 0); }
  .disc-popover::after{
    left:50%; right:auto; transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .main-title { font-size: clamp(26px, 6vw, 32px) !important; }
  .banner .heading-wrapper h5 { font-size: 16px; padding-top: 12px; }

  .product-link {
    padding: 40px 12px;
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
  }

  .image-container img {
    max-width: 170px;
    min-height: 0;
    height: auto;
  }

  .text-container {
    margin-top: 14px;
    margin-bottom: 12px;
  }
  .text-container h5 {
    font-size: 18px;
    text-align: center;
    line-height: 1.25;
  }
  .text-container h6 { font-size: 12px; }

  .discount-buttons { margin: 8px 0 0; text-align: center; }
  .discount-buttons span { font-size: 12px; padding: 2px 12px; }

  .score-box img { width: 56px; height: 16px; }
  .score-box h3 { font-size: 16px; }
  .rating-label h4 {
    font-size: 13px;
    width: auto;
    padding-left: 6px;
  }

  .product-link .view-offers,
  .product-link .active-button {
		padding: 12px 18px;
        width: 100%;
        max-width: 340px;
        margin: 8px 0px 5px;
        text-align: center;
        display: flex;
        justify-content: center;
  }

  .top-button .numbers,
  .best-offer {
    font-size: 12px;
    padding: 6px 12px;
  }

  details summary {
    font-size: 13px;
    padding: 8px 12px;
    text-align: center;
  }

  .listing { padding: 18px 0 40px; }
}

.timeupdate { display:flex; gap: 5px; }

.disc-popover{
  position:absolute; right:0; top:calc(100% + 10px);
  width:min(520px,80vw);
  padding:12px 14px; background:#0f1a36; color:#fff;
  border-radius:8px; box-shadow:0 10px 24px rgba(0,0,0,.22);
  font-size:12px; line-height:1.45;
  opacity:0; transform:translateY(-4px);
  transition:opacity .2s ease, transform .2s ease;
  pointer-events:none; z-index:20;
}
.disc-popover::after{
  content:""; position:absolute; top:-6px; right:14px;
  border-width:0 6px 6px 6px; border-style:solid;
  border-color:transparent transparent #0f1a36 transparent;
}


@media (min-width: 768px){
  .adv-disc:hover .disc-popover{ opacity:1; transform:translateY(0); pointer-events:auto; }
}


.adv-disc.open .disc-popover{ opacity:1; transform:translateY(0); pointer-events:auto; }


@media (max-width: 767px){
  .disc-label{ display:none; }   
  .disc-popover{
    right:50%; left:50%;
    transform:translate(-50%,-6px);  
    width:min(92vw, 640px);
    text-align:left;
  }
  .adv-disc:hover .disc-popover{ opacity:0; transform:translate(-50%,-6px); }
  .adv-disc.open .disc-popover{ opacity:1; transform:translate(-50%,0); }
  .disc-popover::after{
    left:50%; right:auto; transform:translateX(-50%);
  }
}