/*!
Theme Name: Mysoda
Theme URI: http://underscores.me/
Author: Petri Vuorio
Author URI: http://underscores.me/
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: mysoda
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Mysoda 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
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*
@font-face {
    font-family: "Mysoda Outline";
    font-display: auto;
    font-fallback: ;
    font-weight: 400;
    src: url(/wp-content/uploads/sites/3/2020/08/MySodaOutline-Regular-1.otf) format('OpenType');
}
@font-face {
    font-family: "Mysoda Title";
    font-display: auto;
    font-fallback: ;
    font-weight: 400;
    src: url(/wp-content/uploads/sites/3/2020/06/MySoda-Regular22.woff2) format('woff2');
} 
*/
@font-face {
    font-family: "NewHaven Light Narrow";
    font-display: auto;
    font-weight: 300;
    src: url(/mysoda-fonts/NewHaven-LightNarrow.woff) format('woff'),
         url(/mysoda-fonts/NewHaven-LightNarrow.otf) format('OpenType');
} 
@font-face {
    font-family: "NewHaven Regular Narrow";
    font-display: auto;
    font-weight: 400;
    src: url(/mysoda-fonts/NewHaven-RegularNarrow.woff) format('woff'),
        url(/mysoda-fonts/NewHaven-RegularNarrow.otf) format('OpenType');;
}	

@font-face {
  font-family: 'MySoda';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/mysoda-fonts/Mysoda1.5-Regular.woff) format('woff'),
       url(/mysoda-fonts/Mysoda1.5-Regular.otf) format('OpenType');
}

@font-face {
  font-family: 'MySoda Outline';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/mysoda-fonts/MysodaOutline1.5-Regular.woff) format('woff'),
       url(/mysoda-fonts/MysodaOutline1.5-Regular.otf) format('OpenType');
}

:root {
  --max-width: 1400px;
  --svg-arrow: url('data:image/svg+xml;utf8,<svg fill="%23000000" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 28.4 15.3" style="enable-background:new 0 0 28.4 15.3;" xml:space="preserve"><path d="M28.4,1.1c0,0.3-0.1,0.6-0.3,0.8L15,15c-0.2,0.2-0.5,0.3-0.8,0.3c-0.3,0-0.6-0.1-0.8-0.3L0.3,1.9c-0.4-0.4-0.4-1.1,0-1.6 c0,0,0,0,0,0c0.4-0.4,1.1-0.4,1.6,0c0,0,0,0,0,0l12.3,12.3L26.5,0.3c0.4-0.4,1.1-0.4,1.6,0c0,0,0,0,0,0C28.3,0.5,28.4,0.8,28.4,1.1z"/></svg>');
}

/*--------------------------------------------------------------
# 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: 2em;
	margin: 0.67em 0;
}

/* 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: #000;
    font-family: "NewHaven Light Narrow", sans-serif;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 300;
}

h1,
h2,
.h2,
h3,
.h3,
h4,
h5,
h6 {
    font-family: "MySoda";
    font-weight: 400;
    clear: both;
    line-height: 1.0;
}
/*
.h2,
.h3{
    font-family: "MySoda" !important;
}
*/
h1 {
    line-height: 0.9;
    text-transform: uppercase;
}
h2,
.h2 {
    font-size: 2.0rem; 
    text-transform: uppercase;
}
h3,
.h3 {
    font-size: 1.8rem; 
    text-transform: uppercase;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
p:first-child {
    margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
p:last-child {
    margin-bottom: 0;
}
article .entry-content h2, 
article .entry-content h3,
article .entry-content h4 {
    text-transform: none;
}
.elementor-widget-container h2, .elementor-widget-container h3, .elementor-widget-container h4,
.elementor-heading-title:not(:last-child) {
    margin-bottom: 1.0rem;
    margin-top: 1.0rem;
}
@media screen and (min-width: 768px) {
    .single h1 {
        font-size: 3.2rem;
    }
    h2,
    .h2 {
        font-size: 2.8rem; 
    }
    h3,
    .h3 {
        font-size: 2.3rem; 
    }
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        font-size: 1.3rem;
    }
}

p {
    margin-bottom: 1.0em;
}

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: #fff;
}

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

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

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, 
body .elementor a:not(.button) {
    color: #000;
    text-decoration: underline;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button:not([role="tab"]),
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
a.elementor-button {
    border: 2px solid;
    border-color: #000;
    border-radius: 0px;
    background: transparent;
    color: #000;
    line-height: 1;
    padding: 0.4em 1.4em;
    display: inline-block;
    font-family: "MySoda";
    font-weight: 400;
    font-size: 1.5rem;
    transition: all .2s;
    text-transform: uppercase;
    
    min-width: 150px;
    text-align: center;
}
.button.length-huge:not([role="tab"]) {
    padding: 0.4em 0.8em;
    font-size: 1.6rem;
}
.button.length-long:not([role="tab"]) {
    padding: 0.4em 1.2em;
    font-size: 1.75rem;
}
.button.length-medium:not([role="tab"]) {
    padding: 0.4em 1.6em;
    font-size: 1.9rem;
}
.button.solid-green {
    background: #5D7C78;
    border-color: #5D7C78;
    color: #D5DDD7;
}
.button.solid-red {
    background: #BB3E4B;
    border-color: #BB3E4B;
    color: #FFE5E9;
}
button:not([role="tab"]):hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:hover,
a.elementor-button:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}

button:not([role="tab"]):active,
button:not([role="tab"]):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,
a.button:active,
a.button:focus,
a.elementor-button:active,
a.elementor-button:focus {
    color: #fff;
    background: #000;
}

.elementor-element.elementor-button-info a.elementor-button {
    background: #000;
    color: #fff;
}
.elementor-element.elementor-button-info a.elementor-button:focus,
.elementor-element.elementor-button-info a.elementor-button:hover{
    background: #fff;
    color: #000;
}
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: 2px solid #ccc;
	border-radius: 0px;
	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;
        border-color: #999;
        outline: none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
@media screen and (min-width: 768px) {
    button:not([role="tab"]),
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    a.button,
    a.elementor-button {
        padding: 0.3em 1.2em;
        width: auto;
        font-size: 1.75rem;
    }

}
@media screen and (min-width: 1024px) {
    button:not([role="tab"]),
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    a.button,
    a.elementor-button {
        padding: 0.4em 2.0em;
        width: auto;
        font-size: 2.0rem;
    }

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

#primary .entry-content {
    padding: 30px;
    
}
body:not(.single) #primary .entry-header,
#primary .archive-header,
#primary .page-header {
    background: #eee;
    min-height: 60vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single #primary .entry-header {
    text-align: center;
}
.single #primary .entry-header .padding {
    padding-bottom: 50px;
}
.single #primary .entry-meta,
.single #primary .entry-meta a {
    color: #646464;
}
.single .elementor-top-column > .elementor-element-populated,
.single .elementor-inner-column > .elementor-element-populated {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#primary .entry-header > div,
#primary .archive-header > div {
    max-width: 1000px;
    margin: 0 auto;
    z-index: 1;
} 
.archive-header {
    overflow: hidden;
    position: relative;
}
.archive-header > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    top: 0;
    left: 0;
    max-width: 1000%;
}
.single #primary .post-thumbnail,
.single #primary .entry-content {
    max-width: 1070px;
    margin: 0px auto;
}
@media screen and (min-width: 768px) { 

    .single .elementor-inner-column:first-child > .elementor-element-populated {
        
        padding-right: 10px !important;
    }
    .single .elementor-inner-column:last-child > .elementor-element-populated {
        
        padding-left: 10px !important;
    }
}
@media screen and (min-width: 1024px) {
    #primary .entry-content,
    .single #primary .post-thumbnail {
        padding: 20px 5vw;
        padding-bottom: 70px;
    }
    body:not(.single) #primary .entry-header,
    #primary .archive-header,
    #primary .page-header {
        min-height: calc(200px + 20vw);
    }
}

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



.site-header {
    border-bottom: 1px solid #646464;
    padding: 16px 20px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 50;
}
.admin-bar .site-header {
    
}
.site-header-wrapper {
    

}
#top-banner {
    background: #3B3936;
    position: sticky;
    top: 0;
    text-align: center;
    overflow: hidden;
}
#top-banner .banner-item {
    font-size: 1.0rem;
    width: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}
#top-banner .banner-item a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 9px 15px;
}
.site-branding {
    line-height: 1;
    margin: 0 auto;
    flex-grow: 1;
    text-align: center;
}
.site-branding a {
    display: inline-block;
    line-height: 1;
}
.site-branding svg {
    height: 34px;
    width: auto;
}

.footer-branding svg {
    width: 80%;
    max-width: 212px;
    
}
.footer-branding svg .text {
    fill: #A5A5A5;
}
.site-footer {
    background: #463F41;

    color: #fff;
}
.site-footer a {
    color: #fff;
    font-family: "MySoda", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    vertical-align: top;
    padding: 5px 0;
    font-size: 110%;
}
.site-footer ul {
    list-style: none;
}
.site-footer li {
    margin-bottom: 0.2rem;
    display: block;
}
.footer-columns {
    max-width: var(--max-width);
    margin: 0 auto;
}
.footer-menus > div {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.footer-social ul {
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    margin: 2.5rem 0;
    padding: 0;
}
.footer-social ul li {
    margin-right: 30px;
}
.footer-social ul a {
    overflow: hidden;
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 0;    
}
.footer-menus ul {
    margin: 0rem 2rem 1rem 0;
    padding: 0;
    
}
.footer-menu-title {
    color: #A5A5A5;
    font-family: "MySoda", sans-serif;
    text-transform: uppercase;
    font-size: 150%;
    margin-bottom: 0.5rem;
    display: block;
}

.menu-item a[href*="instagram"] {
    background-image: url('assets/instagram.svg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.menu-item a[href*="facebook"] {
    background-image: url('assets/facebook.svg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.menu-item a[href*="tiktok"] {
    background-image: url('assets/tiktok.svg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
    #top-banner .banner-item {
        font-size: 1.2rem;
    }
    #top-banner .banner-item a {
        padding: 15px 20px;
    }
    .footer-branding svg {
        width: 212px;
    }
    .footer-columns {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .footer-content {
        width: 75%;
    }
    .footer-social {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 3rem;
        text-align: right;
        min-width: 20%;
    }
    .footer-social ul {
        justify-content: end;
        margin-top: 1.5rem;
    }
    .footer-menus {
        display: flex;
        flex-direction: row;
        margin-top: 2rem;
        margin-bottom: 3rem;
        justify-content: space-between;
    }
    .footer-menus > div {
        min-width: 25%;
    }
    .footer-social ul li {
        margin-right: 0;
        
    }
    .footer-social ul li:not(:first-child) {
        margin-left: 30px;
    }

}
@media screen and (min-width: 601px) {
    .admin-bar .site-header {
        top: 46px;
    }
}
@media screen and (min-width: 783px) {
    .admin-bar .site-header {
        top: 32px;
    }
}




#network-navigation {
    display: none;
    background: #fff;
    overflow: auto;
    position: absolute;
    right: 0px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16 );
    top: 68px;
    max-height: calc(100vh - 68px);
    max-width: 100vw;
    width: 100vw;
}
#network-navigation span {
    font-family: "MySoda", sans-serif;
    text-transform: uppercase;
}
#network-navigation ul div {
    line-height: 1;
}
#network-navigation > div {
    padding: 30px;
}
#network-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;

}
#network-navigation h2 {
    font-size: 1.4rem;
    margin-top: 0;
}
#network-navigation h3 {
    font-size: 1.2rem;
    margin-bottom: 3px;
    margin-top: 10px;
}
#network-navigation ul li {

}
#network-navigation a {
    color: #666;
    font-size: 1.1rem;
    text-decoration: none;
    display: block;
    line-height: 1.2;
}
#header-search {
    position: relative;
    display: none;
    background: #fff;
    width: 100%;
    max-width: 500px;
    
}
#header-search > div {
    padding: 30px 0 10px 0;
}

#header-search input {
    font-size: 1.2rem;
    padding: 10px 15px;
    line-height: 1;
    border-radius: 0;
    border-width: 2px;
}
#header-search form {
    display: flex;
    width: 100%;

}
#header-search input[type="text"] {
    flex-grow: 1;
}
#header-search input[type="submit"] {
    text-transform: uppercase;
    width: auto;
    margin-left: -2px;
    min-width: 0;
}
#header-search .search-popular {
    margin-top: 20px;
}
#header-search .search-popular ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#header-search .search-popular ul li {
    display: inline-block;
    margin: 5px 10px 5px 0;
    
}
#header-search .search-popular label {
    font-weight: 600;
}
#header-search .search-popular ul li a {
    font-weight: 400;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    #network-navigation {
        width: auto;   
    }
    #header-search {
        position: absolute;
        top: calc(50px + 2vw);
        right: calc(85px + 1.6vw);
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16 );
    }
    #header-search > div {
        padding: 30px 30px 25px 30px;
    }
}

@media screen and (min-width: 1024px) {
    
    #network-navigation { 
        right: calc(35px + 0.8vw);
        max-height: calc(100vh - 160px);
        top: calc(50px + 2vw);
    }
    
}

/* Navigation
--------------------------------------------- */


.main-navigation {
    width: 100%;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation ul.menu {
    display: none;
    padding: 20px 10px;
}
.main-navigation ul.submenu {
    display: none;
    padding: 0 0 0 30px;
}
.main-navigation ul.menu > li > a {
    padding: 5px 1vw;
}
.main-navigation ul.submenu a {
    padding: 5px 1vw;
}


.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: inline-block;
    text-decoration: none;
    font-family: "MySoda";
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    text-transform: uppercase;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle {
    position: absolute;
    left: 10px;
    top: 10px;
}
.site-header button {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 10px !important;
    cursor: pointer;
    min-width: 0;
    width: auto;
}
.site-header button:hover {
    border-radius: 0;
    background-color: transparent;
}

.menu-toggle .icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
}
.menu-toggle .icon span {
    width: 30px;
    height: 3px;
    background: #000;
    display: inline-block;
    position: absolute;
    left: 0;
    transition: all .2s;
    opacity: 1;
}
.menu-toggle .icon span:nth-child(1) {
    top: 4px;
}
.menu-toggle .icon span:nth-child(2) {
    top: calc(50% - 1.5px);
}
.menu-toggle .icon span:nth-child(3) {
    bottom: 4px;
}
.menu-toggle[aria-expanded="true"] .icon span:nth-child(1) {
    transform: rotate(45deg);
    top: 13.5px;
}
.menu-toggle[aria-expanded="true"] .icon span:nth-child(2) {
    width: 0;
    left: 50%;
    opacity: 0;
}
.menu-toggle[aria-expanded="true"] .icon span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 13.5px;
}
.site-toggle {
    position: absolute;
    right: 10px;
    top: 12px;
}
.site-toggle svg,
.search-toggle svg {
    width: 25px;
    height: 25px;
    fill: #000;
}
.search-toggle {
    position: absolute;
    right: 50px;
    top: 12px;
}
.main-navigation ul.menu > li.button > a {
    border: 1px solid #000;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    margin: 15px 5px;
    transition: all .2s;
}
.main-navigation ul.menu > li.button > a:hover,
.main-navigation ul.menu > li.button > a:focus {
    background: #000;
    color: #fff;
}    
.main-navigation ul.menu > li.button.shop > a {
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23000000" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 23.3 20.9" style="enable-background:new 0 0 23.3 20.9;" xml:space="preserve"><path d="M6.1,10.8l0.7,3.2h13.7c0.1,0,0.2,0,0.3,0c0.4,0,0.7,0.2,0.7,0.6s-0.2,0.7-0.6,0.7c0,0-0.1,0-0.1,0c-0.1,0-0.1,0-0.2,0H6.8 c-0.8,0-1-0.2-1.2-1C4.6,10,3.7,5.8,2.7,1.5c0-0.2-0.1-0.3-0.3-0.3c-0.5,0-1.1,0-1.6,0C0.3,1.3,0,1,0,0.6S0.3,0,0.8,0 c0.7,0,1.4,0,2.1,0c0.5,0,0.9,0.3,1,0.8C4,1.4,4.2,2.1,4.3,2.8c0.1,0.3,0.2,0.3,0.4,0.3c5.8,0,11.6,0,17.4,0c0.1,0,0.3,0,0.4,0 c0.5,0,0.8,0.4,0.8,0.9c0,0.1,0,0.1,0,0.2c-0.6,1.9-1.2,3.9-1.8,5.8c-0.1,0.4-0.5,0.7-0.9,0.6c-0.1,0-0.2,0-0.3,0L6.1,10.8L6.1,10.8 z M5.8,9.5h14.6l1.5-5H4.7L5.8,9.5"/><path d="M8.2,19c0-1,0.8-1.9,1.9-1.9c1,0,1.9,0.8,1.9,1.9c0,1-0.8,1.9-1.9,1.9c0,0,0,0,0,0C9.1,20.9,8.2,20.1,8.2,19 M10.8,19 c0-0.3-0.3-0.6-0.6-0.6c-0.3,0-0.6,0.3-0.6,0.6c0,0.3,0.3,0.6,0.6,0.6C10.4,19.6,10.7,19.4,10.8,19C10.8,19,10.8,19,10.8,19"/><path d="M19.6,19c0,1-0.8,1.9-1.9,1.9c-1.1,0-1.9-0.9-1.9-1.9s0.9-1.9,1.9-1.9l0,0C18.8,17.1,19.6,18,19.6,19 M18.4,19 c0-0.3-0.3-0.6-0.6-0.6c-0.3,0-0.6,0.3-0.6,0.6c0,0.3,0.3,0.6,0.6,0.6C18.1,19.6,18.3,19.4,18.4,19"/></svg>');
    background-repeat: no-repeat;
    background-size: 24px 21px;
    background-position: 24px center;
    padding-left: 60px;
    padding-right: 20px;
}
.main-navigation ul.menu > li.button.shop > a:hover,
.main-navigation ul.menu > li.button.shop > a:focus {
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23ffffff" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 23.3 20.9" style="enable-background:new 0 0 23.3 20.9;" xml:space="preserve"><path d="M6.1,10.8l0.7,3.2h13.7c0.1,0,0.2,0,0.3,0c0.4,0,0.7,0.2,0.7,0.6s-0.2,0.7-0.6,0.7c0,0-0.1,0-0.1,0c-0.1,0-0.1,0-0.2,0H6.8 c-0.8,0-1-0.2-1.2-1C4.6,10,3.7,5.8,2.7,1.5c0-0.2-0.1-0.3-0.3-0.3c-0.5,0-1.1,0-1.6,0C0.3,1.3,0,1,0,0.6S0.3,0,0.8,0 c0.7,0,1.4,0,2.1,0c0.5,0,0.9,0.3,1,0.8C4,1.4,4.2,2.1,4.3,2.8c0.1,0.3,0.2,0.3,0.4,0.3c5.8,0,11.6,0,17.4,0c0.1,0,0.3,0,0.4,0 c0.5,0,0.8,0.4,0.8,0.9c0,0.1,0,0.1,0,0.2c-0.6,1.9-1.2,3.9-1.8,5.8c-0.1,0.4-0.5,0.7-0.9,0.6c-0.1,0-0.2,0-0.3,0L6.1,10.8L6.1,10.8 z M5.8,9.5h14.6l1.5-5H4.7L5.8,9.5"/><path d="M8.2,19c0-1,0.8-1.9,1.9-1.9c1,0,1.9,0.8,1.9,1.9c0,1-0.8,1.9-1.9,1.9c0,0,0,0,0,0C9.1,20.9,8.2,20.1,8.2,19 M10.8,19 c0-0.3-0.3-0.6-0.6-0.6c-0.3,0-0.6,0.3-0.6,0.6c0,0.3,0.3,0.6,0.6,0.6C10.4,19.6,10.7,19.4,10.8,19C10.8,19,10.8,19,10.8,19"/><path d="M19.6,19c0,1-0.8,1.9-1.9,1.9c-1.1,0-1.9-0.9-1.9-1.9s0.9-1.9,1.9-1.9l0,0C18.8,17.1,19.6,18,19.6,19 M18.4,19 c0-0.3-0.3-0.6-0.6-0.6c-0.3,0-0.6,0.3-0.6,0.6c0,0.3,0.3,0.6,0.6,0.6C18.1,19.6,18.3,19.4,18.4,19"/></svg>');

}
.main-navigation button.submenu-toggle {
    display: inline-block;
    margin-left: -2px;
    padding: 0 !important;
    height: 40px;
    width: 40px;
    position: absolute;
}
.main-navigation button.submenu-toggle .icon {
    position: absolute;
    display: inline-block;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    transform: translatey(-2px);
    transition: all .2s;
}
.main-navigation button.submenu-toggle .icon span {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 5px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 10px;
    height: 10px;
    transform: rotate(45deg); 
    transition: all .2s;
}
.main-navigation button.submenu-toggle[aria-expanded="true"] .icon {
    transform: translatey(3px);
}
.main-navigation button.submenu-toggle[aria-expanded="true"] .icon span {
    transform: rotate(-135deg); 
}
@media screen and (min-width: 1024px) {
    .main-navigation button.submenu-toggle {
        display: none;
    }
    .site-branding {
        flex-grow: 0;
        margin: 0 2vw 0 0.8vw;
    }
    .site-header {
        border-bottom: 2px solid #646464;
        padding: 1.5vw 35px;
        /*
        transition: padding .5s;
        */
    }
    /*
    .scrolled .site-header {
        padding: 10px 35px;
    }
    */
    .site-header-wrapper {
        justify-content: space-between;
        display: flex;
        align-items: center;
    }
    .main-navigation {
        display: block;
    }
    .menu-toggle {
        display: none !important;
    }
    .site-toggle {
        position: relative;
        top: auto;
        right: auto;
        margin: 0 0.8vw;
    }
    .search-toggle {
        display: block;
        position: relative;
        right: auto;
        top: auto;
        margin: 0 0.8vw;
    }
    .main-navigation ul.menu {
        display: flex !important;
        justify-content: center;
        
        margin-left: auto;
        margin-right: 2vw;
        padding: 0;
    }
    .main-navigation ul ul {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16 );
        position: absolute;
        top: 100%;
        left: -999em;
        z-index: 99999;
        background: #fff;
        opacity: 0;
        transform: translateY(0.8rem);
        transition: opacity 0.15s linear, transform 0.15s linear, left 0s 0.15s;
    }
    
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul,
    .main-navigation ul li:focus-within > ul {
        left: 0;
        transform: translateY(0);
        opacity: 1;
        transition: opacity 0.15s linear, transform 0.15s linear;
    }



    .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;
    }
    .main-navigation ul.submenu {
        padding: 15px 5px;
        display: block;
    }
    .main-navigation ul.menu > li.button > a {
        margin: 0;
    }
    .main-navigation ul.menu > li.current-menu-item > a:before,
    .main-navigation ul.menu > li.current-menu-ancestor > a:before {
        content: "";
        bottom: 0;
        left: 1vw;
        right: 1vw;
        position: absolute;
        display: block;
        height: 1px;
        background: #000;
    }

}
@media screen and (min-width: 1200px) { 
    .main-navigation ul.menu > li {
        margin-left: 0.5vw;
        margin-right: 0.5vw;
    }

}
    
@media screen and (min-width: 1300px) { 
    .main-navigation ul.menu > li {
        margin-left: 1.0vw;
        margin-right: 1.0vw;
    }

}
.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;
}

.post,
.page {
	
}

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

.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-content {
    padding: 5vw;
    max-width: var(--max-width);
    margin: 0 auto;
}
.error404 .page-content {
    text-align: center;
}
.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: inline-block;
}

/* 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;
}

.entry-content:after {
    content: "";
    display: block;
    clear: both;
}

.mysoda-hero {
    /*
    font-family: "MySoda";
    font-weight: 400;

    font-size: 1.8rem;
    text-transform: uppercase;
    line-height: 1;
    */

}
.mysoda-hero .hero-background-media {
    position: relative;
    
    height: 45vw;
    width: 100%; 
}
.mysoda-hero-simple .hero-background-media {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%; 
}
.mysoda-hero.vertical-top {
    align-items: flex-start;
}
.mysoda-hero.vertical-center {
    align-items: center;
}
.mysoda-hero.vertical-bottom {
    align-items: flex-end;
}
.mysoda-hero .hero-background-media img, .mysoda-hero .hero-background-media video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}
.mysoda-hero .hero-content {
    width: 100%;
    position: relative;
    

}
.hero-content-wrapper *:not(h1):last-child {
    margin-bottom: 0;
}
.mysoda-hero-simple {
    min-height: 60vw;
    display: flex;
}
.mysoda-hero-simple .hero-content {
    min-height: 0;
}
.mysoda-hero h1,
.archive-header h1 {
    font-family: "MySoda Outline";
    font-weight: 400;
    font-size: 6.0rem;
    margin-bottom: 0.1em;
    line-height: 0.75em;
    transform: translatex(-0.02em);
}
.mysoda-hero h1.length-medium,
.archive-header h1.length-medium {
    font-size: 4.0rem;
}
.mysoda-hero h1.length-long,
.archive-header h1.length-long {
    font-size: 3.5rem;
}

.mysoda-hero p,
.archive-header p {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}
.mysoda-hero .link {
    margin-top: 1.4rem;
}
.mysoda-hero.align-left {
    text-align: left;
    justify-content: flex-start;
}
.mysoda-hero.align-center {
    text-align: center;
    justify-content: center;
}
.mysoda-hero.align-right {
    text-align: right;
    justify-content: flex-end;
}
@media screen and (min-width: 768px) {
    .mysoda-hero {
        display: flex;
        min-height: 40vw;
    }
    .mysoda-hero .hero-content {
        min-height: 0;

        background-color: transparent;
    }
    .mysoda-hero .hero-background-media {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%; 
    }
    .mysoda-hero-sidebyside .hero-background-media {
        position: relative;
        display: flex;
        align-self: stretch;
        height: auto;
    }
    .mysoda-hero h1,
    .archive-header h1 {
        font-size: 7rem;
    }
    .mysoda-hero h1.length-medium,
    .archive-header h1.length-medium {
        font-size: 6.5rem;
        
    }
    .mysoda-hero h1.length-long,
    .archive-header h1.length-long {
        font-size: 5.5rem;
        
    }
    .mysoda-hero-sidebyside.align-left {
        flex-direction: row-reverse;
    }

}
@media screen and (min-width: 1024px) {
    .mysoda-hero {
        min-height: calc(300px + 20vw);
    }
    .mysoda-hero-simple {
        min-height: calc(200px + 20vw);
    }
    .mysoda-hero .hero-content {
        
        
    }
    .mysoda-hero {

    }
    .mysoda-hero h1,
    .archive-header h1,
    .mysoda-hero h1.length-medium,
    .archive-header h1.length-medium {
        font-size: 7.5rem;
        
    }
    .mysoda-hero h1.length-tiny,
    .archive-header h1.length-tiny {
        font-size: 11.0rem;
    }
    .mysoda-hero h1.length-long,
    .archive-header h1.length-long {
        font-size: 6.5rem;
        
    }
}
@media screen and (min-width: 1300px) {
    .mysoda-hero h1,
    .archive-header h1 {
        font-size: 9rem;
    }
}
.mysoda-product-carousel {
    max-width: 1400px;
    margin: 40px auto;
    text-align: center;
}
.mysoda-product-carousel .product-details a {
    text-decoration: none !important;
}
.mysoda-product-carousel h2 {
    margin-bottom: 0.5rem;
}
.mysoda-product-carousel h3 {
    margin-bottom: 1.5rem;
}
.mysoda-product-carousel p {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}
.mysoda-product-carousel .swiper-slide {

    transition: all .3s;
}
.mysoda-product-carousel .swiper-slide.swiper-slide-visible {
    opacity: 1;
}

.mysoda-product-carousel .swiper-wrapper {
    
}
.mysoda-product-carousel-item {
    width: 100%;
    text-align: center;
}
.mysoda-product-carousel-item > div {
    padding: 10px;
    transition: all .5s;
}
.mysoda-product-carousel-item h3 {
    text-align: center;
}
.mysoda-product-carousel-item > div > div {
    width: 75vw;
    max-width: 350px;
    margin: 0 auto;
    border: 2px solid #707070;
}
.product-carousel-image {
    padding-top: 123%;
    position: relative;
    
    
}
.product-color-swatches > div {
    display: flex;
    justify-content: center;
    min-height: 16px;
}
.product-carousel-image > div  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    
}
.product-carousel-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.elementor-widget-mysoda-product-carousel {
    overflow: hidden;
}
.elementor-widget-mysoda-product-carousel button {
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
}
.mysoda-product-carousel .swiper-button-prev,
.mysoda-product-carousel .swiper-button-next {
    top: 62%;
}
.mysoda-product-carousel .product-details a {
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
}
.mysoda-product-carousel a {
    transition: all .3s;
    font-family: "MySoda";
    font-size: 110%;
    text-transform: uppercase;
}
.mysoda-product-carousel a:hover, 
.mysoda-product-carousel a:focus {
    background: #000 !important;
    color: #fff !important;
}
.mysoda-product-carousel .product-readmore a {
    display: block;
    padding: 15px 10px;
    background: #f2f2f2;
}
@media screen and (min-width: 768px) {
    .mysoda-product-carousel {
        
    }
    .mysoda-product-carousel-item {
        flex-basis: 50%;
        
    }
    .mysoda-product-carousel-item > div > div {
        width: 35vw;
    }
    .mysoda-product-carousel > p {
        font-size: 2.0rem;
    }
}
@media screen and (min-width: 1024px) {
    
    .mysoda-product-carousel .swiper-container {
        overflow: hidden;
        width: calc(100% - 100px);
    }
    .mysoda-product-carousel {
        

    }
    .mysoda-product-carousel-item {
        
        min-width: 250px;
        flex-basis: 33.33%;
    }
    .mysoda-product-carousel-item > div > div {
        width: 27vw;
    }
    
}
@media screen and (min-width: 1200px) {
    .mysoda-product-carousel {
        
        margin: 5vw auto;
    }
    .mysoda-product-carousel-item {
        
    }
    .mysoda-product-carousel .swiper-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /*
    .mysoda-product-carousel .mysoda-product-carousel-item.swiper-slide-visible + .mysoda-product-carousel-item.swiper-slide-visible > div {
        transform: scale(1.1);
    }
    .mysoda-product-carousel .mysoda-product-carousel-item.swiper-slide-visible + .mysoda-product-carousel-item.swiper-slide-visible + .mysoda-product-carousel-item.swiper-slide-visible > div {
        transform: scale(1);
    }
    */
    .mysoda-product-carousel .mysoda-product-carousel-item.swiper-slide-active {
        transform: scale(1.1);
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 2vw !important;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 2vw !important;
    }
}
@media screen and (min-width: 1500px) { 
    .mysoda-product-carousel .swiper-slide {

    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: calc((100vw - 1400px)  / 2) !important;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: calc((100vw - 1400px)  / 2) !important;
    }
}
.mysoda-product-carousel .product-shop-options {
    display: flex;
    flex-direction: row;
}
.mysoda-product-carousel .product-shop-options > * {
    width: 100%;
    border-right: 2px solid #707070;
    padding: 10px;
}
.mysoda-product-carousel .product-shop-options > *:last-child {
    border-right: none;
}
.mysoda-product-carousel .product-readmore,
.mysoda-product-carousel .product-color-swatches,
.mysoda-product-carousel .product-shop-options {
    border-top: 2px solid #707070;
}
.product-color-swatches {
    padding: 20px;
    text-align: center;
}
button.color-swatch,
span.color-swatch {
    border: none !important;
    width: 22px; 
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    padding: 0 !important;
    margin: 0 6px;
    border-radius: 50% !important;
    cursor: pointer;
    position: relative;
    background: none !important;
}
button.color-swatch span,
span.color-swatch span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    text-indent: -9999em;
    border-radius: 50%;
    box-shadow: inset 0 1.5px 4px rgba(0, 0, 0, 0.20);
}
button.color-swatch[aria-selected="true"]:before,
span.color-swatch.swiper-pagination-bullet-active:before {
    content: "";
    left: -3px;
    top: -3px;
    height: calc(100% + 6px);
    width: calc(100% + 6px);
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    border: 1.5px solid #646464 !important;
}

button.color-swatch:after,
span.color-swatch:after {
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 50%;
    box-shadow: inset 0 1.5px 4px rgba(0, 0, 0, 1);
    position: absolute;
    z-index: 1;
    mix-blend-mode: overlay;
}
.swiper-pagination {
    padding: 25px 0;
}
.swiper-pagination-bullets .swiper-pagination-bullet {    
    width: 13px;
    height: 13px;
}
body .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
}
.swiper-pagination-bullet.color-swatch {
    opacity: 1 !important;
}
div[data-color][aria-hidden="true"]:not(.swiper-slide) {
    display: none;
}

.mysoda-testimonial-carousel {
    padding: 3vw 0;
}
.mysoda-testimonial-carousel  blockquote {
    font-family: "MySoda";
    font-size: 130%;
    margin: 1rem 0;
    line-height: 1;
}
.mysoda-testimonial-carousel .mysoda-testimonial-carousel-item {
    width: 100%;
    
}
.mysoda-testimonial-carousel .mysoda-testimonial-carousel-item > div {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
}
.mysoda-testimonial-carousel .swiper-button-next, .mysoda-testimonial-carousel .swiper-button-prev {
    top: auto;
    bottom: 30px;
}
.mysoda-testimonial-carousel .testimonial-icon svg {
    height: auto;
    width: 14vw;
    display: block;
    max-width: 120px;
    min-width: 70px;
}
.mysoda-testimonial-carousel .testimonial-icon {
    margin-right: 4vw;
    margin-top: 10px;
}

.rating-stars {
    white-space: nowrap;
}
.rating-star {
    margin-right: 4px;
}
.rating-star svg {
    width: 5vw;
    display: inline-block;
    max-width: 42px;
    min-width: 20px;
}
.rating-star svg path {
    fill: #eee;
}
.rating-star.active svg path {
    fill: #BF9A7B;
}
body .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 20px;
}
body .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 20px;
}
body .swiper-button-next:after, body .swiper-button-prev:after {
    font-size: 25px;
}
.swiper-button-next,
.swiper-button-prev {
    background-image: none !important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    display: none;
}
.padding {
    padding: 6vw 5vw;
}
@media screen and (min-width: 768px) {
    .padding {
        
    }
    .swiper-pagination {
        padding: 35px 0 45px;
    }
    body .swiper-button-next:after, body .swiper-button-prev:after {
        font-size: 35px;
    }
    
    .mysoda-testimonial-carousel .mysoda-testimonial-carousel-item > div {
        width: 80%;
    }
    .mysoda-testimonial-carousel .swiper-button-next, .mysoda-testimonial-carousel .swiper-button-prev {
        top: 50%;
        bottom: auto;
    }
    .mysoda-testimonial-carousel  blockquote {
        font-size: 150%;

    }
}
secondary.featured {
    border-top: 2px solid #646464;
    display: block;
}
secondary.featured h2 {
    margin-bottom: 3vw;
    margin-top: 2vw;
}
.back-to-top {
    
}
.post-grid-header,
.back-to-top {
    text-align: center;
}

.post-grid-header ul {
    list-style: none;
    margin: 1.5em 0;
    padding: 0;
}
.post-grid-header li {
    display: inline-block;
}
.post-grid-header a {
    padding: 5px 1.5vw;
    display: inline-block;
}
.post-grid-header li:not(.selected) a {
    text-decoration: none;
}
.archive .back-to-top {
    margin: 5vw 0 2em 0;
}
.back-to-top a {
    padding-top: 30px;
    position: relative;
    display: inline-block;
}
.back-to-top a:before {
    content: "";
    display: block;
    height: 15px;
    width: 28px;
    position: absolute;
    top: 0;
    left: calc(50% - 14px);
    background-image: var(--svg-arrow);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 28px 15px;
    transform: rotate(180deg);
}
.show-more {
    text-align: center;
    margin-top: 50px;
}
/*
.show-more button:after {
    content: "";
    display: block;
    height: 15px;
    width: 28px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 14px);
    background-image: var(--svg-arrow);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 28px 15px;
}
*/
.show-more button,
.show-more button:hover,
.show-more button:focus {
    border: none;
    background: transparent;
    font-family: "NewHaven Light Narrow", sans-serif;
    line-height: 1.3;
    font-weight: 300;
    text-transform: initial;
    text-decoration: underline;
    font-size: 1.3rem;
    padding: 0 0 30px 0;
    position: relative;
    display: inline-block;
    color: #000;
    cursor: pointer;
}
.post-grid-container {
    max-width: calc(var(--max-width) + 10vw); 
    margin: 0 auto;
    display: block;
}
.post-grid {

    margin: 0 -8px;
}
.post-grid article {
    padding: 20px 8px 40px 8px;
    display: flex;
    flex-direction: column;
}
.post-grid h3,
.post-grid h2 {
    text-transform: initial;
    font-size: 2.2rem;
    margin-bottom: 1.0rem;
    margin-top: 1.5rem;
    flex-grow: 1;
    
}
.post-grid .post-thumb {
    padding-top: 72%;
    position: relative;
    background: #f2f2f2;
}
.post-grid .post-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.post-grid time {
    color: #646464;
    margin-bottom: 1.5rem;
    display: block;
}
.post-grid a {
    text-decoration: none;
}
.mysoda-news h2 {
    text-align: center;
}
.mysoda-news .post-grid-container {
    max-width: var(--max-width); 
}
@media screen and (min-width: 600px) {
    .post-grid {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin: 0 -22px;

    }
    .post-grid article {
        width: 50%;
    }
    .post-grid .post-content {
        padding: 0 15px;
        height: 100%;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
    }
    
}
@media screen and (min-width: 1024px) {
    .post-grid article {
        width: 33.33%;
    }
    .back-to-top a {
        padding-top: 40px;
        position: relative;
    }
}
@media screen and (min-width: 1400px) {
    .padding {
        padding: 80px;
    }
}
.mysoda-product-retailers {
    margin-bottom: 50px;
}
.mysoda-country-retailers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.mysoda-product-retailers h2 {
    text-align: center;
}
.mysoda-retailer-dropdown {
    max-width: 500px;
    margin: 0 auto 50px auto;
    position: relative;
}
button.mysoda-retailer-dropdown-toggle {
    display: block;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
    max-width: 500px;
}
.mysoda-retailer-dropdown-toggle span {
    position: relative;
}
.mysoda-retailer-dropdown-toggle span:after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    right: -25px;
    top: calc(50% - 8px);
    border-right: 1.5px solid #000;
    border-bottom: 1.5px solid #000;
    transform: rotate(45deg);
    transition: all .2s;
}
.mysoda-retailer-dropdown-toggle:focus span:after,
.mysoda-retailer-dropdown-toggle:hover span:after {
    border-color: #fff;
}

.mysoda-retailer-dropdown-toggle[aria-expanded="true"] span:after {
    transform: rotate(225deg);
    top: calc(50% - 2px);
}
.mysoda-retailer-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 2px solid #9F9F9F;
    overflow: auto;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    max-height: 305px;
    background: #fff;
    display: none;
}
.mysoda-retailer-dropdown ul li {
    display: block;
}
.mysoda-retailer-dropdown ul li button {
    display: block;
    width: 100%;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    max-width: 500px;
}
.mysoda-country-retailers .mysoda-retailer {
    padding: 20px;
    width: 100%;
    max-width: 350px;
    text-align: center;
    font-size: 2rem;
}
@media screen and (min-width: 600px) {
    .mysoda-country-retailers .mysoda-retailer {
        width: 50%;
    }
    
}
@media screen and (min-width: 1024px) {
    .mysoda-country-retailers .mysoda-retailer {
        padding: 30px;
        width: 33.33%;
    }
    
}

.mysoda-product-summary {
    display: flex;
    flex-wrap: wrap;
    border-top-width: 2px;
    border-top-style: solid;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
.mysoda-product-summary .swiper-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.mysoda-product-summary .swiper-container .swiper-slide {
    padding: 5vw 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mysoda-product-summary .swiper-container .swiper-slide img {
    max-width: 80%;
}
.mysoda-product-summary .mysoda-product-summary-content {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
}
.mysoda-product-summary .product-details {
    padding: 5vw;
    height: 100%;
}
.mysoda-product-summary .mysoda-logo {
    width: 107px; 
}
.mysoda-product-summary h2 {
    /*
    font-family: "MySoda Outline", sans-serif;
    font-size: 9rem;
    transform: translatex(-0.035em);
    line-height: 0.75em;
    */
    text-transform: none;
    margin-top: 0;
    margin-bottom: 1.0rem;
    
    
}
.border-color {
    border-color: #000;
}
.mysoda-product-summary-actions {
    border-top-width: 2px;
    border-top-style: solid;
    
    width: 100%;
}
.mysoda-product-summary-features {
    border-top-width: 2px;
    border-top-style: solid;
    width: 100%;
    display: flex;
    flex-wrap: wrap;

}
.mysoda-product-summary-features > * {
    padding: 35px 20px;
    text-align: center;
}
.mysoda-product-summary-features h3 {
    margin: 0;
    text-align: center;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    flex-grow: 1;

}
.mysoda-product-summary-features svg {
    max-width: 100px;
}
.icon-label {
    margin-bottom: 0;
    margin-top: 15px;
    font-family: "NewHaven Light Narrow", sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    max-width: 200px;
    margin: 15px auto 0 auto;
}
.mysoda-product-summary-features .product-color {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mysoda-product-summary-features .product-color span {
    width: auto;
    display: block;
    text-transform: uppercase;
    margin: 0;
}
.mysoda-product-summary-features .product-color span:first-child {
    padding-right: 10px;
    text-align: right;
    /*
    font-family: "MySoda", sans-serif;
    font-size: 3rem;
    */
}
.mysoda-product-summary-features .product-color span:last-child {
    padding-left: 10px;
    text-align: left;
    font-family: "MySoda", sans-serif;
    font-size: 3rem;
    margin-top: -0.1em;
    /*
    font-family: "MySoda Outline", sans-serif;
    font-size: 6rem;
    
    line-height: 0.75em;
    margin-top: -0.25em;
    */
}
.mysoda-product-summary-actions {
    text-align: center;
}
/*
.mysoda-product-summary-actions .button {
    margin: 10px;
}
*/
.grid-full {
    width: 100%;
}

.grid-half {
    width: 50%;

}
.border-right {
    border-right-width: 2px;
    border-right-style: solid;
}
.border-top-bottom {
    border-top-width: 2px;
    border-top-style: solid;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
.mysoda-product-summary .product-color-swatches .color-name {
    padding: 30px 0 30px 0;
    display: block;
}
.mysoda-product-summary span.color-swatch {
    width: 22px;
    height: 22px;
}
.color-swatch.swiper-pagination-bullet:only-child {
    display: block!important;
}
.mysoda-product-summary-features > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    padding: 0;
}
.elementor-widget-mysoda-product-highlights {
    margin-top: -2px;
}
.mysoda-product-summary a.button {
    margin: 10px;
}
@media screen and (min-width: 1024px) {

    .mysoda-product-summary .mysoda-product-summary-content {
        width: 70%;
        flex-direction: row;
        
    }
    .mysoda-product-summary .mysoda-product-summary-content > div {
        width: 50%;
    }
    .mysoda-product-summary-features {
        border-left-width: 2px;
        border-left-style: solid;
        border-top-width: 0px;
        border-top-style: none;
        width: 30%;
    }
    .mysoda-product-summary-actions {
        text-align: center;
        padding-top: calc(2.5vw - 10px);
        padding-bottom: calc(2.5vw - 10px);
    }
    .mysoda-product-highlights .mysoda-product-summary-actions {
        text-align: left;
    }
    .mysoda-product-summary .swiper-container .swiper-slide {
        padding: 5vw 0 0 5vw;
    }
    .mysoda-product-summary .product-color-swatches {
        padding: 35px 0 20px 5vw;
    }
    .mysoda-product-summary span.color-swatch {
        margin: 0 0.7vw;
        width: 30px;
        height: 30px;
    }
    /*
    .mysoda-product-summary button.color-swatch span, 
    .mysoda-product-summary span.color-swatch span {
        box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.35)
    }
    */
}
@media screen and (min-width: 1500px) { 

    .mysoda-product-summary .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 5vw !important;
    }
    .mysoda-product-summary .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0 !important;
    }
}


.mysoda-image-carousel {
   
}
.mysoda-image-carousel h2 {
    margin-top: 0;
}
.mysoda-image-carousel .swiper-button-prev, .mysoda-image-carousel .swiper-container-rtl .swiper-button-next {
    left: 37px !important;
    color: #fff;
}
.mysoda-image-carousel .swiper-button-next, .mysoda-image-carousel .swiper-container-rtl .swiper-button-prev {
    right: 37px !important;
    color: #fff;
}
.mysoda-image-carousel .swiper-container {
    background: #f5f5f5;
    width: 100%;
    height: auto;
    align-self: stretch;
    margin-right: 0;
}
.mysoda-image-carousel .swiper-wrapper {
    min-height: 500px;
    height: 100%;
}
.mysoda-image-carousel .image-carousel-content img {
    max-width: 250px;
    max-height: 100px;
}
.elementor-widget-mysoda-image-carousel {
    border-bottom: 2px solid #646464;
    border-top: 2px solid #646464;
    margin-top: -2px; 
}
.mysoda-image-carousel .mysoda-image-carousel-item {
    min-height: 100%;
    height: auto;
    align-self: stretch;
    position: relative;
}
.mysoda-image-carousel .mysoda-image-carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
@media screen and (min-width: 768px) {
    .mysoda-image-carousel {
        display: flex;
    }
    .image-carousel-content {
        width: 50%;
    }
    .mysoda-image-carousel .swiper-container {
        width: 50%;
    }
}
@media screen and (min-width: 1200px) {
    .image-carousel-content {
        width: 60%;
    }
    .mysoda-image-carousel .swiper-container {
        width: 40%;
        
    }
    .mysoda-image-carousel .swiper-wrapper {
        min-height: 700px;
    }
}


.elementor-widget-mysoda-package-content {
    border-bottom: 2px solid #646464;
    border-top: 2px solid #646464;
    margin-top: -2px; 
}
.mysoda-package-content {
    background-color: #F2F2F2;
}
.mysoda-package-content .padding {
    padding-top: 35px;
    padding-bottom: 35px;
}
.package-content-title {
    border-bottom: 2px solid #646464;
}
.package-content-title,
.package-actions {
    text-align: center;
}
.package-includes svg {
    height: 150px;
}
.package-includes, 
.machine-dimensions,
.machine-manual {
    border-bottom: 2px solid #646464;
}
.package-actions {
    border-top: 2px solid #646464;
}
.machine-feature-icons > div {
    text-align: center;
    padding: 35px 30px;
}
.machine-feature-icons svg {
    max-width: 107px;
    display: block;
    margin: 0 auto;
}
@media screen and (min-width: 600px) {
    .machine-feature-icons {
        display: flex;
    }
    .machine-feature-icons > div {
        width: 33.33%;
    }
}
@media screen and (min-width: 1024px) {
    
    .mysoda-package-content .padding {
        padding-top: 3.5vw;
        padding-bottom: 3.5vw;
    }
    .package-columns {
        display: flex;
        width: 100%;
        height: auto;
        
        
    }
    .package-includes {
        width: 37%;
        height: auto;
        border-right: 2px solid #646464;
        border-bottom: none;
    }
    .machine-dimensions {
        border-right: 2px solid #646464;
        
        width: 50%;
    }
    .machine-manual {
        width: 50%;
    }
    .package-columns .package-columns {
        width: 63%;
        flex-wrap: wrap;
        border-bottom: none;
    }
    .machine-feature-icons {
        width: 100%;
        border-bottom: none;
    }
}

.elementor-widget-mysoda-icons {
    margin-top: 5vw;
    margin-bottom: 5vw;
}
.mysoda-icons {
    border-top: 2px solid #646464;
    border-bottom: 2px solid #646464;
    background: #f2f2f2;
    text-align: center;
}
.mysoda-icons .icons-grid > div {
    padding: 3.5vw;
    border-bottom: 2px solid #646464;
}
.mysoda-icons svg {
    height: 107px;
}
.mysoda-icons .icons-title {
    border-bottom: 2px solid #646464;
}
.mysoda-icons .icons-actions {
    border-top: 2px solid #646464;
    margin-top: -2px;
}
@media screen and (min-width: 600px) {
    .mysoda-icons .icons-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .mysoda-icons .icons-grid > div:nth-child(odd) {
        border-right: 2px solid #646464;
    }
    
}
@media screen and (min-width: 1024px) { 
    .mysoda-icons .icons-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .mysoda-icons .padding {
        padding: 3.5vw;
    }
    .mysoda-icons .icons-grid > div {
        border-right: 2px solid #646464;
    }
    .mysoda-icons .icons-grid > div:last-child {
        border-right: none;
    }
}

.elementor-widget-mysoda-image-tabs {
    margin-top: -2px;
}
.mysoda-icon-tabs,
.mysoda-image-tabs {
    /* border-bottom: 2px solid #646464; */
}
.mysoda-icon-tabs {
    /* margin-bottom: 5vw; */
}
.icon-tabs-title,
.image-tabs-title {
    background: #f2f2f2;
    border-top: 2px solid #646464;
    text-align: center;
}
.icon-tabs-content {
    margin-top: -2px;
    display: flex;
}
.image-tabs-content {
    margin-top: -2px;
}

.icon-tabs,
.image-tabs {
    text-align: center;
    background: #f2f2f2;
    border-top: 2px solid #646464;
    
}
.icon-tabs {
    display: flex;
    flex-wrap: wrap;
}
.image-tabs {
    display: none;
}
.icon-tabs button[role="tab"]{
    padding: 30px 20px;
    width: 50%;
    border: none;
    cursor: pointer;
    border-bottom: 2px solid #646464;
    
}
.icon-tabs button[role="tab"]:nth-child(odd) {
    border-right: 2px solid #646464;
}
.mysoda-image-tabs button[role="tab"] span {
    position: relative;
    padding-right: 45px;
}
.mysoda-image-tabs button[role="tab"] span:after {
    content: "";
    display: block;
    position: absolute;
    transition: all .3s;
    background-image: var(--svg-arrow);
    background-repeat: no-repeat;
    background-position: center center;
    width: 28px;
    height: 15px;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}
.mysoda-image-tabs button[role="tab"][aria-selected="true"] span:after {
    transform: translateY(-50%) rotate(0deg);
}
.mysoda-image-tabs button[role="tab"] img {
    margin-bottom: 25px;
}
.mysoda-image-tabs button[role="tab"] {
    padding: 35px 20px;
    width: 100%;
    border: none;
    cursor: pointer;
    border-bottom: 2px solid #646464;
    border-top: 2px solid #646464;
    margin-top: -2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.icon-tabs svg {
    height: 107px;
}
.mysoda-image-tabs button[role="tab"] img {
    max-height: 250px;
    height: 80%;
    max-width: 250px;
    width: auto;
}
button[role="tab"] {
    border: none;
    cursor: pointer;
    transition: all .3s;
}
button[role="tab"][aria-selected="true"] {
    background: #fff;
}
div[class^="mysoda-"] [role="tabpanel"] {
    min-height: 250px;
    position: relative;
}
div[class^="mysoda-"] [role="tabpanel"] .padding > * {
    max-width: var(--max-width);
}
div[class^="mysoda-"] [role="tabpanel"] .padding > *:first-child {
    position: relative;
}

div[class^="mysoda-"] [role="tabpanel"] .padding > *:first-child:before {
    position: relative;
    left: 0;
    top: 0px;
    content: "";
    width: 28px;
    height: 15px;
    display: block;
    background-image: var(--svg-arrow);
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.image-tabs-content [role="tabpanel"] {
    display: none;
    min-height: 0 !important;
    border-bottom: 2px solid #646464;
}

.image-tabs-content [role="tabpanel"] > div,
.icon-tabs-content [role="tabpanel"] > div {
    
    min-height: 250px;
}
.image-tabs-content [role="tabpanel"] .padding {
    max-width: 700px;
}
.icon-tabs-content [role="tabpanel"] .padding {
    max-width: 80%;
}
.icon-tabs-content [role="tabpanel"] > div > img,
.image-tabs-content [role="tabpanel"] > div > img {
    display: block;
    width: 100%;
}
@media screen and (min-width: 1024px) { 
    div[class^="mysoda-"] [role="tabpanel"] {
        min-height: 400px;
    }
    .icon-tabs,
    .image-tabs {
        display: flex;
        z-index: 2;
        position: relative;
    }
    .icon-tabs {
        flex-wrap: nowrap;
    }
    .icon-tabs-title,
    .image-tabs-title { 
        padding-top: 2.5vw;
        padding-bottom: 2.5vw;
    }
    .icon-tabs button[role="tab"] {
        /* max-width: 20%; */
        /* border-right: 2px solid #646464; */
        padding: 4vw 20px;
    }
    .icon-tabs button[role="tab"]:not(:last-child) {
        border-right: 2px solid #646464;
    }
    
    .image-tabs button[role="tab"] {
        max-width: 33.33%;
        border-right: 2px solid #646464;
        padding: 4vw 20px;
    }

    .icon-tabs-content [role="tabpanel"] > div > img,
    .image-tabs-content [role="tabpanel"] > div > img {
        width: auto;
        min-width: 50%;
        height: auto;
        object-fit: cover;
    }
    .image-tabs-content [role="tabpanel"] > div,
    .icon-tabs-content [role="tabpanel"] > div {
        min-height: 300px;
        display: flex;
        justify-content: space-between;
    }
    .image-tabs-content [role="tabpanel"].has-image > div,
    .icon-tabs-content [role="tabpanel"].has-image > div {
        min-height: 500px;
    }
    .image-tabs-content button[role="tab"] {
        display: none;
        
    }
    .image-tabs-content [role="tabpanel"] {
        margin-bottom: 0px;
        overflow: hidden;
    }
    
}
@media screen and (min-width: 1200px) {
    .icon-tabs-content [role="tabpanel"] > div > img {
        min-width: 40%;
    }
    .image-tabs-content [role="tabpanel"] > div > img {
        min-width: 40%;
    }
    
}


.mysoda-icon {
    margin: 0 auto;
    text-align: center;
    padding: 30px;
}

.mysoda-text-image {
    display: flex;
    flex-direction: column;
    min-height: 500px;

}
.mysoda-text-icon-carousel a.button,
.mysoda-text-image a.button {
    margin-top: 1.4rem;
}
.mysoda-text-image.reverse {
    flex-direction: column-reverse;
}
.mysoda-text-image .image-content img {
    width: 100%;
    height: auto;
    display: block;
    /* margin: 0 auto; */
}
.mysoda-text-image .image-content {
    position: relative;
    display: flex;
}
.image-tabs-content ul,
.mysoda-title-carousel .content ul,
.mysoda-text-image .text-content ul {
    list-style: none;
    margin-left: 0;
    border-left: 2px solid #000;
    padding-left: 30px;
}
.image-tabs-content ul li,
.mysoda-title-carousel .content ul li,
.mysoda-text-image .text-content ul li {
    padding: 10px 0;
}
.image-content.horizontal-align-center {
    justify-content: center;
}
.image-content.horizontal-align-left {
    justify-content: flex-start;
}
.image-content.horizontal-align-right {
    justify-content: flex-end;
}
.image-content.vertical-align-top {
    align-items: flex-start;
}
.image-content.vertical-align-center {
    align-items: center;
}
.image-content.vertical-align-bottom {
    align-items: flex-end;
}
.image-content.vertical-align-bottom img {
    margin-top: 30px;
}
.image-content.vertical-align-top img {
    margin-bottom: 30px;
}
.image-content.vertical-align-center.fit-contain img {
    margin-top: 30px;
    margin-bottom: 30px;
}
@media screen and (min-width: 768px) { 
    .mysoda-text-image {
        display: flex;
        flex-direction: row;
        min-height: calc(400px + 10vw);
    }
    .mysoda-text-image.reverse {
        flex-direction: row-reverse;
    }
    .mysoda-text-image .image-content.fit-cover img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
    }
    .mysoda-text-image .image-content.fit-contain {
        display: flex;

    }
    .mysoda-text-image .image-content.fit-contain img {
        object-fit: contain;
    }
}
@media screen and (min-width: 1560px) { 
    div:not(.reverse) > .padding-left {
        padding-left: calc((100vw - var(--max-width)) / 2);
    }
    div.reverse > .padding-left {
        padding-right: calc((100vw - var(--max-width)) / 2);
    }

}
.mysoda-expanding-carousel h2 {
    text-align: center;
    padding-bottom: 0px;
}
.mysoda-expanding-carousel h3 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.mysoda-expanding-carousel a.button {
    display: inline-block;
    margin-top: 20px;
}
.mysoda-expanding-carousel .swiper-container {
    max-width: 85%;
    margin: 0 auto;
    overflow: hidden;
}
.mysoda-expanding-carousel .mysoda-expanding-carousel-item {
    width: 100%;
    /* padding: 0 35px 5vw 35px; */
    text-align: center;
}
.mysoda-expanding-carousel .mysoda-expanding-carousel-item > div {
    padding: 0 2.5vw 7vw 2.5vw;
}
.mysoda-expanding-carousel .mysoda-expanding-carousel-item .content {
    text-align: left;
}
.has-discount .price {
    text-decoration: line-through;
}
.discount-price {
    color: #EE3979;
}
.mysoda-expanding-carousel .expanding-content {
    text-align: left;
    display: none;
    border-bottom: 2px solid #646464;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.mysoda-expanding-carousel h3 span {
    padding: 5px;
    display: inline-block;
}
.mysoda-expanding-carousel button.expand {
    border: none;
    padding: 5px 35px 5px 5px;
    display: inline-block;
    font-size: inherit;
    min-width: 0;
    position: relative;
}
.mysoda-expanding-carousel button.expand:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
    width: 28px;
    height: 15px;
    background-image: var(--svg-arrow);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28px 15px;
    transition: transform .2s;
    transform: rotate(-90deg); 
}
.mysoda-expanding-carousel button.expand[aria-expanded="true"]:after {

    transform: rotate(0deg); 
}
.mysoda-expanding-carousel button.expand:hover,
.mysoda-expanding-carousel button.expand:focus {
    background: transparent;
    color: #000;
}
@media screen and (min-width: 768px) {
    .mysoda-expanding-carousel .mysoda-expanding-carousel-item {
        width: 50%
    }
    
}

@media screen and (min-width: 1024px) {
    .mysoda-expanding-carousel .mysoda-expanding-carousel-item {
        width: 33.33%
    }

}
@media screen and (min-width: 1400px) {
    .mysoda-expanding-carousel .swiper-container {
        max-width: 1300px;
        margin: 0 auto;
    }
}

.mysoda-bottle-carousel.padding {
    padding-left: 0;
    padding-right: 0;
}
.mysoda-bottle-carousel .swiper-container {
    max-width: 95%;
    margin: 0 auto;
    overflow: hidden;
}
.mysoda-bottle-carousel h2 {
    text-align: center;
    margin-bottom: 0;
    margin-top: 30px;
}
.mysoda-bottle-carousel-item > div {
    padding: 0 30px;
}

.mysoda-bottle-carousel .product-details,
.mysoda-bottle-carousel h3 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
}
.mysoda-bottle-carousel a.button {
    display: inline-block;
    margin-top: 20px;
}
.bottle-carousel-image {
    position: relative;
    padding-top: 95%;
}
.bottle-carousel-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-color-selected {
    margin-top: 30px;
}
@media screen and (min-width: 768px) {
    .mysoda-bottle-carousel .mysoda-bottle-carousel-item {
        width: 50%;
    }
}
@media screen and (min-width: 1024px) {
    .mysoda-bottle-carousel .mysoda-bottle-carousel-item {
        width: 33.33%;
    }
    .mysoda-bottle-carousel h2 {
        margin-top: 0vw;

    }
}
@media screen and (min-width: 1400px) {
    .mysoda-bottle-carousel .swiper-container {
        max-width: 1300px;
    }
}


.elementor-widget-mysoda-title-carousel {
    border-top: 2px solid #646464;
    margin-top: -2px;
    
}
.title-carousel-title {
    text-align: center;
    background: #fff;
    border-bottom: 2px solid #646464;
}
.mysoda-title-carousel .swiper-button-prev, .mysoda-title-carousel .swiper-button-next{
    top: 5vw;
    margin-top: -5px;
}
.title-carousel-content > img {
    width: 100%;
    display: block;
}
@media screen and (min-width: 768px) {
    .title-carousel-content {
        display: flex;
        justify-content: space-between;
    }
    .title-carousel-content.has-image {
        min-height: 690px;
    }
    .title-carousel-content > img {
        width: 50%;
        object-fit: cover;
        object-position: center center;
        height: 100%;
    }
}
@media screen and (min-width: 1024px) {
    .title-carousel-title.padding {
        padding-top: 3.5vw;
        padding-bottom: 3.5vw;
    }
    .mysoda-title-carousel .swiper-button-prev, .mysoda-title-carousel .swiper-button-next{
        top: 3.5vw;
        
    }
    .title-carousel-content > img {
        width: 40%;
    }
}


.mysoda-columns > div {
    max-width: calc(var(--max-width) + 10vw);
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .mysoda-columns > div {
        display: flex;
        flex-direction: row;
        min-height: calc(400px + 10vw);
        align-items: center;
    }
    .mysoda-columns.reverse > div {
        flex-direction: row-reverse;
    }
    .mysoda-columns > div > div {
        flex-basis: 50%;
    }
}


.mysoda-image-links h3 {
    text-transform: none;
    margin-bottom: 25px;
}
.mysoda-image-links > div {
    min-height: 100vw;
    width: 100%;
    position: relative;
    display: flex;
    background: linear-gradient(45deg, #f2f2f2 0%, #dddddd 100%);
    overflow: hidden;
}
.mysoda-image-links img,
.mysoda-image-links .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.mysoda-image-links img {
    object-fit: cover;
    object-position: center center;
    height: 100% !important;
    width: 100%;
}
.mysoda-image-links .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(180deg, rgba(255,255,255,0) 35%, rgba(255,255,255,.9) 70%, rgba(255,255,255,1) 100%);
    
    transition: all .2s;
}
.mysoda-image-links a.button {
    margin-right: auto;
}
@media screen and (min-width: 768px) {
    .mysoda-image-links {
        display: flex;
        flex-wrap: wrap;
    }
    .mysoda-image-links > div {
        min-height: 500px;
        max-width: 50%;
    }
    .mysoda-image-links .content {
        opacity: 0;
    }
    .mysoda-image-links > div:hover .content,
    .mysoda-image-links > div:focus-within .content {
        opacity: 1;
    }
}
@media screen and (min-width: 1024px) {
    .mysoda-image-links {
        flex-wrap: nowrap;
    }
    .mysoda-image-links .content.padding {
        padding: 35px;
    }
}

.text-icon-carousel-content  {
    max-width: calc(100% - 90px);
    margin: 0 auto;
}
.text-icon-carousel-content .content {
    max-width: 900px;
}
.mysoda-text-icon-carousel .swiper-pagination {
    position: relative;
}
.mysoda-text-icon-carousel > div {
    max-width: var(--max-width);
    margin: 0 auto;
}
.mysoda-text-icon-title {
    text-align: center;
}
.mysoda-text-icon-title p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.text-icon-carousel-content svg {
    max-width: 300px;
}
.text-icon-carousel-content .icon {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .text-icon-carousel-content {
        display: flex;
    }
    .text-icon-carousel-content .content,
    .text-icon-carousel-content .icon {
        flex-basis: 50%;
    }
}
@media screen and (min-width: 1024px) { 
    .mysoda-text-icon-title.padding {
        padding-bottom: 0;
    }
}

.mysoda-banner {
    border-bottom: 2px solid;
    position: relative;
    overflow: hidden;
    border-top: 2px solid;
}
.mysoda-banner .banner-content {
    
}
.mysoda-banner .banner-content .padding {
    max-width: 750px;
}
.mysoda-banner h2 {
    font-family: "MySoda Outline";
}
.mysoda-banner .banner-image img {
    display: block;
}
.mysoda-banner .banner-image {
    max-height: 250px;
}
.mysoda-banner .banner-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    object-position: bottom center;
    max-height: 250px;
}
.mysoda-banner .banner-content h2 {
    font-size: 5.0rem;
    margin-bottom: 0.1em;
    line-height: 0.75em;
}
.mysoda-banner .banner-content h3, 
.mysoda-banner .banner-content p {
    margin-top: 5px;
    margin-bottom: 5px;
}
.mysoda-banner .banner-content a:not(.button) {
    text-decoration: none !important;
    display: block;
}
.mysoda-banner .banner-content a:focus {
    outline: thin dotted;
}
.mysoda-banner a.button {
    margin-top: 1rem;
}
@media screen and (min-width: 768px) { 
    .mysoda-banner {
        padding-top: 5vw;
        background: transparent !important;
        border-top: none !important;
    }
    .mysoda-banner .banner-content {
        text-align: center;
        border-top: 2px solid;
        
    }
    .mysoda-banner .padding {
        padding-top: 4vw;
        padding-bottom: 4vw;
    }
    .mysoda-banner.has-image .banner-content {
        padding-left: 35%;
    }
    .mysoda-banner .banner-image {
        position: absolute;
        bottom: 0;
        top: 0;
        right: 62vw;
        left: 5vw;
        max-height: 100%;
    }
    .mysoda-banner .banner-image img {
        object-position: bottom right;
        max-height: 100%;
    }
    .mysoda-banner .banner-content h2 {
        font-size: 7rem;
    }
} 
@media screen and (min-width: 1024px) {
    .mysoda-banner .banner-content h2 {
        font-size: 9rem;
    }
}

.mysoda-icon-columns {
    border-bottom: 2px solid #646464;
}
.mysoda-icon-columns > div {
    background: #eee;
    padding: 3.5vw;
    
    text-align: center;
    border-top: 2px solid #646464;
}

.mysoda-icon-columns-title-top {
    background: #eee;
    border-top: 2px solid #646464;
    text-align: center;
}
.mysoda-icon-columns .icon-label {
    max-width: 400px;
}
.mysoda-icon-columns .icon-column-icons {
    padding-bottom: 2vw;
}
.icon-column-icons > div {
    padding: 30px;
}
.icon-column-icons svg {
    height: 140px;
    width: auto;
}

@media screen and (min-width: 768px) { 
    .icon-column-icons {
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        
    }
    .mysoda-icon-columns {
        display: flex;
    }
    .mysoda-icon-columns .column-1 {
        border-right: 2px solid #646464;
    }
}
@media screen and (min-width: 1024px) { 
    .mysoda-icon-columns[data-layout="grid"] {
        display: grid;
        grid-auto-flow: column;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
        grid-auto-rows: max-content;
    }

    .mysoda-icon-columns-title-top {
        padding-top: 2.5vw;
        padding-bottom: 2.5vw;
    }
    .icon-columns-title.padding {
        padding-top: 3.5vw;
        padding-bottom: 3.5vw;
    }

}

.hotspot {
    position: absolute;
    margin-left: -55px;
    margin-top: -55px;
}
.hotspot a {
    text-decoration: none !important;
}
.hotspot a.hs-button {
    display: inline-block;
    
    padding: 30px;
    border-radius: 50%;
}

.hotspot .hs-button span {
    display: block;
    border: 1px solid #3B3936;
    background: #fff;
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%233B3936" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 21.4 21.4" style="enable-background:new 0 0 21.4 21.4;" xml:space="preserve"><path d="M19.8,9.1c0.9,0,1.6,0.7,1.6,1.6s-0.7,1.6-1.6,1.6h-7.3v7.3c0,1-0.8,1.8-1.8,1.8c-1,0-1.8-0.8-1.8-1.8v-7.3 H1.6c-0.9,0-1.6-0.7-1.6-1.6s0.7-1.6,1.6-1.6h7.3V1.8c0-1,0.8-1.8,1.8-1.8c1,0,1.8,0.8,1.8,1.8v7.3H19.8z"/></svg>');
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .2s;
}
.hotspot .hs-button:hover span,
.hotspot .hs-button:focus span {
    transform: rotate(180deg);
    background-color: #000;
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23ffffff" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 21.4 21.4" style="enable-background:new 0 0 21.4 21.4;" xml:space="preserve"><path d="M19.8,9.1c0.9,0,1.6,0.7,1.6,1.6s-0.7,1.6-1.6,1.6h-7.3v7.3c0,1-0.8,1.8-1.8,1.8c-1,0-1.8-0.8-1.8-1.8v-7.3 H1.6c-0.9,0-1.6-0.7-1.6-1.6s0.7-1.6,1.6-1.6h7.3V1.8c0-1,0.8-1.8,1.8-1.8c1,0,1.8,0.8,1.8,1.8v7.3H19.8z"/></svg>');
}

.hotspot div {
    position: absolute;
    border: 1px solid #3B3936;
    background: #fff;
    padding: 15px 20px;
    width: 15vw;
    min-width: 150px;
    max-width: 250px;
    opacity: 0;
    transition: all .2s;
}
.hotspot:hover div,
.hotspot:focus div {
    opacity: 1;
}

.elementor-widget-mysoda-icons-text {
    margin-top: -2px;
}
.mysoda-icons-text {
    background: #f2f2f2;
    border-top: 2px solid #646464;
    
}
.mysoda-icons-text > div, 
.mysoda-icons-text .icons-text-icons {
    border-bottom: 2px solid #646464;
}
.mysoda-icons-text .icons-text-icons svg {
    height: 107px;
}
.mysoda-icons-text .icons-text-title {
    text-align: center;
}
.mysoda-icons-text .icons-text-icons {
    display: flex;
    padding: 3vw;
}
.mysoda-icons-text .icons-text-icons > div {
    padding: 2vw;
    max-width: 300px;
    text-align: center;
}
@media screen and (min-width: 1024px) { 
    .mysoda-icons-text {
        display: flex;
        flex-wrap: wrap;
    }
    .mysoda-icons-text .icons-text-title {
        padding-top: 3.5vw;
        padding-bottom: 3.5vw;
        width: 100%;
    }
    .mysoda-icons-text .icons-text-column-1 {
        border-right: 2px solid #646464;
    }
    .mysoda-icons-text .icons-text-column-1,
    .mysoda-icons-text .icons-text-column-2 {
        flex-basis: 50%;
        width: 100%;
    }
    .mysoda-icons-text .icons-text-links {
        padding: 3.5vw;
    }
    .mysoda-icons-text .icons-text-icons {
        display: flex;
        padding: 2vw;
    }
}

.elementor-widget-mysoda-image-link-carousel {
    overflow: hidden;
}
.mysoda-image-link-carousel {
    padding-bottom: 6vw;
}
.image-link-carousel-header {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}
.mysoda-image-link-carousel-item.swiper-slide {
    padding: 20px;
    
    display: flex;
    flex-direction: column;
    align-items: center;

}

.mysoda-image-link-carousel .swiper-container {

    width: 50vw;
}

.mysoda-image-link-carousel-item img {
    margin-bottom: 30px;
}
.mysoda-image-link-carousel-item a {
    text-align: center;
}
.mysoda-image-link-carousel-item a h3 {
    text-decoration: none !important;
    display: inline-block;
    padding: 10px;
    position: relative;
    text-align: center;
}
.mysoda-image-link-carousel-item h3:after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 15px;
    background-image: var(--svg-arrow);
    background-repeat: no-repeat;
    background-size: 28px 15px;
    background-position: center center;
    margin-top: 13px;
}
.mysoda-image-link-carousel-item a:not([href^="#"]) h3 {
    padding-right: 40px;
}
.mysoda-image-link-carousel-item a:not([href^="#"]) h3:after {
    transform: rotate(-90deg) translatex(66%);
    position: absolute;
    top: 50%;
    right: 0;
}

@media screen and (min-width: 600px) { 
    .mysoda-image-link-carousel-item.swiper-slide {
        opacity: 1;
    }
    .mysoda-image-link-carousel .swiper-container {
        width: 90vw;
        max-width: var(--max-width);
    }
    .mysoda-image-link-carousel .swiper-button-prev:not(.swiper-button-disabled),
    .mysoda-image-link-carousel .swiper-button-next:not(.swiper-button-disabled) {
        display: flex;
    }
}
@media screen and (min-width: 1024px) { 
    .mysoda-image-link-carousel-item.swiper-slide {
        opacity: 1;
    }
    .mysoda-image-link-carousel .swiper-container {

    }
}
.mysoda-hero-product {
    display: flex;
    justify-content: center;
    max-height: 600px;
    min-height: 200px;
}
.mysoda-hero-product .hero-content {
    flex-basis: 70%;
    padding-right: 20px;
    padding-bottom: 5vw;
}

.mysoda-hero-product .hero-image-1 {

    display: flex;
    align-items: flex-end;
}
.mysoda-hero-product .hero-image-2 {
    display: none;
}
.hero-product-wrapper {
    padding-bottom: 0;
    width: 100%;
}
.hero-product-wrapper > div {
    max-width: var(--max-width);
    display: flex;
    margin: 0 auto;
    height: 100%;
}
.mysoda-hero-product .hero-images {
    display: flex;
    flex-basis: 30%;

}
.mysoda-hero-product .hero-images {

}
.mysoda-hero-product .hero-images img {
    object-fit: contain;
    object-position: bottom center;
    height: 100%;
    
}
@media screen and (min-width: 768px) { 
    .mysoda-hero-product .hero-content {
        /* flex-basis: 50%; */
    }
    .mysoda-hero-product .hero-images {
        flex-basis: 50%;
        
    }
    .mysoda-hero-product .hero-image-2 {
        display: flex;
        align-items: flex-end;
    }
}
