/*!
Theme Name: shopkick
Theme URI: https://themesupport.com
Author: Theme Support
Author URI: http://themesupport.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shopkick

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

shopkick is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Slider
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/


html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/
body {
    margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
    display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 900;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/
a {
    background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
    font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
* Add the correct font size in all browsers.
*/
small {
    font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/
img {
    border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
    overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
    text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
    vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
    overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
    display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
    display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/
template {
    display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #49495B;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: linear-gradient(270deg, #30b0bd, #037fb3);
    background-size: 400% 400%;

    -webkit-animation: shopkick 5s ease infinite;
    -moz-animation: shopkick 5s ease infinite;
    animation: shopkick 5s ease infinite;
}

body.page-id-209,
body.page-id-229 {
    background: linear-gradient(270deg, #00BFF2, #824E89);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    -webkit-animation: gradient 5s ease infinite;
    -moz-animation: gradient 5s ease infinite;
}

@-webkit-keyframes shopkick {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes shopkick {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes shopkick {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #49495B;
}

a:visited {
    color: #49495B;
}

a:hover,
a:focus,
a:active {
    color: #94D9F1;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    max-width: 200px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background: #fff;
    display: block;
}

.main-navigation ul ul li {
    padding: 15px;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
    color: #0478BD;
    font-size: 16px;
    font-weight: 600;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
    padding: 16px 25px;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 1025px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
        justify-content: end;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: flex;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


/* Shopkick
--------------------------------------------- */


/* General */

body {
    font-family: "Open Sans", sans-serif;
}

p {
    font-size: 16px;
    line-height: 22px;
}

p br {
    display: none;
}

h1,
h2 {
    font-family: Raleway, sans-serif;
    font-weight: 800;
}

h2 {
    font-size: 38px;
    line-height: 40px;
}

h3 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 900;
}

h4 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 900;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.shopkick-sticker.floating {
    position: fixed;
    width: 280px;
    right: 40px;
    bottom: 30px;
    z-index: 2;
}

@media screen and (max-width: 786px) {
    .shopkick-sticker.floating {
        display: none;
    }
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.site-header {
    padding: 20px 0;
    background: #0006;
    z-index: 99999;
    width: 100%;
}

.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-logo {
    max-width: 180px;
    display: inline-block;
}

.main-navigation li.button {
    padding: 0;
}

.main-navigation .menu-item.button a {
    border-radius: 50px;
    background: #fff;
    font-style: normal;
    color: #0478BD;
    transition: .2s ease;
    font-size: 18px;
    font-weight: 800;
    padding: 16px 25px;
}

.main-navigation .menu-item.button:hover a {
    background: linear-gradient(270deg, #00BFF2, #824E89);
    color: #fff;
}

.menu-toggle {
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    float: right;
    position: relative;
    z-index: 1;
}

.menu-toggle span {
    display: block;
    background: #fff;
    width: 28px;
    height: 3px;
    margin: 4px 0;
    transition: 0.3s ease-in all;
}

nav#site-navigation.toggled .menu-toggle span {
    opacity: 0;
}

nav#site-navigation.toggled .menu-toggle span:first-child {
    transform: rotate(-45deg);
    opacity: 1;
    transform-origin: 70% 0;
}

nav#site-navigation.toggled .menu-toggle span:last-child {
    transform: rotate(45deg);
    opacity: 1;
    transform-origin: 100% 0;
}

@media screen and (max-width: 1024px) {
    .site-header .container {
        display: block;
    }

    .site-header .main-navigation {
        background: transparent;
        transition: background .3s ease;
    }

    .site-header .main-navigation.toggled {
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        background: #0478bd;
        top: 0;
        left: 0;
        position: absolute;
        overflow: hidden;
        z-index: 1;
    }

    .site-header .menu-toggle {
        position: absolute;
        right: 15px;
        top: 30px;
        z-index: 3;
    }

    .mobile-site-branding.hide-medium {
        z-index: 2;
        position: relative;
        display: inline-block;
    }

    .main-navigation .menu-item.button {
        margin-top: 15px;
    }
}

/* Hero
--------------------------------------------- */
section.component-hero {
    padding-top: 92px;
}

.admin-bar .component-hero .item-wrapper {
    height: calc(100vh - 127px);
}

.component-hero .item-wrapper {
    position: relative;
    height: calc(100vh - 92px);
    color: #fff;
}

.component-hero .item-wrapper .hero-content {
    position: absolute;
    z-index: 1;
    width: 100%;
}

.component-hero .item-wrapper .hero-content.middle-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.component-hero .item-wrapper .hero-content h1,
.component-hero .item-wrapper .hero-content h2,
.component-hero .item-wrapper .hero-content h3,
.component-hero .item-wrapper .hero-content h4,
.component-hero .item-wrapper .hero-content h5,
.component-hero .item-wrapper .hero-content h6 {
    margin: 0 0 20px;
}

.component-hero .item-wrapper .hero-content p {
    margin: 0;
    max-width: 50%;
}

.component-hero .item-wrapper .hero-content p+p {
    margin-top: 30px;
}

.component-hero .item-wrapper .button-wrapper {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
    font-weight: 500;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    transition: 0.3s ease-in all;
    line-height: 1;
    text-align: center;
}

.component-hero .item-wrapper .button-wrapper:hover {
    transform: translate(-50%, 5px);
}

.component-hero .item-wrapper .button-wrapper svg {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 40px;
    margin-top: 10px;
}

.component-hero .item-wrapper .hero-background {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.component-hero .item-wrapper .hero-background img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.component-hero .item-wrapper video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.component-hero .item-wrapper .slide-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 101%;
    height: 100%;
    overflow: hidden;
}

.component-hero .item-wrapper .slide-background img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

@media screen and (max-width: 1024px) {
    .component-hero .item-wrapper .hero-content p {
        max-width: 100%;
    }

    .component-hero .item-wrapper .hero-content p br {
        display: none;
    }
}

/* Blocks
--------------------------------------------- */
section.component-content_block:first-child {
    padding-top: 40px;
}

.component-content_block.full-image-bg {
    background-position: right top;
}

.component-content_block .content-block-rows {
    padding: 100px 0;
}

.component-content_block .shopkick-cols {
    display: grid;
    grid-gap: 25px 25px;
    position: relative;
    overflow: hidden;
}

.one-column .content-block-row.shopkick-cols {
    min-height: auto;
}

.home .section-row:nth-child(2) .shopkick-cols .shopkick-col:nth-child(2) {
    order: 0;
}

.component-content_block .shopkick-cols .content-block-column img,
.component-content_block .shopkick-cols .content-block-column video {
    width: 100%;
    height: auto;
}

.component-content_block.download-video-section .shopkick-cols .content-block-column video {
    padding-left: 0px;
}

.component-content_block .shopkick-cols .content-block-column img.qr-code {
    width: 420px;
    border-radius: 10px;
    margin-top: 15px;
}

.component-content_block .shopkick-cols .content-block-column .download img {
    width: 200px;
}

.component-content_block .shopkick-cols .content-block-column .shopkick-mobile-apps {
    display: none;
}

.component-content_block .shopkick-cols .content-block-column h1,
.component-content_block .shopkick-cols .content-block-column h2,
.component-content_block .shopkick-cols .content-block-column h3,
.component-content_block .shopkick-cols .content-block-column h4,
.component-content_block .shopkick-cols .content-block-column h5,
.component-content_block .shopkick-cols .content-block-column h6,
.component-content_block .shopkick-cols .content-block-column p {
    color: #fff;
    margin: 0 0 20px;
}

.component-content_block .shopkick-cols .content-block-column p a {
    padding: 10px 20px;
    margin-top: 30px;
    background: #fff;
    color: #0478BD;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    font-weight: 800;
}

.component-content_block .shopkick-cols .content-block-column p a:hover {
    color: #fff;
    background: #0478BD;
    transition: .2s ease;
}

.component-content_block .shopkick-cols .content-block-column p a.blue-btn {
    background: #0478BD;
    color: #fff;
}

.component-content_block .wp-video .mejs-controls {
    display: none !important;
    visibility: hidden !important;
}

@media (min-width: 767px) {
    .component-content_block .shopkick-cols {
        grid-template-columns: 1.8fr 2fr;
        align-items: center;
        min-height: calc(100vh - 200px);
        overflow: visible;
    }

    .component-content_block.one-column .content-block-row.shopkick-cols {
        grid-template-columns: 1fr;
    }

    .component-content_block .shopkick-cols .shopkick-col:nth-child(1) {
        order: 0;
    }

    .component-content_block .shopkick-cols .content-block-column p a {
        padding: 16px 30px;
        line-height: 20px;
        margin-top: 30px;
        font-size: 20px;
    }

    .component-content_block.video-right .wp-video {
        float: right;
    }

    .component-content_block.download-video-section .shopkick-cols .content-block-column video {
        padding-left: 200px;
    }
}

@media (max-width: 480px) {

    .component-content_block .wp-video,
    .component-content_block .wp-video .mejs-container {
        width: 100% !important;
    }
}

/* Footer
--------------------------------------------- */
.site-footer {
    background: #0655A3;
    padding: 100px 0;
}

.site-footer .shopkick-cols {
    grid-template-columns: 1fr;
    align-items: center;
    display: grid;
    grid-gap: 25px 25px;
    position: relative;
}

.site-footer .shopkick-footer-logo {
    width: 200px;
}

.site-footer .shopkick-footer-qr {
    display: none;
}

.site-footer .shopkick-cols .shopkick-col .shopkick-footer-download {
    display: flex;
    align-items: center;
}

.site-footer .shopkick-cols .shopkick-col .shopkick-footer-download img {
    width: 150px;
    margin-right: 15px;
}

.site-footer .shopkick-cols .shopkick-col .shopkick-footer-download a {
    display: inline-block;
}

.site-footer .shopkick-cols .shopkick-col .shopkick-footer-download {
    padding-top: 20px;
}

.site-footer .shopkick-cols .shopkick-col .shopkick-footer-menu ul {
    padding: 0;
    margin: 0;
    column-count: 2;
}

.site-footer .shopkick-cols .shopkick-col .shopkick-footer-menu ul li {
    display: block;
    margin-bottom: 20px;
}

.site-footer .shopkick-cols .shopkick-col .shopkick-footer-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
}

.site-footer .shopkick-cols .shopkick-col .shopkick-footer-social {
    margin-top: 40px;
}

.site-footer .shopkick-cols .shopkick-col .shopkick-footer-social h4 {
    margin-bottom: 15px;
    color: #fff;
}

.site-footer .shopkick-cols .shopkick-col .shopkick-footer-social .shopkick-social-networks {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.site-footer .shopkick-cols .shopkick-col .shopkick-footer-social .shopkick-social-networks li {
    margin-right: 10px;
    display: block;
}

.site-footer .shopkick-cols .shopkick-col .shopkick-footer-social .shopkick-social-networks li a {
    text-decoration: none;
    font-size: 26px;
    color: #0655A3;
}

.site-footer .shopkick-cols .shopkick-col .shopkick-footer-social .shopkick-social-networks li a i:before {
    background: #fff;
    border-radius: 50px;
    width: 48px;
    height: 48px;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.site-footer .shopkick-cols .shopkick-col .shopkick-footer-social .shopkick-social-networks li .fa-tiktok {
    position: relative;
}

.site-footer .shopkick-cols .shopkick-col .shopkick-footer-social .shopkick-social-networks li .fa-tiktok:after {
    background-image: url(/wp-content/uploads/2023/11/tiktok.png);
    position: absolute;
    background-size: 20px 23px;
    display: inline-block;
    width: 20px;
    height: 23px;
    top: calc(50% - 12px);
    left: calc(50% - 10px);
    content: "";
    z-index: 999999;
}

.site-footer .shopkick-cols .shopkick-col .shopkick-footer-social .shopkick-social-networks li .fa-tiktok:before {
    content: "";

}

.site-footer .shopkick-copyright {
    color: #fff;
    font-weight: 100;
    text-align: center;
    line-height: 18px;
    padding-top: 40px;
}

@media screen and (min-width: 767px) {
    .site-footer {
        padding: 100px 0;
    }

    .site-footer .shopkick-cols {
        grid-template-columns: 1.5fr 2.8fr;
    }

    .site-footer .shopkick-cols .shopkick-col * {
        display: block;
    }

    .site-footer .shopkick-footer-logo {
        width: 330px;
    }

    .site-footer .shopkick-footer-qr {
        width: 350px;
        margin: 30px 0;
        display: block;
    }

    .site-footer .shopkick-cols .shopkick-col .shopkick-footer-menu ul {
        column-count: 3;
    }

    .site-footer .shopkick-cols .shopkick-col .shopkick-footer-menu ul li a {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .site-footer .shopkick-cols .shopkick-col .shopkick-footer-social {
        margin-top: 80px;
    }

    .site-footer .shopkick-copyright {
        font-size: 12px;
        line-height: 30px;
        padding-top: 80px;

    }
}

/* Testimonials
--------------------------------------------- */
.component-testimonials {
    padding: 100px 0;
}

.component-testimonials h1,
.component-testimonials h2,
.component-testimonials h3,
.component-testimonials h4,
.component-testimonials h5,
.component-testimonials h6,
.component-testimonials p {
    color: #fff;
    margin: 0 0 20px;
}

.component-testimonials p a {
    padding: 10px 20px;
    font-size: 22px;
    margin-top: 30px;
    background: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
}

.component-testimonials .owl-carousel {
    padding-top: 40px;
}

.component-testimonials .owl-carousel .owl-stage {
    display: flex;
}

.component-testimonials .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.component-testimonials .owl-carousel .testimonial-content {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.component-testimonials .testimonial-content {
    background: #fff;
    background: linear-gradient(180deg, #C1B0E2 0%, #D7F6FE 35.5%, #FFFFFF 65%);
    border-radius: 20px;
    padding: 20px 30px 30px;
}

.component-testimonials .testimonial-content * {
    color: #4A4A5C;
}

.component-testimonials .testimonial-content p {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    font-weight: 500;
}

.component-testimonials .testimonial-content p:last-child {
    margin-bottom: 0;
}

.component-testimonials .testimonial-content p em {
    font-weight: 600;
}

.component-testimonials .testimonial-content .testimonial-img {
    border-radius: 50px;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    object-fit: cover;
    left: 0;
    border: 4px solid #F9DE69;
    box-shadow: 0px 2px 6px 0px #092B4540;
}

.component-testimonials .testimonial-content .testimonial-stars {
    width: 230px !important;
    margin: 0 auto 20px;
}

.component-testimonials .owl-nav {
    position: absolute;
    top: calc(50% - 15px);
    width: 100%;
}

.component-testimonials .owl-theme .owl-nav [class*=owl-] {
    background: #F9DE69;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: #231F20;
    position: relative;
}

.component-testimonials .owl-theme .owl-nav [class*=owl-]:hover {
    background: #f2d660;
    color: initial;
}

.component-testimonials .owl-theme .owl-dots .owl-dot span {
    background: #F9DE69;
}

.component-testimonials .owl-theme .owl-dots .owl-dot.active span {
    background: #f2d660;
}

.component-testimonials .owl-theme .owl-nav [class*=owl-] span {
    font-size: 50px;
    line-height: 1;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 10px);
}

.component-testimonials .owl-theme .owl-nav .owl-next.disabled,
.component-testimonials .owl-theme .owl-nav .owl-prev.disabled {
    display: none !important;
}

.component-testimonials .owl-theme .owl-nav .owl-next span {
    left: calc(50% - 7px);
}

.component-testimonials .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -80px;
}

.component-testimonials .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -80px;
}

/* Home */
.hero-image {
    position: relative;
    text-align: center;
}

.hero-image .basket {
    position: absolute;
    right: 220px;
    top: 130px;
    z-index: -1;
    width: 380px !important;
}

.hero-image .phone {
    width: 420px !important;
}

.hero-image .bubbles {
    position: absolute;
    width: 200px !important;
    right: -20px;
    top: 0;
}

.basket-container {
    text-align: center;
    position: relative;
}

.basket-container .basket {
    width: 550px !important;
    position: relative;
    top: 200px;
}

.basket-container .products {
    position: absolute;
    top: 0px;
    right: 0;
    width: 380px !important;
}

.basket-container .confetti1 {
    position: absolute;
    top: 100px;
    left: 50px;
    width: 150px !important;
}

.basket-container .confetti2 {
    position: absolute;
    top: 50px;
    width: 100px !important;
    right: 0;
}

.basket-container .confetti3 {
    position: absolute;
    top: 260px;
    width: 120px !important;
    right: 0;
}

.ways {
    position: relative;
    text-align: center;
}

.ways .phone {
    width: 420px !important;
    margin-left: 60px;
}

.ways .icons {
    position: absolute;
    width: 600px !important;
    top: 20px;
    left: 30px;
    right: 0;
}

@media (min-width: 991px) {
    p:not(.elementor-heading-title) {
        font-size: 26px;
        line-height: 34px;
        text-align: left;
        max-width: 100%;
        margin: 0;
    }

    p br {
        display: block;
    }

    h2:not(.elementor-heading-title) {
        font-size: 74px;
        line-height: 78px;
        text-align: left;
    }
}

@media screen and (max-width: 992px) {
    h2:not(.elementor-heading-title) {
        text-align: center !important;
    }

    p:not(.elementor-heading-title) {
        text-align: center !important;
        max-width: 80%;
        margin: 0 auto !important;
    }

    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    section.component-content_block:first-child {
        padding-top: 80px;
    }

    .component-content_block .shopkick-cols .content-block-column .shopkick-qr {
        display: none;
    }

    .component-content_block .shopkick-cols .content-block-column .shopkick-mobile-apps {
        display: flex;
        align-items: center;
        max-width: 80%;
        justify-content: center;
        margin: 20px auto 0 auto;
    }

    .component-content_block .shopkick-cols .content-block-column .shopkick-mobile-apps a:first-child {
        padding-right: 15px;
    }

    .hero-image {
        overflow: hidden;
    }

    .hero-image .phone {
        width: 250px !important;
        position: relative;
        left: -20px;
    }

    .hero-image .basket {
        left: 0;
        top: 120px;
        width: 200px !important;
    }

    .hero-image .bubbles {
        width: 120px !important;
        right: 0;
        top: 20px;
    }

    .ways {
        overflow: hidden;
    }

    .ways .phone {
        width: 200px !important;
        margin: 0;
    }

    .ways .icons {
        width: 80% !important;
        left: 10%;
        right: 10%;
    }

    .basket-container .basket {
        width: 260px !important;
        top: 100px;
    }

    .basket-container .products {
        width: 200px !important;
        top: 0;
    }

    .basket-container .confetti1 {
        width: 100px !important;
        left: 0;
        top: 20px;
    }

    .basket-container .confetti2 {
        width: 70px !important;
        top: 0;
    }

    .basket-container .confetti3 {
        width: 80px !important;
        top: 300px !important;
    }

    .component-testimonials .testimonial-content p {
        font-size: 10px;
        line-height: 15px;
        max-width: 100%;
    }

    .component-testimonials .owl-item {
        padding: 5px;
    }

    .component-testimonials .testimonial-content {
        padding: 40px 15px 15px;
    }

    .component-testimonials .testimonial-content .testimonial-img {
        width: 50px;
        height: 50px;
    }

    .component-testimonials .testimonial-content .testimonial-stars {
        width: 100px !important;
        margin-bottom: 10px;
    }

    .site-footer,
    .component-testimonials,
    .component-content_block .content-block-rows {
        padding: 60px 0;
    }

    .site-footer .shopkick-cols .shopkick-col .shopkick-footer-menu ul li a {
        font-size: 11px;
        display: inline-block;
        line-height: 15px;
    }

    .site-footer .shopkick-cols .shopkick-col .shopkick-footer-menu ul li {
        margin-bottom: 5px;
    }

    .site-footer .shopkick-footer-logo {
        text-align: center;
        width: 160px;
    }

    .site-footer .shopkick-cols .shopkick-col:first-child {
        text-align: center;
        width: 100%;
    }

    .site-footer .shopkick-cols .shopkick-col .shopkick-footer-download {
        justify-content: center;
    }

    .site-footer .shopkick-cols .shopkick-col .download-app-qr p {
        text-align: left !important;
    }

    .site-footer .shopkick-cols .shopkick-col .shopkick-footer-social h4 {
        text-align: center;
        font-size: 20px;
    }

    .site-footer .shopkick-cols .shopkick-col .shopkick-footer-social .shopkick-social-networks {
        justify-content: center;
    }

    .site-footer .shopkick-cols .shopkick-col .shopkick-footer-download a:last-child img {
        margin: 0;
    }
}


@media only screen and (max-width: 767px) {
    
    @supports (-webkit-touch-callout: none) {
        /* CSS specific to iOS devices */
        .only-android {
            display: none !important;
        }
    }

    @supports not (-webkit-touch-callout: none) {
        /* CSS for other than iOS devices */
        .only-ios {
            display: none !important;
        }
    }
}

/* Rewards */
.hero-image .rewards-phone {
    width: 400px !important;
    position: relative;
    top: 170px;
}

.hero-image .rewards-cards {
    position: absolute;
    right: 220px;
    top: -30px;
    z-index: 1;
    width: 300px !important;
}

.hero-image .rewards-kicks1 {
    position: absolute;
    width: 120px !important;
    left: 80px;
    top: 160px;
    z-index: 1;
}

.hero-image .rewards-kicks2 {
    position: absolute;
    width: 130px !important;
    right: 160px;
    top: -30px;
    z-index: 1;
}

.hero-image .rewards-stores-phone {
    width: 400px !important;
    position: relative;
}

.hero-image .rewards-stores-map {
    position: absolute;
    top: 130px;
    left: 250px;
    z-index: 1;
    width: 270px !important;
}

.hero-image .rewards-stores-logos {
    width: 200px !important;
    position: absolute;
    top: -30px;
    right: 0;
}

.hero-image .saving-phone {
    width: 450px !important;
    position: relative;
    left: 120px;
}

.hero-image .saving-phone-right {
    position: absolute;
    top: -200px;
    width: 520px !important;
    right: 0;
}

.hero-image .saving-phone-left {
    position: absolute;
    top: 50px;
    width: 520px !important;
    left: 200px;
}

.hero-image .saving-kicks {
    position: absolute;
    top: -140px;
    right: 150px;
    max-width: 800px;
}

.hero-image.logos {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.hero-image .logo {
    width: 200px !important;
}

@media screen and (max-width: 992px) {
    .hero-image .rewards-phone {
        width: 250px !important;
        top: 0;
        margin-top: 110px;
    }

    .hero-image .rewards-cards {
        width: 180px !important;
        right: initial;
        left: 30px;
        top: 0px;
    }

    .hero-image .rewards-kicks1 {
        bottom: 100px;
        left: 0;
        top: 100px;
    }

    .hero-image .rewards-kicks2 {
        display: none;
    }

    .hero-image .rewards-stores-phone {
        width: 250px !important;
    }

    .hero-image .rewards-stores-map {
        width: 150px !important;
        top: 80px;
        left: 50%;
    }

    .hero-image .rewards-stores-logos {
        width: 120px !important;
        top: 0;
        right: 30px;
    }

    .hero-image .saving-phone {
        width: 220px !important;
        left: 0;
        right: 0;
    }

    .hero-image .saving-phone-left {
        left: 0;
        width: 190px !important;
    }

    .hero-image .saving-phone-right {
        width: 190px !important;
        right: 0;
        top: 0;
    }

    .hero-image .saving-kicks {
        top: 0px;
        left: 0;
    }

    .hero-image.logos {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }

    .hero-image .logo {
        width: 30% !important;
    }
}

/* Download App */
.download-app-image {
    position: relative;
    text-align: center;
}

.download-app-image .phone {
    width: 420px !important;
}

.download-app-image .bubbles {
    position: absolute;
    width: 200px !important;
    right: 20px;
    top: 0;
}

@media screen and (max-width: 992px) {
    .download-app-image {
        text-align: left;
    }

    .download-app-image .phone {
        width: 80% !important;
        max-width: 350px;
    }

    .download-app-image .bubbles {
        right: 0;
        width: 150px !important;
    }
}

/***/

.site-footer .shopkick-cols .shopkick-col .shopkick-footer-menu ul li.your-privacy-choices a {
    background: url(/wp-content/uploads/2024/05/privacyoptions123x59.png);
    background-position: 100%;
    background-size: 32px;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 40px;
}

/***/

.site-footer .shopkick-cols .shopkick-col img.shopkick-footer-qr,
.site-footer .shopkick-cols .shopkick-col .download-app-qr p {
    display: inline-block;
    vertical-align: middle;
}

.site-footer .shopkick-cols .shopkick-col img.shopkick-footer-qr {
    width: 37%;
}

.site-footer .shopkick-cols .shopkick-col .download-app-qr p {
    width: 60%;
    padding-left: 2%;
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
}