/**
* 2007-2022 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2022 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.pages-title {
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    align-items: center;
    text-transform: uppercase;
    font-size: 27px;
    margin-bottom: 20px;
    color: black;
}
.banner-section-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 1151px;
    text-align: left;
    text-transform: uppercase;
    font-size: 1.8rem;
}
/* Your existing styles */
.pages-description {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #272727;
    max-width: 1094px;
    /* Add transition to smoothly change height when text is shown/hidden*/
    transition: all 0.3s ease;
}

.rte .pages-description p {
    line-height: 29px;
    margin: 0 0 10px;
}

/* new styles for links */
.read-more-toggle {
    display: inline-block; /* So that you can click */
    font-weight: 700;
    color: #007bff; /* Example of a bright color for a link */
    cursor: pointer;
    text-decoration: none;
    margin-left: 5px; /* A small indentation*/
}

.read-more-toggle:hover {
    text-decoration: underline;
}

.mobile-info-wrapper {
    padding-left: 15px;
    padding-top: 15px;
}

.terms {
    position: static; /* Removing absolute positioning */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #272727;
    text-align: left;
    margin-top: 6rem;
    /*margin-left: 0.5rem;*/
    margin-bottom: 33px; /* Adding bottom margin */
}

.promoushen {
    position: absolute;
    top: -4px;
    right: 26px; /* <--      ! */
    overflow: hidden;
    height: 94px;
    width: 94px;
    text-align: center;
    z-index: 1;
}

.stock-block h2 {
    position: static; /* Removing absolute positioning */
    font-style: normal;
    font-weight: 800;
    font-size: 2.2rem; /* Increasing the font size as in the example */
    line-height: 1.2;
    color: #EA3469;
    text-align: left;
    margin-bottom: 0; /* Adding bottom margin */
}

.stock-block p{
    position: static; /* Removing absolute positioning */
    max-width: 350px; /* Giving more space for the text */
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5;
    color: #272727;
    text-align: left;
}

/*.mobile-info-wrapper p {*/
/*    margin: 0 !important; !* Last element without margins *!*/
/*    width: fit-content;*/
/*}*/
.title-description-block {
    /* "" ,    */
    background-color: rgba(245, 245, 245, 0.7) !important;
    backdrop-filter: blur(3px) !important;
    -webkit-backdrop-filter: blur(3px) !important;
    /*border-radius: 4px !important;*/

    /*     */
    padding: 0 3px !important;
    box-sizing: border-box;

    
    width: fit-content;
    margin: 0 !important; 
}

/*       */
.title-description-block h2 {
    font-size: 20px !important;
    background: none !important;
    backdrop-filter: none !important;
    padding: 0 !important;
    color: #5d5d5d !important;
    margin: 0 0 10px 0 !important;
    font-weight: 700;
}

/*       */
.title-description-block p {
    
    background: none !important;
    backdrop-filter: none !important;
    color: #424242 !important;
    padding: 0 !important;
    margin: 0 !important; 
}

.flip-clock-wrapper,
.terms,
.stock-block h2,
.stock-block p {
    background-color: rgba(245, 245, 245, 0.5); /* Semi-transparent light-gray background */
    backdrop-filter: blur(2px);                 /* Blur the background behind the element */
    -webkit-backdrop-filter: blur(2px);         /* For Safari support */
    border-radius: 4px;                         /* Slightly rounded corners */
    width: fit-content !important;
    max-width: 100%;
}
.mobile-info-wrapper .flip-clock-wrapper {
    position: absolute !important;
    top: 1.7rem !important;    /* Was 15px, increasing the offset */
    left: 15px !important;
    margin: 0 !important;
    width: fit-content !important;

    /* New styles for the frosted background */
    background-color: rgba(245, 245, 245, 0.7) !important;
    backdrop-filter: blur(3px) !important;
    -webkit-backdrop-filter: blur(3px) !important;
    border-radius: 4px !important;

    /* Key change: internal padding that "accommodates" the labels */
    padding: 3px 8px 21px 8px !important;
    box-sizing: content-box !important; /* Make sure padding increases the block size */
}


.flip-clock-wrapper {
    display: inline-block !important;
    width: fit-content !important;
    text-align: left !important;
    margin: 0 !important;
    /*align-self: flex-start;*/
    position: absolute;
    left: 1.4rem;
}
.promoushen .promotion-label-text {
    padding: 0;
    width: 133px;
    position: absolute;
    right: -33px;
    top: 10px;
    z-index: 1;
    transform: rotate(45deg);
    font-style: normal;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;

    height: 42px; /* Fixed height for angle stability */
    display: flex; /* Using flex for perfect centering */
    justify-content: center;
    align-items: center;
}

#tabcont1{
    display: flex;
}

/* Style the tab */
.tab {
    overflow: hidden;
    margin-top: 60px;
}

/* Style the buttons inside the tab */
.tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 2px 16px;
    font-size: 14px;
    position: relative;
    display: block;
    align-items: center;
    color: #9e9e9e;
    line-height: 20px;
    transition: color 250ms cubic-bezier(.4, .0, .23, 1);
    text-align: left;
    background: #ffffff;
    text-transform: uppercase;
}

/* Change background color of buttons on hover */
.tab button:hover {
    color: #272727;
}

/* Create an active/current tablink class */
.tab button.active {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #272727;
    border-bottom: 2px solid #1B96DE;
}

/* Style the tab content */
.tabcontent {
    display: flex;
    padding: 6px 0;
    border-top: none;
    margin-top: 20px;
    flex-wrap: wrap;
}

.stock-block {
    max-width: 97%;
    height: 250px;
    border: 1px solid #EFEFEF;
    border-radius: 2px;
    margin-right: 30px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    position: initial;
}
.stock-block:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    opacity: 0.8;
    background: linear-gradient(90deg, #FFFFFF 23.15%, rgba(255, 255, 255, 0) 82.78%);
}

/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color:  #EFEFEF; }

.flip-clock-wrapper a:hover {
    color: #fff; }

.flip-clock-wrapper ul {
    list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
    content: " ";
    display: table; }

.flip-clock-wrapper.clearfix:after {
    clear: both; }

.flip-clock-wrapper.clearfix {
    *zoom: 1; }

/* Main */
.flip-clock-meridium {
    background: none !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important; }

.flip-clock-meridium a { color: #313333; }

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
    position: relative;
    /*float: left;*/
    margin: 2px;
    width: 28px;
    height: 33px;
    font-size: 33px;
    font-weight: bold;
    line-height: 33px;
    border-radius: 2px;
    background: #EFEFEF;
}

.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
    z-index: 2; }

.flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    perspective: 200px;
    margin: 0 !important;
    overflow: visible !important;
    cursor: default !important; }

.flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 80px;
    overflow: hidden;
    outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2; }

.flip-clock-wrapper ul li a div.up {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0; }

.flip-clock-wrapper ul li a div.up:after {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #EA3469;
    text-shadow: 0 1px 1px #EA3469;
    text-align: center;
    background-color: #EFEFEF;
    border-radius: 2px;
    font-size: 20px; }

.flip-clock-wrapper ul li a div.up div.inn {
    top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3; }

.flip-clock-wrapper .flip {    box-shadow: 0 0 1px rgb(98 95 95 / 90%);      /*box-shadow: 0 0 0px rgb(156 156 156);*/ }

.flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd 0.5s 0.5s linear both;
    -moz-animation: asd 0.5s 0.5s linear both;
    animation: asd 0.5s 0.5s linear both;
    z-index: 5; }

.flip-clock-divider {
    /*float: left;*/
    display: inline-block;
    position: relative;
    width: 17px;
    height: 33px; }

.flip-clock-divider:first-child {
    width: 0; }

.flip-clock-dot {
    display: block;
    background: #EA3469;
    width: 4px;
    height: 4px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    left: 6px; }

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: 4.5em;
    right: -5em;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    color: #9C9C9C;
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -53px; }

.flip-clock-divider.seconds .flip-clock-label {
    right: -91px; }

.flip-clock-dot.top {
    top: 12px; }

.flip-clock-dot.bottom {
    bottom: 5px; }

@-webkit-keyframes asd {
    0% {
        z-index: 2; }

    20% {
        z-index: 4; }

    100% {
        z-index: 4; } }

@-moz-keyframes asd {
    0% {
        z-index: 2; }

    20% {
        z-index: 4; }

    100% {
        z-index: 4; } }

@-o-keyframes asd {
    0% {
        z-index: 2; }

    20% {
        z-index: 4; }

    100% {
        z-index: 4; } }

@keyframes asd {
    0% {
        z-index: 2; }

    20% {
        z-index: 4; }

    100% {
        z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn 0.5s 0.5s linear both;
    -moz-animation: turn 0.5s 0.5s linear both;
    animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg); }

    100% {
        -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
    0% {
        -moz-transform: rotateX(90deg); }

    100% {
        -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
    0% {
        -o-transform: rotateX(90deg); }

    100% {
        -o-transform: rotateX(0deg); } }

@keyframes turn {
    0% {
        transform: rotateX(90deg); }

    100% {
        transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 0.5s linear both;
    -moz-animation: turn2 0.5s linear both;
    animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg); }

    100% {
        -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0deg); }

    100% {
        -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0deg); }

    100% {
        -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
    0% {
        transform: rotateX(0deg); }

    100% {
        transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f900), color-stop(100%, rgb(255 255 255 / 10%)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both; }

.flip-clock-wrapper .flip.play ul li a div.down .shadow, .flip-clock-wrapper ul li a div.down .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
@-webkit-keyframes show {
    0% {
        opacity: 0; }

    100% {
        opacity: 1; } }

@-moz-keyframes show {
    0% {
        opacity: 0; }

    100% {
        opacity: 1; } }

@-o-keyframes show {
    0% {
        opacity: 0; }

    100% {
        opacity: 1; } }

@keyframes show {
    0% {
        opacity: 0; }

    100% {
        opacity: 1; } }

@-webkit-keyframes hide {
    0% {
        opacity: 1; }

    100% {
        opacity: 0; } }

@-moz-keyframes hide {
    0% {
        opacity: 1; }

    100% {
        opacity: 0; } }

@-o-keyframes hide {
    0% {
        opacity: 1; }

    100% {
        opacity: 0; } }

@keyframes hide {
    0% {
        opacity: 1; }

    100% {
        opacity: 0; } }
.flip-clock-divider.seconds , .flip-clock-divider.seconds ~ .flip.play {
    display: none;
}
.url-pages{
    position: relative;
    width: 50%;
}

.content_sortPagiBar {
    float: initial!important;
    width: 100% !important;
}

div#pagination_bottom {
    padding: 50px 0 0 0;
    text-align: center;
}

.rte {
    max-width: 1151px;
    margin: auto;
}
.tab {
    max-width: 1151px;
    margin-left: auto;
    margin-right: auto;
}
.tabcontent {
    margin-left: auto;
    margin-right: auto;
    max-width: 1151px;
}

.terminee-block {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.destockage-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2; /* Slightly increased for better readability */
}

/* 3. Styles for each line */
.line-one {
    font-size: 10px; /* Can be adjusted more precisely */
    font-weight: 600;
    text-transform: uppercase;
}

.line-two {
    font-size: 23px; /* Can be adjusted more precisely */
    font-weight: 800;
}


/* Styles for all types of ribbons with text */
.destockage-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
    padding: 0;       /* Resetting all padding */
    transform: none;  /* Resetting all transformations */
}

/* Styles for each line of text on the ribbon */
.line-one {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.line-two {
    font-size: 23px;
    font-weight: 800;
}

/* Separate styles for the "Terminée" ribbon */
.destockage-text.terminee {
    font-size: 0.5rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}
/*.mobile-info-wrapper h2 {*/
/*    !*margin-top: 1rem;*!*/
/*    !*margin-left: 0.5rem;*!*/
/*    !*margin: 0 0 0.7rem 0 !important; !* Increase the bottom margin to 15px *!*!*/
/*    !*width: fit-content;*!*/
/*}*/
#tabcont2 .stock-block {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.grayscale-element {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.promoushen .promotion-label-text:before,
.promoushen .promotion-label-text:after {
    content: "";
    position: absolute;
    border-style: solid;
}

.promoushen .promotion-label-text:before {
    bottom: -4px;
    right: 0px;
    border-width: 4px 0px 0px 4px;
}

.promoushen .promotion-label-text:after {
    bottom: -4px;
    left: -1px;
    width: 3.5px;
    height: 7px;
    border-width: 4px 4px 0 0;
    text-indent: -5000px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.destockage-text {
    flex-direction: row;
    align-items: center;
    gap: 0.3em;
}


.destockage-text .line-one {
    text-transform: none;
    font-size: 11px;
    font-weight: 500;
}

.destockage-text .line-two {
    font-size: 15px;
    font-weight: 700;
}
.promoushen {
    top: 19px;
    right: 50px;

    overflow: visible;
    width: auto;
    height: auto;
}

.promoushen .promotion-label-text {
    position: static;
    transform: none;
    width: auto;
    height: auto;
    right: auto;
    top: auto;
    letter-spacing: normal;

    padding: 1px 7px;
    border-radius: 7px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.promoushen .promotion-label-text:before,
.promoushen .promotion-label-text:after {
    display: none;
}

.destockage-text.terminee {
    flex-direction: initial;
    gap: 0;

    line-height: normal;

    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;

    margin: 0;
}

@media screen and (max-device-width: 767px) {
    /* --- General Containers --- */
    .cms-wrap {
        width: 100%;
    }
    .pages-title {
        margin-top: 24px;
    }
    .tabcontent {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .tab {
        overflow: hidden;
        margin-top: 20px;
    }
    .tab button {
        width: 50%;
        text-align: center;
        background: #fbfbfb;
    }

    /* --- Banner Styles --- */
    .url-pages {
        width: 100%;
        display: block;
        position: relative;
    }

    .stock-block {
        max-width: 100%;
        height: 248px;
        position: relative;
        margin-right: 0;
        border: 1px solid #EFEFEF;
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }

    /* Semi-transparent overlay under the text */
    .stock-block:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.75);
        z-index: 1;
    }

    .banner-section-title {
        font-size: 1rem;
    }

    /* --- MAIN CONTENT CONTAINER --- */
    .mobile-info-wrapper {
        position: relative;
        z-index: 2;
        padding: 15px;
        height: 100%;
        box-sizing: border-box;
    }

    /* --- Frosted glass effect (remains unchanged) --- */
    /*.mobile-info-wrapper .terms,*/
    /*.mobile-info-wrapper h2,*/
    /*.mobile-info-wrapper p {*/
    /*    background-color: rgba(245, 245, 245, 0.7) !important;*/
    /*    backdrop-filter: blur(3px) !important;*/
    /*    -webkit-backdrop-filter: blur(3px) !important;*/
    /*    border-radius: 4px !important;*/
    /*    padding: 0 8px !important;*/
    /*    box-sizing: border-box;*/
    /*}*/

    /* --- FIX: New indents according to the layout --- */

    /* 1. Move the timer down from the top edge */
    /*.mobile-info-wrapper .flip-clock-wrapper {*/
    /*    position: absolute !important;*/
    /*    top: 2rem !important;    !* Was 15px, increasing the offset *!*/
    /*    left: 15px !important;*/
    /*    margin: 0 !important;*/
    /*    width: fit-content !important;*/

    /*    !* New styles for the frosted background *!*/
    /*    background-color: rgba(245, 245, 245, 0.7) !important;*/
    /*    backdrop-filter: blur(3px) !important;*/
    /*    -webkit-backdrop-filter: blur(3px) !important;*/
    /*    border-radius: 4px !important;*/

    /*    !* Key change: internal padding that "accommodates" the labels *!*/
    /*    padding: 5px 8px 18px 8px !important;*/
    /*    box-sizing: content-box !important; !* Make sure padding increases the block size *!*/
    /*}*/

    /* 2. Move the text with dates further down to free up space */
    /*.mobile-info-wrapper .terms {*/
    /*    margin-top: 6.5rem !important; !* Was 70px. This will move it below the new timer *!*/
    /*    margin-left: 0 !important;*/
    /*    margin-bottom: 2rem !important; !* Increase the margin after the date *!*/
    /*}*/

    /* 3. Increase the margin between the header and the description */
    /*.mobile-info-wrapper h2 {*/
    /*    margin: 0 0 0.7rem 0 !important; !* Increase the bottom margin to 15px *!*/
    /*    width: fit-content;*/
    /*    font-size: 1.6rem;*/
    /*    color: #EA3469;*/
    /*}*/

    /*.mobile-info-wrapper p {*/
    /*    margin: 0 !important; !* Last element without margins *!*/
    /*    width: fit-content;*/
    /*}*/
    .mobile-info-wrapper .terms {
        background-color: rgba(245, 245, 245, 0.7) !important;
        backdrop-filter: blur(3px) !important;
        -webkit-backdrop-filter: blur(3px) !important;
        border-radius: 4px !important;
        padding: 9px 8px !important; 
        box-sizing: border-box;
    }

    
    .mobile-info-wrapper .flip-clock-wrapper {
        transform: scale(0.9) !important;
        position: absolute !important;
        top: 1.6rem !important;
        left: 5px !important;
        margin: 0 !important;
        width: fit-content !important;
        background-color: rgba(245, 245, 245, 0.7) !important;
        backdrop-filter: blur(3px) !important;
        -webkit-backdrop-filter: blur(3px) !important;
        border-radius: 4px !important;
        padding: 3px 8px 21px 8px !important
        box-sizing: content-box !important;
    }

    .mobile-info-wrapper .terms {
        margin-top: 6.0rem !important;
        margin-left: 0 !important;
        margin-bottom: 0.5rem !important;
        width: fit-content;
    }

    .mobile-info-wrapper .title-description-block {

        background-color: rgba(245, 245, 245, 0.7) !important;
        backdrop-filter: blur(3px) !important;
        -webkit-backdrop-filter: blur(3px) !important;
        border-radius: 4px !important;

        padding: 9px 6px 0 6px !important;
        box-sizing: border-box;

        width: 100%;
    }

    .mobile-info-wrapper .title-description-block h2 {
        background: none !important;
        backdrop-filter: none !important;
        padding: 0 !important;
        margin: 0 0 8px 0 !important;
        color: #5d5d5d !important;
        font-weight: 600;
        font-size: 0.87rem !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .mobile-info-wrapper .title-description-block p {
        background: none !important;
        backdrop-filter: none !important;
        padding: 0 !important;
        margin: 0 !important;
        color: #424242 !important;
        font-size: 0.8rem;
        line-height: 1.4;
    }

    .mobile-info-wrapper p {
        font-size: 1rem;
        line-height: 1.4;
    }

    /* --- Styles for the sticker ribbon (remain unchanged) --- */
    .promoushen {
        top: 5px;
        right: 5px;

        /*        */
        overflow: visible;
        width: auto;
        height: auto;
        z-index: 3;
    }

    .destockage-text.terminee {
        font-size: 0.58rem;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1;
        padding: 3px 0;
        letter-spacing: normal;
    }
}