/** Shopify CDN: Minification failed

Line 2944:12 Expected ":"
Line 2976:0 Unexpected "}"

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

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

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.v-select {
    position: relative;
    font-family: inherit
}

.v-select,
.v-select * {
    box-sizing: border-box
}

@-webkit-keyframes vSelectSpinner {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes vSelectSpinner {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.vs__fade-enter-active,
.vs__fade-leave-active {
    pointer-events: none;
    transition: opacity .15s cubic-bezier(1, 0.5, 0.8, 1)
}

.vs__fade-enter,
.vs__fade-leave-to {
    opacity: 0
}

.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__clear,
.vs--disabled .vs__search,
.vs--disabled .vs__selected,
.vs--disabled .vs__open-indicator {
    cursor: not-allowed;
    background-color: #f8f8f8
}

.v-select[dir="rtl"] .vs__actions {
    padding: 0 3px 0 6px
}

.v-select[dir="rtl"] .vs__clear {
    margin-left: 6px;
    margin-right: 0
}

.v-select[dir="rtl"] .vs__deselect {
    margin-left: 0;
    margin-right: 2px
}

.v-select[dir="rtl"] .vs__dropdown-menu {
    text-align: right
}

.vs__dropdown-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    padding: 0 0 4px 0;
    background: 0;
    border: 1px solid rgba(60, 60, 60, 0.26);
    border-radius: 4px;
    white-space: normal
}

.vs__selected-options {
    display: flex;
    flex-basis: 100%;
    flex-grow: 1;
    flex-wrap: wrap;
    padding: 0 2px;
    position: relative
}

.vs__actions {
    display: flex;
    align-items: center;
    padding: 4px 6px 0 3px
}

.vs--searchable .vs__dropdown-toggle {
    cursor: text
}

.vs--unsearchable .vs__dropdown-toggle {
    cursor: pointer
}

.vs--open .vs__dropdown-toggle {
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.vs__open-indicator {
    fill: rgba(60, 60, 60, 0.5);
    transform: scale(1);
    transition: transform 150ms cubic-bezier(1, -0.115, 0.975, 0.855);
    transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855)
}

.vs--open .vs__open-indicator {
    transform: rotate(180deg) scale(1)
}

.vs--loading .vs__open-indicator {
    opacity: 0
}

.vs__clear {
    fill: rgba(60, 60, 60, 0.5);
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    margin-right: 8px
}

.vs__dropdown-menu {
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    z-index: 1000;
    padding: 5px 0;
    margin: 0;
    width: 100%;
    max-height: 350px;
    min-width: 160px;
    overflow-y: auto;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(60, 60, 60, 0.26);
    border-top-style: none;
    border-radius: 0 0 4px 4px;
    text-align: left;
    list-style: none;
    background: #fff
}

.vs__no-options {
    text-align: center
}

.vs__dropdown-option {
    line-height: 1.42857143;
    display: block;
    padding: 3px 20px;
    clear: both;
    color: #333;
    white-space: nowrap
}

.vs__dropdown-option:hover {
    cursor: pointer
}

.vs__dropdown-option--highlight {
    background: #5897fb;
    color: #fff
}

.vs__dropdown-option--disabled {
    background: inherit;
    color: rgba(60, 60, 60, 0.5)
}

.vs__dropdown-option--disabled:hover {
    cursor: inherit
}

.vs__selected {
    display: flex;
    align-items: center;
    background-color: #f0f0f0;
    border: 1px solid rgba(60, 60, 60, 0.26);
    border-radius: 4px;
    color: #333;
    line-height: 1.4;
    margin: 4px 2px 0 2px;
    padding: 0 .25em;
    z-index: 0
}

.vs__deselect {
    display: inline-flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-left: 4px;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: 0;
    fill: rgba(60, 60, 60, 0.5);
    text-shadow: 0 1px 0 #fff
}

.vs--single .vs__selected {
    background-color: transparent;
    border-color: transparent
}

.vs--single.vs--open .vs__selected {
    position: absolute;
    opacity: .4
}

.vs--single.vs--searching .vs__selected {
    display: none
}

.vs__search::-webkit-search-cancel-button {
    display: none
}

.vs__search::-webkit-search-decoration,
.vs__search::-webkit-search-results-button,
.vs__search::-webkit-search-results-decoration,
.vs__search::-ms-clear {
    display: none
}

.vs__search,
.vs__search:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1.4;
    font-size: 1em;
    border: 1px solid transparent;
    border-left: 0;
    outline: 0;
    margin: 4px 0 0 0;
    padding: 0 7px;
    background: 0;
    box-shadow: none;
    width: 0;
    max-width: 100%;
    flex-grow: 1;
    z-index: 1
}

.vs__search::-moz-placeholder {
    color: inherit
}

.vs__search:-ms-input-placeholder {
    color: inherit
}

.vs__search::placeholder {
    color: inherit
}

.vs--unsearchable .vs__search {
    opacity: 1
}

.vs--unsearchable:not(.vs--disabled) .vs__search:hover {
    cursor: pointer
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
    opacity: .2
}

.vs__spinner {
    align-self: center;
    opacity: 0;
    font-size: 5px;
    text-indent: -9999em;
    overflow: hidden;
    border-top: .9em solid rgba(100, 100, 100, 0.1);
    border-right: .9em solid rgba(100, 100, 100, 0.1);
    border-bottom: .9em solid rgba(100, 100, 100, 0.1);
    border-left: .9em solid rgba(60, 60, 60, 0.45);
    transform: translateZ(0);
    -webkit-animation: vSelectSpinner 1.1s infinite linear;
    animation: vSelectSpinner 1.1s infinite linear;
    transition: opacity .1s
}

.vs__spinner,
.vs__spinner:after {
    border-radius: 50%;
    width: 5em;
    height: 5em
}

.vs--loading .vs__spinner {
    opacity: 1
}

:root {
    --header-height: 180px;
    --footer-height: 662px;
    --footer-offset: 0;
    --custom-cursor: '';
    --swiper-theme-color: #fff;
    --swiper-pagination-color: #1e2f44
}

:root {
    --color-grey-100: #f4f4f4;
    --color-grey-200: #ddd;
    --color-grey-300: #bababa;
    --color-grey-400: #a3a3a3;
    --color-grey-500: #8c8c8c;
    --color-grey-600: #757575;
    --color-grey-700: #5e5e5e;
    --color-grey-800: #3c3c3c;
    --color-grey-900: #1a1a1a;
    --color-dark-green: #3f6f1f;
    --color-bright-green: #80bc00;
    --color-medium-green: #c9e19b;
    --color-light-green: #f4fbdb;
    --color-dark-orange: #b45907;
    --color-bright-orange: #f99b46;
    --color-medium-orange: #fbc28f;
    --color-light-orange: #fdf5ef;
    --color-dark-pink: #bf4580;
    --color-bright-pink: #ef78ab;
    --color-medium-pink: #f7bbd5;
    --color-light-pink: #fedddf;
    --color-dark-blue: #246081;
    --color-bright-blue: #4dbad3;
    --color-medium-blue: #a6dce9;
    --color-light-blue: #d3e9f8;
    --color-white: #fff;
    --color-black: #000;
    --color-focus-blue: #246081;
    --color-success-green: #3f6f1f;
    --color-error-red: #bf4562;
    --font-souvenirstd-bold: SouvenirStd-Bold;
    --font-bold: Gilroy-Bold;
    --font-light: Gilroy-Light;
    --font-medium: Gilroy-Medium;
    --font-regular: Gilroy-Regular;
    --font-semi-bold: Gilroy-SemiBold;
    --font-semi-bolditalic: Gilroy-SemiBoldItalic;
    --font-thin: Gilroy-Thin;
    --font-ultralight: Gilroy-UltraLight
}

:export {
    breakTablet: 650px;
    breakDesktop: 991px;
    breakHd: 1280px
}

@font-face {
    font-family: 'SouvenirStd-Bold';
    src:url('//skyorganics.com/cdn/shop/t/118/assets/SouvenirStd-Bold.woff2?v=19782902775682743981751547011') format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy-Bold';
    src:url('//skyorganics.com/cdn/shop/t/118/assets/gilroy-bold.woff2?v=38178705308711108741751547011') format("woff2"),
    url('//skyorganics.com/cdn/shop/t/118/assets/gilroy-bold.woff?v=94457632854403533081751547011') format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy-Light';
    src:url('//skyorganics.com/cdn/shop/t/118/assets/gilroy-light.woff2?v=46201015981697052051751547011') format("woff2"),
    url('//skyorganics.com/cdn/shop/t/118/assets/gilroy-light.woff?v=149620229448284409851751547011') format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy-Medium';
    src:url('//skyorganics.com/cdn/shop/t/118/assets/gilroy-medium.woff2?v=141400808291460783821751547011') format("woff2"),
    url('//skyorganics.com/cdn/shop/t/118/assets/gilroy-medium.woff?v=100832859261960385111751547011') format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy-Regular';
    src:url('//skyorganics.com/cdn/shop/t/118/assets/gilroy-regular.woff2?v=1403188325041362441751547011') format("woff2"),
    url('//skyorganics.com/cdn/shop/t/118/assets/gilroy-regular.woff?v=86178589517260603711751547011') format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy-SemiBold';
    src:url('//skyorganics.com/cdn/shop/t/118/assets/gilroy-semibold.woff2?v=162700733259313127931751547011') format("woff2"),
    url('//skyorganics.com/cdn/shop/t/118/assets/gilroy-semibold.woff?v=94116230406742953971751547011') format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy-SemiBoldItalic';
    src:url('//skyorganics.com/cdn/shop/t/118/assets/gilroy-semibolditalic.woff2?v=37918555768885589621751547011') format("woff2"),
    url('//skyorganics.com/cdn/shop/t/118/assets/gilroy-semibolditalic.woff?v=157862702408857442411751547011') format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy-Thin';
    src:url('//skyorganics.com/cdn/shop/t/118/assets/gilroy-thin.woff2?v=127361501602646414221751547011') format("woff2"),
    url('//skyorganics.com/cdn/shop/t/118/assets/gilroy-thin.woff?v=120142163506196474551751547011') format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy-UltraLight';
    src:url('//skyorganics.com/cdn/shop/t/118/assets/gilroy-ultralight.woff2?v=133907448526700295511751547011') format("woff2"),
    url('//skyorganics.com/cdn/shop/t/118/assets/gilroy-ultralight.woff?v=70094249713134392811751547011') format("woff");
    font-weight: normal;
    font-style: normal
}

.container {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px
}

.container--tiny {
    max-width: 888px
}

.container--wide {
    max-width: 1440px
}

.container--header-spacer {
    padding-top: var(--header-height)
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px
}

.row.collapse {
    margin-left: 0;
    margin-right: 0
}

.row.reverse {
    flex-direction: row-reverse
}

.row.justify-center {
    justify-content: center
}

.row.justify-between {
    justify-content: space-between
}

.row.justify-start {
    justify-content: flex-start
}

.row.justify-end {
    justify-content: flex-end
}

.row.align-center {
    align-items: center
}

.row.align-start {
    align-items: flex-start
}

@media(min-width:651px) {
    .row.reverse-tablet-up {
        flex-direction: row-reverse
    }
}

@media(min-width:992px) {
    .row.reverse-desktop-up {
        flex-direction: row-reverse
    }
}

.row[class*='-up-']>.column {
    display: flex;
    float: left;
    margin: 0;
    padding: 0 8px 16px 8px
}

.row .column {
    padding: 0 8px
}

.row .column.small-1 {
    width: 8.33333%
}

.row .column.small-2 {
    width: 16.66667%
}

.row .column.small-3 {
    width: 25%
}

.row .column.small-4 {
    width: 33.33333%
}

.row .column.small-5 {
    width: 41.66667%
}

.row .column.small-6 {
    width: 50%
}

.row .column.small-7 {
    width: 58.33333%
}

.row .column.small-8 {
    width: 66.66667%
}

.row .column.small-9 {
    width: 75%
}

.row .column.small-10 {
    width: 83.33333%
}

.row .column.small-11 {
    width: 91.66667%
}

.row .column.small-12 {
    width: 100%
}

@media(min-width:651px) {
    .row .column.medium-1 {
        width: 8.33333%
    }
    .row .column.medium-2 {
        width: 16.66667%
    }
    .row .column.medium-3 {
        width: 25%
    }
    .row .column.medium-4 {
        width: 33.33333%
    }
    .row .column.medium-5 {
        width: 41.66667%
    }
    .row .column.medium-6 {
        width: 50%
    }
    .row .column.medium-7 {
        width: 58.33333%
    }
    .row .column.medium-8 {
        width: 66.66667%
    }
    .row .column.medium-9 {
        width: 75%
    }
    .row .column.medium-10 {
        width: 83.33333%
    }
    .row .column.medium-11 {
        width: 91.66667%
    }
    .row .column.medium-12 {
        width: 100%
    }
}

@media(min-width:992px) {
    .row .column.large-1 {
        width: 8.33333%
    }
    .row .column.large-2 {
        width: 16.66667%
    }
    .row .column.large-3 {
        width: 25%
    }
    .row .column.large-4 {
        width: 33.33333%
    }
    .row .column.large-5 {
        width: 41.66667%
    }
    .row .column.large-6 {
        width: 50%
    }
    .row .column.large-7 {
        width: 58.33333%
    }
    .row .column.large-8 {
        width: 66.66667%
    }
    .row .column.large-9 {
        width: 75%
    }
    .row .column.large-10 {
        width: 83.33333%
    }
    .row .column.large-11 {
        width: 91.66667%
    }
    .row .column.large-12 {
        width: 100%
    }
}

.small-up-1>.column {
    width: 100%
}

.small-up-1>.column.column-2x {
    width: 100%
}

.small-up-2>.column {
    width: 50%
}

.small-up-2>.column.column-2x {
    width: 100%
}

.small-up-3>.column {
    width: 33.33333%
}

.small-up-3>.column.column-2x {
    width: 66.66667%
}

.small-up-4>.column {
    width: 25%
}

.small-up-4>.column.column-2x {
    width: 50%
}

.small-up-5>.column {
    width: 20%
}

.small-up-5>.column.column-2x {
    width: 40%
}

.small-up-6>.column {
    width: 16.66667%
}

.small-up-6>.column.column-2x {
    width: 33.33333%
}

.small-up-7>.column {
    width: 14.28571%
}

.small-up-7>.column.column-2x {
    width: 28.57143%
}

.small-up-8>.column {
    width: 12.5%
}

.small-up-8>.column.column-2x {
    width: 25%
}

@media(min-width:651px) {
    .medium-up-1>.column {
        width: 100%
    }
    .medium-up-1>.column.column-2x {
        width: 100%
    }
    .medium-up-2>.column {
        width: 50%
    }
    .medium-up-2>.column.column-2x {
        width: 100%
    }
    .medium-up-3>.column {
        width: 33.33333%
    }
    .medium-up-3>.column.column-2x {
        width: 66.66667%
    }
    .medium-up-4>.column {
        width: 25%
    }
    .medium-up-4>.column.column-2x {
        width: 50%
    }
    .medium-up-5>.column {
        width: 20%
    }
    .medium-up-5>.column.column-2x {
        width: 40%
    }
    .medium-up-6>.column {
        width: 16.66667%
    }
    .medium-up-6>.column.column-2x {
        width: 33.33333%
    }
    .medium-up-7>.column {
        width: 14.28571%
    }
    .medium-up-7>.column.column-2x {
        width: 28.57143%
    }
    .medium-up-8>.column {
        width: 12.5%
    }
    .medium-up-8>.column.column-2x {
        width: 25%
    }
}

@media(min-width:992px) {
    .large-up-1>.column {
        width: 100%
    }
    .large-up-1>.column.column-2x {
        width: 100%
    }
    .large-up-2>.column {
        width: 50%
    }
    .large-up-2>.column.column-2x {
        width: 100%
    }
    .large-up-3>.column {
        width: 33.33333%
    }
    .large-up-3>.column.column-2x {
        width: 66.66667%
    }
    .large-up-4>.column {
        width: 25%
    }
    .large-up-4>.column.column-2x {
        width: 50%
    }
    .large-up-5>.column {
        width: 20%
    }
    .large-up-5>.column.column-2x {
        width: 40%
    }
    .large-up-6>.column {
        width: 16.66667%
    }
    .large-up-6>.column.column-2x {
        width: 33.33333%
    }
    .large-up-7>.column {
        width: 14.28571%
    }
    .large-up-7>.column.column-2x {
        width: 28.57143%
    }
    .large-up-8>.column {
        width: 12.5%
    }
    .large-up-8>.column.column-2x {
        width: 25%
    }
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth
}

*,
*::before,
*::after {
    box-sizing: border-box
}

body,
html {
    height: 100%
}

body.layout--password {
    padding-top: 0
}

table {
    width: 100%
}

.layout--minimal #app,
.layout--minimal #MainContent {
    height: 100%;
    width: 100%
}

hr {
    margin: 68px 0;
    border: 0;
    border-bottom: 1px solid #fff
}

main {
    position: relative;
    background-color: #fff;
    padding: 0;
    z-index: 1
}

.template-password main {
    margin-bottom: 0
}

figure {
    margin: 0
}

img,
picture {
    margin: 0;
    max-width: 100%
}

body {
    font-family: bilo, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-grey-900)
}

h1 .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: bilo, sans-serif;
    color: #000000;
    margin: 0
}

h1,
.h1 {
    font-family: 'Canela';
    font-size: 31px;
    line-height: 31px;
    font-weight: 500;
    text-transform: none
}

@media(min-width:651px) {
    h1,
    .h1 {font-family: 'Canela';
        font-size: 61px;
        line-height: 61px;
        font-weight: 400;
        text-transform: none
    }
}

@media(max-width:375px) {
    h1--small-mobile-only,
    .h1--small-mobile-only {
       font-family: 'Canela';
        font-size: 31px;
        line-height: 31px;
        font-weight: 500;
        text-transform: none
    }
}

@media(min-width:376px) {
    h1--small-mobile-up,
    .h1--small-mobile-up {
        font-family: 'Canela';
        font-size: 31px;
        line-height: 31px;
        font-weight: 500;
        text-transform: none
    }
}

@media(min-width:375px) {
    h1--small-mobile-and-up,
    .h1--small-mobile-and-up {
        font-family: 'Canela';
        font-size: 31px;
        line-height: 31px;
        font-weight: 500;
        text-transform: none
    }
}

@media(max-width:649px) {
    h1--mobile-only,
    .h1--mobile-only {
       font-family: 'Canela';
        font-size: 31px;
        line-height: 31px;
        font-weight: 500;
        text-transform: none
    }
}

@media(min-width:650px) and (max-width:990px) {
    h1--tablet-only,
    .h1--tablet-only {
       font-family: 'Canela';
        font-size: 61px;
        line-height: 61px;
        font-weight: 400;
        text-transform: none
    }
}

@media(min-width:651px) {
    h1--tablet-up,
    .h1--tablet-up {
        font-family: 'Canela';
        font-size: 61px;
        line-height: 61px;
        font-weight: 400;
        text-transform: none
    }
}

@media(min-width:650px) {
    h1--tablet-and-up,
    .h1--tablet-and-up {
       font-family: 'Canela';
        font-size: 61px;
        line-height: 61px;
        font-weight: 400;
        text-transform: none
    }
}

@media(min-width:992px) {
    h1--desktop-up,
    .h1--desktop-up {
       font-family: 'Canela';
        font-size: 61px;
        line-height: 61px;
        font-weight: 400;
        text-transform: none
    }
}

@media(min-width:991px) {
    h1--desktop-and-up,
    .h1--desktop-and-up {
      font-family: 'Canela';
        font-size: 61px;
        line-height: 61px;
        font-weight: 400;
        text-transform: none
    }
}

h1--is-mobile,
.h1--is-mobile {
   font-family: 'Canela';
    font-size: 31px;
    line-height: 31px;
    font-weight: 500;
    text-transform: none
}

h1--is-desktop,
.h1--is-desktop {
   font-family: 'Canela';
    font-size: 61px;
    line-height: 61px;
    font-weight: 400;
    text-transform: none
}

h2,
.h2 {
    font-family: 'Canela';
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    text-transform: none
}

@media(min-width:651px) {
    h2,
    .h2 {
        font-family: 'Canela';
        font-size: 48px;
        line-height: 48px;
        font-weight: 400;
        text-transform: none
    }
}

@media(max-width:375px) {
    h2--small-mobile-only,
    .h2--small-mobile-only {
        font-family: 'Canela';
        font-size: 25px;
        line-height: 25px;
        font-weight: 400;
        text-transform: none
    }
}

@media(min-width:376px) {
    h2--small-mobile-up,
    .h2--small-mobile-up {
       font-family: 'Canela';
        font-size: 25px;
        line-height: 25px;
        font-weight: 400;
        text-transform: none
    }
}

@media(min-width:375px) {
    h2--small-mobile-and-up,
    .h2--small-mobile-and-up {
        font-family: 'Canela';
        font-size: 25px;
        line-height: 25px;
        font-weight: 400;
        text-transform: none
    }
}

@media(max-width:649px) {
    h2--mobile-only,
    .h2--mobile-only {
        font-family: 'Canela';
        font-size: 25px;
        line-height: 25px;
        font-weight: 400;
        text-transform: none
    }
}

@media(min-width:650px) and (max-width:990px) {
    h2--tablet-only,
    .h2--tablet-only {
        font-family: 'Canela';
        font-size: 48px;
        line-height: 48px;
        font-weight: 400;
        text-transform: none
    }
}

@media(min-width:651px) {
    h2--tablet-up,
    .h2--tablet-up {
        font-family: 'Canela';
        font-size: 48px;
        line-height: 48px;
        font-weight: 400;
        text-transform: none
    }
}

@media(min-width:650px) {
    h2--tablet-and-up,
    .h2--tablet-and-up {
        font-family: 'Canela';
        font-size: 48px;
        line-height: 48px;
        font-weight: 400;
        text-transform: none
    }
}

@media(min-width:992px) {
    h2--desktop-up,
    .h2--desktop-up {
        font-family: 'Canela';
        font-size: 48px;
        line-height: 48px;
        font-weight: 400;
        text-transform: none
    }
}

@media(min-width:991px) {
    h2--desktop-and-up,
    .h2--desktop-and-up {
        font-family: 'Canela';
        font-size: 48px;
        line-height: 48px;
        font-weight: 400;
        text-transform: none
    }
}

h2--is-mobile,
.h2--is-mobile {
    font-family: 'Canela';
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    text-transform: none
}

h2--is-desktop,
.h2--is-desktop {
   font-family: 'Canela';
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
    text-transform: none
}

h3,
.h3 {
        font-family: 'Canela';
    font-size: 25px;
    line-height: 31px;
    font-weight: 500;
    text-transform: none
}

@media(min-width:651px) {
    h3,
    .h3 {
        font-family: 'Canela';
        font-size: 39px;
        line-height: 49px;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0
    }
}

@media(max-width:375px) {
    h3--small-mobile-only,
    .h3--small-mobile-only {
        font-family: 'Canela';
        font-size: 25px;
        line-height: 31px;
        font-weight: 500;
        text-transform: none
    }
}

@media(min-width:376px) {
    h3--small-mobile-up,
    .h3--small-mobile-up {
        font-family: 'Canela';
        font-size: 25px;
        line-height: 31px;
        font-weight: 500;
        text-transform: none
    }
}

@media(min-width:375px) {
    h3--small-mobile-and-up,
    .h3--small-mobile-and-up {
        font-family: 'Canela';
        font-size: 25px;
        line-height: 31px;
        font-weight: 500;
        text-transform: none
    }
}

@media(max-width:649px) {
    h3--mobile-only,
    .h3--mobile-only {
        font-family: 'Canela';
        font-size: 25px;
        line-height: 31px;
        font-weight: 500;
        text-transform: none
    }
}

@media(min-width:650px) and (max-width:990px) {
    h3--tablet-only,
    .h3--tablet-only {
        font-family: 'Canela';
        font-size: 39px;
        line-height: 49px;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0
    }
}

@media(min-width:651px) {
    h3--tablet-up,
    .h3--tablet-up {
        font-family: 'Canela';
        font-size: 39px;
        line-height: 49px;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0
    }
}

@media(min-width:650px) {
    h3--tablet-and-up,
    .h3--tablet-and-up {
        font-family: 'Canela';
        font-size: 39px;
        line-height: 49px;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0
    }
}

@media(min-width:992px) {
    h3--desktop-up,
    .h3--desktop-up {
        font-family: 'Canela';
        font-size: 39px;
        line-height: 49px;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0
    }
}

@media(min-width:991px) {
    h3--desktop-and-up,
    .h3--desktop-and-up {
        font-family: 'Canela';
        font-size: 39px;
        line-height: 49px;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0
    }
}

h3--is-mobile,
.h3--is-mobile {
        font-family: 'Canela';
    font-size: 25px;
    line-height: 31px;
    font-weight: 500;
    text-transform: none
}

h3--is-desktop,
.h3--is-desktop {
        font-family: 'Canela';
    font-size: 39px;
    line-height: 49px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0
}

h4,
.h4 {
        font-family: 'Canela';
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
}

@media(min-width:651px) {
    h4,
    .h4 {
        font-family: 'Canela';
        font-size: 25px;
        line-height: 31px;
        font-weight: 400;
    }
}

@media(max-width:375px) {
    h4--small-mobile-only,
    .h4--small-mobile-only {
        font-family: 'Canela';
        font-size: 20px;
        line-height: 25px;
        font-weight: 400;
    }
}

@media(min-width:376px) {
    h4--small-mobile-up,
    .h4--small-mobile-up {
        font-family: 'Canela';
        font-size: 20px;
        line-height: 25px;
        font-weight: 400;
    }
}

@media(min-width:375px) {
    h4--small-mobile-and-up,
    .h4--small-mobile-and-up {
        font-family: 'Canela';
        font-size: 20px;
        line-height: 25px;
        font-weight: 400;
        text-transform: uppercase
    }
}

@media(max-width:649px) {
    h4--mobile-only,
    .h4--mobile-only {
        font-family: 'Canela';
        font-size: 20px;
        line-height: 25px;
        font-weight: 400;
        text-transform: uppercase
    }
}

@media(min-width:650px) and (max-width:990px) {
    h4--tablet-only,
    .h4--tablet-only {
        font-family: 'Canela';
        font-size: 25px;
        line-height: 31px;
        font-weight: 400;
        text-transform: uppercase
    }
}

@media(min-width:651px) {
    h4--tablet-up,
    .h4--tablet-up {
        font-family: 'Canela';
        font-size: 25px;
        line-height: 31px;
        font-weight: 400;
        text-transform: uppercase
    }
}

@media(min-width:650px) {
    h4--tablet-and-up,
    .h4--tablet-and-up {
        font-family: 'Canela';
        font-size: 25px;
        line-height: 31px;
        font-weight: 400;
        text-transform: uppercase
    }
}

@media(min-width:992px) {
    h4--desktop-up,
    .h4--desktop-up {
        font-family: 'Canela';
        font-size: 25px;
        line-height: 31px;
        font-weight: 400;
        text-transform: uppercase
    }
}

@media(min-width:991px) {
    h4--desktop-and-up,
    .h4--desktop-and-up {
        font-family: 'Canela';
        font-size: 25px;
        line-height: 31px;
        font-weight: 400;
        text-transform: uppercase
    }
}

h4--is-mobile,
.h4--is-mobile {
        font-family: 'Canela';
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    text-transform: uppercase
}

h4--is-desktop,
.h4--is-desktop {
        font-family: 'Canela';
    font-size: 25px;
    line-height: 31px;
    font-weight: 400;
    text-transform: uppercase
}

h5,
.h5 {
    font-family: var(--font-medium);
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: none
}

@media(min-width:651px) {
    h5,
    .h5 {
        font-family: var(--font-medium);
        font-size: 20px;
        line-height: 25px;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0
    }
}

@media(max-width:375px) {
    h5--small-mobile-only,
    .h5--small-mobile-only {
        font-family: var(--font-medium);
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        text-transform: none
    }
}

@media(min-width:376px) {
    h5--small-mobile-up,
    .h5--small-mobile-up {
        font-family: var(--font-medium);
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        text-transform: none
    }
}

@media(min-width:375px) {
    h5--small-mobile-and-up,
    .h5--small-mobile-and-up {
        font-family: var(--font-medium);
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        text-transform: none
    }
}

@media(max-width:649px) {
    h5--mobile-only,
    .h5--mobile-only {
        font-family: var(--font-medium);
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        text-transform: none
    }
}

@media(min-width:650px) and (max-width:990px) {
    h5--tablet-only,
    .h5--tablet-only {
        font-family: var(--font-medium);
        font-size: 20px;
        line-height: 25px;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0
    }
}

@media(min-width:651px) {
    h5--tablet-up,
    .h5--tablet-up {
        font-family: var(--font-medium);
        font-size: 20px;
        line-height: 25px;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0
    }
}

@media(min-width:650px) {
    h5--tablet-and-up,
    .h5--tablet-and-up {
        font-family: var(--font-medium);
        font-size: 20px;
        line-height: 25px;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0
    }
}

@media(min-width:992px) {
    h5--desktop-up,
    .h5--desktop-up {
        font-family: var(--font-medium);
        font-size: 20px;
        line-height: 25px;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0
    }
}

@media(min-width:991px) {
    h5--desktop-and-up,
    .h5--desktop-and-up {
        font-family: var(--font-medium);
        font-size: 20px;
        line-height: 25px;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0
    }
}

h5--is-mobile,
.h5--is-mobile {
    font-family: var(--font-medium);
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: none
}

h5--is-desktop,
.h5--is-desktop {
    font-family: var(--font-medium);
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0
}

h6,
.h6 {
    font-family: bilo, sans-serif;
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase
}

@media(min-width:651px) {
    h6,
    .h6 {
        font-family: bilo, sans-serif;
        font-size: 13px;
        line-height: 1.25;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase
    }
}

@media(max-width:375px) {
    h6--small-mobile-only,
    .h6--small-mobile-only {
        font-family: bilo, sans-serif;
        font-size: 11px;
        line-height: 14px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase
    }
}

@media(min-width:376px) {
    h6--small-mobile-up,
    .h6--small-mobile-up {
        font-family: bilo, sans-serif;
        font-size: 11px;
        line-height: 14px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase
    }
}

@media(min-width:375px) {
    h6--small-mobile-and-up,
    .h6--small-mobile-and-up {
        font-family: bilo, sans-serif;
        font-size: 11px;
        line-height: 14px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase
    }
}

@media(max-width:649px) {
    h6--mobile-only,
    .h6--mobile-only {
        font-family: bilo, sans-serif;
        font-size: 11px;
        line-height: 14px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase
    }
}

@media(min-width:650px) and (max-width:990px) {
    h6--tablet-only,
    .h6--tablet-only {
        font-family: bilo, sans-serif;
        font-size: 13px;
        line-height: 1.25;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase
    }
}

@media(min-width:651px) {
    h6--tablet-up,
    .h6--tablet-up {
        font-family: bilo, sans-serif;
        font-size: 13px;
        line-height: 1.25;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase
    }
}

@media(min-width:650px) {
    h6--tablet-and-up,
    .h6--tablet-and-up {
        font-family: bilo, sans-serif;
        font-size: 13px;
        line-height: 1.25;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase
    }
}

@media(min-width:992px) {
    h6--desktop-up,
    .h6--desktop-up {
        font-family: bilo, sans-serif;
        font-size: 13px;
        line-height: 1.25;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase
    }
}

@media(min-width:991px) {
    h6--desktop-and-up,
    .h6--desktop-and-up {
        font-family: bilo, sans-serif;
        font-size: 13px;
        line-height: 1.25;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase
    }
}

h6--is-mobile,
.h6--is-mobile {
    font-family: bilo, sans-serif;
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase
}

h6--is-desktop,
.h6--is-desktop {
    font-family: bilo, sans-serif;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase
}

.body-xs,
.body-xs p {
    font-size: 11px;
    line-height: 16px
}

@media(max-width:375px) {
    .body-xs--small-mobile-only,
    .body-xs--small-mobile-only p,
    .body-xs p--small-mobile-only,
    .body-xs p--small-mobile-only p {
        font-size: 11px;
        line-height: 16px
    }
}

@media(min-width:376px) {
    .body-xs--small-mobile-up,
    .body-xs--small-mobile-up p,
    .body-xs p--small-mobile-up,
    .body-xs p--small-mobile-up p {
        font-size: 11px;
        line-height: 16px
    }
}

@media(min-width:375px) {
    .body-xs--small-mobile-and-up,
    .body-xs--small-mobile-and-up p,
    .body-xs p--small-mobile-and-up,
    .body-xs p--small-mobile-and-up p {
        font-size: 11px;
        line-height: 16px
    }
}

@media(max-width:649px) {
    .body-xs--mobile-only,
    .body-xs--mobile-only p,
    .body-xs p--mobile-only,
    .body-xs p--mobile-only p {
        font-size: 11px;
        line-height: 16px
    }
}

@media(min-width:650px) and (max-width:990px) {
    .body-xs--tablet-only,
    .body-xs--tablet-only p,
    .body-xs p--tablet-only,
    .body-xs p--tablet-only p {
        font-size: 11px;
        line-height: 16px
    }
}

@media(min-width:651px) {
    .body-xs--tablet-up,
    .body-xs--tablet-up p,
    .body-xs p--tablet-up,
    .body-xs p--tablet-up p {
        font-size: 11px;
        line-height: 16px
    }
}

@media(min-width:650px) {
    .body-xs--tablet-and-up,
    .body-xs--tablet-and-up p,
    .body-xs p--tablet-and-up,
    .body-xs p--tablet-and-up p {
        font-size: 11px;
        line-height: 16px
    }
}

@media(min-width:991px) and (max-width:1279px) {
    .body-xs--desktop-only,
    .body-xs--desktop-only p,
    .body-xs p--desktop-only,
    .body-xs p--desktop-only p {
        font-size: 11px;
        line-height: 16px
    }
}

@media(min-width:992px) {
    .body-xs--desktop-up,
    .body-xs--desktop-up p,
    .body-xs p--desktop-up,
    .body-xs p--desktop-up p {
        font-size: 11px;
        line-height: 16px
    }
}

@media(min-width:991px) {
    .body-xs--desktop-and-up,
    .body-xs--desktop-and-up p,
    .body-xs p--desktop-and-up,
    .body-xs p--desktop-and-up p {
        font-size: 11px;
        line-height: 16px
    }
}

.body-sm,
.body-sm p {
    font-size: 13px;
    line-height: 20px
}

@media(max-width:375px) {
    .body-sm--small-mobile-only,
    .body-sm--small-mobile-only p,
    .body-sm p--small-mobile-only,
    .body-sm p--small-mobile-only p {
        font-size: 13px;
        line-height: 20px
    }
}

@media(min-width:376px) {
    .body-sm--small-mobile-up,
    .body-sm--small-mobile-up p,
    .body-sm p--small-mobile-up,
    .body-sm p--small-mobile-up p {
        font-size: 13px;
        line-height: 20px
    }
}

@media(min-width:375px) {
    .body-sm--small-mobile-and-up,
    .body-sm--small-mobile-and-up p,
    .body-sm p--small-mobile-and-up,
    .body-sm p--small-mobile-and-up p {
        font-size: 13px;
        line-height: 20px
    }
}

@media(max-width:649px) {
    .body-sm--mobile-only,
    .body-sm--mobile-only p,
    .body-sm p--mobile-only,
    .body-sm p--mobile-only p {
        font-size: 13px;
        line-height: 20px
    }
}

@media(min-width:650px) and (max-width:990px) {
    .body-sm--tablet-only,
    .body-sm--tablet-only p,
    .body-sm p--tablet-only,
    .body-sm p--tablet-only p {
        font-size: 13px;
        line-height: 20px
    }
}

@media(min-width:651px) {
    .body-sm--tablet-up,
    .body-sm--tablet-up p,
    .body-sm p--tablet-up,
    .body-sm p--tablet-up p {
        font-size: 13px;
        line-height: 20px
    }
}

@media(min-width:650px) {
    .body-sm--tablet-and-up,
    .body-sm--tablet-and-up p,
    .body-sm p--tablet-and-up,
    .body-sm p--tablet-and-up p {
        font-size: 13px;
        line-height: 20px
    }
}

@media(min-width:991px) and (max-width:1279px) {
    .body-sm--desktop-only,
    .body-sm--desktop-only p,
    .body-sm p--desktop-only,
    .body-sm p--desktop-only p {
        font-size: 13px;
        line-height: 20px
    }
}

@media(min-width:992px) {
    .body-sm--desktop-up,
    .body-sm--desktop-up p,
    .body-sm p--desktop-up,
    .body-sm p--desktop-up p {
        font-size: 13px;
        line-height: 20px
    }
}

@media(min-width:991px) {
    .body-sm--desktop-and-up,
    .body-sm--desktop-and-up p,
    .body-sm p--desktop-and-up,
    .body-sm p--desktop-and-up p {
        font-size: 13px;
        line-height: 20px
    }
}

.body-md,
.rte p,
.rte li,
.body-md p {
    font-size: 16px;
    line-height: 24px
}

@media(max-width:375px) {
    .body-md--small-mobile-only,
    .body-md--small-mobile-only p,
    .body-md p--small-mobile-only,
    .body-md p--small-mobile-only p {
        font-size: 16px;
        line-height: 24px
    }
}

@media(min-width:376px) {
    .body-md--small-mobile-up,
    .body-md--small-mobile-up p,
    .body-md p--small-mobile-up,
    .body-md p--small-mobile-up p {
        font-size: 16px;
        line-height: 24px
    }
}

@media(min-width:375px) {
    .body-md--small-mobile-and-up,
    .body-md--small-mobile-and-up p,
    .body-md p--small-mobile-and-up,
    .body-md p--small-mobile-and-up p {
        font-size: 16px;
        line-height: 24px
    }
}

@media(max-width:649px) {
    .body-md--mobile-only,
    .body-md--mobile-only p,
    .body-md p--mobile-only,
    .body-md p--mobile-only p {
        font-size: 16px;
        line-height: 24px
    }
}

@media(min-width:650px) and (max-width:990px) {
    .body-md--tablet-only,
    .body-md--tablet-only p,
    .body-md p--tablet-only,
    .body-md p--tablet-only p {
        font-size: 16px;
        line-height: 24px
    }
}

@media(min-width:651px) {
    .body-md--tablet-up,
    .body-md--tablet-up p,
    .body-md p--tablet-up,
    .body-md p--tablet-up p {
        font-size: 16px;
        line-height: 24px
    }
}

@media(min-width:650px) {
    .body-md--tablet-and-up,
    .body-md--tablet-and-up p,
    .body-md p--tablet-and-up,
    .body-md p--tablet-and-up p {
        font-size: 16px;
        line-height: 24px
    }
}

@media(min-width:991px) and (max-width:1279px) {
    .body-md--desktop-only,
    .body-md--desktop-only p,
    .body-md p--desktop-only,
    .body-md p--desktop-only p {
        font-size: 16px;
        line-height: 24px
    }
}

@media(min-width:992px) {
    .body-md--desktop-up,
    .body-md--desktop-up p,
    .body-md p--desktop-up,
    .body-md p--desktop-up p {
        font-size: 16px;
        line-height: 24px
    }
}

@media(min-width:991px) {
    .body-md--desktop-and-up,
    .body-md--desktop-and-up p,
    .body-md p--desktop-and-up,
    .body-md p--desktop-and-up p {
        font-size: 16px;
        line-height: 24px
    }
}

.body-lg,
.body-lg p {
    font-size: 18px;
    line-height: 27px
}

@media(max-width:375px) {
    .body-lg--small-mobile-only,
    .body-lg--small-mobile-only p,
    .body-lg p--small-mobile-only,
    .body-lg p--small-mobile-only p {
        font-size: 18px;
        line-height: 27px
    }
}

@media(min-width:376px) {
    .body-lg--small-mobile-up,
    .body-lg--small-mobile-up p,
    .body-lg p--small-mobile-up,
    .body-lg p--small-mobile-up p {
        font-size: 18px;
        line-height: 27px
    }
}

@media(min-width:375px) {
    .body-lg--small-mobile-and-up,
    .body-lg--small-mobile-and-up p,
    .body-lg p--small-mobile-and-up,
    .body-lg p--small-mobile-and-up p {
        font-size: 18px;
        line-height: 27px
    }
}

@media(max-width:649px) {
    .body-lg--mobile-only,
    .body-lg--mobile-only p,
    .body-lg p--mobile-only,
    .body-lg p--mobile-only p {
        font-size: 18px;
        line-height: 27px
    }
}

@media(min-width:650px) and (max-width:990px) {
    .body-lg--tablet-only,
    .body-lg--tablet-only p,
    .body-lg p--tablet-only,
    .body-lg p--tablet-only p {
        font-size: 18px;
        line-height: 27px
    }
}

@media(min-width:651px) {
    .body-lg--tablet-up,
    .body-lg--tablet-up p,
    .body-lg p--tablet-up,
    .body-lg p--tablet-up p {
        font-size: 18px;
        line-height: 27px
    }
}

@media(min-width:650px) {
    .body-lg--tablet-and-up,
    .body-lg--tablet-and-up p,
    .body-lg p--tablet-and-up,
    .body-lg p--tablet-and-up p {
        font-size: 18px;
        line-height: 27px
    }
}

@media(min-width:991px) and (max-width:1279px) {
    .body-lg--desktop-only,
    .body-lg--desktop-only p,
    .body-lg p--desktop-only,
    .body-lg p--desktop-only p {
        font-size: 18px;
        line-height: 27px
    }
}

@media(min-width:992px) {
    .body-lg--desktop-up,
    .body-lg--desktop-up p,
    .body-lg p--desktop-up,
    .body-lg p--desktop-up p {
        font-size: 18px;
        line-height: 27px
    }
}

@media(min-width:991px) {
    .body-lg--desktop-and-up,
    .body-lg--desktop-and-up p,
    .body-lg p--desktop-and-up,
    .body-lg p--desktop-and-up p {
        font-size: 18px;
        line-height: 27px
    }
}

.body-xl,
.body-xl p {
    font-size: 20px;
    line-height: 29px
}

@media(max-width:375px) {
    .body-xl--small-mobile-only,
    .body-xl--small-mobile-only p,
    .body-xl p--small-mobile-only,
    .body-xl p--small-mobile-only p {
        font-size: 20px;
        line-height: 29px
    }
}

@media(min-width:376px) {
    .body-xl--small-mobile-up,
    .body-xl--small-mobile-up p,
    .body-xl p--small-mobile-up,
    .body-xl p--small-mobile-up p {
        font-size: 20px;
        line-height: 29px
    }
}

@media(min-width:375px) {
    .body-xl--small-mobile-and-up,
    .body-xl--small-mobile-and-up p,
    .body-xl p--small-mobile-and-up,
    .body-xl p--small-mobile-and-up p {
        font-size: 20px;
        line-height: 29px
    }
}

@media(max-width:649px) {
    .body-xl--mobile-only,
    .body-xl--mobile-only p,
    .body-xl p--mobile-only,
    .body-xl p--mobile-only p {
        font-size: 20px;
        line-height: 29px
    }
}

@media(min-width:650px) and (max-width:990px) {
    .body-xl--tablet-only,
    .body-xl--tablet-only p,
    .body-xl p--tablet-only,
    .body-xl p--tablet-only p {
        font-size: 20px;
        line-height: 29px
    }
}

@media(min-width:651px) {
    .body-xl--tablet-up,
    .body-xl--tablet-up p,
    .body-xl p--tablet-up,
    .body-xl p--tablet-up p {
        font-size: 20px;
        line-height: 29px
    }
}

@media(min-width:650px) {
    .body-xl--tablet-and-up,
    .body-xl--tablet-and-up p,
    .body-xl p--tablet-and-up,
    .body-xl p--tablet-and-up p {
        font-size: 20px;
        line-height: 29px
    }
}

@media(min-width:991px) and (max-width:1279px) {
    .body-xl--desktop-only,
    .body-xl--desktop-only p,
    .body-xl p--desktop-only,
    .body-xl p--desktop-only p {
        font-size: 20px;
        line-height: 29px
    }
}

@media(min-width:992px) {
    .body-xl--desktop-up,
    .body-xl--desktop-up p,
    .body-xl p--desktop-up,
    .body-xl p--desktop-up p {
        font-size: 20px;
        line-height: 29px
    }
}

@media(min-width:991px) {
    .body-xl--desktop-and-up,
    .body-xl--desktop-and-up p,
    .body-xl p--desktop-and-up,
    .body-xl p--desktop-and-up p {
        font-size: 20px;
        line-height: 29px
    }
}

body,
input,
textarea,
button,
select {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--color-grey-900)
}

a {
    font-family: bilo, sans-serif;
    color: inherit
}

a:focus .icon,
a:hover .icon {
    fill: currentColor
}

a,
.link {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none
}

.textlink {
    padding: 4px 8px
}

.textlink:focus {
    outline: 0;
    border-radius: 25px
}

.textlink:active {
    outline: 0;
    box-shadow: none
}

label,
.label {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: none;
    color: #1a1a1a
}

.rte h1+img,
.rte h2+img,
.rte h3+img,
.rte h4+img,
.rte h5+img,
.rte h6+img {
    margin-top: -10px
}

.rte p {
    margin-top: 16px;
    margin-bottom: 24px
}

@media(min-width:651px) {
    .rte p {
        margin-top: 24px;
        margin-bottom: 32px
    }
}

.rte a {
    font-family: bilo, sans-serif;
    font-weight: 600
}

.rte ul,
.rte ol {
    list-style-position: outside;
    padding-left: 32px;
    margin-bottom: 32px
}

.rte li {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 6px
}

.rte blockquote {
    font-size: .75rem;
    line-height: 1.4;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 0;
    margin-bottom: 0
}

.rte img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.rte hr {
    margin: 42px 0
}

@media(min-width:651px) {
    .rte hr {
        margin: 68px 0
    }
}

blockquote {
    display: block;
    font-size: 1.125rem;
    line-height: 20px;
    font-family: bilo, sans-serif;
    margin: 0
}

blockquote cite {
    display: block;
    font-size: .8125pxrem;
    line-height: 1;
    font-style: normal;
    padding-top: 20px;
    font-family: var(--font-regular)
}

.body--lg {
    font-family: bilo, sans-serif;
    font-size: 18px;
    line-height: 27px
}

p {
    font-family: bilo, sans-serif;
    font-size: 19px;
    line-height: 24px
}

                .page--terms-of-use .layout--main-content p{   text-align:justify}
  
.page--terms-of-use .layout--main-content span, .page--terms-of-use .layout--main-content p, .page--terms-of-use .layout--main-content b{    font-family: bilo, sans-serif;
    font-size: 16px;
    line-height: 20px;}

    .page--terms-of-use .layout--main-content a{text-decoration: underline}
    
.body--sm {
    font-family: bilo, sans-serif;
    font-size: 13px;
    line-height: 20px
}

.body--xs {
    font-family: bilo, sans-serif;
    font-size: 11px;
    line-height: 16px
}

.u-hidden {
    display: none !important
}

@media(max-width:649px) {
    .u-hidden-mobile-only {
        display: none !important
    }
}

@media(min-width:651px) {
    .u-hidden-tablet-up {
        display: none !important
    }
}

@media(min-width:650px) and (max-width:990px) {
    .u-hidden-tablet-only {
        display: none !important
    }
}

@media(min-width:992px) {
    .u-hidden-desktop-up {
        display: none !important
    }
}

@media(min-width:991px) and (max-width:1279px) {
    .u-hidden-desktop-only {
        display: none !important
    }
}

@media(min-width:1281px) {
    .u-hidden-hd-up {
        display: none !important
    }
}

.u-bg-main {
    background-color: var(--color-grey-900)
}

.u-mb-template {
    margin-bottom: 40px
}

.u-list-simple,
.u-list-inline {
    margin: 0;
    padding: 0;
    list-style: none
}

.u-list-inline li {
    display: inline-block
}

.u-sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.u-clear-button {
    cursor: pointer;
    border: 0;
    background-color: transparent;
    display: inline-block;
    margin: 0;
    padding: 0
}

.u-pointer {
    cursor: pointer
}

.u-no-link,
.u-no-link:hover {
    text-decoration: none;
    color: inherit;
    letter-spacing: normal;
    font-weight: inherit;
    text-transform: none
}

.u-overflow-x-hidden {
    overflow-x: hidden
}

.u-visually-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0)
}

.u-text-italic {
    font-style: italic
}

.u-text-left {
    text-align: left
}

.u-text-center {
    text-align: center
}

.u-text-right {
    text-align: right
}

.u-text-uppercase {
    text-transform: uppercase
}

.u-text-lowercase {
    text-transform: lowercase
}

.u-text-defaultcase {
    text-transform: none
}

.u-text-normal {
    font-weight: 400
}

.u-text-medium {
    font-weight: 500
}

.u-text-bold {
    font-weight: 700
}

.u-text-strike {
    text-decoration: line-through
}

.u-text-no-deco {
    text-decoration: none
}

.u-text-space-normal {
    letter-spacing: normal
}

.u-text-compare-at {
    text-decoration: line-through
}

.u-text-discount {
    color: var(--color-grey-900);
    font-style: italic
}

.u-font-body {
    font-family: var(--font-regular)
}

.u-font-header {
    font-family: var(--font-regular)
}

.u-color-white {
    color: #fff;
    fill: #fff;
    stroke: #fff
}

.u-vertical-align-middle {
    vertical-align: middle
}

.btn.btn--primary,
[data-item=button] button {
     margin: 7px 0 6px;
    border-radius: 0;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: var(--color-white);
    color: #000000;
    border: 1px solid #000000;
    padding: 10px 32px 8px;
    height: auto;
}

.page--contact-us .btn.btn--primary, [data-item=button] button {
    margin: 7px 0 30px;
    border-radius: 0;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #000;
    color: #ffffff;
    border: 1px solid #000000;
    padding: 10px 32px 8px;
    height: auto;width:100%
}

.btn.btn--primary:hover,
.btn.btn--primary:focus,
[data-item=button] button:hover,
[data-item=button] button:focus {
    background: #ffffff;
    color: #000000;
}

.btn.btn--primary:disabled {
    background: var(--color-grey-100);
    border: 1px solid var(--color-grey-600);
    color: var(--color-grey-600)
}

.btn.btn--primary:disabled:hover,
.btn.btn--primary:disabled:focus {
}

.btn.btn--secondary {
    margin: 7px 0 6px;
    border-radius: 25px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1px;
    height: auto;
    color: var(--color-grey-900);
    background:url("//skyorganics.com/cdn/shop/t/118/assets/btn-arrow.svg?v=17477250007525777721751547011") no-repeat right 24px center;
    padding: 10px 46px 8px 24px
}

.btn.btn--secondary:hover,
.btn.btn--secondary:focus {
    color: var(--color-grey-900)
}

.btn.btn--secondary:disabled {
    background:url("//skyorganics.com/cdn/shop/t/118/assets/btn-arrow-grey.svg?v=164118415764238104511751547011") no-repeat right 24px center;
    background-color: var(--color-grey-100);
    color: var(--color-grey-600)
}

.btn.btn--tertiary {
    background-color: transparent;
    margin: 7px 0 6px;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 1px;
    font-family: var(--font-semi-bold);
    color: var(--color-grey-900);
    height: 48px;
    text-transform: uppercase;
    padding: 0 0 24px 0;
    background:url("//skyorganics.com/cdn/shop/t/118/assets/btn-line.svg?v=128259473260066994471751547011") repeat-x 0 calc(100% - 13px);
    background-size: 100% auto;
    text-decoration: none !important
}

.btn.btn--tertiary span {
    height: 24px;
    display: block
}

.btn.btn--tertiary::after {
    border-bottom: 0
}

.btn.btn--tertiary:hover,
.btn.btn--tertiary:focus {
    font-family: var(--font-bold);
    background:url("//skyorganics.com/cdn/shop/t/118/assets/btn-line-hover.svg?v=143777805967888041201751547011") repeat-x 0 calc(100% - 1px);
    background-size: 100% auto
}

.btn.btn--tertiary.btn-small {
    background-repeat: no-repeat;
    background-position: 0 24px;
    background-size: 100% auto
}

.btn.btn--tertiary.btn-small:hover,
.btn.btn--tertiary.btn-small:focus {
    background-position: 0 18px
}

.btn.btn--tertiary:disabled {
    color: var(--color-grey-600);
    font-family: var(--font-semi-bold);
    background:url("//skyorganics.com/cdn/shop/t/118/assets/btn-line-disabled.svg?v=17448751183433966141751547011") repeat-x 0 24px
}

.btn.btn--tertiary:disabled:hover,
.btn.btn--tertiary:disabled:focus {
    font-family: var(--font-semi-bold)
}

.product-buy-buttons--cta,
.btn.btn--add-to-cart {
      background: #000000!important;
    or-white)!important: ;
    font-family: var(--font-semi-bold)!important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px!important;
    border: 1px solid #000000!important;
    padding-top: 16px;
    padding-bottom: 14px;
    height: 46px;
    line-height: 16px!important;
    text-transform: uppercase;
    width: 100%;
    border-radius: 0;
    color: white;
    letter-spacing: 2px;
    font-weight: 400;
}

@media(max-width:990px) {
    .product-buy-buttons--cta,
    .btn.btn--add-to-cart {
        width: 100%
    }
}

.product-buy-buttons--cta:hover,
.product-buy-buttons--cta:focus,
.btn.btn--add-to-cart:hover,
.btn.btn--add-to-cart:focus {
       background: #ffffff00!important;
    color: #000000!important;
}
}

.product-buy-buttons--cta:hover span,
.product-buy-buttons--cta:focus span,
.btn.btn--add-to-cart:hover span,
.btn.btn--add-to-cart:focus span {
    color: black !important
}

[data-item=block-link] a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none !important;
    text-transform: none
}

a.custom-link {
    border-bottom: 1px solid var(--color-grey-900)
}

.off-canvas--main-content .cart--checkout-button .btn.btn--add-to-cart {
    width: auto !important
}

.off-canvas--right-sidebar .product-buy-buttons--cta {
    width: 100%
}

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=address],
input[type=tel] textarea,
select,
.form-input.custom-textarea,
.form-input.custom-input,
.form-input.custom-select {
    border: .8px solid #2f5964;
    font-family: bilo, sans-serif;
    font-size: 13px !important;
    line-height: 20px !important;
    color: #2f5964;
    padding: 13px 17px 11px
}
.template--product .rc-subscription-details {
    position: relative;
    display: flex;
    white-space: nowrap;
    padding: var(--rc-spacer-2) var(--rc-spacer-3);
    font-size: 11px;
}
.template--product .rc-subscription-details .rc-subscription-details__button .reload-icon {
    width: 10px !important;
}
.template--product .product-quantity--root label{display:none}
.template--product .product-quantity--input{width: 100%;
    text-align: center;
    border: 1px solid black;
    color: black;
    background: none;
    padding-right: 6px;}
input[type=text]:hover,
input[type=text]:focus,
input[type=text]:focus-visible,
input[type=email]:hover,
input[type=email]:focus,
input[type=email]:focus-visible,
input[type=number]:hover,
input[type=number]:focus,
input[type=number]:focus-visible,
input[type=password]:hover,
input[type=password]:focus,
input[type=password]:focus-visible,
input[type=address]:hover,
input[type=address]:focus,
input[type=address]:focus-visible,
input[type=tel] textarea:hover,
input[type=tel] textarea:focus,
input[type=tel] textarea:focus-visible,
select:hover,
select:focus,
select:focus-visible,
.form-input.custom-textarea:hover,
.form-input.custom-textarea:focus,
.form-input.custom-textarea:focus-visible,
.form-input.custom-input:hover,
.form-input.custom-input:focus,
.form-input.custom-input:focus-visible,
.form-input.custom-select:hover,
.form-input.custom-select:focus,
.form-input.custom-select:focus-visible {
    
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=address]::-moz-placeholder,
input[type=tel] textarea::-moz-placeholder,
select::-moz-placeholder,
.form-input.custom-textarea::-moz-placeholder,
.form-input.custom-input::-moz-placeholder,
.form-input.custom-select::-moz-placeholder {
    color: var(--color-dark-green)
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=address]:-ms-input-placeholder,
input[type=tel] textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
.form-input.custom-textarea:-ms-input-placeholder,
.form-input.custom-input:-ms-input-placeholder,
.form-input.custom-select:-ms-input-placeholder {
    color: var(--color-dark-green)
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=address]::placeholder,
input[type=tel] textarea::placeholder,
select::placeholder,
.form-input.custom-textarea::placeholder,
.form-input.custom-input::placeholder,
.form-input.custom-select::placeholder {
    color: var(--color-dark-green)
}

input[type=text]:disabled,
input[type=number]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=address]:disabled,
input[type=tel]:disabled,
textarea:disabled,
.form-input:disabled {
    color: var(--color-grey-700) !important;
    background-color: var(--color-grey-100);
    border: 1px solid var(--color-grey-700);
    outline: 0 !important
}

input[type=text]:disabled:hover,
input[type=text]:disabled:focus,
input[type=text]:disabled:focus-visible,
input[type=number]:disabled:hover,
input[type=number]:disabled:focus,
input[type=number]:disabled:focus-visible,
input[type=email]:disabled:hover,
input[type=email]:disabled:focus,
input[type=email]:disabled:focus-visible,
input[type=password]:disabled:hover,
input[type=password]:disabled:focus,
input[type=password]:disabled:focus-visible,
input[type=address]:disabled:hover,
input[type=address]:disabled:focus,
input[type=address]:disabled:focus-visible,
input[type=tel]:disabled:hover,
input[type=tel]:disabled:focus,
input[type=tel]:disabled:focus-visible,
textarea:disabled:hover,
textarea:disabled:focus,
textarea:disabled:focus-visible,
.form-input:disabled:hover,
.form-input:disabled:focus,
.form-input:disabled:focus-visible {
    color: var(--color-grey-700) !important;
    background-color: var(--color-grey-100);
    border: 1px solid var(--color-grey-700)
}

input[type=text]:disabled::-moz-placeholder,
input[type=number]:disabled::-moz-placeholder,
input[type=email]:disabled::-moz-placeholder,
input[type=password]:disabled::-moz-placeholder,
input[type=address]:disabled::-moz-placeholder,
input[type=tel]:disabled::-moz-placeholder,
textarea:disabled::-moz-placeholder,
.form-input:disabled::-moz-placeholder {
    color: var(--color-grey-700) !important
}

input[type=text]:disabled:-ms-input-placeholder,
input[type=number]:disabled:-ms-input-placeholder,
input[type=email]:disabled:-ms-input-placeholder,
input[type=password]:disabled:-ms-input-placeholder,
input[type=address]:disabled:-ms-input-placeholder,
input[type=tel]:disabled:-ms-input-placeholder,
textarea:disabled:-ms-input-placeholder,
.form-input:disabled:-ms-input-placeholder {
    color: var(--color-grey-700) !important
}

input[type=text]:disabled::placeholder,
input[type=number]:disabled::placeholder,
input[type=email]:disabled::placeholder,
input[type=password]:disabled::placeholder,
input[type=address]:disabled::placeholder,
input[type=tel]:disabled::placeholder,
textarea:disabled::placeholder,
.form-input:disabled::placeholder {
    color: var(--color-grey-700) !important
}

.form-input.error {
    border-color: var(--color-error-red);
    color: var(--color-grey-900)
}

.form-input.error::-moz-placeholder {
    color: var(--color-grey-900)
}

.form-input.error:-ms-input-placeholder {
    color: var(--color-grey-900)
}

.form-input.error::placeholder {
    color: var(--color-grey-900)
}

.form-wrapper label.form-label {
    font-family: bilo, sans-serif;
    font-size: 11px;
    line-height: 16px;
    text-transform: none
}

textarea {
    resize: none
}

.email-wrapper input.email-field {
    float: left;
    width: auto;
    margin: 0;
    border-width: 0px !important;
    border-radius: 0px;
    width: 240px
}

.email-wrapper input.email-field.error-field {
    border-color: var(--color-error-red)
}

.email-wrapper input.email-field.error-field::-moz-placeholder {
    color: var(--color-black)
}

.email-wrapper input.email-field.error-field:-ms-input-placeholder {
    color: var(--color-black)
}

.email-wrapper input.email-field.error-field::placeholder {
    color: var(--color-black)
}

.email-wrapper input.email-field.error-field:hover,
.email-wrapper input.email-field.error-field:focus {
    background-color: var(--color-white)
}

.email-wrapper button {
      vertical-align: middle;
    background-color: #000000;
    color: var(--color-white);
    text-transform: uppercase;
    width: 120px;
    font-family: bilo, sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.2em;
    height: 45px;
    position: relative;
    top: -3px;
}

p.error.feedback {
    font-family: bilo, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: var(--color-error-red);
    margin-top: 7px;
    text-transform: capitalize;
    padding-left: 20px
}

.badge {
      border-radius: 0;
    padding: 8px 18px!important;
    font-family: var(--font-semi-bold);
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    border: 0;
    display: inline-flex;
    align-items: center;
}

@media(min-width:992px) {
    .badge {
        padding: 4px 8px;
        font-size: 10px
    }
    .badge:before,
    .badge:after {
        width: 11px;
        height: 11px
    }
    .badge span {
        padding: 2px 3px 0
    }
}

.badge span {
    display: inline-block
}

.badge.badge-sale {
background: #8DB7E2;}

.badge-new {
background: #8DB7E2;}

.badge-tag {
background: #8DB7E2;}

.badge-out-stock {
background: #8DB7E2;}

body [data-item=input] [data-item=minus],
body [data-item=input] [data-item=plus] {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 30px;
    background: var(--color-light-green)
}

@media(min-width:992px) {
    body [data-item=input] [data-item=minus],
    body [data-item=input] [data-item=plus] {
        background: transparent
    }
}

body [data-item=input] [data-item=minus] svg,
body [data-item=input] [data-item=plus] svg {
    margin: 0 auto
}

body [data-item=input] [data-item=minus] svg path,
body [data-item=input] [data-item=plus] svg path {
    fill: var(--color-dark-green)
}

body [data-item=input] [data-item=minus]:hover,
body [data-item=input] [data-item=plus]:hover {
    background: var(--color-light-green)
}

body input[type=text].cart--quantity--input {
    font-family: var(--font-bold);
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: var(--color-dark-green)
}

select,
.form-input.custom-select {
    background:url("//skyorganics.com/cdn/shop/t/118/assets/dropdown-select.png?v=145485035640197835841751547011") no-repeat 97% center transparent;
    background-size: 15px auto;
    -webkit-appearance: none
}

select:focus {
    box-shadow: none;
    outline: 0
}

.custom-checkbox {
    display: block;
    position: relative;
    padding: 1px 0 0 30px;
    cursor: pointer;
    font-family: bilo, sans-serif;
    font-size: 13px;
    line-height: 20px !important;
    text-transform: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid var(--color-dark-green);
    border-radius: 4px
}

.custom-checkbox:hover input~.checkmark {
    background-color: transparent
}

.custom-checkbox:focus input~.checkmark {
    border-width: 1.8px;
    background-color: var(--color-grey-100)
}

.custom-checkbox input:checked~.checkmark {
    background-color: var(--color-light-green)
}

.custom-checkbox input:checked:disabled~.checkmark {
    background-color: var(--color-grey-100);
    border: 1px solid var(--color-grey-300)
}

.checkmark:after {
    content: '';
    position: absolute;
    display: none
}

.custom-checkbox input:checked~.checkmark:after {
    display: block
}

.custom-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 11px;
    border: solid var(--color-dark-green);
    border-width: 0 1.8px 1.8px 0;
    transform: rotate(45deg)
}

.custom-checkbox input:disabled~.checkmark {
    background-color: var(--color-grey-300);
    border-color: var(--color-grey-300)
}

.custom-checkbox input:disabled~.checkmark:after {
    border-width: 0 1.8px 1.8px 0;
    border-color: var(--color-grey-600)
}

.custom-radio {
    display: block;
    position: relative;
    padding: 1px 0 0 30px;
    cursor: pointer;
    font-family: bilo, sans-serif;
    font-size: 13px;
    line-height: 20px;
    text-transform: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid var(--color-dark-green);
    border-radius: 50%
}

.custom-radio:hover input~.radiobtn {
    background-color: var(--color-light-green)
}

.custom-radio:focus input~.radiobtn {
    border-width: 1.8px;
    background-color: var(--color-light-green)
}

.radiobtn:after {
    content: '';
    position: absolute;
    display: none
}

.custom-radio input:checked~.radiobtn:after {
    display: block
}

.custom-radio .radiobtn:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-bright-green)
}

.custom-radio input:checked~.radiobtn {
    background-color: var(--color-light-green);
    border-color: var(--color-light-green)
}

.custom-radio input:checked:disabled~.radiobtn {
    background-color: var(--color-grey-100);
    border-color: var(--color-grey-100)
}

.custom-radio input:checked:disabled~.radiobtn:after {
    background: var(--color-grey-700)
}

.custom-radio input:disabled~.radiobtn {
    background-color: var(--color-grey-300);
    border-color: var(--color-grey-300)
}

.custom-radio input:disabled~.radiobtn:after {
    border-width: 0 1.8px 1.8px 0;
    border-color: var(--color-grey-700)
}

footer .email-wrapper input.form-input.email-field {
    border-radius: 2px !important
}

header nav a,
header nav a span,
.header--right-side a {
       color: #000000;
    font-family: 'Bilo';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.2em;
}

.section--slideshow .featured-content--text {
    padding: 0px !important
}

.page--ecologi .section--slideshow .featured-content--text {
    padding: 20px !important
}

.section--slideshow .featured-content--text .featured-content--link a::after {
    border: 0
}

.section--slideshow .featured-content--text h1 {
    display: contents
}

.featured-text--root .featured-text--wrapper {
    max-width: 874px !important
}
.page--castor-oil-landing-page .featured-text--root .featured-text--wrapper {
    max-width: 100% !important
}
 .section--slideshow .desktopslider .image--root{    max-height: 675px;}

@media(max-width:768px) {

.section--slideshow .mobileslider .featured-content--text h1 {
    display: contents;
    font-family: 'Canela';
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 47px;
}
}
@media(max-width:649px) {
    .featured-text--root .featured-text--wrapper {
        gap: 8px !important
    }
}

.product--details p,
.product--details span {
    font-family: var(--font-medium);
    line-height: 20px
}

.image-with-text--root .featured-content--text h6 {
        text-transform: uppercase;
    color: #000;
    margin-bottom: 0!important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2em;
}

.image-with-text--root .featured-content--text h4 {
    color: black;
    text-transform: none;
    margin-bottom: 0 !important;font-size: 60px;
line-height: 64px;
}

body.page--our-sustainability-commitment .image-with-text--root .featured-content--text h4 {
      font-size: 48px;
    line-height: 48px;
}
 @media only screen and (min-width:768px) and (max-width:1600px) {

   .image-with-text--root .Our.Sustainable .featured-content--text h4 {
    color: black;
    text-transform: none;
    margin-bottom: 10px !important;
    line-height: 60px;
    line-height: 51px;
    line-height: 50px;
    font-size: 48px;
}
}
[data-block-type=buy-buttons] {
    margin-top: 25px
}

.article--item h5,
.article--item h5 a {
        margin-bottom: 0 !important;
    font-family: 'Canela';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding: 0 20px;    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.blocblog{    float: left;
    width: 100%;
    height: 135px;}
.featured-blog--footer a {
    margin: 0 auto !important
}

.flexbox-gap .footer--subscribe .footer--form-container.email-wrapper {
    gap: 0;    margin-top: 13px;
}

.flexbox-gap .footer--subscribe .footer--form-container.email-wrapper input[type=email] {
    width: calc(100% - 120px);    background: white;font-size: 16px;
line-height: 21px;
letter-spacing: 0.03em;filter: grayscale(1);
}

.flexbox-gap .footer--subscribe .footer--form-container.email-wrapper input::placeholder, .flexbox-gap .footer--subscribe .footer--form-container.email-wrapper input::-moz-placeholder, .flexbox-gap .footer--subscribe .footer--form-container.email-wrapper input::-ms-input-placeholder {
color:black}
  
.search--bar .search--textbox {
    font-size: 16px !important
}

.search--bar .search--textbox::-moz-placeholder {
    font-size: 16px !important
}

.search--bar .search--textbox:-ms-input-placeholder {
    font-size: 16px !important
}

.search--bar .search--textbox::placeholder {
    font-size: 16px !important
}

@media(max-width:649px) {
    .featured-blog--root .featured-blog--grid {
        gap: 24px
    }
}

.product__gallery {
    position: relative
}

.product__media--image {
    display: block;
    position: relative;
    background-color: #f1f2f2
}

.product__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.product__gallery-dots-container {
       position: absolute;
    height: auto;
    bottom: 70px;
    width: 105px;
    left: 0;
    padding: 40px 23px 40px;
    text-align: center;
    max-height: calc(100% - 100px);
}

.product__gallery-dots-arrow {
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 50%
}

.product__gallery-dots-arrow:focus {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2)
}

.product__gallery-dots-arrow--prev {
    margin-bottom: .5rem
}

@media(min-width:992px) {
    .product__gallery-dots-arrow--prev {
        margin-bottom: .75rem
    }
}

.product__gallery-arrow {
    top: 50%
}

.product__gallery-arrow,
.product__gallery-arrow:hover,
.product__gallery-arrow:focus {
    color: #fff
}

.product__gallery-arrow svg {
    border-radius: 50%;
}

.product__gallery-arrow::before {
    content: none
}

.product__gallery-dots {
    margin: 18px 0 0;
    display: table !important;
    width: 100%;
    float: left;
}

.product__gallery-dots li {
    display: inline-block;
    margin: 0 8px 12px 0;
    height: 50px;transition: all 1s ease-out;
}


  .product__gallery-dots li {
    display: none;transition: all 1s ease-out;
}


  .product__gallery-dots li {
    display: none;transition: all 1s ease-out;
}

 
.product__gallery-dots li.slick-active,
.product__gallery-dots li.slick-active + li,
.product__gallery-dots li.slick-active + li + li,
.product__gallery-dots li.slick-active + li + li + li{
    display: inline-block !important;
}


.product__gallery-dots li.slick-active ~ li:nth-last-child(1),
.product__gallery-dots li.slick-active ~ li:nth-last-child(2),
.product__gallery-dots li.slick-active ~ li:nth-last-child(3),
.product__gallery-dots li.slick-active ~ li:nth-last-child(4){
    display: none;
}

.product__gallery-dots li:nth-last-child(1),
.product__gallery-dots li:nth-last-child(2),
.product__gallery-dots li:nth-last-child(3),
.product__gallery-dots li:nth-last-child(4){
    display: inline-block;
}


.product__gallery-dots li.slick-active + li + li:nth-last-child(4),
.product__gallery-dots li.slick-active + li + li:nth-last-child(3),
.product__gallery-dots li.slick-active + li + li:nth-last-child(2),
.product__gallery-dots li.slick-active + li + li:nth-last-child(1),
.product__gallery-dots li.slick-active + li:nth-last-child(4),
.product__gallery-dots li.slick-active + li:nth-last-child(3),
.product__gallery-dots li.slick-active + li:nth-last-child(2),
.product__gallery-dots li.slick-active + li:nth-last-child(1){
    display: inline-block;
}




@media(min-width:992px) {
    .product__gallery-dots li {
    margin: 0 0 8px 0;
    height: 50px;
    width: 50px;
    }
}

.product__gallery-dots button {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px transparent;
    transition: box-shadow .25s ease-in-out;
    background: transparent !important
}

@media(min-width:992px) {
    .product__gallery-dots button {
    height: auto;    width: 100%;
    }
}

.product__gallery-dots button:hover {
    background: transparent !important
}

.product__gallery-dots svg {
    color: #1a1a1a;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}
.product__gallery .slick-prev{ top: 0;
    left: 50%;
    transform: translateX(-50%);    display: none !important;}
    
    .product__gallery .slick-next{ top: 0;
    left: 50%;
    transform: translateX(-50%);}
.product__gallery-dots img {
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 0 7px #00000069;
}

.product__gallery-dots .slick-active img{
    border: 2px solid #71B4C6
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent !important;
    color: transparent;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    z-index: 2
}

.slick-prev {
    left: 25px
}

.slick-next {
    right: 25px
}

.product-page--top-panel {
    display: inline-block;
    width: 100%
}
   .product__gallery-arrow svg{ width: 30px;}
    .product__gallery-arrow svg path{
    stroke: white;
    stroke-width: 2px;
    filter: drop-shadow(0px 2px 2px rgb(0 0 0 / 0.4));
}
@media only screen and (max-width:767px) {
    .product-page--top-panel {
        padding-top: 0 !important
    }
}

.product-page--top-panel .custom-alignment {
    align-items: initial;
    margin: 0 auto
}

@media(min-width:992px) {
    .product-page--top-panel .product-page--featured-media {
        width: 50%;
        position: relative;
        display: inline;
        float: left;overflow: hidden;
    }
}

@media only screen and (min-width:992px) and (max-width:1250px) {
    .product-page--top-panel .product-page--featured-media {
        width: 50%
    }
}

.product-page--top-panel .product-page--featured-media .product__gallery {
    max-width: 100%
}

.product-page--top-panel .product-page--featured-media .product__gallery-slides {
    margin-left: -16px;
    margin-right: -16px
}

@media(min-width:992px) {
    .product-page--top-panel .product-page--featured-media .product__gallery-slides {
        margin: 0
    }
}

.product-page--top-panel .product-page--featured-media .product__media--video {
    position: absolute;
    top: 0;
    width: inherit
}

.product-page--top-panel .product-page--featured-media .badge {
    width: auto;
    position: absolute;
    z-index: 2;
    top: 32px;
    left: 16px
}

@media(min-width:992px) {
    .product-page--top-panel .product-page--featured-media .badge {
        top: 24px;
        left: 24px
    }
}

.page--organic-oils-for-beauty-amp-wellness .badge {display:none}

@media(min-width:992px) {
    .product-page--featured-media.fixed {
        position: fixed;
        top: 0
    }
}

.custom-alignment .product-page--featured-blocks {
    max-width: 100%;
   background: #f7f1eb;    padding: 30px 20px;
}

@media(min-width:992px) {
    .custom-alignment .product-page--featured-blocks {
          max-width: 50%;
    float: right;
    padding: 40px 90px;
    background: #f7f1eb;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
}

@media only screen and (min-width:992px) and (max-width:1250px) {
    .custom-alignment .product-page--featured-blocks {
        width: calc(100% - 430px)
    }
}

.custom-alignment .product-page--featured-blocks h1.product-page--heading {
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: "SouvenirStd-Demi"
}

.custom-alignment .product-page--featured-blocks [data-product-block][data-block-type='shortdescription'] {
        padding-top: 8px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.custom-alignment .product-page--featured-blocks .metafield-multi_line_text_field {
    font-size: 13px;
    line-height: 20px
}

@media(min-width:992px) {
    .custom-alignment .product-page--featured-blocks .metafield-multi_line_text_field {
          font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.03em;
    }
}
.rc-radio__subscription {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2em;
    color: #71b4c6;
}
.rc-radio__price {
    color: #71b4c6;
}
.custom-alignment .product-page--featured-blocks .product-price--wrapper {
    color: black;
    text-align: left;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    text-transform: none;
    text-align: center;
    margin-bottom: 25px;
}

.custom-alignment .product-page--featured-blocks [data-product-block][data-block-type='options'] {
    padding-top: 15px;    padding-bottom: 25px;
}

.custom-alignment .product-page--featured-blocks .product-options--option .radios--header {
    padding-bottom: 16px !important
}

.custom-alignment .product-page--featured-blocks .radios--container {
     justify-content: center;
}

.custom-alignment .product-page--featured-blocks .radios--main {
    flex-direction: row-reverse
}

.custom-alignment .product-page--featured-blocks [data-block-type=buy-buttons] {
    margin-top: 0 !important
}

.custom-alignment .product-page--featured-blocks [data-block-type=buy-buttons] .rc-template__radio{
    display:none !important
}


.custom-alignment .product-page--featured-blocks .valueicons {
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
    width: 94%
}

.custom-alignment .product-page--featured-blocks .valuecontent {
    text-align: center;
    margin: 16px 0
}

.custom-alignment .product-page--featured-blocks .icon-img {
      width: 52px;
    height: 52px;
    margin: 0 auto 10px;
}

.custom-alignment .product-page--featured-blocks .icon-img img {
    width: 52px;
    margin-top: 8px
}

.custom-alignment .product-page--featured-blocks .icon-img.bcorp img {
  
    width: auto;
    margin-top: 8px;
    height: 69px;

}
.custom-alignment .product-page--featured-blocks .icon-img.kusher {
        width: auto;
}
.custom-alignment .product-page--featured-blocks .icon-img.kusher img {
        width: auto;
  height: 70px;

}
.custom-alignment .product-page--featured-blocks .valueicons span {
      font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    display: block;
}



.yotpo {
    padding-bottom: 16px
}

.template--product [data-block-type='buy-buttons'] .product-buy-buttons--primary .product-buy-buttons--cta.btn.btn--add-to-cart {
        font-style: normal;
    font-weight: 500;
    font-size: 20px!important;
    line-height: 25px!important;
    padding: 2px 10px;
    height: 45px;
    margin-top: 0;
}

@media(min-width:992px) {
    .template--product [data-block-type='buy-buttons'] .product-buy-buttons--primary .product-buy-buttons--cta.btn.btn--add-to-cart {
          font-size: 14px!important;
    line-height: 16px!important;
    }
}

.product-info__title {
    margin: 4px 0
}

.product-info__starting-price {
    margin: 0 0 10px
}

.product-info__description {
    margin: 0 0 19px
}

.product-info__description p {
    margin: 0
}

.radios--container .radios--value-button>* {
       border: 1px solid #9E9E9E;
    border-radius: 0;
    padding: 11px 22px;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    outline: 0;
    font-weight: 600;
    letter-spacing: 0.2em;width: 147px;
}

.template--product .rc-widget .px-3 {
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid black;
    margin-bottom: -1px;    font-weight: 600;
    font-size: 12px;    letter-spacing: 0.2em;
}
.template--product .rc-radio.rc-radio--active~.rc-selling-plans{
    color: var(--rc-active-text-color);
    background-color: var(--rc-active-background-color);
    padding-left: 0;
    padding-bottom: var(--rc-spacer-2);
    padding-right: var(--rc-spacer-3);
    border: 1px solid black;
    margin-bottom: -1px;
    margin-top: -1px;
    border-top: 1px solid #f7f1eb;padding: 0 30px 9px;
}

.radios--container .radios--input[data-item=radio]:checked+.radios--value-button>*,
.radios--container .radios--input[data-item=radio]:hover+.radios--value-button>*,
.radios--container [data-is-swatches=true] .filter--input:checked+.radios--value-button>*,
.radios--container [data-is-swatches=true] .filter--input:hover+.radios--value-button>* {
  border: 1px solid #000000;
    outline: 0;
}

:focus-visible,
:focus {
    outline: none !important
}
.collapsible-tab--root{float:left;width:100%}
.collapsible-tab--root .collapsible-tab--wrapper {
 border-top: 0px solid #B5B5B5;
    border-bottom: 0;
    margin-top: 0px;
}

.collapsible-tab--root .collapsible-tab--toggle:hover {
    background-color: transparent
}

.collapsible-tab--root .collapsible-tab--toggle[aria-expanded=true],
.collapsible-tab--root .collapsible-tab--content[data-transition=fade-in],
.collapsible-tab--root .collapsible-tab--content-wrapper {
    background-color: transparent
}

.collapsible-tab--root .collapsible-tab--content {
    font-family: "Bilo";
    padding: 0px 0 16px;
    text-align: justify;
  font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.collapsible-tab--root .collapsible-tab--toggle[aria-expanded=false] .icon--accordion-minus,
.collapsible-tab--root .collapsible-tab--toggle[aria-expanded=true] .icon--accordion-plus {
    display: none
}
.collapsible-tab--root .collapsible-tab--toggle[aria-expanded=true] .icon--accordion-minus {
    display: inline-block
}

.youlike h6 {
    margin-top: 16px;
    margin-bottom: 24px
}

.youlike .product--root[data-product-view=grid][data-text-alignment=left] .product--image-wrapper {
    min-height: 175px
}

@media(min-width:992px) {
    .youlike .product--root[data-product-view=grid][data-text-alignment=left] .product--image-wrapper {
        min-height: 190px
    }
}

.youlike [data-columns='2'] .product--root[data-product-view=grid][data-text-alignment=left] .product--details {
    flex-direction: column
}

.youlike .badge {
    font-family: "Gilroy-SemiBold";
    font-size: 9px;
    line-height: 9px;
    letter-spacing: 1px
}

.youlike .badge::before,
.youlike .badge::after {
    width: 6px;
    height: 6px
}

.youlike .badge span {
    padding: 2px 3px 0
}

.youlike .product--price-wrapper,
.youlike p.product--title,
.youlike span.product--from,
.youlike span.product--price {
   color: #000;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
}

.product-icon {
    text-align: center;
    width: 100%
}

.product-icon--list {
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    width: 85%;
    max-width: 100%;
    overflow: hidden
}

.demi-title {
    font-family: "SouvenirStd-Demi"
}

.yotpo .main-widget .questions.pull-left,
.yotpo .main-widget .yotpo-label,
.yotpo .main-widget .yotpo-menu-mobile-collapse .write-question-button,
.yotpo .main-widget .write-question-button,
.yotpo .main-widget .yotpo-nav ul:first-child,
.yotpo .main-widget .yotpo-helpful,
.yotpo .main-widget .footer-actions,
.yotpo .main-widget .yotpo-preloader-wrapper {
    display: none !important
}

.yotpo .main-widget.yotpo-display-wrapper {
    position: relative
}

.yotpo .main-widget .yotpo-icon-profile {
    opacity: 0 !important
}

@media(max-width:769px) {

.custom-alignment .product-page--featured-blocks .icon-img.kusher {
    width: 70px;
    padding: 00;
}
  .custom-alignment .product-page--featured-blocks .icon-img.kusher img {
    width: 100%;
    height: auto;
}

  
body.page--our-sustainability-commitment .image-with-text--root .featured-content--text h4 {
    font-size: 25px;
    line-height: 32px;
}
.radios--container .radios--value-button>* {
    width: 120px;
}
  .youlike .product--price-wrapper, .youlike p.product--title, .youlike span.product--from, .youlike span.product--price {
    color: #000;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
}
  .youlike .product--root[data-product-view=grid][data-text-alignment=left] .product--image-wrapper {
    min-height: auto;
}

}

@media(max-width:649px) {
    .yotpo .main-widget .yotpo-icon-profile {
        display: none !important
    }
}

.yotpo .main-widget .yotpo-nav.yotpo-nav-primary,
.yotpo .main-widget .yotpo-small-box.yotpo-nav {
    position: static !important
}

.yotpo .main-widget .yotpo-regular-box {
    border-top: 1px solid #1a1a1a;border-bottom: 1px solid #1a1a1a;
    margin-bottom: -1px;
}

.yotpo .main-widget .yotpo-display-wrapper .yotpo-regular-box {
    border-top: 0;
    padding-top: 0;padding-bottom: 90px;
}

@media(max-width:649px) {
    .yotpo .main-widget .yotpo-display-wrapper .yotpo-regular-box {
        padding-bottom: 100px
    }
}

.yotpo .main-widget .write-review {
    border-top: 0
}

@media(max-width:649px) {
    .yotpo .main-widget .yotpo-review .yotpo-header .yotpo-header-actions {
        display: block !important
    }
}

.yotpo .main-widget .yotpo-comments-box {
    border-left: 0 !important
}

.yotpo .main-widget .write-review-button,
.yotpo .main-widget input[type='button'].primary-color-btn.yotpo-default-button,
.yotpo .main-widget .yotpo-nav-dropdown.sorting {
        position: static !important;
    margin-top: 40px;
    display: flex;
    padding: 10px 32px 8px !important;
    background-color: #fff !important;
    border: 1px solid #000000 !important;
    border-radius: 0px !important;
    font-size: 13px !important;
    line-height: 100%;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000 !important;
    justify-content: center;
    font-family: 'Bilo';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.2em;
}
.write-question-review-buttons-container .write-question-review-button .write-question-review-button-icon {
    display: none;
}
.yotpo .main-widget .write-review-button .yotpo-icon.yotpo-icon-write,
.yotpo .main-widget input[type='button'].primary-color-btn.yotpo-default-button .yotpo-icon.yotpo-icon-write,
.yotpo .main-widget .yotpo-nav-dropdown.sorting .yotpo-icon.yotpo-icon-write {
    display: none
}

.yotpo .main-widget .write-review-button .yotpo-icon-button-text,
.yotpo .main-widget .write-review-button .y-label,
.yotpo .main-widget input[type='button'].primary-color-btn.yotpo-default-button .yotpo-icon-button-text,
.yotpo .main-widget input[type='button'].primary-color-btn.yotpo-default-button .y-label,
.yotpo .main-widget .yotpo-nav-dropdown.sorting .yotpo-icon-button-text,
.yotpo .main-widget .yotpo-nav-dropdown.sorting .y-label {
    font-family: "Gilroy-SemiBold";
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #3f6f1f !important
}

.yotpo .main-widget .write-review-button:hover,
.yotpo .main-widget input[type='button'].primary-color-btn.yotpo-default-button:hover,
.yotpo .main-widget .yotpo-nav-dropdown.sorting:hover {
      background-color: #000000 !important;
    color: #fff !important;
    border: 1px solid #000000 !important;
}
.yotpo .main-widget .write-review-button:hover span{color: #fff !important;}
.yotpo .main-widget .write-review-button:hover .yotpo-icon-button-text,
.yotpo .main-widget .write-review-button:hover .y-label,
.yotpo .main-widget input[type='button'].primary-color-btn.yotpo-default-button:hover .yotpo-icon-button-text,
.yotpo .main-widget input[type='button'].primary-color-btn.yotpo-default-button:hover .y-label,
.yotpo .main-widget .yotpo-nav-dropdown.sorting:hover .yotpo-icon-button-text,
.yotpo .main-widget .yotpo-nav-dropdown.sorting:hover .y-label {
    color: #fff !important
}

.yotpo .main-widget .write-review-button:hover .yotpo-dropdown-button span,
.yotpo .main-widget input[type='button'].primary-color-btn.yotpo-default-button:hover .yotpo-dropdown-button span,
.yotpo .main-widget .yotpo-nav-dropdown.sorting:hover .yotpo-dropdown-button span {
    color: #fff !important
}

.yotpo .main-widget .write-review-button:hover:after,
.yotpo .main-widget input[type='button'].primary-color-btn.yotpo-default-button:hover:after,
.yotpo .main-widget .yotpo-nav-dropdown.sorting:hover:after {
    background-color: #3f6f1f !important;
    color: #fff !important
}

.yotpo .main-widget .write-review-button {
       transform: translateX(0%);
    position: absolute !important;
    top: 25px !important;
    right: calc(50% - 185px) !important;
    width: 180px;
    text-align: center;
    padding: 10px 5px 8px !important;
    height: 36px;
}

.yotpo .main-widget .yotpo-nav-dropdown span {
    padding-left: 0 !important;  
}
 .yotpo-icon-profile{display:none}
.yotpo-nav-content{width: 1100px;
    margin:0 auto !important;
    max-width: 100%;}
.main-widget .yotpo-reviews-filters {
    border-bottom: 1px solid #000000 !important;
}
.filters-container{display:none}
   .yotpo-nav-content nav {
    margin-bottom: 50px;
}
.yotpo .main-widget .yotpo-nav-dropdown.sorting {
     position: absolute !important;
    top: 25px !important;
    right: initial !important;
    width: 180px;
    text-align: center;
    padding: 10px 5px 8px !important;
}

@media(max-width:649px) {
    .yotpo .main-widget .yotpo-nav-dropdown.sorting {
        left: calc((100vw - 195px) / 2);
        right: 0;
        top: 83px
    }
}

.yotpo .main-widget .yotpo-dropdown-button,
.yotpo .main-widget .yotpo-dropdown-button span {
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000 !important;
    margin: 0 auto ;   font-family: 'Bilo';   
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.2em;
}
.write-question-review-buttons-container .write-question-review-button .write-question-review-button-text {
    width: 101px;
    height: auto;
    font-family: 'bilo' !important;
    font-stretch: normal;
    text-align: center;
    color: #000000 !important;
    margin: 0 auto;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.2em !important;
}
.yotpo .main-widget .yotpo-bottomline-2-boxes {
    display: flex;
    flex-direction: column;
    align-items: center
}

.yotpo .main-widget .yotpo-pager .yotpo-page-element {
    font-size: 13px;
    line-height: 125%;
    text-align: center;
    letter-spacing: 1px;
    color: #1a1a1a;
    margin: 0 16px;
    position: relative
}

.yotpo .main-widget .yotpo-pager .yotpo-page-element.yotpo-icon-left-arrow::before {
      content: 'prev';
    position: absolute;
    width: auto;
    height: 15px;
    border-top: 0px solid #1a1a1a;
    border-left: 0px solid #1a1a1a;
    transform: 0;
    text-transform: uppercase;
    font-family: 'Bilo' !important;
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 16px;
    line-height: 16px;
}

.yotpo .main-widget .yotpo-pager .yotpo-page-element.yotpo-icon-right-arrow::before {
    content: 'next';
    position: absolute;
    width: auto;
    height: 15px;
       border-top: 0px solid #1a1a1a;
    border-left: 0px solid #1a1a1a;
    transform: 0;
    text-transform: uppercase;
    font-family: 'Bilo' !important;
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 16px;
    line-height: 16px;
}

.yotpo .main-widget .yotpo-pager .yotpo-page-element.yotpo-active {
    color: #000 !important;    border-bottom: 1px solid black;
}

.yotpo .yotpo-small-box, .yotpo .yotpo-regular-small-box{
    border-bottom: 0px solid #e3e3e3;
}

.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes{
    position: relative;
    border-bottom: 0px solid #1a1a1a;
}
.yotpo .yotpo-pager {
    font-family: 'Bilo';position:relative
}
.yotpo .yotpo-pager .yotpo-page-element.yotpo-icon-left-arrow {
    position: absolute;
    left: 0;
}
.yotpo .yotpo-pager .yotpo-page-element.yotpo-icon-right-arrow {
    position: absolute;
    right: 45px;
}.yotpo .new-yotpo-small-box {
    border-bottom: 0px solid #e3e3e3 !important;
}
.yotpo .main-widget .yotpo-review.yotpo-regular-box {
    display: flex;
    flex-wrap: wrap
}

.yotpo .main-widget .yotpo-review.yotpo-regular-box .yotpo-main {
    width: 65%;margin-top: 0;
}

@media(max-width:649px) {
    .yotpo .main-widget .yotpo-review.yotpo-regular-box .yotpo-main {
        width: 100%
    }
}
.yotpo.yotpo-main-widget .yotpo-bottomline .based-on {
    vertical-align: top;
    display: inline-block;
    padding-top: 6px;
    padding-left: 0px;
    font-family: 'Bilo';
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.03em;
    color: black;
}
.yotpo .main-widget .yotpo-review.yotpo-regular-box .yotpo-main .content-review {
font-family: 'Bilo';
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 26px;
letter-spacing: 0.03em;    color: black;
}

.yotpo .main-widget .yotpo-review.yotpo-regular-box .content-title {
     color: #000000;
    font-family: 'Canela';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 14px;
    margin-top: 10px;
}

@media(max-width:649px) {
    .yotpo .main-widget .yotpo-review.yotpo-regular-box .content-title {
          font-size: 16px;
    margin-top: 12px;
    margin-bottom: 0;
    }
}

@media(max-width:649px) {
    .yotpo .main-widget .yotpo-review.yotpo-regular-box .yotpo-review-wrapper {
        margin-top: 5px
    }
  .yotpo .main-widget .yotpo-review.yotpo-regular-box .yotpo-main .content-review {
    font-family: 'Bilo';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: black;
}
  .yotpo .main-widget .yotpo-review.yotpo-regular-box .yotpo-review-date {
    margin-top: 3px;
}
}

.yotpo .main-widget .yotpo-review.yotpo-regular-box .yotpo-header .yotpo-header-element {
    display: flex;
    flex-direction: column-reverse
}
.yotpo .main-widget .yotpo-review.yotpo-regular-box .yotpo-header .yotpo-header-element .yotpo-icon {
    transform: scale(1);
    margin-right: -3px;
}
.yotpo-reviews yotpo-icon-profile{display:none}
.yotpo .main-widget .yotpo-review.yotpo-regular-box .yotpo-header .yotpo-header-element .label-with-tooltip {
    opacity: 0
}

.yotpo .main-widget .yotpo-review.yotpo-regular-box .yotpo-header .yotpo-header-element .yotpo-user-name {
    font-family: Bilo;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400
}

.yotpo .main-widget .yotpo-review.yotpo-regular-box .yotpo-review-date {
    width: 100px;
    margin-right: 12px;
    margin-top: 9px;
    font-family: "Bilo" !important;
    font-size: 16px !important;
    line-height: 150%;
    color: #1a1a1a
}
.yotpo .yotpo-review .yotpo-header .yotpo-header-element{
    padding-top: 0px !important;
   margin-top:-5px
}
@media(max-width:649px) {
    .yotpo .main-widget .write-review-button {
        position: absolute !important;
        transform: translate(calc((100vw - 220px)/2));
        top: 23px
    }
}

@media(max-width:649px) {
    .yotpo .main-widget .yotpo-review .yotpo-footer {
        display: none !important
    }
}

.yotpo-icon {
    transform: scale(0.65) !important
}

.yotpo.bottomLine a.text-m {
    color: #1a1a1a;
    font-size: 11px;
    line-height: 12px;
    font-family: "Gilroy-Regular" !important;
    margin-left: 12px;
    margin-top: 3px;
    text-decoration: underline !important
}

.yotpo .standalone-bottomline .star-clickable {
    align-items: center
}

@media(max-width:649px) {
    .yotpo-menu-mobile-collapse.yotpo-hidden-mobile {
        display: block !important
    }
}

.yotpo-visible-mobile .yotpo-icon-three-lines {
    display: none
}

.yotpo.yotpo-main-widget.yotpo-small .yotpo-visible-mobile.write-question-button {
    display: none !important
}

.yotpo .write-review .connect-wrapper {
    padding-left: 0 !important
}

.product-value-prop {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    padding: 72px 48px
}

@media only screen and (max-width:768px) {
    .product-value-prop {
        padding: 72px 16px
    }
}

.product-value-prop h6 {
        font-family: "Canela";
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 64px;
    text-transform: initial;margin-bottom: 27px;
}
.product-value-prop p{font-size: 20px;
line-height: 26px;}

.product-value-prop .value-props_container {
    display: flex;
    grid-gap: 40px;
    justify-content: center;
    margin: 24px 0
}

.product-value-prop .value-props_icon {
    width: 72px;
    height: 72px
}

@media only screen and (max-width:768px) {

  .product-value-prop p{font-size: 16px;
line-height: 18px;}
  
    .product-value-prop .value-props_icon {
        width: 60px;
        height: 60px
    }
}

.product-value-prop .metafield-multi_line_text_field {
   font-weight: 300;
font-size: 20px;
line-height: 26px;
text-align: center;
letter-spacing: 0.03em;
}

.pdp-fifty-container {
      padding: 0px 48px 10px;
    display: inline-block;
    background: #eaf3e2;
    width: 100%;    text-align: center;    display: inline-flex;
}

@media only screen and (max-width:768px) {
    .pdp-fifty-container {
            padding: 20px 20px;
    display: block;
    float: left;
    }
}

.pdp-fifty-fifty {
  max-width: 1200px;
    margin: 0px auto;
    flex-direction: row;
    width: 33.3%;
    display: inline-block;
    padding: 0 50px;text-align: center;
    vertical-align: top;
}

@media only screen and (max-width:991px) {


.custom-alignment .product-page--featured-blocks {
    max-width: 100%;
    background: #f7f1eb;
    padding: 30px 20px;
    float: left;
    width: 100%;
}

}

@media only screen and (max-width:768px) {



  
.custom-alignment .product-page--featured-blocks .valueicons {
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    width: 94%;
    flex-wrap: wrap;
}
 .custom-alignment .product-page--featured-blocks .valuecontent {
   text-align: center;
    margin: 16px 0;
    padding: 0 8px;
    width: 25%;
}

    .pdp-fifty-fifty {
        display: block;    width: 100%;
    }
}

.pdp-fifty-fifty h4 {
       text-transform: capitalize;
    font-style: normal;
    font-weight: 600;
    margin-top: 27px;
    margin-bottom: 16px;
    font-family: 'Bilo';
    font-weight: 500;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;font-weight: 600;
}

@media only screen and (max-width:768px) {
.pdp-ingredient {
    float: left;
    width: 100%;
    margin-top: 15px;    margin-bottom: 30px;
}
  .page--our-story-simple-botanically-based-solutions .pdp-ingredient {
    margin-top: 3px;  margin-bottom: 3px;
}
    .product-value-prop h6 {
    font-size: 28px;
    line-height: 39px;
}
  .product-value-prop .metafield-multi_line_text_field {
    font-size: 16px;
    line-height: 18px;
}
  .pdp-value-props>.product-value-prop {
    padding: 0px 20px;
}
  
    .pdp-fifty-fifty h4 {
        margin-top: 20px;
    margin-bottom: 12px;
    font-family: 'Bilo';
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    }
}

.pdp-fifty-fifty .split-row__element {
    display: inline-block;
    flex: 2;
    max-width: 668px;
    grid-gap: 32px
}

@media only screen and (max-width:768px) {
    .pdp-fifty-fifty .split-row__element {
        flex-direction: column-reverse;
        grid-gap: 24px
    }
}

.pdp-fifty-fifty .split-row__element .split-row__content {
    flex: 1
}

.pdp-fifty-fifty .split-row__element .split-row__content img {
     border-radius: 50%;
    width: 155px;aspect-ratio: 1;
}

.pdp-fifty-fifty .split-row__element.right {
    flex: 1
}

.pdp-fifty-fifty p,
.pdp-fifty-fifty .metafield-multi_line_text_field {
font-weight: 300;
font-size: 18px;
line-height: 22px;
text-align: center;
letter-spacing: 0.03em;
}

@media only screen and (max-width:768px) {
    .pdp-fifty-fifty p,
    .pdp-fifty-fifty .metafield-multi_line_text_field {
        font-size: 13px;
        line-height: 20px
    }
}

.split-row__container--reverse {
    flex-direction: row-reverse
}

.split-row__container--reverse .split-row__element {
    flex-direction: row-reverse
}

@media only screen and (max-width:768px) {
    .split-row__container--reverse .split-row__element {
        flex-direction: column-reverse
    }
}

.pdp-ingredient {
    margin-bottom: 10px;
    padding: 16px 16px 58px 16px
}

@media only screen and (min-width:768px) {
    .pdp-ingredient {
        padding:40px 40px !important;  display: flex;
    }

   .page--our-sustainability-commitment .pdp-ingredient {
        padding:20px 50px !important;  display: flex;background-color: #DDECD0 !important;
    }

  
}
.reviews-header .reviews-amount {
    display: none;
}
.yotpo-reviews .yotpo-icon-profile{   display: none !important;}
@media only screen and (min-width:768px) {
    .pdp-ingredient .product-page--panel-wrapper {
        grid-gap: 0px;
    }
 .ingredient-banner{padding:0 50px}
  .ingredient-banner {padding: 0;position: relative;}
}
#audio-control{    position: absolute;
    bottom: 20px;
    right: 20px;    cursor: pointer; display:none  }

   .template--index #audio-control {
      left: calc(50% - 60px);    right: auto;
    z-index: 3;
}

.featured-video--container video{    height: 100%;
    width: 50%;
    position: absolute;}


   #audio-control .mute{display:none}
   #audio-control .unmute{}

   #audio-control.riri .mute{display:block}
   #audio-control.riri .unmute{display:none}
   
.pdp-ingredient .product-page--featured-blocks {
    max-width: 100%;
    padding: 0 40px;
}
.page--our-story .pdp-ingredient .product-page--featured-blocks {
    width: 563px;
    margin: 0 auto;
}
.pdp-ingredient .ingredient-banner img {
    aspect-ratio: 2 / 1
}

@media only screen and (max-width:768px) {
.template--index #audio-control {
    left: calc(100% - 60px);
    right: auto;
    z-index: 3;
}


  
    .pdp-ingredient .ingredient-banner img {
        aspect-ratio: 1 / 1
    }

  .pdp-ingredient .product-page--featured-blocks {
    padding: 0 10px 20px;
}
  .template--index .featured-video--container video {
    left: 0;width:100%
}
}

.pdp-ingredient h2,
.pdp-ingredient h6,
.pdp-ingredient a {
    color: var(--color--white)
}

.pdp-ingredient h6 {
    margin-bottom: 8px
}

.pdp-ingredient h2 {
     width: 100%;
    margin: 0 auto 20px;
    float: left;
    display: inline;
    max-width: 100%;
}
.page--our-story .pdp-ingredient h2 {font-size: 60px;
line-height: 64px;}

.pdp-ingredient .ingredient-details {
    margin: 0 0 34px 0
}

@media only screen and (min-width:768px) {
    .pdp-ingredient .ingredient-details {
        margin: 0 0 42px 0
    }
}

.pdp-ingredient .ingredient-details ul {
    list-style: none;
    padding: 0
}

.pdp-ingredient .ingredient-details span {
    padding-left: 5px
}

.cart--root[data-is-drawer='true'] .btn--add-to-cart {
    width: 100%
}

.product--root .product--price {
    font-size: 16px;
    line-height: 24px
}
.product--root .product--title{
font-size: 24px;
    line-height: 28px;
    font-family: 'Canela';
    font-weight: 300;    margin-bottom: 5px;}

.product--root[data-product-view='slider'] .product--price {
    font-size: 16px;
    line-height: 24px
}

@media(max-width:649px) {
    .product--root[data-product-view='slider'] .product--title,
    .product--root[data-product-view='slider'] .product--price {
        font-size: 16px;
        line-height: 20px
    }
}

.collapsible-tab--heading {
    max-width: 90%;    padding: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.product-page--root{position:relative}
body[data-theme='dev-daniel-bva'] #preview-bar-iframe {
    opacity: .2
}

body[data-theme='dev-daniel-bva'] #preview-bar-iframe:hover {
    opacity: 1
}

.pdp-value-props>.product-value-prop {
    padding: 0px 48px;
}

@media (min-width: 992px) {
    .product-page--top-panel .product-page--featured-media {
 
    }
}
.recycleprodut{font-size:16px}
.custom-alignment .product-page--featured-blocks h1.product-page--heading {
       line-height: 1.1;
    text-align: center;
    font-family: Canela;
    font-size: 50px;
    margin-bottom: 10px;
}
.icistp2{
    margin-bottom: 25px;
}
.custom-alignment .product-page--featured-blocks [data-product-block][data-block-type=shortdescription] p {
    text-align: center;
}
@media (max-width: 768px) {
.icistp2 {
    margin-bottom: 10px;
}
  .custom-alignment .product-page--featured-blocks [data-product-block][data-block-type='shortdescription'] {
    margin-bottom: 8px;
}
  .custom-alignment .product-page--featured-blocks .product-price--wrapper {

    margin-bottom: 0px;
}
  .page--our-story .pdp-ingredient h2 {
    font-size: 28px;
    line-height: 30px;
}
  .pdp-value-props>.product-value-prop {
    padding: 0px 25px;
}
  .custom-alignment .product-page--featured-blocks [data-product-block][data-block-type=shortdescription] p{text-align:justify}
.custom-alignment .product-page--featured-blocks .subheading p {
    text-align: center !important;
    }}

    .subheading strong{font-weight:600}

.page--castor-oil-16-oz .badge{display:none !important}
    