/* .offer.core {
    transition: all 0.8s ease-in-out;
    background: none;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.offer.core::before {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #ffaa00, #ffcc00);
    transition: bottom 0.8s ease-in-out;
    z-index: -1;
}

.offer.core:hover::before {
    bottom: 0;
}

.offer.core:hover {
    color: #ffffff !important;
}
*/

.offer {
    border-radius: 10px;
}

.promo-bg {
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.promo-bg::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 17%;
    background: linear-gradient(180deg, #E66550, #E66550, #ffcc00);
    transition: height 0.4s ease-in-out;
    z-index: -1;
    transform: skewY(9deg);
}

.promo-bg:hover::before {
    height: 100%;
}

.promo-bg:hover {
    color: #ffffff !important;
}

.promotion-color {
    color: #99d588;
}

.promo-price {
    font-size: 28px;
}

.word-stack{
    position: relative;
    display: inline-block;

    background: linear-gradient(90deg, #ffffff, #ffdede);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.word-stack::before{
    content: attr(data-back);
    position: absolute;
    inset: 0;
    font: inherit;
    line-height: inherit;
    letter-spacing: inherit;

    transform: translate(-6px, 3px);

    color: #000;
    opacity: 0.20;

    white-space: nowrap;
    pointer-events: none;
    z-index: -1;
}

.fade-stack {
    background: linear-gradient(
        90deg,
        #e03961,
        var(--ihcolor-base),
        #e03961
    );
    background-size: 200% 100%;

    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

    animation: gradientMove 5s ease-in-out infinite;
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.bg-wave::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: skewY(-6deg);
    transform: skewY(-6deg);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23E66550' fill-opacity='1' d='M0,32L30,64C60,96,120,160,180,176C240,192,300,160,360,154.7C420,149,480,171,540,160C600,149,660,107,720,90.7C780,75,840,85,900,96C960,107,1020,117,1080,122.7C1140,128,1200,128,1260,112C1320,96,1380,64,1410,48L1440,32L1440,320L1410,320C1380,320,1320,320,1260,320C1200,320,1140,320,1080,320C1020,320,960,320,900,320C840,320,780,320,720,320C660,320,600,320,540,320C480,320,420,320,360,320C300,320,240,320,180,320C120,320,60,320,30,320L0,320Z'/%3E%3C/svg%3E")
    no-repeat bottom center / cover;
}

.bg-wave-reverse::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: skewY(-6deg);
    transform-origin: center;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23E66550' fill-opacity='1' d='M0,224L17.1,186.7C34.3,149,69,75,103,90.7C137.1,107,171,213,206,256C240,299,274,277,309,245.3C342.9,213,377,171,411,138.7C445.7,107,480,85,514,74.7C548.6,64,583,64,617,90.7C651.4,117,686,171,720,208C754.3,245,789,267,823,234.7C857.1,203,891,117,926,112C960,107,994,181,1029,202.7C1062.9,224,1097,192,1131,154.7C1165.7,117,1200,75,1234,69.3C1268.6,64,1303,96,1337,128C1371.4,160,1406,192,1423,208L1440,224L1440,0L1422.9,0C1405.7,0,1371,0,1337,0C1302.9,0,1269,0,1234,0C1200,0,1166,0,1131,0C1097.1,0,1063,0,1029,0C994.3,0,960,0,926,0C891.4,0,857,0,823,0C788.6,0,754,0,720,0C685.7,0,651,0,617,0C582.9,0,549,0,514,0C480,0,446,0,411,0C377.1,0,343,0,309,0C274.3,0,240,0,206,0C171.4,0,137,0,103,0C68.6,0,34,0,17,0L0,0Z'/%3E%3C/svg%3E")
    no-repeat top center;
}

.bg-wave-reverse-straight::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: skewY(0deg);
    transform-origin: center;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23E66550' fill-opacity='1' d='M0,224L17.1,186.7C34.3,149,69,75,103,90.7C137.1,107,171,213,206,256C240,299,274,277,309,245.3C342.9,213,377,171,411,138.7C445.7,107,480,85,514,74.7C548.6,64,583,64,617,90.7C651.4,117,686,171,720,208C754.3,245,789,267,823,234.7C857.1,203,891,117,926,112C960,107,994,181,1029,202.7C1062.9,224,1097,192,1131,154.7C1165.7,117,1200,75,1234,69.3C1268.6,64,1303,96,1337,128C1371.4,160,1406,192,1423,208L1440,224L1440,0L1422.9,0C1405.7,0,1371,0,1337,0C1302.9,0,1269,0,1234,0C1200,0,1166,0,1131,0C1097.1,0,1063,0,1029,0C994.3,0,960,0,926,0C891.4,0,857,0,823,0C788.6,0,754,0,720,0C685.7,0,651,0,617,0C582.9,0,549,0,514,0C480,0,446,0,411,0C377.1,0,343,0,309,0C274.3,0,240,0,206,0C171.4,0,137,0,103,0C68.6,0,34,0,17,0L0,0Z'/%3E%3C/svg%3E")
    no-repeat top center;
}

.bg-wave-reverse-dark {
    position: relative;
    z-index: 0;
}

.bg-wave-reverse-dark::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%231D1D1D' fill-opacity='1' d='M0,224L17.1,186.7C34.3,149,69,75,103,90.7C137.1,107,171,213,206,256C240,299,274,277,309,245.3C342.9,213,377,171,411,138.7C445.7,107,480,85,514,74.7C548.6,64,583,64,617,90.7C651.4,117,686,171,720,208C754.3,245,789,267,823,234.7C857.1,203,891,117,926,112C960,107,994,181,1029,202.7C1062.9,224,1097,192,1131,154.7C1165.7,117,1200,75,1234,69.3C1268.6,64,1303,96,1337,128C1371.4,160,1406,192,1423,208L1440,224L1440,0L1422.9,0C1405.7,0,1371,0,1337,0C1302.9,0,1269,0,1234,0C1200,0,1166,0,1131,0C1097.1,0,1063,0,1029,0C994.3,0,960,0,926,0C891.4,0,857,0,823,0C788.6,0,754,0,720,0C685.7,0,651,0,617,0C582.9,0,549,0,514,0C480,0,446,0,411,0C377.1,0,343,0,309,0C274.3,0,240,0,206,0C171.4,0,137,0,103,0C68.6,0,34,0,17,0L0,0Z'/%3E%3C/svg%3E")
    no-repeat top center;
}

.bg-wave-reverse-dark > * {
    position: relative;
    z-index: 1;
}

.bg-wave-footer {
    position: relative;
    z-index: 0;
}

.bg-wave-footer::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 250%;
    z-index: -1;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23E66550' fill-opacity='1' d='M0,224L10,202.7C20,181,40,139,60,128C80,117,100,139,120,133.3C140,128,160,96,180,101.3C200,107,220,149,240,154.7C260,160,280,128,300,144C320,160,340,224,360,218.7C380,213,400,139,420,144C440,149,460,235,480,261.3C500,288,520,256,540,240C560,224,580,224,600,213.3C620,203,640,181,660,181.3C680,181,700,203,720,208C740,213,760,203,780,202.7C800,203,820,213,840,202.7C860,192,880,160,900,160C920,160,940,192,960,202.7C980,213,1000,203,1020,170.7C1040,139,1060,85,1080,64C1100,43,1120,53,1140,85.3C1160,117,1180,171,1200,208C1220,245,1240,267,1260,234.7C1280,203,1300,117,1320,122.7C1340,128,1360,224,1380,245.3C1400,267,1420,213,1430,186.7L1440,160L1440,320L1430,320C1420,320,1400,320,1380,320C1360,320,1340,320,1320,320C1300,320,1280,320,1260,320C1240,320,1220,320,1200,320C1180,320,1160,320,1140,320C1120,320,1100,320,1080,320C1060,320,1040,320,1020,320C1000,320,980,320,960,320C940,320,920,320,900,320C880,320,860,320,840,320C820,320,800,320,780,320C760,320,740,320,720,320C700,320,680,320,660,320C640,320,620,320,600,320C580,320,560,320,540,320C520,320,500,320,480,320C460,320,440,320,420,320C400,320,380,320,360,320C340,320,320,320,300,320C280,320,260,320,240,320C220,320,200,320,180,320C160,320,140,320,120,320C100,320,80,320,60,320C40,320,20,320,10,320L0,320Z'/%3E%3C/svg%3E")
    no-repeat bottom center / cover;
}

.bg-wave-footer > * {
    position: relative;
    z-index: 1;
}

.pursecnd:before {
    bottom: -22px;
    -webkit-transform: skewY(9deg);
    transform: skewY(9deg);
}

.btn-home-gr {
    border: #e03961 solid 1px;
    color: var(--text);
    transition: 0.2s;
}

.btn-home-gr:hover {
    background: #e03961;
    color: var(--text);
    transition: 0.2s;
}

.pb-40 {
    padding-bottom: 40px;
}

.fsz-17 {
    font-size: 17px;
}

.fsz-15 {
    font-size: 15px;
}

.z-reset-1 {
    z-index: 1!important;
}

.spin-center {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite;
    width: 70px;
    height: 70px;
    position: absolute;
    border: 5px solid var(--text);
    border-top: 5px solid var(--ihcolor-base);
    border-bottom: 5px solid var(--ihcolor-base);
    border-radius: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.login-button {
    background: transparent;
    border: 1px solid var(--ihcolor-base);
    transition: 0.3s;
    color: var(--text);
}

.login-button:hover {
    background: var(--ihcolor-base);
    transition: 0.3s;
    color: var(--text);
}

.promo-tag-price {
    color: #eb565a;
    text-decoration: line-through;
    font-size: 14px;
}
