/* FONT SETTINGS */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.eot");
    src: local("Roboto Bold"), local("Roboto-Bold"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.woff2") format("woff2"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.woff") format("woff"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.ttf") format("truetype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.svg#Roboto") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.eot");
    src: local("Roboto Medium"), local("Roboto-Medium"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.woff2") format("woff2"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.woff") format("woff"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.ttf") format("truetype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.svg#Roboto") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot");
    src: local("Roboto"), local("Roboto-Regular"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.woff2") format("woff2"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.woff") format("woff"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.ttf") format("truetype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.svg#Roboto") format("svg");
}

/*Edge - works to 41.16299.402.0*/
@supports (-ms-ime-align:auto) {
    html {
        overflow: hidden;
        height: 100%;
    }

    body {
        overflow: auto;
        height: 100%;
        position: relative;
    }
}
/*Ie 10/11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    html {
        overflow: hidden;
        height: 100%;
    }
    body {
        overflow: auto;
        height: 100%;
    }
}

/* SETTINGS */
:root {
    --header-background-color: #ffffff;
    --header-text-color: #1b1b1b;
    --header-accent-color: #009a80;

    --footer-accent-color: #979797;
    --footer-background-color: #333333;
    --footer-text-color: #ffffff;
    
    --accent-color: #979797;
    --text-color: #1b1b1b;
}

/* HEADER AND FOOTER */
header.af-header .af-header-container,
footer.af-footer .af-footer-container {
    max-width: 1210px;
}

html,
body {
    display: block;
    width: 100%;
    height: auto;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
    color: #373737;
}
.hidden {
    display: none;
}
.af-page__hansgrohe-rainfinity .af-slider__list[data-empty]::before {
    content: 'По данному запросу товаров не найдено. Измените параметры поиска';
    display: inline-block;
    width: auto;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: var(--text-color);
    margin: 0 0 0 0;
}

/* ALL MEDIA */
@media screen and (min-width: 0) {

    /* COMMON */
    .af-page.af-page__hansgrohe-rainfinity {
        display: block;
        width: 100%;
        height: auto;
    }    
    .af-page__hansgrohe-rainfinity strong {
        font-weight: 500;
    }
    .af-page__hansgrohe-rainfinity .af-text-accent {
        color: var(--text-color);
    }
    .af-page__hansgrohe-rainfinity .af-page-header {
        display: block;
        width: 100%;
        height: auto;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        line-height: 1.3;
        color: var(--text-color);
        margin-top: 0;
    }
    .af-page__hansgrohe-rainfinity .af-page-title {
        display: block;
        width: 100%;
        height: auto;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        line-height: 1.3;
        color: var(--text-color);
        margin-top: 0;
    }
    .af-page__hansgrohe-rainfinity .af-page-description {
        display: block;
        width: 100%;
        height: auto;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        color: var(--accent-color);
        margin-top: 0;
    }
    .af-page__hansgrohe-rainfinity .af-page-upper {
        display: block;
        width: 70px;
        height: 70px;
        border-radius: 100%;
        box-shadow: 0 0 0 rgba(38, 167, 146, 0.4);
        background-color: #26A792;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url("../img/gift_hero.png");
        -webkit-animation: pulse 2s infinite;
                animation: pulse 2s infinite;
        position: fixed;
        z-index: 2;
        bottom: 65px;
        right: 45px;
    }
    .af-page__hansgrohe-rainfinity .af-page-upper.active:after {
        content: '';
        display: block;
        width: 175px;
        height: 70px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url('../img/arrow-gift.png');
        position: absolute;
        top: 0;
        right: 100px;
        z-index: 1;
    }

    /* MAIN */
    .af-page__hansgrohe-rainfinity .af-main {
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('/upload/medialibrary/2a5/7px2r422yte9atknq2o2ejjnkpbiy6n1/banner.jpg');
    }
    .af-page__hansgrohe-rainfinity .af-main-logotype {
        display: block;        
        margin-bottom: 120px;
    }
    .af-page__hansgrohe-rainfinity .af-main-credo {
        display: block;
        height: auto;
        font-family: 'Roboto';
        font-weight: 500;
        font-style: normal;
        line-height: 1.3;
        color: #FFFFFF;
        text-align: right;
        margin-top: 0;
    }

    /* ABOUT */
    .af-page__hansgrohe-rainfinity .af-about-medias {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }
    .af-page__hansgrohe-rainfinity .af-about-media {
        display: block;
        width: 100%;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        opacity: 1;
        transition: opacity 250ms ease;
    }
    .af-page__hansgrohe-rainfinity .af-about-media.load {
        opacity: 0;
        transition: none;
    }
    .af-page__hansgrohe-rainfinity .af-about-controls {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: flex-start;
        position: absolute;
    }
    .af-page__hansgrohe-rainfinity .af-about-control {
        display: flex;
        width: 80px;
        height: 80px;
        color: #FFFFFF;
        font-family: 'Roboto';
        font-weight: 400;
        text-align: center;
        font-style: normal;
        line-height: 1.3;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        background-color: var(--text-color);
        z-index: 1;
    }
    .af-page__hansgrohe-rainfinity .af-about-control::after {
        content: "";
        display: block;
        height: 3px;
        background-color: var(--accent-color);
        margin-top: auto;
        margin-right: auto;
        justify-self: flex-start;
        align-self: flex-end;
    }
    .af-page__hansgrohe-rainfinity .af-about-control.active::after {
        width: 100%;
    }
    .af-page__hansgrohe-rainfinity .af-about-control img {
        display: block;
        width: 50%;
        height: 45%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center;
        margin: 0 auto 5px;
        pointer-events: none;
    }

    /* SALE */
    .af-page__hansgrohe-rainfinity .af-sale.af-sale__ibox {
        background-color: #F8F8F8;
    }
    .af-page__hansgrohe-rainfinity .af-sale-wrapper {
        position: relative;
    }
    .af-page__hansgrohe-rainfinity .af-sale-information {
        display: block;
        height: auto;
    }
    .af-page__hansgrohe-rainfinity .af-sale-title {
        display: block;
        width: 100%;
        height: auto;
        font-family: 'Roboto';
        font-style: normal;
        line-height: 1.3;
        font-weight: 500;
        color: var(--accent-color);
        text-align: left;
        text-transform: uppercase;
        margin-top: 0;
    }
    .af-page__hansgrohe-rainfinity .af-sale-description {
        display: block;
        width: 100%;
        height: auto;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        color: var(--text-color);
        margin-top: 0;
    }
    .af-page__hansgrohe-rainfinity .af-sale .af-text-colored {
        color: var(--accent-color);
    }
    .af-page__hansgrohe-rainfinity .af-sale-product {
        display: flex;
        height: auto;
        position: relative;
    }
    .af-page__hansgrohe-rainfinity .af-sale-link {
        display: flex;
        height: auto;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        text-decoration: underline;
        color: var(--accent-color);
        align-items: center;
        justify-content: flex-start;
    }
    .af-page__hansgrohe-rainfinity .af-sale-link::before {
        content: "";
        display: block;
        border-radius: 100%;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url('../img/playbutton.png');
    }
    .af-page__hansgrohe-rainfinity .af-sale-price {
        display: block;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        color: #FFFFFF;
        text-align: center;
        background-color: #133F67;
        position: absolute;
    }
    .af-page__hansgrohe-rainfinity .af-sale-price::after {
        content: "";
        display: block;
        width: 90%;
        height: 5px;
        background-color: #26A792;
        position: absolute;
        top: 49%;
        left: 5%;
        transform: rotate3d(0, 0, 1, -10deg);
        transform-style: preserve-3d;
        transform-origin: center;
    }
    .af-page__hansgrohe-rainfinity .af-sale-image {
        display: block;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center;
    }

    /* GALLERY */
    .af-page__hansgrohe-rainfinity .af-gallery-images {
        display: flex;
        width: 100%;
        height: auto;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .af-page__hansgrohe-rainfinity .af-gallery-image {
        display: flex;
        height: auto;
        margin-bottom: 20px;
    }
    .af-page__hansgrohe-rainfinity .af-gallery-image img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
    }
    .af-page__hansgrohe-rainfinity .af-gallery-image:last-of-type {
        font-family: 'Roboto';
        font-style: normal;
        line-height: 1.3;
        font-weight: 500;
        color: var(--text-color);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #F8F8F8;
    }
    .af-page__hansgrohe-rainfinity .af-gallery-image:last-of-type[data-quantity]::before {
        content: '\002B'attr(data-quantity);
        display: block;
        width: auto;
        height: auto;
        color: var(--accent-color);
        font-size: 2em;
        line-height: 1.5;
    }    
}

/* MOBILE MEDIA */
@media (min-width: 0) and (max-width: 767px) {

    /* COMMON */
    .af-page__hansgrohe-rainfinity .af-page-wrapper {
        padding: 20px;
    }
    .af-page__hansgrohe-rainfinity .af-page-header {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .af-page__hansgrohe-rainfinity .af-page-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .af-page__hansgrohe-rainfinity .af-page-description {
        font-size: 16px;
        margin-bottom: 20px;
    }

    /* MAIN */
    .af-page__hansgrohe-rainfinity .af-main {
        background-position: left -220px top;
    }
    .af-page__hansgrohe-rainfinity .af-breadcrumbs {
        padding-top: 20px;
    }
    .af-page__hansgrohe-rainfinity .af-main-logotype {
        width: 200px;
        margin-left: calc(100% - 180px);
    }
    .af-page__hansgrohe-rainfinity .af-main-credo {
        font-size: 22px;
        margin-bottom: 100px;
    }
    
    /* ABOUT */
    .af-page__hansgrohe-rainfinity .af-about-medias {
        margin-bottom: 60px;
    }
    .af-page__hansgrohe-rainfinity .af-about-controls {
        bottom: -40px;
    }
    .af-page__hansgrohe-rainfinity .af-about-control {
        width: 80px;
        height: 80px;
        font-size: 12px;
        padding-top: 8px;
    }
    .af-page__hansgrohe-rainfinity .af-about-control:not(:last-of-type) {
        margin-right: 20px;
    }

    /* SALE */
    .af-page__hansgrohe-rainfinity .af-sale-information {
        width: 100%;
    }
    .af-page__hansgrohe-rainfinity .af-sale-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .af-page__hansgrohe-rainfinity .af-sale-description {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .af-page__hansgrohe-rainfinity .af-sale-product {
        width: 100%;
    }
    .af-page__hansgrohe-rainfinity .af-sale-link {
        max-width: 180px;
        font-size: 18px;
        position: absolute;
        bottom: 0;
        left: 200px;
        z-index: 1;
    }
    .af-page__hansgrohe-rainfinity .af-sale-link::before {
        width: 30px;
        height: 30px;
        margin: 0 5px 0 0;
    }
    .af-page__hansgrohe-rainfinity .af-sale-price {
        width: 130px;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
        left: 160px;
        top: 0;
    }
    .af-page__hansgrohe-rainfinity .af-sale-image {
        width: 200px;
        height: 200px;
    }
    .af-page__hansgrohe-rainfinity .af-sale.af-sale__ibox .af-sale-image {
        transform: scale(-1, 1);
    }

    /* GALLERY */
    .af-page__hansgrohe-rainfinity .af-gallery-image:not(:first-of-type) {
        width: calc(50% - 10px);
    }
    .af-page__hansgrohe-rainfinity .af-gallery-image:nth-of-type(even) {
        margin-right: 20px;
    }
    .af-page__hansgrohe-rainfinity .af-gallery-image:first-of-type {
        width: 100%;
    }
    .af-page__hansgrohe-rainfinity .af-gallery-image[data-quantity] {
        font-size: 12px;
    }
}

/* MOBILE AND VERTICAL PADS MEDIA */
@media (min-width: 0) and (max-width: 999px) {

    /* MAIN */
    .af-page__hansgrohe-rainfinity .af-breadcrumbs {
        margin-bottom: 20px;
    }
}

/* PADS AND PC MEDIA */
@media screen and (min-width: 768px) {
    
    /* COMMON */
    .af-page__hansgrohe-rainfinity .af-page-wrapper {
        padding: 40px;
    }
    .af-page__hansgrohe-rainfinity .af-page-header {
        font-size: 32px;
    }
    .af-page__hansgrohe-rainfinity .af-page-description {
        font-size: 18px;
    }
    .af-page__hansgrohe-rainfinity .af-page-title {
        font-size: 28px;
    }

    /* MAIN */
    .af-page__hansgrohe-rainfinity .af-main {
        background-size: cover;
        background-position: center;
    }
    .af-page__hansgrohe-rainfinity .af-main-credo {
        width: 480px;
        font-size: 32px;
        margin-left: calc(100% - 480px);
    }

    /* ABOUT */
    .af-page__hansgrohe-rainfinity .af-about-medias {
        margin-bottom: 40px;
    }
    .af-page__hansgrohe-rainfinity .af-about-controls {
        bottom: 20px;
    }
    .af-page__hansgrohe-rainfinity .af-about-control {
        width: 120px;
        height: 120px;
        font-size: 16px;
        padding-top: 20px;
    }
    .af-page__hansgrohe-rainfinity .af-about-control:not(:last-of-type) {
        margin-right: 40px;
    }
    .af-page__hansgrohe-rainfinity .af-about-control img {
        margin-bottom: 10px;
    }
    
    /* SALE */
    .af-page__hansgrohe-rainfinity .af-sale {
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
    .af-page__hansgrohe-rainfinity .af-sale-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 0;
        flex-wrap: wrap;
    }
    .af-page__hansgrohe-rainfinity .af-sale-title {
        font-size: 32px;
    }
    .af-page__hansgrohe-rainfinity .af-sale-description {
        font-size: 18px;
    }
    .af-page__hansgrohe-rainfinity .af-sale-link {
        max-width: 200px;
        font-size: 18px;
        margin-right: 70px;
    }
    .af-page__hansgrohe-rainfinity .af-sale-link::before {
        width: 48px;
        height: 48px;
        margin: 0 10px 0 0;
    }
    .af-page__hansgrohe-rainfinity .af-sale-price {
        width: 180px;
        height: 50px;
        line-height: 50px;
        font-size: 32px;
    }
    .af-page__hansgrohe-rainfinity .af-sale:nth-child(even) {
        background-position: left top;
        background-image: url('/upload/medialibrary/810/qzvnc6duworlnz3711u4t0i9cp735j6z/vodichka.png');
    }
    .af-page__hansgrohe-rainfinity .af-sale:nth-child(even) .af-sale-wrapper {
        flex-direction: row;
    }
    .af-page__hansgrohe-rainfinity .af-sale:nth-child(even) .af-sale-product {
        justify-content: flex-end;
    }
    .af-page__hansgrohe-rainfinity .af-sale:not(.af-sale__showerpipe) .af-sale-price {
        bottom: 10%;
    }
    .af-page__hansgrohe-rainfinity .af-sale.af-sale__showerpipe .af-sale-price {
        bottom: 20%;
    }
    .af-page__hansgrohe-rainfinity .af-sale:nth-child(odd) {
        background-position: right top;
        background-image: url('/upload/medialibrary/dd6/ukynmyy9lxe8hvg65knwc8gc7y3rbpp4/vodichka_right.png');
    }
    .af-page__hansgrohe-rainfinity .af-sale:nth-child(odd) .af-sale-wrapper {
        flex-direction: row-reverse;
    }

    /* GALLERY */
    .af-page__hansgrohe-rainfinity .af-gallery-images {
        justify-content: space-between;
    }
    .af-page__hansgrohe-rainfinity .af-gallery-image {
        margin-bottom: 40px;
    }
    .af-page__hansgrohe-rainfinity .af-gallery-image:first-of-type,
    .af-page__hansgrohe-rainfinity .af-gallery-image:nth-of-type(2) {
        width: calc(50% - 10px);
    }
    .af-page__hansgrohe-rainfinity .af-gallery-image:not(:first-of-type):not(:nth-of-type(2)) {
        width: calc(33.33% - 13.33px);
    }
    .af-page__hansgrohe-rainfinity .af-gallery-image[data-quantity] {
        font-size: 16px;
    }
}

/* VERTICAL PADS MEDIA*/
@media (min-width: 768px) and (max-width: 999px) {
    
    /* COMMON */
    .af-page__hansgrohe-rainfinity .af-page-header {
        margin-bottom: 20px;
    }
    .af-page__hansgrohe-rainfinity .af-page-description {
        margin-bottom: 20px;
    }
    .af-page__hansgrohe-rainfinity .af-page-title {
        margin-bottom: 20px;
    }

    /* MAIN */
    .af-page__hansgrohe-rainfinity .af-main-logotype {
        width: 280px;
        margin-left: calc(100% - 240px);
    }
    .af-page__hansgrohe-rainfinity .af-main-credo {
        margin-bottom: 100px;
    }

    /* SHOP */
    .af-page__hansgrohe-rainfinity .af-filter {
        font-size: 18px;
        font-weight: 400;
        color: var(--text-color);
    }

    /* SALE */
    .af-page__hansgrohe-rainfinity .af-sale-information {
        width: calc(100% - 340px);
    }
    .af-page__hansgrohe-rainfinity .af-sale-title {
        margin-bottom: 20px;
    }
    .af-page__hansgrohe-rainfinity .af-sale-description {
        margin-bottom: 20px;
    }
    .af-page__hansgrohe-rainfinity .af-sale-product {
        width: 300px;
    }
    .af-page__hansgrohe-rainfinity .af-sale-image {
        width: 200px;
        height: 200px;
        margin-top: -40px;
    }
    .af-page__hansgrohe-rainfinity .af-sale:nth-child(even) .af-sale-price {
        right: 140px;
    }
    .af-page__hansgrohe-rainfinity .af-sale:nth-child(odd) .af-sale-price {
        left: 140px;
    }
}

/* HORIZONTAL PADS AND PC MEDIA */
@media screen and (min-width: 1000px) {

    /* COMMON */
    .af-page__hansgrohe-rainfinity .af-page-wrapper {
        min-width: 1000px;
        width: 100%;
        max-width: 1210px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .af-page__hansgrohe-rainfinity .af-page-header {
        margin-bottom: 40px;
    }
    .af-page__hansgrohe-rainfinity .af-page-description {
        margin-bottom: 40px;
    }
    .af-page__hansgrohe-rainfinity .af-page-title {
        margin-bottom: 40px;
    }

    /* MAIN */
    .af-page__hansgrohe-rainfinity .af-main {
        min-height: 87vh;
    }
    .af-page__hansgrohe-rainfinity .af-breadcrumbs {
        margin-bottom: 80px;
    }
    .af-page__hansgrohe-rainfinity .af-main-logotype {
        width: 320px;
        margin-left: calc(100% - 320px);
    }

    /* ABOUT */
    .af-page__hansgrohe-rainfinity .af-about-control::after {
        width: 0;
        transition: 250ms ease 30ms;
    }
    .af-page__hansgrohe-rainfinity .af-about-control:hover::after {
        width: 100%;
    }

    /* SALE */
    .af-page__hansgrohe-rainfinity .af-sale-information {
        width: calc(100% - 540px);
    }
    .af-page__hansgrohe-rainfinity .af-sale-title {
        margin-bottom: 40px;
    }
    .af-page__hansgrohe-rainfinity .af-sale-product {
        width: 500px;
    }
    .af-page__hansgrohe-rainfinity .af-sale-image {
        width: 80%;
        height: auto;
        margin-top: -60px;
    }
    .af-page__hansgrohe-rainfinity .af-sale-link {
        position: absolute;
        bottom: 0;
    }
    .af-page__hansgrohe-rainfinity .af-sale:nth-child(even) .af-sale-price {
        right: 300px;
    }
    .af-page__hansgrohe-rainfinity .af-sale:nth-child(odd) .af-sale-price {
        left: 300px;
    }

    /* GALLERY */
    .af-page__hansgrohe-rainfinity .af-gallery-image {
        position: relative;
        cursor: pointer;
    }
    .af-page__hansgrohe-rainfinity .af-gallery-image:not([data-quantity])::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .8);
        background-size: 0 0;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url('../img/plus.svg');
        opacity: 0;
        transition: 250ms ease 30ms;
        position: absolute;
        left: 0;
        top: 0;
    }
    .af-page__hansgrohe-rainfinity .af-gallery-image:not([data-quantity]):hover:after {
        opacity: 1;
        background-size: 30px 30px;
    }
}

/* AMIMATIONS */
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(38, 167, 146, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(38, 167, 146, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(38, 167, 146, 0);
    }
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(38, 167, 146, 0.4);
    }
    70% {
        box-shadow: 0 0 0 25px rgba(38, 167, 146, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(38, 167, 146, 0);
    }
}