@charset "utf-8";

body.retina-s .button.delete {
    background-image: url(button-delete-2x.png);
    background-size: 24px 48px;
}

body.retina-s .bar > .bar-contents > .menu-icon {
    background-image: url(menu-2x.png);
    background-size: 26px 26px;
}

body.retina-s .bar > .bar-contents > .menu-icon.open {
    background-image: url(menu-close-2x.png);
    background-size: 26px 26px;
}

body.retina-s .bar > .bar-contents > .cart-icon {
    background-image: url(cart-2x.png);
    background-size: 26px 26px;
}

body.retina-s .bar > .bar-contents > .logo-container > .logo-icon {
    background-image: url(logo-header-2x.png);
    background-size: 81px 26px;
}

body.retina-s .social-icons li.facebook {
    background-image: url(icon-facebook-2x.png);
    background-size: 32px 32px;
}

body.retina-s .social-icons li.instagram {
    background-image: url(icon-instagram-2x.png);
    background-size: 32px 32px;
}

body.retina-s .social-icons li.youtube {
    background-image: url(icon-youtube-2x.png);
    background-size: 32px 32px;
}

body.retina-s .social-icons li.pinterest {
    background-image: url(icon-pinterest-2x.png);
    background-size: 32px 32px;
}

body.retina-s .social-icons li.twitter {
    background-image: url(icon-twitter-2x.png);
    background-size: 32px 32px;
}

body.retina-s .arrow-container > .arrow {
    background-image: url(arrow-large-2x.png);
    background-size: 60px 30px;
}
