/* dienshop-catalog.css — Galerie produits, fiches, badges, customisation */
/* Source: dsindex-dienshop.css */
button {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    border: none;
    padding: 0
}

button:focus {
    outline: none
}

.cd-cart {
    bottom: -7px;
    color: #000;
    font-size: 2.1em;
    height: 40px;
    position: absolute;
    right: 10px;
    width: 55px;
    z-index: 2;
}
.cd-cart:hover {
    color: #ffffff
}

/* number of items added to the cart */
.cd-cart span {
    background-color: #990033;
    border-radius: 50%;
    color: #ffffff;
    font-family: trebuchet ms, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    height: 25px;
    letter-spacing: -1px;
    line-height: 21px;
    padding-right: 2px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: -8px;
    width: 25px
}

/* scale it down if no products have been added to the cart */
.cd-cart span {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.5s 0s;
    transition: transform 0.5s 0s;
    border: 2px solid #fff
}

.cd-cart-in span {
    right: 25px;
    top: 18px;
    opacity: 0.7;
    border: 1px solid #fff;
    box-shadow: 0px 1px 10px #000000;
    -webkit-transform: scale(5);
    transform: scale(5)
}

.cd-cart.items-added span {
    /* counter visible when a product is added to the cart */
    -webkit-transform: scale(1);
    transform: scale(1)
}

.social {
    display: none;
    padding-right: 0;
    position: fixed;
    right: 70px;
    text-align: right;
    top: 5px;
    width: clamp(140px, 20vw, 180px);
    z-index: 4
}

/* ------Gallery grid---------------------------- */
.dienshop-intro {
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0 auto;
    padding: 10px;
    width: 90%;
    display: table
}

@media only screen and (min-width:768px) {
    .divisas {
        display: table;
        margin: 0 auto;
        width: 49%;
        float: right;
        text-align: center;
        padding: 20px 10px
    }

    .bloc-intro {
        width: 49%;
        float: left;
        border-right: 1px dotted #007abc;
        padding-right: 5px
    }
}

.divisas h3 {
    text-transform: uppercase;
    color: #007abc;
    margin-bottom: 10px
}

.bloc-intro p {
    line-height: 1.4rem
}

.bloc-intro strong {
    text-align: center;
    color: #C90F50;
    background-image: -webkit-linear-gradient(70deg, #C90F50, #FFC850);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: comparanim 8s infinite linear
}

@-webkit-keyframes comparanim {
    from {
        -webkit-filter: hue-rotate(0deg)
    }

    to {
        -webkit-filter: hue-rotate(-360deg)
    }
}

.divisas>li {
    border-radius: 50%;
    float: left;
    height: 51px;
    margin: 0 10px;
    opacity: 0.5;
    display: inline-block;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%)
}

.divisas li:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    opacity: 1;
    filter: unset
}

.divisas-active {
    border: 2px solid #cddff7;
    height: 55px !important;
    opacity: 1 !important;
    filter: none !important
}

.bloc-intro h2 {
    text-transform: uppercase;
    color: #990033;
    margin-bottom: 5px
}

.cd-gallery {
    width: 90%;
    max-width: 1100px;
    margin: 1.5em auto
}

.cd-gallery>li {
    margin-bottom: 2em
}

/* ------------Single Item----------------------- */
.cd-single-item {
    position: relative
}

.gif-infobuy {
    max-height: 550px;
    border: 10px solid #ffa700;
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    height: auto;
    width: auto
}

.tool {
    background-color: #ffffff;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    display: block;
    overflow: hidden
}

/*precio de la eina*/
.tool-price {
    bottom: 135px;
    color: #000;
    font-size: 2.3em;
    font-weight: 300;
    letter-spacing: -0.03em;
    padding-right: 0;
    position: absolute;
    right: 10px;
    z-index: 1;
    background: #FFF;
    border-radius: 5px
}

.tool-price span {
    color: #606060;
    font-size: 0.7em;
    letter-spacing: -0.06em
}

.agotado {
    color: #f9a204 !important;
    font-family: lato, sans-serif;
    font-size: 2.6em !important;
    font-weight: 300;
    height: 40px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    bottom: -54%;
    right: -90%;
    width: clamp(200px, 40%, 350px);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

#intro-item {
    background-color: rgba(255, 255, 255, 0.7);
    height: 340px;
    margin-bottom: -49px;
    overflow-y: auto;
    padding: 10px
}

.intro-item-base {
    position: relative
}

.intro-item-base .cd-item-info {
    background-color: rgba(0, 120, 190, 0.7)
}

.intro-item-base .cd-item-info::after {
    content: "[+]";
    color: #000;
    display: inline;
    padding-left: 10px
}

#intro-item>h1 {
    color: #990033;
    font-size: 2em
}

#intro-item h2 {
    color: #007abc;
    font-size: 2.1em;
    font-weight: 300
}

#intro-item>h5 {
    color: #007abc;
    font-size: 1.2em;
    font-weight: 300;
    padding: 25px 10px 100px;
    text-align: center
}

#intro-item>em {
    bottom: 0;
    display: block;
    font-size: 1.4em;
    margin-bottom: 10px;
    padding: 0 10px;
    position: relative
}

#intro-item>p {
    line-height: 1.2em;
    padding: 5px 15px 0
}

em.icon-infoblau {
    background-size: 24px auto;
    display: inline-block;
    height: 25px;
    margin-top: -9px;
    position: relative;
    top: 8px;
    width: 25px
}

em.icon-cb {
    background-size: 20px auto;
    display: inline-block;
    height: 24px;
    position: relative;
    top: 8px;
    width: 22px;
    margin-top: -9px
}

.cd-single-item:hover .cd-customization,
.cd-single-item.hover .cd-customization {
    /* product customization visible */
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.2s 0s, visiblity 0s 0s;
    transition: opacity 0.2s 0s, visiblity 0s 0s
}

.cd-single-item:hover .cd-customization-trigger,
.cd-single-item.hover .cd-customization-trigger {
    /* this is the settings icon - visible on touch devices only */
    display: none
}

/* ---------------------Product Slider------------------------------- */
.cd-slider-wrapper {
    position: relative;
    overflow: hidden
}

.cd-slider-wrapper li {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    height: 390px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* by default,move the product image on the right*/
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s;
    transition: transform 0.3s 0s, visibility 0s 0.3s
}

.cd-slider-wrapper li.selected {
    /* this is the visible product image */
    overflow-y: auto;
    position: relative;
    visibility: visible;
    z-index: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s;
    transition: transform 0.3s 0s, visibility 0s 0s
}

.infotool {
    background-color: #f3f8fc;
    font-size: 0.965em;
    letter-spacing: -0.03em;
    padding: 0 10px;
    text-shadow: 1px 1px 1px #fff
}

.infotool p {
    margin-bottom: 10px
}

.infotool>p:last-of-type {
    padding-bottom: 10px
}

.fichatech {
    background-color: #cddff7;
    border-bottom: 1px dotted #007abc;
    border-top: 1px dotted #007abc;
    color: #007abc;
    font-size: 0.9em;
    padding: 15px 115px 15px 15px
}

.fichatech>a {
    color: #007abc
}

.fichatech>a:hover {
    color: #990033;
    text-shadow: 1px 1px 1px #fff
}

.fichatech span {
    background-color: #fff;
    float: left;
    margin-left: 10px;
    margin-right: 5px;
    padding: 3px 2px 26px
}

.fichatech:hover span {
    color: red
}

.cd-slider-wrapper li.selected:nth-child(2) {
    overflow: hidden !important
}

.cd-slider-wrapper li.move-left {
    /* move the product image on the left */
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.cd-slider-wrapper img {
    display: block;
    height: 100%;
    padding-left: 10px;
    top: 0;
    position: absolute
}

.wrapper-img {
    padding: 10px 0 0;
    width: 140px
}

.infotool img {
    padding-left: 10px;
    height: 116px;
    position: relative;
    width: auto
}

.cd-slider-wrapper h2 {
    color: #990033;
    font-family: georgia, serif;
    font-size: 1.4em;
    padding: 10px 0 3px 0
}

.cd-slider-wrapper h5 {
    color: #007abc;
    font-size: 1.4em;
    font-weight: 300;
    padding: 10px 10px 5px
}

/* ═══════════════════════════════════════════════════════════ .img-to-cart - Images produits avec support WebP ═══════════════════════════════════════════════════════════ */
.img-to-cart {
    background: transparent;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%
}

/* Effet d'ombre au survol */
.img-to-cart:hover picture img,
.img-to-cart:hover>img {
    -webkit-filter: drop-shadow(0px 15px 10px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 15px 10px rgba(0, 0, 0, 0.5));
    transition: filter 0.3s ease
}

/* Images classiques PNG (si encore présentes) */
.img-to-cart>img {
    height: 390px;
    width: auto;
    margin: 0;
    padding: 0;
    top: 0;
    left: 30px
}

/* Support balises <picture>- MOBILE par défaut */
.cd-slider-wrapper li.selected .img-to-cart picture {
    display: block;
    width: 100%;
    height: 390px;
    position: relative
}

.cd-slider-wrapper li.selected .img-to-cart picture img {
    display: block;
    height: 390px !important;
    width: auto !important;
    max-width: none;
    object-fit: contain;
    margin: 0;
    position: absolute;
    left: 30px;
    top: 0
}

/* TABLET et DESKTOP - Hauteur adaptative */
@media (min-width:768px) {
    .cd-slider-wrapper li.selected .img-to-cart picture {
        height: auto
    }

    .cd-slider-wrapper li.selected .img-to-cart picture img {
        height: auto !important;
        max-height: 490px !important;
        width: auto !important
    }
}

/* Support général pour picture dans slider (autres images) */
.cd-slider-wrapper picture {
    display: block;
    width: 100%
}

.cd-slider-wrapper picture img {
    display: block;
    height: auto;
    max-height: 490px;
    width: auto
}

/* Override pour les images produits spécifiquement */
.cd-slider-wrapper li.selected .img-to-cart picture img {
    width: auto !important
}

.sugg-name {
    font-family: Georgia, serif;
    font-size: 1.3em;
    color: #990033
}

.sugg-img {
    height: 88px !important;
    margin: 5px 0;
    padding: 0 !important
}

.sugg-img:hover {
    -webkit-filter: drop-shadow(5px 3px 1px rgba(0, 0, 0, 0.7));
    filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='drop-shadow'><feGaussianBlur in='SourceAlpha' stdDeviation='5'/><feOffset dx='3' dy='1' result='offsetblur'/><feFlood flood-color='rgba(0,0,0,0.7)'/><feComposite in2='offsetblur' operator='in'/><feMerge><feMergeNode/><feMergeNode in='SourceGraphic'/></feMerge></filter></svg>#drop-shadow");
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=5,OffY=3,Color='#444')"
}

.sugg-tool {
    box-shadow: 0px 0px 2px 3px #990033
}

.destacar-tool {
    box-shadow: 0px 0px 2px 3px #007abc
}

/* ---------------------------Product Customization---------------------- */
.cd-customization {
    bottom: 5px;
    height: 42px;
    position: absolute;
    right: 7px;
    text-align: right;
    width: 103px;
    z-index: 2;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

.cd-customization::after {
    clear: both;
    content: "";
    display: table
}

.cd-customization .color,
.cd-customization .add-to-cart {
    height: 34px;
    border-radius: 3px;
    position: relative;
    overflow: hidden
}
.cd-customization .color {
    cursor: pointer;
    display: inline-block;
    top: 6px;
    float: left;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.cd-customization .color:hover {box-shadow: inset 0 0 0 1px #cccccc;}
.cd-customization .color ul,
.cd-customization ul {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    border-radius:5px;
    border: 1px solid transparent
}

.cd-customization .color li,
.cd-customization li {
    position: relative;
    height: 34px
}
.cd-customization .color ul li:first-of-type,
.cd-customization ul li:first-of-type {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    border-radius: 0
}
.cd-customization .color ul li:nth-of-type(2),
.cd-customization ul li:nth-of-type(2) {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    border-radius: 3px 3px 0 0
}
.cd-customization .color ul li:nth-of-type(3),
.cd-customization ul li:nth-of-type(3) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-radius: 0 0 3px 3px
}
.cd-customization .color.selected-2 ul li:first-of-type,
.cd-customization .color.selected-2 ul li:nth-of-type(2),
.cd-customization .color.selected-2 ul li:nth-of-type(3) {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.cd-customization .color.selected-2 ul li:first-of-type {border-radius: 3px 3px 0 0;}
.cd-customization .color.selected-2 ul li:nth-of-type(2) {border-radius: 0;}
.cd-customization .color.selected-3 ul li:first-of-type {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-radius: 3px 3px 0 0
}
.cd-customization .color.selected-3 ul li:nth-of-type(2) {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    border-radius: 0 0 3px 3px
}
.cd-customization .color.selected-3 ul li:nth-of-type(3) {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    border-radius: 0
}
.cd-customization .color.is-open {
    overflow: visible;
    box-shadow: none
}
.cd-customization .color.is-open::after {
    display: none
}
.cd-customization .color.is-open ul {
    background-color: #fff;
    border-color:#abdaf4;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}
.cd-customization .color.is-open li:hover,
.cd-customization .color.is-open li.active {
    background-color: #f2f2f2
}
.cd-customization .color {
    width: 34px
}
.cd-customization .color li {
    overflow: hidden;
    white-space: nowrap;
    color: transparent
}
.cd-customization .color li::before {
    bottom: auto;
    content: "";
    height: 100%;
    left: 16px;
    position: absolute;
    right: auto;
    top: 17px;
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
.cd-customization .color img {width: 15px;}
.cd-customization .color li.icon-infoblau::before {background: transparent;}
.cd-customization .color li.icon-v img {
    left: 1px;
    position: fixed;
    top: 2px;
    width: 30px;
    z-index: -1;
    height: auto
}

.cd-customization .color li.icon-infoblau::before {
    background-position: 31px center
}

.cd-customization .color li.icon-cb::before {
    background-position: 29px center
}

.cd-customization .add-to-cart {
    background: transparent url("addcesta.png") no-repeat scroll 0 0;
    background-position: -61px 0;
    height: 43px;
    width: 61px
}

.cd-customization .add-to-cart:hover {
    background-position: 0 0
}

/* ---------Settings icon - touch devices only-------------------------- */
.cd-customization-trigger {
    position: absolute;
    z-index: 2;
    right: 0px;
    bottom: 0px;
    height: 40px;
    width: 40px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    background: url(../img/cd-icon-settings.svg) no-repeat center center;
    display: none
}

/* --------------------Product Info (title+price)------------------------- */
.cd-item-info {
    background-color: rgba(0, 120, 190, 0.5);
    border-radius: 0 0 5px 5px;
    color: #fff;
    display: table-cell;
    font-size: 1.3em;
    font-weight: 700;
    height: 50px;
    letter-spacing: -0.03em;
    padding: 4px 10px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100vw
}

.cd-item-info:hover {
    background-color: #007ABC
}

.cd-item-info a {
    color: #fff;
    font-size: 1.2em
}

.cd-item-info a:hover {
    text-decoration: none;
    font-weight: 700
}

.cd-item-info::after {
    clear: both;
    content: "";
    display: table
}

.enquete {
    background-color: #fff;
    display: inline-block;
    margin: 10px auto;
    padding: 10px;
    width: 100%;
    border: 3px solid #990033
}

#btnEnquesta {
    margin: 0 auto;
    font-size: 1.3em;
    text-align: center;
    width: 100%;
    padding: 10px;
    border-color: #007abc;
    color: #000
}

@media only screen and (min-width:768px) {
    #intro-item {
        height: 549px
    }

    .cd-slider-wrapper li {
        height: 500px
    }

    .cd-gallery {
        margin-top: 2em
    }

    .cd-gallery::after {
        clear: both;
        content: "";
        display: table
    }

    .cd-gallery>li {
        width: 48%;
        float: left;
        margin: 0 4% 6% 0
    }

    .cd-gallery>li:nth-of-type(2n) {
        margin-right: 0
    }

    .social {
        top: 24px;
        display: inline-block
    }

    .agotado {
        bottom: -60%
    }
}

@media only screen and (min-width:1200px) {
    #intro-item {
        height: 549px
    }

    .cd-cart {
        bottom: 14px;
        font-size: 3.4em;
        right: 30px
    }

    .cd-gallery {
        margin-top: 2.5em
    }

    .cd-gallery>li {
        width: 30%;
        float: left;
        margin: 0 5% 5% 0
    }

    .cd-gallery>li:nth-of-type(2n) {
        margin-right: 5%
    }

    .cd-gallery>li:nth-of-type(3n) {
        margin-right: 0
    }

    .social {
        top: 37px;
        margin-right: 180px;
        display: inline-block
    }
}

.notice-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffe08a;
    color: #333;
    text-align: center;
    padding: 8px;
    font-size: 19px;
    z-index: 9999
}

.notice-bar button {
    cursor: pointer;
    border: 3px solid #fff;
    height: 30px;
    width: 30px;
    background: red;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    line-height: 0;
    padding-bottom: 4px
}

/* Code Promo */
.promo-input-group {
    display: flex;
    gap: 5px
}

.promo-input-group input {
    flex: 1;
    padding: 4px;
    border: 1px solid #1ea48b;
    border-radius: 5px;
    font-size: 13px;
    width: 80px;
    text-align: center;
    color: #023102;
    height: 25px;
    text-transform: uppercase
}

.promo-input-group input::placeholder {
    text-transform: none;
    font-size: 12px;
    color: #888
}

.btn-promo-apply {
    background: #28a745;
    color: white;
    border: 1px solid #18db64;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    white-space: nowrap;
    height: 25px;
    text-transform: uppercase;
    line-height: 0;
    font-size: 11px
}

.btn-promo-apply:hover {
    background: #13d93f;
    color: #000
}

.btn-promo-apply:disabled {
    background: #ccc;
    cursor: not-allowed;
    border-color: #999
}

.promo-message {
    margin-top: 5px;
    padding: 5px;
    font-size: 13px;
    text-align: center;
    line-height: 1.1
}

.promo-message.success {
    background: #d4edda;
    color: #1d4f01;
    border: 1px solid #ec890b;
    border-radius: 3px
}

.promo-message.error {
    background: #fb0000;
    color: #fff;
    border: 3px solid #fffdfd;
    margin: 5px;
    border-radius: 20px;
    box-shadow: 0 0 40px 30px #fdbe00;
    z-index: 9;
    position: relative;
    text-transform: uppercase;
    font-weight: bold
}

.promo-active {
    margin: 10px;
    background: #28a745;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 13px
}

.btn-promo-remove {
    background: transparent;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    padding: 0 5px;
    line-height: 1
}

.btn-promo-remove:hover {
    transform: scale(1.2)
}

@keyframes flipVertical {
    0% {
        transform: perspective(400px) rotateX(-90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(10deg)
    }

    70% {
        transform: perspective(400px) rotateX(-5deg)
    }

    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes pulseGlow {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4)
    }

    50% {
        box-shadow: 0 0 0 8px rgba(16, 185, 129, 0)
    }
}

.promo-message.success {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    border: none;
    border-left: 4px solid #34d399;
    border-right: 4px solid #34d399;
    border-radius: 6px;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 15px;
    transform-origin: top center;
    animation: flipVertical 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), pulseGlow 2s ease-out;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3), 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden
}

.promo-message.success::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shine 1.5s ease-out 0.3s
}

@keyframes shine {
    0% {
        left: -100%
    }

    100% {
        left: 100%
    }
}

.promo-message.success::after {
    content: '✓';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    animation: checkPop 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s forwards
}

@keyframes checkPop {
    0% {
        transform: translateY(-50%) scale(0) rotate(-180deg)
    }

    100% {
        transform: translateY(-50%) scale(1) rotate(0deg)
    }
}

.promo-message.success {
    padding-right: 30px
}

.promo-message.success:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(16, 185, 129, 0.4), 0 3px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease
}
